:root {
  --blue: #0f6cbd;
  --blue-bright: #2563eb;
  --blue-deep: #071c3c;
  --cyan: #2dd4bf;
  --ink: #101828;
  --muted: #596579;
  --line: #dce3ed;
  --surface: #f5f7fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(24, 49, 83, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 24px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(123, 143, 170, .18); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 28px; height: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; transform: rotate(6deg); }
.brand-mark i:nth-child(1) { background: #f25022; }.brand-mark i:nth-child(2) { background: #7fba00; }.brand-mark i:nth-child(3) { background: #00a4ef; }.brand-mark i:nth-child(4) { background: #ffb900; }
.brand-name { font-weight: 700; letter-spacing: .09em; font-size: 15px; }
.brand-product { font-size: 13px; color: #657289; padding-left: 10px; border-left: 1px solid #cdd5df; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { color: #49566b; font-size: 14px; font-weight: 500; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border-radius: 10px; font-size: 15px; font-weight: 650; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.button-dark { background: #111827; color: #fff; box-shadow: 0 7px 18px rgba(17, 24, 39, .18); }
.button-primary { background: var(--blue-bright); color: white; box-shadow: 0 10px 25px rgba(37, 99, 235, .24); }
.button-primary:hover { background: #1755d1; box-shadow: 0 14px 34px rgba(37, 99, 235, .3); }
.button-secondary { background: rgba(255,255,255,.8); border: 1px solid #cfd8e6; }
.button-white { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); }

.hero { position: relative; padding: 170px 0 0; min-height: 880px; background: linear-gradient(180deg, #f7fbff 0%, #fff 82%); overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(15,108,189,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15,108,189,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .45; }
.orb-one { width: 520px; height: 520px; right: -180px; top: -140px; background: radial-gradient(circle, rgba(44,122,255,.24), transparent 68%); }
.orb-two { width: 420px; height: 420px; left: 30%; top: 25%; background: radial-gradient(circle, rgba(45,212,191,.12), transparent 70%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 74px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; background: #16b8a6; border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,184,166,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 24px; max-width: 650px; font-size: clamp(3rem, 5vw, 5.35rem); line-height: .98; letter-spacing: -.065em; font-weight: 650; }
h1 span { color: var(--blue-bright); }
.hero-lead { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.trust-row { margin-top: 28px; display: flex; gap: 22px; color: #667389; font-size: 12px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 7px; }.trust-row svg { width: 16px; height: 16px; color: var(--blue); }

.hero-product { position: relative; padding: 30px 0 35px; perspective: 1200px; }
.product-window { min-height: 530px; background: rgba(255,255,255,.88); border: 1px solid rgba(176,193,216,.75); border-radius: 22px; box-shadow: 0 35px 90px rgba(31,66,111,.18), 0 2px 5px rgba(25,57,95,.06); overflow: hidden; backdrop-filter: blur(18px); transform: rotateY(-1.5deg) rotateX(.5deg); }
.window-bar, .window-context { height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e3e8ef; }
.window-bar { background: #fbfcfe; }
.window-brand { display: flex; align-items: center; gap: 10px; font-size: 13px; }.window-brand strong { font-weight: 650; }
.mini-logo { position: relative; display: inline-block; width: 24px; height: 24px; border-radius: 7px; background: linear-gradient(145deg, #1278d4, #5247da); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.mini-logo:after { content: "S"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-weight: 700; font-size: 12px; }
.secure-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 30px; background: #edfbf6; color: #087766; font-size: 11px; font-weight: 650; }
.secure-pill i, .demo-topline i { width: 7px; height: 7px; background: #18a886; border-radius: 50%; }
.window-context { height: 48px; color: #556175; font-size: 12px; }.window-context button { border: 0; background: transparent; color: #758197; cursor: pointer; }
.chat-area { padding: 28px 25px 22px; min-height: 348px; }
.chat-bubble { margin-left: auto; max-width: 72%; padding: 13px 16px; border-radius: 14px 14px 3px 14px; background: #edf4ff; color: #24324a; font-size: 13px; line-height: 1.55; }
.assistant-row { display: grid; grid-template-columns: 32px 1fr; gap: 12px; margin-top: 25px; }
.assistant-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(145deg, #0877ca, #5145cd); color: white; font-size: 13px; font-weight: 700; box-shadow: 0 5px 12px rgba(37,99,235,.2); }
.answer-card { padding-top: 3px; }
.typing-label { display: flex; align-items: center; gap: 3px; color: #718096; font-size: 10px; }
.typing-label span { width: 3px; height: 3px; border-radius: 50%; background: #3485d2; animation: typing 1.4s ease infinite; }.typing-label span:nth-child(2) { animation-delay: .15s; }.typing-label span:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-3px); opacity: 1; } }
.answer-card > p { margin: 12px 0 16px; color: #28374f; font-size: 13px; line-height: 1.65; }
.source-chips { display: flex; gap: 7px; flex-wrap: wrap; }.source-chips span { padding: 6px 8px; border: 1px solid #dde5f0; background: #fff; border-radius: 7px; color: #69758a; font-size: 9px; box-shadow: 0 2px 8px rgba(22,43,75,.04); }.source-chips b { margin-right: 4px; color: #2563eb; }
.answer-actions { display: flex; gap: 7px; margin-top: 14px; }.answer-actions button { display: flex; align-items: center; gap: 5px; border: 0; border-radius: 7px; background: #f0f5ff; color: #2664ad; padding: 7px 9px; font-size: 9px; font-weight: 650; cursor: pointer; }.answer-actions svg { width: 12px; height: 12px; }
.composer { margin: 0 18px 17px; height: 52px; padding: 0 7px 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #d8e0eb; border-radius: 13px; background: white; box-shadow: 0 3px 12px rgba(39,58,87,.05); color: #929cad; font-size: 12px; }.composer button { width: 35px; height: 35px; border: 0; border-radius: 9px; background: var(--blue-bright); color: white; font-weight: 700; cursor: pointer; }
.floating-evidence { position: absolute; right: -35px; bottom: 6px; display: flex; align-items: center; gap: 11px; min-width: 220px; padding: 13px 16px; border: 1px solid #dce6ef; border-radius: 13px; background: white; box-shadow: 0 17px 45px rgba(33,68,101,.14); animation: float 5s ease-in-out infinite; }.floating-evidence > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e7f8f2; color: #0a9273; font-weight: 700; }.floating-evidence div { display: flex; flex-direction: column; }.floating-evidence strong { font-size: 11px; }.floating-evidence small { color: #788499; font-size: 9px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.role-dock { position: relative; z-index: 2; margin-top: 85px; min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 20px 24px 20px 30px; border: 1px solid #dbe3ec; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 17px 45px rgba(35,65,103,.08); }
.role-intro { display: flex; flex-direction: column; white-space: nowrap; }.role-intro span { color: var(--blue); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.role-intro strong { margin-top: 2px; font-size: 18px; }
.role-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; flex: 1; }
.role-tab { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 11px; background: #f5f7fa; color: #526078; font-size: 13px; font-weight: 600; cursor: pointer; transition: .22s ease; }.role-tab:hover { background: #eef4fc; color: var(--blue); }.role-tab.is-active { border-color: #bfd6f2; background: #eaf3ff; color: #075fa8; box-shadow: inset 0 -2px #2177cb; }.role-tab svg { width: 18px; }

.section { padding: 120px 0; }
.section-heading { max-width: 700px; margin-bottom: 58px; }.section-heading h2, .center-heading h2, .conversation-copy h2, .security-copy h2, .architecture-copy h2 { margin: 13px 0 18px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 630; }.section-heading > p, .split-heading > p, .center-heading > p, .conversation-copy > p, .security-copy > p, .architecture-copy > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { max-width: none; display: flex; justify-content: space-between; gap: 80px; align-items: flex-end; }.split-heading > div { max-width: 720px; }.split-heading > p { max-width: 380px; margin-bottom: 13px; }

.problem-section { padding-top: 140px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.problem-card { position: relative; min-height: 385px; padding: 38px; background: white; }.problem-card + .problem-card { border-left: 1px solid var(--line); }.card-index { position: absolute; right: 26px; top: 21px; color: #9ca8ba; font-size: 11px; font-weight: 600; }.problem-card h3 { margin: 35px 0 12px; font-size: 23px; letter-spacing: -.03em; }.problem-card p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.problem-icon { position: relative; width: 132px; height: 115px; margin: 20px auto 5px; }
.scatter i { position: absolute; width: 52px; height: 62px; border-radius: 8px; background: #edf3fb; border: 1px solid #d6e2f0; box-shadow: 0 8px 15px rgba(33,74,119,.08); }.scatter i:after { content: ""; position: absolute; left: 12px; right: 12px; top: 15px; height: 3px; border-radius: 3px; background: #80add9; box-shadow: 0 10px #c0d3e7, 0 20px #c0d3e7; }.scatter i:nth-child(1) { left: 8px; top: 24px; transform: rotate(-13deg); }.scatter i:nth-child(2) { left: 38px; top: 5px; z-index: 2; background: #eaf4ff; }.scatter i:nth-child(3) { right: 6px; top: 30px; transform: rotate(13deg); }.scatter i:nth-child(4) { width: 22px; height: 22px; right: 4px; top: 0; border-radius: 50%; background: #d8f6ee; }
.clock { width: 110px; height: 110px; margin-top: 24px; border: 2px solid #9fc2e5; border-radius: 50%; background: radial-gradient(circle, #fff 58%, #edf5fc 60%); }.clock:before, .clock:after { content: ""; position: absolute; left: 53px; top: 26px; width: 2px; height: 31px; transform-origin: bottom; background: #1a6fba; }.clock:after { height: 25px; transform: rotate(125deg); }.clock i { position: absolute; width: 8px; height: 8px; left: 50px; top: 53px; border-radius: 50%; background: var(--blue); }
.broken-context i { position: absolute; top: 28px; width: 64px; height: 58px; border: 1px solid #bed1e6; border-radius: 12px; background: #edf4fb; }.broken-context i:before { content: ""; position: absolute; left: 14px; top: 17px; width: 34px; height: 4px; background: #8cb5dd; box-shadow: 0 12px #c2d5e8; }.broken-context i:first-child { left: 0; transform: rotate(-7deg); }.broken-context i:last-child { right: 0; transform: rotate(7deg); }.broken-context:after { content: "?"; position: absolute; left: 50%; top: 42px; width: 35px; height: 35px; display: grid; place-items: center; transform: translateX(-50%); border-radius: 50%; background: #236ec0; color: white; font-weight: 700; box-shadow: 0 0 0 7px white; }

.process-section { background: #f6f8fb; }
.process-flow { display: grid; grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr; align-items: stretch; }
.process-step { min-height: 238px; padding: 28px 23px; border: 1px solid #dce3ec; background: white; border-radius: 17px; }.process-step.featured-step { border-color: #8bb9e7; background: linear-gradient(145deg, #f4faff, #fff); box-shadow: 0 18px 40px rgba(25,95,158,.1); }.step-icon { width: 54px; height: 54px; margin-bottom: 40px; display: grid; place-items: center; border-radius: 14px; background: #eef4fb; color: var(--blue); }.step-icon svg { width: 24px; height: 24px; }.process-step strong { display: block; font-size: 14px; }.process-step p { margin: 9px 0 0; color: #667389; font-size: 13px; line-height: 1.6; }.flow-arrow { display: grid; place-items: center; color: #90a1b5; font-size: 20px; }
.workiq-icon { grid-template-columns: repeat(2, 9px); gap: 3px; }.workiq-icon i, .workiq-symbol i { width: 9px; height: 9px; background: #1976d2; border-radius: 2px; }.workiq-icon i:nth-child(2), .workiq-symbol i:nth-child(2) { background: #46b1e2; }.workiq-icon i:nth-child(3), .workiq-symbol i:nth-child(3) { background: #4a55d4; }.workiq-icon i:nth-child(4), .workiq-symbol i:nth-child(4) { background: #20ad9e; }
.m365-strip { margin-top: 25px; min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 25px; padding: 15px 22px; border-top: 1px solid #dfe5ed; color: #5e6b80; font-size: 12px; }.m365-strip > span { margin-right: 10px; color: #8a95a5; }.m365-strip div { display: flex; align-items: center; gap: 7px; white-space: nowrap; }.m365-strip b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 5px; color: white; font-size: 10px; }.ms-word,.ms-outlook,.ms-onedrive { background: #196dc4; }.ms-ppt { background: #c84d30; }.ms-teams { background: #5b5fc7; }.ms-sharepoint { background: #088e87; }

.conversation-section { overflow: hidden; }.conversation-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; align-items: center; }.check-list { list-style: none; padding: 0; margin: 32px 0 0; }.check-list li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid #edf0f4; color: #455268; font-size: 14px; }.check-list span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #e8f7f2; color: #0b9878; font-size: 11px; }
.demo-panel { border: 1px solid #d9e2ed; border-radius: 22px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.demo-topline { height: 56px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; background: #f9fbfd; border-bottom: 1px solid #e2e7ed; }.demo-topline span { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 650; }.demo-topline small { color: #738096; font-size: 10px; }
.demo-question { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 25px 28px 12px; }.demo-question > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e7edf6; color: #43516a; font-size: 10px; font-weight: 700; }.demo-question p { margin: 2px 0 0; padding: 11px 14px; border-radius: 4px 13px 13px 13px; background: #f1f5fa; color: #324158; font-size: 13px; }
.demo-answer { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 28px 28px; }.demo-answer > div > p { color: #34425a; font-size: 13px; line-height: 1.7; }
.evidence-block { margin-top: 17px; border: 1px solid #dfe6ef; border-radius: 13px; overflow: hidden; }.evidence-title { min-height: 42px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; background: #f6f9fc; border-bottom: 1px solid #e2e8ef; font-size: 10px; }.evidence-title span { display: flex; align-items: center; gap: 7px; font-weight: 650; }.evidence-title svg { width: 14px; color: #16836c; }.evidence-title strong { color: #17856d; }
.evidence-row { width: 100%; padding: 10px 13px; display: grid; grid-template-columns: 28px 1fr 20px; gap: 10px; align-items: center; text-align: left; border: 0; border-bottom: 1px solid #e8edf3; background: white; cursor: pointer; }.evidence-row:last-child { border-bottom: 0; }.evidence-row:hover { background: #fbfdff; }.file-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 5px; color: white; font-size: 9px; font-weight: 700; }.file-word { background: #2867b2; }.file-mail { background: #1077cb; }.file-teams { background: #5b5fc7; }.file-sharepoint { background: #07857e; }.evidence-row > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }.evidence-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }.evidence-row small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #8490a2; font-size: 9px; }.evidence-row b { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #eaf3ff; color: #1768bb; font-size: 8px; }
.demo-actions { display: flex; gap: 7px; margin-top: 14px; flex-wrap: wrap; }.demo-actions button { display: flex; align-items: center; gap: 6px; border: 1px solid #dbe4ef; border-radius: 8px; background: white; padding: 7px 9px; color: #3a5f8b; font-size: 9px; font-weight: 650; cursor: pointer; }.demo-actions button:first-child { border-color: #b9d4f0; background: #eef6ff; }.demo-actions svg { width: 13px; height: 13px; }

.templates-section { background: #f6f8fb; }
.template-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.template-card { position: relative; aspect-ratio: 1 / 1; min-height: 250px; display: flex; flex-direction: column; padding: 26px; border: 1px solid #dce3ec; border-radius: 18px; background: white; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border .25s ease; animation: cardIn .35s ease both; }.template-card:hover { transform: translateY(-5px); border-color: #b6cce3; box-shadow: 0 18px 45px rgba(31,62,98,.09); }.template-card:before { content: ""; position: absolute; right: -35px; top: -38px; width: 100px; height: 100px; border-radius: 50%; background: var(--card-wash, #e9f3ff); }.template-icon { position: relative; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: var(--card-wash, #e9f3ff); color: var(--card-color, #1f70bd); }.template-icon svg { width: 21px; }.template-card h3 { margin: auto 0 8px; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }.template-card p { margin: 0; color: #68758a; font-size: 12px; line-height: 1.55; }.template-card .template-meta { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; color: #7d8899; font-size: 9px; font-weight: 600; }.template-meta b { color: var(--card-color, #1f70bd); font-weight: 650; }
@keyframes cardIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.template-footer { min-height: 76px; margin-top: 22px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #d8e0ea; }.template-footer p { margin: 0; color: #667389; font-size: 13px; }.template-footer strong { color: #27364d; }.template-footer a { color: var(--blue); font-size: 13px; font-weight: 650; white-space: nowrap; }.template-footer a span { margin-left: 8px; }

.center-heading { max-width: 730px; margin: 0 auto 45px; text-align: center; }.action-orbit { position: relative; min-height: 500px; max-width: 900px; margin: 0 auto; }.action-orbit:before, .action-orbit:after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid #d8e5f1; border-radius: 50%; transform: translate(-50%, -50%); }.action-orbit:before { width: 500px; height: 270px; }.action-orbit:after { width: 720px; height: 400px; border-style: dashed; opacity: .7; }.orbit-center { position: absolute; z-index: 2; left: 50%; top: 50%; width: 155px; height: 155px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #b9d4ef; border-radius: 50%; background: white; box-shadow: 0 22px 50px rgba(32,92,146,.15); }.orbit-center .assistant-icon { margin-bottom: 10px; }.orbit-center strong { font-size: 13px; }.orbit-center small { color: #8390a2; font-size: 10px; }.action-node { position: absolute; z-index: 3; min-width: 190px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid #d8e1eb; border-radius: 12px; background: white; box-shadow: 0 12px 30px rgba(34,61,95,.08); }.action-node svg { width: 19px; color: var(--blue); }.action-node span { display: flex; flex-direction: column; }.action-node strong { font-size: 11px; }.action-node small { color: #8b96a7; font-size: 9px; }.node-a { left: 4%; top: 17%; }.node-b { right: 2%; top: 20%; }.node-c { left: 9%; bottom: 12%; }.node-d { right: 6%; bottom: 10%; }

.security-section { padding-top: 0; }.security-banner { position: relative; min-height: 410px; padding: 65px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; border-radius: 28px 28px 0 0; color: white; background: radial-gradient(circle at 88% 42%, rgba(34,120,224,.38), transparent 32%), linear-gradient(135deg, #07152d, #0a254a 60%, #0b3568); overflow: hidden; }.security-banner:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, #000); }.security-copy { position: relative; z-index: 1; max-width: 600px; }.kicker-light { color: #68cdf2; }.security-copy > p { color: #b9c6d7; max-width: 550px; }.security-seal { position: relative; width: 270px; height: 270px; margin-left: auto; display: grid; place-items: center; border: 1px solid rgba(112,184,255,.25); border-radius: 50%; }.security-seal:before, .security-seal:after { content: ""; position: absolute; border: 1px solid rgba(112,184,255,.18); border-radius: 50%; }.security-seal:before { inset: 30px; }.security-seal:after { inset: 62px; }.security-seal > span { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 25px; background: linear-gradient(145deg,#1376d1,#43a3e6); box-shadow: 0 0 40px rgba(55,156,239,.35); }.security-seal svg { width: 38px; height: 38px; }.security-seal i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #41d8bd; box-shadow: 0 0 15px #41d8bd; }.security-seal i:nth-child(2) { top: 19px; left: 92px; }.security-seal i:nth-child(3) { right: 26px; bottom: 86px; }.security-seal i:nth-child(4) { left: 29px; bottom: 76px; }
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dce3ec; border-top: 0; border-radius: 0 0 28px 28px; overflow: hidden; }.security-card { min-height: 230px; padding: 30px; }.security-card + .security-card { border-left: 1px solid #dce3ec; }.security-card > svg { width: 27px; height: 27px; color: var(--blue); }.security-card h3 { margin: 35px 0 9px; font-size: 15px; }.security-card p { color: #68758a; font-size: 12px; line-height: 1.65; }

.usecases-section { background: #f6f8fb; }.department-list { border-top: 1px solid #ccd6e1; }.department { min-height: 94px; display: grid; grid-template-columns: 55px 1.1fr 1.5fr 28px; gap: 20px; align-items: center; border-bottom: 1px solid #dce3ea; transition: padding .25s ease, background .25s ease; }.department:hover { padding-inline: 15px; background: white; }.department > span { color: #9aa5b5; font-size: 11px; }.department strong { font-size: 24px; letter-spacing: -.03em; }.department p { margin: 0; color: #6b778a; font-size: 14px; }.department svg { color: var(--blue); }

.architecture-section { color: white; background: #071326; }.architecture-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.architecture-copy > p { color: #aebdce; }.architecture-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.architecture-tags span { padding: 7px 11px; border: 1px solid rgba(154,188,222,.25); border-radius: 20px; color: #aabdd2; font-size: 10px; }
.architecture-map { padding: 34px; border: 1px solid rgba(115,163,210,.22); border-radius: 23px; background: rgba(13,37,70,.48); box-shadow: inset 0 1px rgba(255,255,255,.04); }.arch-node { min-height: 78px; padding: 15px 18px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(122,176,227,.25); border-radius: 13px; background: rgba(255,255,255,.055); }.arch-node small, .arch-node strong { display: block; }.arch-node small { color: #7f9bb8; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }.arch-node strong { margin-top: 2px; font-size: 13px; }.workiq-node { border-color: rgba(55,150,239,.5); background: linear-gradient(100deg, rgba(25,107,185,.18), rgba(59,73,180,.14)); }.workiq-symbol { width: 42px; height: 42px; display: grid; place-content: center; grid-template-columns: repeat(2, 9px); gap: 3px; border-radius: 11px; background: rgba(255,255,255,.08); }.arch-connector { height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 9px; align-items: center; color: #7691ac; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.arch-connector i { height: 1px; background: linear-gradient(90deg, transparent, #2e78bd); }.arch-connector i:last-child { background: linear-gradient(90deg, #2e78bd, transparent); }.m365-cloud { min-height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(128,171,211,.28); border-radius: 13px; background: rgba(4,16,34,.35); }.m365-cloud > div { display: flex; gap: 6px; }.m365-cloud strong { margin-top: 8px; font-size: 12px; }.m365-cloud small { color: #6f89a4; font-size: 8px; }

.closing-section { padding: 90px 0; background: #f6f8fb; }.closing-card { position: relative; min-height: 470px; padding: 75px 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 50% 100%, rgba(31,115,212,.52), transparent 40%), linear-gradient(145deg,#081831,#0a2a55); }.closing-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle, #000, transparent 75%); }.closing-card > *:not(.closing-grid) { position: relative; }.closing-card h2 { margin: 18px 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.06em; }.closing-card > p { max-width: 650px; color: #bac8d9; }.closing-card .hero-actions { justify-content: center; }

footer { padding: 55px 0; background: #fff; }.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 30px; align-items: end; }.footer-brand { display: inline-flex; }.footer-grid p { margin: 12px 0 0; color: #7b8798; font-size: 12px; }.footer-links { display: flex; gap: 25px; }.footer-links a { color: #536077; font-size: 12px; }.footer-meta { display: flex; flex-direction: column; align-items: flex-end; color: #8792a2; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }.problem-card:nth-child(2), .security-card:nth-child(2) { transition-delay: .08s; }.problem-card:nth-child(3), .security-card:nth-child(3) { transition-delay: .16s; }.security-card:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1050px) {
  .hero-layout { gap: 40px; }.hero { padding-top: 145px; }.floating-evidence { right: -8px; }.role-dock { align-items: flex-start; flex-direction: column; }.role-tabs { width: 100%; }
  .process-flow { grid-template-columns: repeat(4, 1fr); gap: 12px; }.flow-arrow { display: none; }.m365-strip { flex-wrap: wrap; }
  .template-grid { grid-template-columns: repeat(2, 1fr); }.template-card { aspect-ratio: auto; min-height: 260px; }
  .security-banner { padding: 55px; }.security-grid { grid-template-columns: repeat(2, 1fr); }.security-card:nth-child(3) { border-left: 0; border-top: 1px solid #dce3ec; }.security-card:nth-child(4) { border-top: 1px solid #dce3ec; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }.site-header { position: absolute; }.nav-wrap { height: 72px; }.desktop-nav, .nav-wrap > .button { display: none; }.brand-product { display: none; }
  .hero { padding-top: 120px; min-height: auto; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }.hero-product { max-width: 630px; margin: 0 auto; width: 100%; }.product-window { transform: none; }.floating-evidence { right: 12px; }
  .role-dock { margin-top: 50px; }.role-intro { white-space: normal; }.role-tabs { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 90px 0; }.split-heading { display: block; }.split-heading > p { max-width: 620px; }.problem-grid { grid-template-columns: 1fr; }.problem-card { min-height: 320px; }.problem-card + .problem-card { border-left: 0; border-top: 1px solid var(--line); }
  .process-flow { grid-template-columns: repeat(2, 1fr); }.conversation-layout, .architecture-layout { grid-template-columns: 1fr; gap: 55px; }
  .action-orbit { min-height: 650px; }.action-orbit:before { width: 330px; height: 430px; }.action-orbit:after { width: 550px; height: 560px; }.node-a { left: 3%; top: 16%; }.node-b { right: 2%; top: 16%; }.node-c { left: 3%; bottom: 12%; }.node-d { right: 2%; bottom: 12%; }
  .security-banner { grid-template-columns: 1fr; text-align: center; }.security-copy > p { margin-inline: auto; }.security-seal { margin: 40px auto 0; }.department { grid-template-columns: 40px 1fr 28px; }.department p { display: none; }.footer-grid { grid-template-columns: 1fr; }.footer-meta { align-items: flex-start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }.hero { padding-top: 108px; }.hero-copy h1 { font-size: 3rem; }.hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; }.trust-row { align-items: center; flex-direction: column; gap: 8px; }
  .product-window { min-height: 500px; border-radius: 17px; }.secure-pill { display: none; }.chat-area { padding: 22px 15px; }.chat-bubble { max-width: 87%; }.assistant-row { grid-template-columns: 28px 1fr; }.assistant-icon { width: 28px; height: 28px; }.answer-actions { flex-direction: column; align-items: flex-start; }.floating-evidence { display: none; }
  .role-dock { padding: 20px; }.role-tabs { grid-template-columns: 1fr; }.role-tab { justify-content: flex-start; padding-inline: 20px; }
  .section { padding: 75px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .center-heading h2, .conversation-copy h2, .security-copy h2, .architecture-copy h2 { font-size: 2.35rem; }.problem-card { padding: 28px; }
  .process-flow { grid-template-columns: 1fr; }.process-step { min-height: auto; }.step-icon { margin-bottom: 23px; }.m365-strip > span { width: 100%; text-align: center; }.m365-strip div { width: calc(50% - 14px); }
  .demo-question, .demo-answer { padding-inline: 15px; }.demo-answer { grid-template-columns: 28px 1fr; }.demo-actions button { flex: 1 1 45%; justify-content: center; }
  .template-grid { grid-template-columns: 1fr; }.template-card { min-height: 245px; }.template-footer { align-items: flex-start; flex-direction: column; }
  .action-orbit { min-height: auto; padding: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }.action-orbit:before,.action-orbit:after { display: none; }.orbit-center, .action-node { position: static; transform: none; width: 100%; min-height: 75px; border-radius: 14px; }.orbit-center { height: 130px; }.action-node { min-width: 0; }
  .security-banner { padding: 45px 25px; }.security-seal { width: 220px; height: 220px; }.security-grid { grid-template-columns: 1fr; }.security-card + .security-card { border-left: 0; border-top: 1px solid #dce3ec; }.security-card { min-height: 200px; }
  .architecture-map { padding: 18px; }.arch-connector span { text-align: center; }.closing-card { padding: 60px 22px; border-radius: 22px; }.closing-card h2 { font-size: 3rem; }.closing-card .button { width: 100%; }
}

@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; }
}
