:root {
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --blue: #3478f6;
  --blue-dark: #1d5fd5;
  --violet: #6857e5;
  --green: #16a176;
  --night: #10131e;
  --content-width: 1400px;
  --shadow: 0 24px 70px rgba(15, 23, 42, .12);
  color: var(--ink);
  background: #fff;
  font: 20.8px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { font: inherit; }
.shell { width: min(var(--content-width), 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; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--night); color: #fff; }
.skip-link:focus { top: 12px; }

.public-header { position: fixed; inset: 14px 0 auto; z-index: 50; transition: .2s ease; }
.header-shell { position: relative; display: flex; align-items: center; min-height: 58px; padding: 7px 8px 7px 18px; border: 1px solid rgba(226, 232, 240, .92); border-radius: 17px; background: rgba(255, 255, 255, .9); box-shadow: 0 14px 38px rgba(15, 23, 42, .07); backdrop-filter: blur(16px); }
.public-header.scrolled { inset-block-start: 7px; }
.public-header.scrolled .header-shell { box-shadow: 0 16px 45px rgba(15, 23, 42, .11); }
.brand { display: flex; align-items: center; flex: 1; }
.brand img { display: block; width: 112px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 3px; color: #4b5563; font-size: 15.6px; font-weight: 650; }
.nav-group { position: relative; }
.nav-trigger { display: flex; align-items: center; gap: 7px; padding: 11px 12px; border: 0; border-radius: 9px; background: transparent; color: inherit; cursor: pointer; font-size: inherit; font-weight: inherit; white-space: nowrap; }
.nav-trigger > span { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s; }
.nav-group:hover .nav-trigger, .nav-group:focus-within .nav-trigger { background: #f8fafc; color: #5145cd; }
.nav-group.open .nav-trigger { background: #fff; color: #5145cd; box-shadow: 0 0 0 3px rgb(99 91 255 / .14); }
.nav-group.open .nav-trigger > span, .nav-group:focus-within .nav-trigger > span { transform: translateY(2px) rotate(225deg); }
.nav-dropdown { position: absolute; top: calc(100% + 10px); left: 0; display: grid; min-width: 270px; max-height: min(32rem, 70vh); overflow-y: auto; padding: .5rem; border: 1px solid #e2e8f0; border-radius: .875rem; background: #fff; box-shadow: 0 12px 35px rgb(15 23 42 / .12); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: opacity .16s, transform .16s, visibility .16s; }
.nav-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown, .nav-group.open .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { min-height: 2.5rem; padding: .65rem .75rem; border-radius: .5625rem; color: #334155; font-size: 14.3px; font-weight: 400; line-height: 1.25rem; white-space: nowrap; transition: color .15s, background .15s; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: #f8fafc; color: #334155; outline: 0; }
.nav-dropdown a:active { background: #f0edff; color: #5145cd; font-weight: 600; }
.nav-dropdown-wide { grid-template-columns: repeat(2, minmax(210px, 1fr)); min-width: 470px; gap: 8px; }
.nav-column { display: grid; align-content: start; }
.nav-column b { padding: 7px 11px 4px; color: #8a96a8; font-size: 11.7px; letter-spacing: .08em; text-transform: uppercase; }
.nav-dropdown-right { right: 0; left: auto; }
.quiet-link { transition: color .18s; }
.quiet-link:hover { color: var(--blue); }
.header-actions { display: flex; flex: 1; justify-content: flex-end; align-items: center; gap: 11px; }
.quiet-link { padding: 10px 8px; color: #374151; font-size: 16.9px; font-weight: 700; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 9px; border: 0; border-radius: 10px; background: #f1f5f9; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; margin: 4px 0; border-top: 2px solid #334155; }
.mobile-nav { display: none; }

.button { display: inline-flex; min-height: 48px; padding: 0 21px; justify-content: center; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 9px; font-size: 18.2px; font-weight: 760; transition: color .18s, border-color .18s, box-shadow .18s, background .18s, filter .18s; }
.button:hover { filter: saturate(1.08); }
.button:focus-visible { outline: 3px solid rgba(52, 120, 246, .28); outline-offset: 3px; }
.button span { transition: transform .18s; }
.button:hover span { transform: translateX(3px); }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 15.6px; }
.button-primary { background: linear-gradient(180deg, #4386fb, #236ce9); color: #fff; box-shadow: 0 10px 24px rgba(52, 120, 246, .24), inset 0 1px rgba(255, 255, 255, .3); }
.button-primary:hover { background: linear-gradient(180deg, #5793fb, #2b72ed); box-shadow: 0 0 0 3px rgba(52, 120, 246, .16), 0 12px 27px rgba(52, 120, 246, .28), inset 0 1px rgba(255, 255, 255, .38); }
.button-dark { background: linear-gradient(180deg, #283142, #111827); color: #fff; box-shadow: 0 8px 20px rgba(15, 23, 42, .15); }
.button-dark:hover { background: linear-gradient(180deg, #37445a, #1b2535); box-shadow: 0 0 0 3px rgba(52, 120, 246, .14), 0 10px 24px rgba(15, 23, 42, .2); }
.button-light { border-color: #e2e8f0; background: #fff; color: #253044; box-shadow: 0 7px 18px rgba(15, 23, 42, .06); }
.button-light:hover { border-color: #9fc0fb; background: #f2f7ff; color: var(--blue-dark); box-shadow: 0 0 0 3px rgba(52, 120, 246, .11), 0 8px 20px rgba(35, 83, 163, .1); }
.button-white { background: #fff; color: #1e54bd; box-shadow: 0 12px 28px rgba(10, 42, 100, .2); }
.button-white:hover { background: #edf4ff; color: #1748a5; box-shadow: 0 0 0 3px rgba(255, 255, 255, .22), 0 12px 28px rgba(10, 42, 100, .24); }

.page-lines { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(148, 163, 184, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 5%, transparent 82%); }
.hero-simple { position: relative; overflow: hidden; padding: 148px 0 120px; background: radial-gradient(circle at 50% 16%, rgba(93, 141, 255, .13), transparent 34%), #fff; }
.hero-simple::before, .hero-simple::after { content: ""; position: absolute; left: 50%; width: 100%; height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, #dbe4f0, transparent); }
.hero-simple::before { top: 200px; }
.hero-simple::after { top: 650px; }
.hero-inner { position: relative; text-align: center; }
.eyebrow, .section-tag { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-dark); font-size: 15.6px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.eyebrow { margin-bottom: 24px; padding: 7px 12px; border: 1px solid #d8e5fb; border-radius: 999px; background: rgba(255, 255, 255, .78); box-shadow: 0 6px 18px rgba(52, 120, 246, .07); }
.eyebrow::before, .section-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(52, 120, 246, .1); }
h1 { margin: 0; font-size: clamp(46px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
h1 span { background: linear-gradient(90deg, #315fc8, #6758df 55%, #2c9ecc); background-clip: text; color: transparent; }
.hero-lead { max-width: 750px; margin: 26px auto 0; color: var(--muted); font-size: 23.4px; line-height: 1.7; }
.hero-buttons { position: relative; isolation: isolate; display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.hero-buttons::before { content: ""; position: absolute; inset: -15px -24px; z-index: -1; background: radial-gradient(ellipse at center, rgba(255, 255, 255, .98) 45%, rgba(255, 255, 255, 0) 76%); pointer-events: none; }
.hero-note { margin: 28px 0 0; color: #7b8797; font-size: 15.6px; }

.product-preview { position: relative; width: min(1120px, 100%); margin: 90px auto 0; overflow: hidden; border: 1px solid #dce3ec; border-radius: 20px; background: #111827; box-shadow: 0 36px 90px rgba(35, 52, 89, .2), 0 8px 24px rgba(15, 23, 42, .08); text-align: left; }
.product-preview::before { content: ""; position: absolute; inset: -30px; z-index: -1; border: 1px solid #dde4ee; border-radius: 32px; }
.preview-bar { display: flex; align-items: center; height: 45px; padding: 0 16px; border-bottom: 1px solid #2a3344; color: #98a5b8; font-size: 13px; }
.preview-bar > i { width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: #475569; }
.preview-bar > i:first-child { background: #f87171; }
.preview-bar > i:nth-child(2) { background: #fbbf24; }
.preview-bar > i:nth-child(3) { margin-right: auto; background: #34d399; }
.preview-bar b { position: absolute; left: 50%; transform: translateX(-50%); color: #e2e8f0; font-weight: 600; }
.preview-bar span { margin-left: auto; color: #6ee7b7; }
.preview-body { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 430px; padding: 30px; gap: 20px; background: radial-gradient(circle at 80% 30%, rgba(52, 120, 246, .14), transparent 34%), #111827; }
.knowledge-panel, .dialog-panel { border: 1px solid #303b4e; border-radius: 14px; background: rgba(22, 30, 45, .92); }
.knowledge-panel { padding: 22px; }
.panel-heading { display: grid; margin-bottom: 20px; }
.panel-heading span { color: #8390a4; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.panel-heading b { color: #f8fafc; font-size: 24.7px; }
.knowledge-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid #2c3749; }
.knowledge-row > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(22, 161, 118, .14); color: #62dfb6; font-style: normal; font-weight: 800; }
.knowledge-row.pending > i { background: rgba(251, 146, 60, .13); color: #fbad72; }
.knowledge-row span { display: grid; color: #f1f5f9; font-size: 15.6px; }
.knowledge-row small { color: #8290a4; font-size: 11.7px; }
.knowledge-row em { color: #768398; font-size: 11.7px; font-style: normal; }
.source-meter { display: grid; grid-template-columns: 1fr auto; margin-top: 24px; color: #9ba8bb; font-size: 13px; }
.source-meter b { color: #e2e8f0; }
.source-meter > i { grid-column: 1 / -1; height: 5px; margin-top: 8px; overflow: hidden; border-radius: 10px; background: #2c3749; }
.source-meter u { display: block; width: 66%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #7b68ee); }
.dialog-panel { align-self: center; padding: 17px; box-shadow: 0 22px 50px rgba(0, 0, 0, .2); }
.assistant-head { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #2c3749; }
.assistant-head img { width: 32px; height: 32px; object-fit: contain; }
.assistant-head span { display: grid; color: #f8fafc; font-size: 14.3px; }
.assistant-head small { color: #8794a8; font-size: 11.7px; }
.assistant-head small i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #34d399; }
.bubble { width: fit-content; max-width: 86%; margin-top: 18px; padding: 12px 14px; border-radius: 12px; color: #dce4ef; font-size: 15.6px; }
.bubble.visitor { margin-left: auto; background: #3478f6; color: #fff; }
.bubble.assistant { background: #263247; }
.bubble a { display: block; margin-top: 8px; color: #80b5ff; font-size: 13px; font-weight: 700; }
.demo-typing { display: flex; align-items: center; gap: 8px; width: fit-content; min-height: 30px; margin-top: 12px; color: #8da0bc; font-size: 13px; opacity: 0; }
.demo-typing span { display: inline-block; width: 0; overflow: hidden; white-space: nowrap; }
.demo-typing i { display: flex; gap: 3px; }
.demo-typing b { width: 4px; height: 4px; border-radius: 50%; background: #62dfb6; }
.product-preview .bubble.visitor { animation: demo-question 9s ease-in-out infinite; }
.product-preview .demo-typing { animation: demo-thinking 9s ease-in-out infinite; }
.product-preview .demo-typing span { animation: demo-type-label 9s steps(16, end) infinite; }
.product-preview .demo-typing b { animation: demo-dot 1s ease-in-out infinite; }
.product-preview .demo-typing b:nth-child(2) { animation-delay: .16s; }
.product-preview .demo-typing b:nth-child(3) { animation-delay: .32s; }
.product-preview .bubble.assistant { animation: demo-answer 9s ease-in-out infinite; }
.product-preview .answer-state { animation: demo-confirmation 9s ease-in-out infinite; }
.answer-state { display: flex; align-items: center; gap: 10px; margin-top: 22px; padding: 12px; border: 1px solid rgba(52, 211, 153, .17); border-radius: 10px; background: rgba(16, 185, 129, .07); }
.answer-state > i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(52, 211, 153, .15); color: #6ee7b7; font-style: normal; }
.answer-state span { display: grid; color: #dff9ee; font-size: 13px; }
.answer-state small { color: #75a994; font-size: 10.4px; }

@keyframes demo-question {
  0%, 5%, 96%, 100% { opacity: 0; transform: translateY(8px); }
  12%, 90% { opacity: 1; transform: none; }
}
@keyframes demo-thinking {
  0%, 19%, 43%, 100% { opacity: 0; }
  24%, 38% { opacity: 1; }
}
@keyframes demo-type-label {
  0%, 19%, 43%, 100% { width: 0; }
  31%, 38% { width: 122px; }
}
@keyframes demo-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: .45; }
  30% { transform: translateY(-3px); opacity: 1; }
}
@keyframes demo-answer {
  0%, 39%, 96%, 100% { opacity: 0; transform: translateY(8px); }
  48%, 90% { opacity: 1; transform: none; }
}
@keyframes demo-confirmation {
  0%, 55%, 96%, 100% { opacity: 0; transform: translateY(8px); }
  64%, 90% { opacity: 1; transform: none; }
}

.audience-strip { border-block: 1px solid #edf0f4; background: #fbfcfe; }
.audience-strip .shell { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 29px; min-height: 88px; color: #647184; font-size: 16.9px; }
.audience-strip span { color: #9aa5b3; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: 108px 0; }
.section-heading { max-width: 670px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 16px 0; font-size: clamp(44.2px, 4vw, 63.7px); line-height: 1.1; letter-spacing: -.043em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 22.1px; }
.section-tag.light { color: #80b5ff; }

.orbit-scene { position: relative; height: 520px; overflow: hidden; border-block: 1px solid #e7edf4; background: radial-gradient(circle, rgba(52, 120, 246, .14), transparent 19%); }
.orbit-lines, .orbit-lines::before, .orbit-lines::after { position: absolute; inset: 50% auto auto 50%; border: 1px solid #e1e7ef; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-lines { width: 460px; height: 230px; }
.orbit-lines::before, .orbit-lines::after { content: ""; }
.orbit-lines::before { width: 680px; height: 340px; }
.orbit-lines::after { width: 890px; height: 445px; }
.orbit-core { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid #dce6f4; border-radius: 50%; transform: translate(-50%, -50%); background: #fff; box-shadow: 0 18px 45px rgba(52, 120, 246, .18); }
.orbit-core::before { content: ""; position: absolute; inset: -13px; border: 1px solid #dbe7f8; border-radius: 50%; }
.orbit-core img { width: 53px; }
.orbit-item { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 195px; padding: 12px; border: 1px solid #e0e6ef; border-radius: 12px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 34px rgba(15, 23, 42, .08); }
.orbit-item > i { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 9px; background: #eaf2ff; color: var(--blue); font-size: 13px; font-style: normal; font-weight: 850; }
.orbit-item span { display: grid; font-size: 15.6px; }
.orbit-item small { color: #8793a4; font-size: 11.7px; }
.orbit-one { left: 5%; top: 15%; }
.orbit-two { right: 4%; top: 19%; }
.orbit-three { left: 12%; bottom: 12%; }
.orbit-four { right: 10%; bottom: 10%; }

.dark-section { overflow: hidden; background: radial-gradient(circle at 50% -25%, rgba(52, 120, 246, .24), transparent 35%), var(--night); color: #f8fafc; }
.dark-section .section-heading p { color: #9aa7ba; }
.team-globe-section { padding-bottom: 0; background: radial-gradient(circle at 50% 40%, rgba(35, 104, 229, .25), transparent 31%), #0d1728; }
.team-globe-section .section-heading { max-width: 780px; margin-bottom: 18px; }
.globe-stage { position: relative; height: 510px; max-width: 990px; margin: 0 auto; overflow: hidden; }
.globe-visual { position: absolute; left: 50%; top: 51%; width: 360px; height: 360px; border: 1px solid rgba(68, 134, 246, .19); border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle at 50% 45%, rgba(50, 130, 255, .92), rgba(22, 76, 174, .76) 32%, rgba(9, 30, 69, .94) 69%), repeating-radial-gradient(ellipse at center, transparent 0 37px, rgba(82, 148, 255, .17) 39px 40px); box-shadow: 0 0 90px rgba(24, 106, 242, .42), inset -42px -28px 65px rgba(2, 10, 28, .7); }
.globe-visual::before, .globe-visual::after { content: ""; position: absolute; inset: 14% -5%; border: 1px solid rgba(100, 164, 255, .18); border-radius: 50%; transform: rotate(18deg); }
.globe-visual::after { inset: -3% 23%; transform: rotate(-12deg); }
.globe-visual i { position: absolute; display: block; border-radius: 44% 56% 54% 46%; background: rgba(5, 29, 74, .52); filter: blur(.2px); }
.globe-visual i:nth-child(1) { left: 17%; top: 17%; width: 39%; height: 29%; transform: rotate(-16deg); clip-path: polygon(0 20%, 31% 0, 73% 11%, 100% 39%, 76% 52%, 66% 100%, 34% 79%, 7% 91%, 18% 53%); }
.globe-visual i:nth-child(2) { right: 13%; top: 36%; width: 31%; height: 42%; transform: rotate(12deg); clip-path: polygon(19% 0, 83% 9%, 100% 41%, 74% 63%, 66% 100%, 28% 82%, 0 48%); }
.globe-visual i:nth-child(3) { left: 24%; bottom: 7%; width: 20%; height: 24%; transform: rotate(-9deg); clip-path: polygon(18% 0, 100% 23%, 76% 61%, 44% 100%, 0 64%); }
.globe-orbit { position: absolute; left: 50%; top: 50%; width: 520px; height: 225px; border: 2px solid rgba(49, 124, 243, .18); border-radius: 50%; transform: translate(-50%, -50%) rotate(19deg); box-shadow: 0 0 40px rgba(44, 116, 238, .1); }
.globe-card { position: absolute; z-index: 2; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; min-width: 260px; padding: 13px 15px; border: 1px solid rgba(124, 158, 211, .13); border-radius: 10px; background: rgba(39, 53, 77, .88); box-shadow: 0 16px 35px rgba(0, 0, 0, .22); backdrop-filter: blur(9px); }
.globe-card-one { left: 5%; top: 27%; }
.globe-card-two { right: 2%; top: 56%; }
.globe-card-three { left: 10%; bottom: 12%; opacity: .7; }
.globe-card .event-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(36, 120, 255, .24); color: #72a9ff; font-size: 18.2px; font-weight: 850; }
.globe-card .event-icon.success { background: rgba(40, 189, 135, .17); color: #62dfb6; }
.globe-card div { display: grid; }
.globe-card b { color: #eff5ff; font-size: 15.6px; }
.globe-card small { color: #91a0b8; font-size: 11.7px; }
.globe-card em { color: #4e96ff; font-size: 24.7px; font-style: normal; }
.globe-benefits { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; border-top: 1px solid #253248; }
.globe-benefits article { display: grid; grid-template-columns: 34px 1fr; gap: 15px; min-height: 170px; padding: 38px 30px; border-right: 1px solid #253248; }
.globe-benefits article:last-child { border-right: 0; }
.globe-benefits svg { width: 24px; height: 24px; fill: none; stroke: #4f98ff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.globe-benefits h3 { margin: 0 0 9px; font-size: 20.8px; }
.globe-benefits p { margin: 0; color: #94a0b4; font-size: 15.6px; }
.dark-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #293244; border-radius: 16px; }
.dark-grid article { min-height: 215px; padding: 28px; border-right: 1px solid #293244; border-bottom: 1px solid #293244; }
.dark-grid article:nth-child(3n) { border-right: 0; }
.dark-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.dark-grid i { color: #5e9dff; font-size: 14.3px; font-style: normal; font-weight: 800; }
.dark-grid h3 { margin: 38px 0 9px; font-size: 23.4px; }
.dark-grid p { margin: 0; color: #94a0b4; font-size: 16.9px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; margin: 0; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 16px; background: #e2e8f0; list-style: none; }
.process-grid li { min-height: 250px; padding: 25px; background: #fff; }
.process-grid span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #d8e6fa; border-radius: 50%; color: var(--blue); font-size: 15.6px; font-weight: 850; }
.process-grid h3 { margin: 56px 0 10px; font-size: 23.4px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 16.9px; }
.soft-section { background: #f7f9fc; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 24px 20px; border: 1px solid #dfe5ed; border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .035); }
.price-card.recommended { border-color: #6c9df7; box-shadow: 0 18px 45px rgba(52, 120, 246, .13); }
.plan-label { position: absolute; right: 14px; top: -12px; padding: 5px 9px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 10.4px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan-top h3 { margin: 0; font-size: 23.4px; }
.plan-top p { min-height: 39px; margin: 6px 0 0; color: var(--muted); font-size: 14.3px; }
.plan-price { display: flex; align-items: center; gap: 6px; margin: 22px 0; }
.plan-price strong { font-size: 44.2px; line-height: 1; letter-spacing: -.045em; }
.plan-price span { display: grid; font-weight: 800; }
.plan-price small { color: #8a95a5; font-size: 10.4px; font-weight: 500; }
.plan-annual { margin: -13px 0 20px; color: #778294; font-size: 13px; font-weight: 650; }
.price-card ul { display: grid; gap: 9px; padding: 18px 0 23px; margin: 0; border-top: 1px solid #e7ebf1; color: #525f70; font-size: 14.3px; list-style: none; }
.price-card li { display: flex; align-items: flex-start; gap: 7px; }
.price-card li::before { flex: 0 0 auto; color: var(--green); content: "✓"; font-weight: 900; }
.public-hint { position: relative; display: inline-block; width: fit-content; border-radius: 3px; outline: none; cursor: help; }
.public-hint-label { border-bottom: 1px dotted currentColor; }
.public-hint-icon { display: inline-grid; width: 17px; height: 17px; margin-left: 4px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 800; line-height: 1; vertical-align: 1px; }
.public-hint-tooltip { position: absolute; bottom: calc(100% + 9px); left: 0; z-index: 20; width: max-content; max-width: min(288px, calc(100vw - 32px)); padding: 10px 12px; border-radius: 8px; background: #111827; color: #fff; box-shadow: 0 10px 20px rgba(17, 24, 39, .18); font-size: 12px; font-weight: 400; line-height: 1.35; text-align: left; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(4px); transition: opacity .12s ease-out, transform .12s ease-out, visibility .12s; }
.public-hint-tooltip::after { position: absolute; top: 100%; left: 16px; border: 6px solid transparent; border-top-color: #111827; content: ""; }
.public-hint:hover .public-hint-tooltip, .public-hint:focus .public-hint-tooltip, .public-hint:focus-visible .public-hint-tooltip { opacity: 1; visibility: visible; transform: translateY(0); }
.public-hint:focus-visible { box-shadow: 0 0 0 2px #3478f6; }
.price-card .button { width: 100%; min-height: 42px; margin-top: auto; padding-inline: 10px; font-size: 14.3px; }
.section-link { margin-top: 30px; text-align: center; }
.section-link a { color: var(--blue-dark); font-size: 16.9px; font-weight: 750; }
.section-link span { margin-left: 5px; }
.pricing-caption { max-width: 770px; margin: 30px auto 0; color: #778294; font-size: 15.6px; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid #dfe5ed; }
.accordion details { border-bottom: 1px solid #dfe5ed; }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 23px 0; cursor: pointer; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 28.6px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { margin: -6px 0 23px; color: var(--muted); font-size: 18.2px; }

.final-callout { padding: 70px 0; background: linear-gradient(110deg, #275fcf, #4b72dc 55%, #6757df); color: #fff; }
.final-callout .shell, .inline-cta .shell { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-callout span, .inline-cta span { font-size: 14.3px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.final-callout h2, .inline-cta h2 { max-width: 730px; margin: 7px 0 0; font-size: clamp(36.4px, 3.5vw, 54.6px); line-height: 1.12; letter-spacing: -.035em; }

.inner-hero { position: relative; overflow: hidden; padding: 170px 0 100px; background: radial-gradient(circle at 50% 20%, rgba(84, 132, 246, .14), transparent 35%); text-align: center; }
.inner-hero.compact { padding-bottom: 75px; }
.inner-hero .shell { position: relative; }
.inner-hero h1 { max-width: 930px; margin: 17px auto 0; font-size: clamp(45px, 6vw, 70px); }
.inner-hero p { max-width: 750px; margin: 24px auto 0; color: var(--muted); font-size: 23.4px; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.capability-grid article { min-height: 340px; padding: 32px; border: 1px solid #e0e6ee; border-radius: 16px; background: linear-gradient(145deg, #fff, #f9fbff); }
.capability-grid article > i { color: var(--blue); font-size: 14.3px; font-style: normal; font-weight: 800; }
.capability-grid h2 { margin: 54px 0 11px; font-size: 32.5px; letter-spacing: -.025em; }
.capability-grid p { color: var(--muted); font-size: 18.2px; }
.capability-grid ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 14px 0 0; margin: 0; list-style: none; }
.capability-grid li { padding: 5px 9px; border: 1px solid #dce5f1; border-radius: 999px; color: #526174; font-size: 13px; }
.card-link { display: inline-flex; gap: 7px; margin-top: 22px; color: var(--blue-dark); font-size: 15.6px; font-weight: 800; }
.card-link:hover { color: var(--blue); }
.feature-directory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-directory a { display: grid; min-height: 150px; padding: 24px; border: 1px solid #dfe6ef; border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .035); }
.feature-directory small { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.feature-directory b { align-self: end; margin-top: 30px; font-size: 22.1px; }
.feature-directory span { margin-top: 6px; color: var(--muted); font-size: 15.6px; }
.feature-directory a:hover { border-color: #9fc0fb; box-shadow: 0 12px 28px rgba(52, 120, 246, .1); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.detail-card { min-height: 330px; padding: 32px; border: 1px solid #e0e6ee; border-radius: 16px; background: linear-gradient(145deg, #fff, #f9fbff); }
.detail-card > i { color: var(--blue); font-size: 14.3px; font-style: normal; font-weight: 800; }
.detail-card h2 { margin: 52px 0 12px; font-size: 31.2px; letter-spacing: -.025em; }
.detail-card p { color: var(--muted); font-size: 18.2px; }
.detail-card ul { display: grid; gap: 9px; padding: 18px 0 0; margin: 0; border-top: 1px solid #e5eaf1; color: #526174; font-size: 15.6px; list-style: none; }
.detail-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.legal-layout { display: block; }
.legal-document { width: 100%; min-width: 0; }
.legal-document h2 { margin: 42px 0 14px; font-size: 31.2px; letter-spacing: -.025em; }
.legal-document h2:first-child { margin-top: 0; }
.legal-document h3 { margin: 28px 0 10px; font-size: 22px; }
.legal-document p, .legal-document li, .legal-document dd { color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-document ul { display: grid; gap: 8px; padding-left: 24px; }
.legal-document a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { padding: 24px; border: 1px solid #e0e6ee; border-radius: 16px; background: #f8fafc; }
.legal-meta b, .legal-meta span { display: block; }
.legal-meta span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.legal-requisites { display: grid; gap: 0; margin: 24px 0; border: 1px solid #e0e6ee; border-radius: 16px; overflow: hidden; }
.legal-requisites div { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 24px; padding: 18px 22px; border-bottom: 1px solid #e0e6ee; }
.legal-requisites div:last-child { border-bottom: 0; }
.legal-requisites dt { font-weight: 800; }
.legal-requisites dd { margin: 0; overflow-wrap: anywhere; }
.legal-status-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.legal-status-list li { padding: 18px 20px; border: 1px solid #e0e6ee; border-radius: 14px; }
.legal-status-list strong { display: block; margin-bottom: 5px; color: var(--ink); }
.result-panel { max-width: 850px; text-align: center; }
.result-panel h2 { margin: 17px 0 18px; font-size: clamp(44.2px, 5vw, 70.2px); letter-spacing: -.045em; }
.result-panel p { margin: 0; color: var(--muted); font-size: 22.1px; }
.detail-faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.detail-faq h2 { margin-top: 16px; font-size: 57.2px; letter-spacing: -.04em; }
.inline-cta { padding: 72px 0; border-block: 1px solid #e2e8f0; background: #f8fafc; }
.inline-cta span { color: var(--blue); }
.inline-cta h2 { color: var(--ink); }
.pricing-page { padding-top: 45px; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.comparison h2 { margin: 15px 0 0; font-size: 52px; line-height: 1.13; letter-spacing: -.04em; }
.comparison ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 0; margin: 0; list-style: none; color: #4d5b6d; font-size: 16.9px; }
.comparison li { display: flex; gap: 8px; }
.comparison i { color: var(--green); font-style: normal; font-weight: 900; }
.editorial-layout { max-width: 900px; }
.editorial-layout article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 40px 0; border-top: 1px solid #e1e7ee; }
.editorial-layout article > span { color: var(--blue); font-size: 15.6px; font-weight: 800; }
.editorial-layout h2 { margin: 0 0 13px; font-size: 37.7px; letter-spacing: -.03em; }
.editorial-layout p { margin: 0; color: var(--muted); font-size: 20.8px; }
.split-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.split-copy h2 { margin: 15px 0 0; font-size: 55.9px; line-height: 1.1; letter-spacing: -.04em; }
.split-copy p { margin: 0 0 20px; color: #9aa7ba; }
.security-list { max-width: 930px; }
.security-list article { display: grid; grid-template-columns: 95px 1fr; gap: 32px; padding: 42px 0; border-top: 1px solid #e1e7ee; }
.security-list i { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #d8e5f7; border-radius: 50%; color: var(--blue); font-size: 14.3px; font-style: normal; font-weight: 850; }
.security-list h2 { margin: 0 0 10px; font-size: 33.8px; letter-spacing: -.025em; }
.security-list p { margin: 0; color: var(--muted); }

.public-footer { position: relative; overflow: hidden; padding: 72px 0 0; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(5, 1fr); gap: 32px; }
.footer-grid > div { display: grid; align-content: start; gap: 9px; color: #6d7888; font-size: 15.6px; }
.footer-grid b { margin-bottom: 5px; color: #1f2937; }
.footer-grid a:hover { color: var(--blue); }
.footer-brand img { width: 116px; }
.footer-brand p { max-width: 270px; margin: 4px 0 8px; }
.footer-brand small { color: #99a3b1; }
.footer-word { display: grid; place-items: start center; height: 245px; margin-top: 15px; overflow: hidden; user-select: none; }
.footer-word img { display: block; width: min(820px, 76vw); max-width: none; opacity: .075; mask-image: linear-gradient(to bottom, #000 10%, rgba(0, 0, 0, .68) 57%, transparent 100%); }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-shell { width: min(760px, calc(100% - 30px)); }
  .preview-body { grid-template-columns: 1fr; }
  .product-preview { width: min(720px, 100%); }
  .dark-grid, .detail-grid, .feature-directory { grid-template-columns: 1fr 1fr; }
  .globe-card-one { left: 0; }
  .globe-card-two { right: 0; }
  .globe-card-three { left: 2%; }
  .dark-grid article:nth-child(3n) { border-right: 1px solid #293244; }
  .dark-grid article:nth-child(2n) { border-right: 0; }
  .dark-grid article:nth-last-child(-n+3) { border-bottom: 1px solid #293244; }
  .dark-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .process-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout, .comparison, .split-copy, .detail-faq { grid-template-columns: 1fr; gap: 45px; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .footer-word { height: 180px; }
  .footer-word img { width: min(680px, 82vw); }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, var(--content-width)); }
  .public-header { inset-block-start: 8px; }
  .header-shell { width: calc(100% - 20px); min-height: 54px; padding-left: 13px; border-radius: 14px; }
  .brand img { width: 99px; }
  .quiet-link, .header-actions .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: absolute; left: 20px; right: 20px; top: 62px; max-height: calc(100vh - 82px); overflow-y: auto; padding: .5rem; border: 1px solid #e2e8f0; border-radius: .875rem; background: #fff; box-shadow: 0 12px 35px rgb(15 23 42 / .12); }
  .mobile-nav.open { display: grid; }
  .mobile-nav details { border-bottom: 1px solid #edf0f4; }
  .mobile-nav summary { padding: 13px 12px; border-radius: .5625rem; color: #334155; cursor: pointer; font-size: 16.9px; font-weight: 650; }
  .mobile-nav details[open] summary { background: #f0edff; color: #5145cd; }
  .mobile-nav details > div { display: grid; padding: 0 0 8px 10px; }
  .mobile-nav a { padding: 10px 12px; border-radius: 8px; color: #334155; font-size: 15.6px; font-weight: 650; }
  .mobile-nav a:hover, .mobile-nav a:focus-visible { background: #f8fafc; outline: 0; }
  .mobile-nav .mobile-login { margin-top: 5px; color: var(--blue-dark); font-weight: 750; }
  .hero-simple { padding: 122px 0 66px; }
  .hero-simple::before, .hero-simple::after { display: none; }
  h1 { font-size: 43px; }
  .hero-lead, .inner-hero p { font-size: 20.8px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .product-preview { margin-top: 45px; border-radius: 14px; }
  .preview-bar b { display: none; }
  .preview-body { min-height: 0; padding: 13px; }
  .knowledge-panel { padding: 15px; }
  .dialog-panel { padding: 14px; }
  .audience-strip .shell { justify-content: flex-start; gap: 16px 22px; padding-block: 20px; }
  .audience-strip span { width: 100%; }
  .section { padding: 76px 0; }
  .section-heading, .section-heading.centered { margin-bottom: 34px; text-align: left; }
  .section-heading h2 { font-size: 46.8px; }
  .orbit-scene { height: 530px; overflow: visible; border: 0; }
  .orbit-lines { width: 280px; height: 280px; }
  .orbit-lines::before { width: 420px; height: 420px; }
  .orbit-lines::after { display: none; }
  .orbit-item { min-width: 172px; padding: 9px; }
  .orbit-one { left: 0; top: 4%; }
  .orbit-two { right: 0; top: 21%; }
  .orbit-three { left: 0; bottom: 19%; }
  .orbit-four { right: 0; bottom: 2%; }
  .dark-grid, .process-grid, .pricing-grid, .capability-grid, .detail-grid, .feature-directory { grid-template-columns: 1fr; }
  .legal-requisites div { grid-template-columns: 1fr; gap: 6px; }
  .team-globe-section { padding-bottom: 0; }
  .team-globe-section .section-heading { text-align: center; }
  .team-globe-section .section-heading h2 { font-size: 44.2px; }
  .globe-stage { height: 485px; margin-inline: -14px; }
  .globe-visual { width: 270px; height: 270px; }
  .globe-orbit { width: 360px; height: 160px; }
  .globe-card { min-width: 215px; padding: 10px; grid-template-columns: 31px 1fr auto; }
  .globe-card .event-icon { width: 29px; height: 29px; }
  .globe-card-one { left: 0; top: 19%; }
  .globe-card-two { right: 0; top: 56%; }
  .globe-card-three { left: 5%; bottom: 5%; }
  .globe-benefits { grid-template-columns: 1fr; }
  .globe-benefits article { min-height: 0; padding: 26px 12px; border-right: 0; border-bottom: 1px solid #253248; }
  .globe-benefits article:last-child { border-bottom: 0; }
  .dark-grid article { border-right: 0 !important; border-bottom: 1px solid #293244 !important; }
  .dark-grid article:last-child { border-bottom: 0 !important; }
  .process-grid li { min-height: 210px; }
  .process-grid h3 { margin-top: 38px; }
  .faq-layout { gap: 10px; }
  .final-callout .shell, .inline-cta .shell { align-items: flex-start; flex-direction: column; }
  .final-callout .button, .inline-cta .button { width: 100%; }
  .inner-hero, .inner-hero.compact { padding: 135px 0 72px; }
  .inner-hero h1 { font-size: 43px; }
  .capability-grid article { min-height: 305px; padding: 26px; }
  .comparison ul { grid-template-columns: 1fr; }
  .editorial-layout article, .security-list article { grid-template-columns: 52px 1fr; gap: 16px; }
  .split-copy h2, .comparison h2 { font-size: 45.5px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-word { height: 115px; margin-top: 36px; }
  .footer-word img { width: 90vw; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .public-header { transition: none; }
  .product-preview .bubble, .product-preview .demo-typing, .product-preview .demo-typing span, .product-preview .demo-typing b, .product-preview .answer-state { animation: none; }
  .product-preview .bubble, .product-preview .answer-state { opacity: 1; transform: none; }
  .product-preview .demo-typing { display: none; }
}

.contact-section { background: linear-gradient(180deg, #fff, #f8fafc); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: start; gap: clamp(32px, 6vw, 88px); }
.contact-details { display: grid; gap: 24px; }
.contact-details h2, .contact-form-card h2 { margin: 8px 0 10px; font-size: clamp(31px, 3vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.contact-details p, .contact-form-card > p { margin: 0; color: var(--muted); }
.contact-kicker { color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card, .contact-form-card { border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.07); }
.contact-card { padding: 25px; }
.contact-card h3 { margin: 0 0 12px; font-size: 20.8px; }
.contact-card p { margin-top: 12px; font-size: 15.6px; }
.contact-email { color: var(--blue-dark); font-size: 20.8px; font-weight: 750; }
.contact-form-card { padding: clamp(25px, 4vw, 42px); }
.contact-form { display: grid; gap: 20px; margin: 28px 0 0; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; font-weight: 600; min-width: 0; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea { width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; color: #172033; font: inherit; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.contact-form :is(input, select, textarea, button):focus-visible { outline: 3px solid #4f46e5; outline-offset: 3px; }
.contact-form .contact-consent { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 400; line-height: 1.6; }
.contact-consent input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; accent-color: #4f46e5; }
.contact-form .contact-help { font-size: 13px; margin: -10px 0 0; }
.contact-form .button { justify-self: start; }
.contact-form .button:disabled { opacity: .65; cursor: wait; }
.contact-form [data-contact-status] { margin: 0; }
.contact-form [data-contact-status]:empty { display: none; }
.contact-form [data-contact-status][data-error=true] { color: #b42318; }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .contact-fields { grid-template-columns: 1fr; } .contact-card, .contact-form-card { padding: 22px; } }
