:root {
    --navy-950: #061827;
    --navy-900: #082138;
    --navy-800: #0c3354;
    --blue-600: #1172d4;
    --blue-500: #2693ef;
    --cyan-300: #75d9ee;
    --amber-500: #f6a824;
    --amber-300: #ffd27d;
    --ink: #0c1d2c;
    --muted: #5d6b78;
    --line: #dce5ec;
    --surface: #f5f8fb;
    --white: #fff;
    --shadow: 0 28px 70px rgba(2, 20, 36, .24);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
[id] { scroll-margin-top: 92px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(117,217,238,.65); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: #fff; color: #071b2f; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 12px 12px 12px 4px; transform: rotate(-4deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; width: 5px; border-radius: 6px; background: linear-gradient(180deg, var(--amber-300), var(--amber-500)); transform: rotate(4deg); }
.brand-mark::before { height: 11px; margin: 12px 0 0 -13px; }
.brand-mark span { height: 18px; }
.brand-mark::after { height: 25px; margin: -7px 0 0 13px; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 21px; letter-spacing: .08em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.67); font-size: 12px; letter-spacing: .05em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; color: rgba(255,255,255,.82); }
.desktop-nav a:hover { color: #fff; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.button-light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-light:hover { background: rgba(255,255,255,.16); }
.button-primary { color: #0b2234; background: linear-gradient(135deg, #ffd98f, var(--amber-500)); box-shadow: 0 14px 34px rgba(246,168,36,.24); }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero-media { position: absolute; inset: 0; background: url("/assets/images/travel-team-hero.webp") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,34,.98) 0%, rgba(4,20,34,.88) 38%, rgba(4,20,34,.34) 68%, rgba(4,20,34,.22) 100%), linear-gradient(0deg, rgba(5,23,39,.92) 0%, transparent 38%); }
.hero-inner { position: relative; z-index: 2; min-height: 720px; padding-top: 170px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: 64px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 22px; color: var(--cyan-300); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }
h1 { max-width: 680px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.12; letter-spacing: -.045em; }
h1 em { color: var(--amber-300); font-style: normal; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { font-weight: 650; color: rgba(255,255,255,.84); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--cyan-300); font-weight: 800; }

.pulse-card { align-self: end; margin-bottom: 54px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(8,33,56,.78); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.pulse-head { display: flex; align-items: center; justify-content: space-between; }
.pulse-head div { display: grid; }
.pulse-head span, .pulse-grid span { color: rgba(255,255,255,.6); font-size: 13px; }
.pulse-head strong { margin-top: 2px; font-size: 18px; }
.live-dot { color: #9ce7cb !important; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #5ddeae; box-shadow: 0 0 0 5px rgba(93,222,174,.1); }
.pulse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.pulse-grid > div { display: grid; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.06); }
.pulse-grid strong { margin: 2px 0; font-size: 30px; line-height: 1.2; }
.pulse-grid small { color: #8fd6e7; font-size: 12px; }
.pulse-row { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.avatar-stack { display: flex; }
.avatar-stack i { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #153852; border-radius: 50%; color: #092039; background: #9edff0; font-size: 11px; font-style: normal; font-weight: 800; }
.avatar-stack i:first-child { margin-left: 0; background: #ffd07a; }
.avatar-stack i:last-child { background: #b8e9d4; }
.pulse-row p { display: grid; margin: 0 auto 0 0; line-height: 1.35; }
.pulse-row p strong { font-size: 13px; }
.pulse-row p small { color: rgba(255,255,255,.53); font-size: 11px; }
.status-pill { padding: 5px 9px; color: #a8e9d0; background: rgba(82,211,161,.1); border-radius: 999px; font-size: 11px; }

.journey-strip { position: relative; z-index: 3; min-height: 76px; margin-top: -38px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: rgba(255,255,255,.76); background: #0b2a44; box-shadow: 0 20px 48px rgba(2,19,32,.24); font-size: 14px; font-weight: 650; }
.journey-strip i { color: var(--amber-300); font-style: normal; }
.section { padding: 116px 0; }
.section-soft { padding: 116px 0; background: var(--surface); }
.section-dark { padding: 116px 0; color: #fff; background: var(--navy-950); }
.section-kicker { margin: 0 0 14px; color: var(--blue-600); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.section-kicker-light { color: var(--cyan-300); }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .feature-copy h2, .connected-copy h2, .demo-copy h2, .outcomes-copy h2 { margin: 0; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.22; letter-spacing: -.04em; }
.section-heading > p:last-child, .feature-copy > p, .connected-copy > p, .demo-copy > p, .outcomes-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.section-heading-center { max-width: 840px; margin-right: auto; margin-left: auto; text-align: center; }

.capabilities { padding-top: 138px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.capability-card { position: relative; min-height: 410px; overflow: hidden; padding: 30px 26px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(12, 39, 63, .06); transition: transform .25s ease, box-shadow .25s ease; }
.capability-card::after { content: ""; position: absolute; inset: auto -50px -80px auto; width: 170px; height: 170px; border-radius: 50%; background: var(--card-tint); opacity: .55; }
.capability-card:hover { transform: translateY(-6px); box-shadow: 0 24px 58px rgba(12, 39, 63, .12); }
.capability-card > span { position: absolute; top: 24px; right: 24px; color: #a8b4bf; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.capability-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 15px; color: var(--card-color); background: var(--card-tint); }
.capability-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.capability-card h3 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.capability-card p { min-height: 88px; margin: 13px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.capability-card ul { position: relative; z-index: 1; display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: 13px; font-weight: 650; }
.capability-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--card-color); }
.capability-card-blue { --card-color: #1676d2; --card-tint: #e5f2ff; }
.capability-card-amber { --card-color: #c77b00; --card-tint: #fff1d4; }
.capability-card-teal { --card-color: #148675; --card-tint: #def5ef; }
.capability-card-violet { --card-color: #7054c8; --card-tint: #eee9ff; }

.connected-section { position: relative; overflow: hidden; }
.connected-section::before { content: ""; position: absolute; top: -220px; right: -220px; width: 620px; height: 620px; border: 1px solid rgba(98,205,229,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(98,205,229,.025), 0 0 0 160px rgba(98,205,229,.018); }
.connected-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 86px; }
.connected-copy > p { color: rgba(255,255,255,.65); }
.connected-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.connected-facts div { padding: 16px 12px 15px; border-top: 1px solid rgba(255,255,255,.18); }
.connected-facts strong, .connected-facts span { display: block; }
.connected-facts strong { color: var(--amber-300); font-size: 15px; }
.connected-facts span { margin-top: 4px; color: rgba(255,255,255,.55); font-size: 12px; }
.customer-record { max-width: 520px; justify-self: end; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: 0 32px 80px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.record-topbar { display: flex; align-items: center; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.11); }
.mini-logo { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px 9px 9px 3px; color: #0d2c44; background: var(--amber-300); font-size: 13px; font-weight: 900; }
.record-topbar strong { margin-right: auto; font-size: 14px; }
.record-topbar small { color: rgba(255,255,255,.5); }
.record-person { display: flex; align-items: center; gap: 13px; padding: 23px 0 18px; }
.record-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #12344c; background: #aadfea; font-weight: 800; }
.record-person div { display: grid; margin-right: auto; }
.record-person div strong { font-size: 16px; }
.record-person div small { color: rgba(255,255,255,.53); font-size: 12px; }
.intent-tag { padding: 6px 10px; border-radius: 999px; color: #ffdb91; background: rgba(246,168,36,.12); font-size: 11px; }
.record-path { padding: 18px 20px; border-radius: 17px; background: rgba(3,17,29,.38); }
.record-step { position: relative; min-height: 62px; padding-left: 34px; display: grid; align-content: start; }
.record-step:not(:last-child)::before { content: ""; position: absolute; top: 12px; bottom: -2px; left: 6px; width: 1px; background: rgba(255,255,255,.13); }
.record-step i { position: absolute; top: 5px; left: 0; width: 13px; height: 13px; border: 2px solid #647b8c; border-radius: 50%; background: #142f43; }
.record-step.done i { border-color: #57d4b0; background: #57d4b0; box-shadow: 0 0 0 5px rgba(87,212,176,.09); }
.record-step.current i { border-color: var(--amber-300); box-shadow: 0 0 0 5px rgba(255,210,125,.09); }
.record-step span { font-size: 13px; font-weight: 750; }
.record-step small { color: rgba(255,255,255,.48); font-size: 11px; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 82px; }
.feature-grid-reverse { grid-template-columns: .82fr 1.18fr; }
.feature-copy h2 { max-width: 600px; }
.check-list { display: grid; gap: 17px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-600); font-size: 10px; font-weight: 900; }
.check-list strong { color: var(--ink); }
.product-window { overflow: hidden; border: 1px solid #cedbe5; border-radius: 22px; background: #fff; box-shadow: 0 28px 70px rgba(22, 60, 90, .13); }
.window-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #e3eaf0; background: #f8fafc; }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #d2dbe2; }
.window-bar > span:first-child { background: #f1ad65; }
.window-bar > span:nth-child(2) { background: #f2d96c; }
.window-bar > span:nth-child(3) { background: #72d0a3; }
.window-bar small { margin-left: auto; color: #85939e; font-size: 11px; }
.message-ui { min-height: 410px; display: grid; grid-template-columns: 42% 58%; }
.thread-list { border-right: 1px solid #e3eaf0; background: #fbfcfd; }
.thread-filter { height: 57px; display: flex; align-items: center; gap: 8px; padding: 0 16px; border-bottom: 1px solid #e6edf2; font-size: 13px; }
.thread-filter b { padding: 2px 7px; border-radius: 999px; color: #1472bf; background: #e5f2ff; font-size: 10px; }
.thread { display: flex; align-items: flex-start; gap: 9px; padding: 15px 13px; border-bottom: 1px solid #edf1f4; }
.thread.active { background: #eaf5ff; box-shadow: inset 3px 0 #238bdc; }
.avatar { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #11324b; font-size: 10px; font-style: normal; font-weight: 800; }
.avatar.amber { background: #ffda93; }.avatar.blue { background: #b7dcf7; }.avatar.teal { background: #abe4d6; }
.thread p { min-width: 0; display: grid; margin: 0 auto 0 0; line-height: 1.45; }
.thread strong { font-size: 12px; }.thread p span { overflow: hidden; color: #71808c; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.thread time { color: #98a5af; font-size: 9px; }
.chat-panel { display: flex; flex-direction: column; }
.chat-head { height: 57px; display: flex; align-items: center; padding: 0 18px; border-bottom: 1px solid #e6edf2; }
.chat-head div { display: grid; margin-right: auto; line-height: 1.35; }.chat-head strong { font-size: 12px; }.chat-head span { color: #788792; font-size: 9px; }.chat-head b { padding: 4px 8px; border-radius: 999px; color: #a46400; background: #fff1d9; font-size: 9px; }
.chat-body { flex: 1; padding: 27px 18px 18px; background: #f8fafc; }
.bubble { max-width: 80%; margin: 0 0 38px; padding: 11px 13px; border: 1px solid #e2e9ee; border-radius: 4px 13px 13px 13px; color: #344957; background: #fff; font-size: 11px; }
.reply-suggestion { padding: 14px; border: 1px solid #c5e0f4; border-radius: 13px; background: #edf7ff; }
.reply-suggestion > span { color: #1375bd; font-size: 9px; font-weight: 800; }.reply-suggestion p { margin: 7px 0 10px; color: #315267; font-size: 10px; line-height: 1.65; }.reply-suggestion button { padding: 7px 11px; border: 0; border-radius: 7px; color: #fff; background: #187ac5; font: inherit; font-size: 9px; }

.script-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 86px; }
.script-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.script-tags span { padding: 8px 12px; border: 1px solid #dbe5ec; border-radius: 999px; color: #405665; background: #fff; font-size: 13px; }
.script-card { padding: 30px; border: 1px solid #d5e1e9; border-radius: 24px; background: #fff; box-shadow: 0 25px 60px rgba(13, 53, 84, .1); }
.script-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #e6edf2; }
.script-card-head div { display: flex; align-items: center; gap: 10px; }.spark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #855b06; background: #ffedc8; }.script-card-head small { color: #448169; font-size: 11px; }
.script-question, .script-answer { display: grid; grid-template-columns: 72px 1fr; gap: 14px; padding: 23px 0; border-bottom: 1px solid #edf1f4; }
.script-question span, .script-answer span { color: #7d8a94; font-size: 11px; font-weight: 700; }.script-question p, .script-answer p { margin: 0; color: #344a59; font-size: 14px; line-height: 1.8; }.script-answer p { color: #174661; }.script-answer { margin: 0 -13px; padding: 23px 13px; border: 1px solid #c9e3f4; border-radius: 13px; background: #f0f8fe; }
.script-actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 20px; }.script-actions button { padding: 9px 14px; border: 1px solid #d6e0e7; border-radius: 8px; color: #536572; background: #fff; font: inherit; font-size: 11px; }.script-actions .primary { border-color: #1478c3; color: #fff; background: #1478c3; }

.metric-list { display: grid; gap: 20px; margin-top: 32px; }
.metric-list > div { display: flex; gap: 15px; }
.metric-list i { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #126aab; background: #e7f3fc; font-size: 10px; font-style: normal; font-weight: 800; }
.metric-list p { display: grid; margin: 0; }.metric-list strong { font-size: 15px; }.metric-list span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.pipeline-window { padding: 25px; border: 1px solid #d4dfe7; border-radius: 22px; background: #f7fafc; box-shadow: 0 28px 68px rgba(15, 52, 80, .12); }
.pipeline-title { display: flex; align-items: center; margin-bottom: 20px; }.pipeline-title div { display: grid; margin-right: auto; }.pipeline-title strong { font-size: 16px; }.pipeline-title small, .pipeline-title > span { color: #7e8c97; font-size: 10px; }.pipeline-title > span { padding: 4px 8px; border-radius: 999px; background: #e8eef3; }
.pipeline-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pipeline-column { min-height: 330px; padding: 10px; border: 1px solid #e0e8ed; border-radius: 12px; background: #eef3f6; }
.column-head { display: flex; align-items: center; padding: 2px 2px 10px; color: #546672; font-size: 11px; font-weight: 750; }.column-head b { margin-left: auto; padding: 2px 6px; border-radius: 999px; background: #dce6ec; font-size: 9px; }
.pipeline-column article { position: relative; display: grid; margin-bottom: 9px; padding: 12px; border: 1px solid #dfe6eb; border-radius: 9px; background: #fff; box-shadow: 0 5px 14px rgba(19,54,79,.04); }.pipeline-column article.highlight { border-color: #aad4ee; box-shadow: inset 3px 0 #1b83ca; }.pipeline-column article strong { font-size: 10px; }.pipeline-column article span { margin-top: 2px; color: #3d5666; font-size: 9px; }.pipeline-column article small { margin-top: 9px; color: #8a98a2; font-size: 8px; }.pipeline-column article em { position: absolute; right: 9px; bottom: 9px; color: #1877b9; font-size: 8px; font-style: normal; font-weight: 750; }

.analytics-section { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 5%, rgba(41,146,211,.17), transparent 26%), var(--navy-950); }
.analytics-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.analytics-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.85; }
.analytics-dashboard { padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: rgba(255,255,255,.055); box-shadow: 0 38px 90px rgba(0,0,0,.2); }
.dashboard-head { display: flex; align-items: center; padding-bottom: 20px; }.dashboard-head > div { display: flex; align-items: center; gap: 11px; margin-right: auto; }.dashboard-head p { display: grid; margin: 0; }.dashboard-head strong { font-size: 14px; }.dashboard-head small, .dashboard-head > span { color: rgba(255,255,255,.48); font-size: 10px; }.dashboard-head > span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.07); }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.dashboard-metrics article { display: grid; padding: 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(2,17,29,.35); }.dashboard-metrics span { color: rgba(255,255,255,.52); font-size: 11px; }.dashboard-metrics strong { margin: 4px 0 2px; font-size: 20px; letter-spacing: -.02em; }.dashboard-metrics small { color: #76cfe5; font-size: 9px; }
.dashboard-body { display: grid; grid-template-columns: 1.45fr .55fr; gap: 12px; margin-top: 12px; }
.chart-card, .route-card { padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(2,17,29,.35); }
.chart-card-head { display: flex; align-items: center; }.chart-card-head > div, .route-card-head { display: grid; }.chart-card-head > div { margin-right: auto; }.chart-card-head strong, .route-card-head strong { font-size: 12px; }.chart-card-head small, .route-card-head small { color: rgba(255,255,255,.44); font-size: 9px; }.legend { color: rgba(255,255,255,.48); font-size: 8px; }.legend i { display: inline-block; width: 7px; height: 7px; margin: 0 4px 0 8px; border-radius: 50%; background: #54c0ed; }.legend i:last-of-type { background: var(--amber-500); }
.chart-area { position: relative; height: 220px; margin-top: 14px; }.chart-area svg { position: absolute; inset: 10px 0 24px; width: 100%; height: calc(100% - 34px); overflow: visible; }.chart-area .area { fill: url(#areaFill); }.line-blue, .line-amber { fill: none; stroke-width: 3; stroke-linecap: round; }.line-blue { stroke: #54c0ed; }.line-amber { stroke: #f6aa2b; stroke-width: 2; stroke-dasharray: 5 5; }.grid-line { position: absolute; right: 0; left: 0; height: 1px; background: rgba(255,255,255,.07); }.g1 { top: 20%; }.g2 { top: 48%; }.g3 { top: 76%; }.chart-axis { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 8px; }
.route-card-head { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }.route-row { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }.route-row:last-child { border: 0; }.route-row p { display: flex; align-items: center; margin: 0; }.route-row p strong { margin-right: auto; font-size: 10px; }.route-row p span, .route-row b { color: rgba(255,255,255,.47); font-size: 8px; }.route-row > div { height: 5px; margin: 7px 0; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }.route-row i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2b88c9, #70d5e9); }.route-row b { font-weight: 500; }
.future-note { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 18px 23px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }.future-note > span { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: #ffd98f; background: rgba(246,168,36,.12); font-size: 10px; font-weight: 800; }.future-note p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }.future-note strong { margin-right: 9px; color: #fff; }

.workflow-list { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.workflow-list::before { content: ""; position: absolute; top: 50px; left: 8%; right: 8%; height: 1px; background: #dbe5ec; }
.workflow-list li { position: relative; z-index: 1; padding: 0 8px; text-align: center; }
.workflow-list li > span { position: absolute; top: 8px; right: 12%; color: #bdc7cf; font-size: 9px; font-weight: 800; }
.workflow-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 17px auto 22px; border: 7px solid #fff; border-radius: 20px; color: #1677bd; background: #e9f5fc; box-shadow: 0 0 0 1px #d8e6ee; }
.workflow-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.workflow-list li:nth-child(3) .workflow-icon, .workflow-list li:nth-child(6) .workflow-icon { color: #9e670c; background: #fff2d7; }
.workflow-list li:nth-child(4) .workflow-icon { color: #157761; background: #e2f6ef; }
.workflow-list h3 { margin: 0; font-size: 15px; }.workflow-list p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.outcomes-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.outcome-list article { min-height: 170px; display: flex; gap: 16px; padding: 24px; border: 1px solid #dbe5ec; border-radius: 18px; background: #fff; }
.outcome-list article > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #126dad; background: #e7f3fc; font-size: 12px; font-weight: 900; }
.outcome-list article:nth-child(2) > span { color: #8d630d; background: #fff1d2; }.outcome-list article:nth-child(3) > span { color: #14715f; background: #e1f5ef; }.outcome-list article:nth-child(4) > span { color: #694db9; background: #ede8ff; }
.outcome-list div { display: grid; align-content: start; }.outcome-list strong { font-size: 15px; }.outcome-list p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-grid article { min-height: 210px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 15px 35px rgba(15,49,73,.05); }
.team-grid article::before { content: ""; width: 26px; height: 3px; display: block; margin-bottom: 58px; border-radius: 999px; background: var(--amber-500); box-shadow: 10px 0 #2b94d6; }
.team-grid span { font-size: 17px; font-weight: 800; }.team-grid p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.demo-section { padding: 106px 0; color: #fff; background: linear-gradient(145deg, #08223a 0%, #0a3555 52%, #0d2741 100%); }
.demo-shell { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; }
.demo-copy > p { color: rgba(255,255,255,.64); }.demo-copy ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: 14px; }.demo-copy li::before { content: "✓"; margin-right: 10px; color: var(--cyan-300); font-weight: 900; }
.demo-form { position: relative; padding: 32px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.22); }
.form-head { display: flex; align-items: center; margin-bottom: 24px; }.form-head strong { margin-right: auto; font-size: 21px; }.form-head span { color: #87939d; font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form label { display: grid; margin-bottom: 15px; }.demo-form label > span { margin-bottom: 7px; color: #425563; font-size: 12px; font-weight: 700; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; border: 1px solid #d5e0e7; border-radius: 10px; color: var(--ink); outline: none; background: #fbfcfd; font: inherit; font-size: 14px; transition: border .2s ease, box-shadow .2s ease; }.demo-form input, .demo-form select { height: 47px; padding: 0 13px; }.demo-form textarea { resize: vertical; min-height: 92px; padding: 11px 13px; line-height: 1.6; }.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: #258fd5; box-shadow: 0 0 0 3px rgba(37,143,213,.11); }.demo-form input::placeholder, .demo-form textarea::placeholder { color: #a4afb7; }
.demo-form .consent { display: flex; align-items: flex-start; grid-template-columns: none; gap: 9px; margin: 2px 0 16px; }.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 3px; accent-color: var(--blue-600); }.demo-form .consent > span { margin: 0; color: #74828d; font-size: 11px; font-weight: 500; line-height: 1.6; }.consent a { margin-left: 2px; color: #1478bf; text-decoration: underline; text-underline-offset: 2px; }
.button-submit { width: 100%; color: #fff; border: 0; background: linear-gradient(135deg, #177cc6, #07528f); cursor: pointer; }.button-submit i { font-style: normal; }.button-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 22px; margin: 10px 0 -8px; color: #526673; font-size: 12px; text-align: center; }.form-status.success { color: #14785f; }.form-status.error { color: #ba3737; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 68px 0 24px; color: rgba(255,255,255,.7); background: #04131f; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr 1fr; align-items: center; gap: 50px; padding-bottom: 48px; }
.footer-brand { color: #fff; }.footer-main > p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; }.footer-main nav { display: flex; justify-content: flex-end; gap: 21px; font-size: 12px; }.footer-main nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 11px; }.footer-bottom button { padding: 0; border: 0; color: inherit; background: none; font: inherit; cursor: pointer; }.footer-bottom button:hover { color: #fff; }
.privacy-dialog { width: min(560px, calc(100% - 32px)); padding: 36px; border: 0; border-radius: 22px; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); }.privacy-dialog::backdrop { background: rgba(1,13,23,.72); backdrop-filter: blur(4px); }.privacy-dialog h2 { margin: 0 0 20px; font-size: 30px; }.privacy-dialog p:not(.section-kicker) { color: var(--muted); font-size: 14px; line-height: 1.8; }.dialog-close { position: absolute; top: 16px; right: 17px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #60717d; background: #eef3f6; font-size: 22px; cursor: pointer; }.button-dialog { margin-top: 12px; color: #fff; background: var(--navy-800); cursor: pointer; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; color: #fff; background: radial-gradient(circle at 78% 12%, rgba(43,148,214,.22), transparent 28%), var(--navy-950); }.error-card { width: min(650px, 100%); padding: 55px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: var(--shadow); }.error-brand { margin-bottom: 70px; }.error-card h1 { font-size: clamp(38px, 6vw, 60px); }.error-card > p:not(.section-kicker) { max-width: 540px; margin: 22px 0 30px; color: rgba(255,255,255,.64); }.error-card .section-kicker { color: var(--cyan-300); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.site-header.is-scrolled { position: fixed; color: var(--ink); border-bottom-color: #dce5ec; background: rgba(255,255,255,.94); box-shadow: 0 7px 24px rgba(11,37,56,.08); backdrop-filter: blur(14px); animation: headerIn .3s ease both; }
.site-header.is-scrolled .brand-mark { border-color: #9fb5c5; }.site-header.is-scrolled .brand-copy small, .site-header.is-scrolled .desktop-nav { color: #627481; }.site-header.is-scrolled .button-light { color: #fff; border-color: var(--navy-800); background: var(--navy-800); }
@keyframes headerIn { from { transform: translateY(-100%); } to { transform: translateY(0); } }

@media (max-width: 920px) {
    .desktop-nav { display: none; }
    .hero { min-height: 920px; }
    .hero-media { background-position: 62% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(4,20,34,.97), rgba(4,20,34,.68)), linear-gradient(0deg, rgba(5,23,39,.96), transparent 58%); }
    .hero-inner { min-height: 790px; padding-top: 150px; grid-template-columns: 1fr; gap: 24px; }
    .pulse-card { width: min(100%, 420px); justify-self: end; margin: 0 0 52px; }
    .journey-strip { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
    .capability-grid, .team-grid { grid-template-columns: 1fr 1fr; }
    .connected-grid, .feature-grid, .feature-grid-reverse, .script-grid, .outcomes-grid, .demo-shell { grid-template-columns: 1fr; gap: 56px; }
    .customer-record { justify-self: stretch; max-width: none; }
    .feature-grid-reverse .feature-copy { order: 1; }.feature-grid-reverse .pipeline-window { order: 2; }
    .analytics-heading { grid-template-columns: 1fr; gap: 22px; }
    .dashboard-body { grid-template-columns: 1fr; }
    .workflow-list { grid-template-columns: repeat(3, 1fr); gap: 36px 16px; }
    .workflow-list::before { display: none; }
    .footer-main { grid-template-columns: 1fr 1fr; }.footer-main > p { grid-column: 1 / -1; grid-row: 2; }.footer-main nav { justify-content: flex-end; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 32px, var(--container)); }
    .header-inner { min-height: 72px; }
    .brand-copy small { display: none; }
    .button-small { padding-inline: 14px; }
    .hero { min-height: 950px; }
    .hero-media { background-position: 67% center; }
    .hero-shade { background: linear-gradient(180deg, rgba(4,20,34,.88) 0%, rgba(4,20,34,.81) 52%, rgba(4,20,34,.97) 100%); }
    .hero-inner { min-height: 850px; padding-top: 125px; align-content: start; }
    h1 { font-size: 42px; }
    .hero-lede { font-size: 17px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-points { gap: 8px 14px; }
    .pulse-card { margin-top: 10px; margin-bottom: 48px; }
    .journey-strip { min-height: 68px; margin-top: -34px; padding-inline: 20px; border-radius: 14px; }
    .section, .section-soft, .section-dark { padding: 82px 0; }
    .capabilities { padding-top: 108px; }
    .section-heading { margin-bottom: 38px; }
    .section-heading h2, .feature-copy h2, .connected-copy h2, .demo-copy h2, .outcomes-copy h2 { font-size: 34px; }
    .capability-grid, .team-grid, .dashboard-metrics, .outcome-list { grid-template-columns: 1fr; }
    .capability-card { min-height: 0; }.capability-card p { min-height: 0; }.capability-icon { margin-bottom: 34px; }
    .connected-facts { grid-template-columns: 1fr; }.connected-facts div { padding: 12px 0; }
    .customer-record { padding: 18px; }.record-path { padding-inline: 14px; }
    .message-ui { min-height: 0; grid-template-columns: 1fr; }.thread-list { border-right: 0; }.thread:not(.active), .thread-filter { display: none; }.chat-panel { min-height: 340px; }
    .script-card, .pipeline-window, .analytics-dashboard, .demo-form { padding: 18px; }
    .script-question, .script-answer { grid-template-columns: 1fr; gap: 5px; }
    .pipeline-columns { overflow-x: auto; grid-template-columns: repeat(3, 180px); padding-bottom: 5px; }
    .dashboard-metrics { gap: 9px; }.dashboard-metrics article { min-height: 100px; }
    .chart-area { height: 180px; }
    .future-note { align-items: flex-start; flex-direction: column; }
    .workflow-list { grid-template-columns: 1fr 1fr; }.workflow-list li { padding-inline: 4px; }
    .team-grid article { min-height: 180px; }.team-grid article::before { margin-bottom: 42px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-main { grid-template-columns: 1fr; gap: 24px; }.footer-main > p { grid-column: auto; grid-row: auto; }.footer-main nav { flex-wrap: wrap; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
