:root {
    --header-height: 73px;
    --navy-950: #030914;
    --navy-900: #06111f;
    --navy-850: #081829;
    --navy-800: #0b1d31;
    --navy-700: #112b47;
    --line: rgba(154, 184, 220, .15);
    --line-strong: rgba(116, 190, 255, .28);
    --text: #f6faff;
    --muted: #9eb1c8;
    --blue: #1976f3;
    --blue-light: #61a9ff;
    --cyan: #20d7f4;
    --success: #58d8b2;
    --shadow: 0 32px 90px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; max-width: 100%; overflow-x: clip; color: var(--text); background: var(--navy-950); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -2; content: ""; pointer-events: none; background: radial-gradient(circle at 8% 4%, rgba(25, 118, 243, .18), transparent 30%), radial-gradient(circle at 88% 20%, rgba(32, 215, 244, .09), transparent 26%), linear-gradient(180deg, #06111f 0%, #030914 58%, #06111f 100%); }
body::after { position: fixed; inset: 0; z-index: -1; content: ""; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.wrap { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: #04101e; background: #fff; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.lucide { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(116, 190, 255, .08); background: rgba(6, 17, 31, .88); box-shadow: none; backdrop-filter: blur(10px); transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, backdrop-filter .2s ease; }
.site-header.is-scrolled { border-bottom-color: rgba(255,255,255,.08); background: rgba(3, 9, 20, .96); box-shadow: 0 10px 30px rgba(0,0,0,.14); backdrop-filter: blur(18px); }
.site-header .wrap, .hero .wrap { width: min(1340px, calc(100% - 48px)); }
.nav { position: relative; min-height: 72px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 26px; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; min-width: 196px; }
.site-header .brand img { width: auto; height: 60px; max-width: 100%; object-fit: contain; filter: saturate(.94) brightness(.98); }
.product-name { padding: 5px 8px; border: 1px solid rgba(97, 169, 255, .3); color: #dcecff; background: rgba(25, 118, 243, .11); border-radius: 7px; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.nav-links { justify-self: center; display: flex; gap: clamp(28px, 2.35vw, 36px); color: #b8c7d9; font-size: 15px; font-weight: 600; line-height: 1; letter-spacing: .01em; }
.nav-links a { position: relative; min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; transition: color .2s ease; }
.nav-links a::after { position: absolute; inset-inline: 0; bottom: 5px; height: 1px; content: ""; background: #79c8ff; transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="location"] { color: #fff; }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a[aria-current="location"]::after { transform: scaleX(1); }
.nav-links a:focus-visible { outline: 2px solid rgba(121, 200, 255, .9); outline-offset: 3px; border-radius: 3px; }
.header-actions { min-width: 0; display: flex; align-items: center; justify-content: flex-end; justify-self: end; gap: 11px; }
.header-demo { height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(123, 168, 211, .25); color: #c8d8e9; background: rgba(10, 29, 49, .72); border-radius: 10px; font-size: 13px; font-weight: 700; line-height: 1; white-space: nowrap; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.header-demo .action-icon, .mobile-nav-demo .action-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.header-demo:hover { color: #fff; border-color: rgba(97, 169, 255, .42); background: rgba(15, 40, 67, .9); }
.header-demo:hover .action-icon--external, .mobile-nav-demo:hover .action-icon--external { transform: translate(1px, -1px); }
.header-demo:focus-visible { outline: 2px solid rgba(97, 169, 255, .95); outline-offset: 2px; }
.nav-links .mobile-nav-demo, .mobile-menu-toggle { display: none; }
.mobile-menu-toggle { width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(123, 168, 211, .25); color: #d7e5f4; background: rgba(10, 29, 49, .78); border-radius: 10px; cursor: pointer; }
.mobile-menu-toggle .lucide { width: 20px; height: 20px; }
.mobile-menu-toggle .mobile-menu-close-icon { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-open-icon { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-close-icon { display: block; }
.mobile-menu-toggle:hover { color: #fff; border-color: rgba(97, 169, 255, .42); background: rgba(15, 40, 67, .92); }
.mobile-menu-toggle:focus-visible { outline: 2px solid rgba(97, 169, 255, .95); outline-offset: 2px; }
.site-header .language-switcher { position: relative; width: auto; min-width: 0; display: flex; justify-content: flex-end; }
.site-header .language-trigger { min-width: 64px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border: 1px solid rgba(154, 184, 220, .24); color: #e2edf9; background: rgba(9, 25, 43, .88); border-radius: 10px; cursor: pointer; font: inherit; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: .03em; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.site-header .language-trigger:hover, .site-header .language-trigger[aria-expanded="true"] { color: #fff; border-color: rgba(97,169,255,.38); background: rgba(13, 35, 59, .96); }
.site-header .language-trigger:focus-visible, .site-header .language-option:focus-visible { outline: 2px solid rgba(97,169,255,.95); outline-offset: 2px; }
.site-header .language-chevron { width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.site-header .language-trigger[aria-expanded="true"] .language-chevron { margin-top: 3px; transform: rotate(225deg); }
.site-header .language-menu { position: absolute; top: calc(100% + 9px); inset-inline-end: 0; z-index: 60; width: min(210px, calc(100vw - 30px)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; padding: 10px; border: 1px solid rgba(116,190,255,.28); background: rgba(5, 16, 29, .98); border-radius: 13px; box-shadow: 0 18px 44px rgba(0,0,0,.38), 0 0 0 1px rgba(25,118,243,.05); }
.site-header .language-menu[hidden] { display: none; }
.site-header .language-option { min-width: 0; min-height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 5px; border: 1px solid transparent; color: #c0cede; background: transparent; border-radius: 7px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; line-height: 1; letter-spacing: .03em; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.site-header .language-option:hover { color: #fff; border-color: rgba(97,169,255,.3); background: rgba(20, 50, 83, .72); }
.site-header .language-option.active { color: #fff; border-color: rgba(77,158,255,.62); background: #1769d8; box-shadow: 0 4px 12px rgba(25,118,243,.22); }

.hero { position: relative; min-height: min(674px, calc(100svh - 72px)); display: grid; align-items: center; overflow: hidden; padding: clamp(46px, 5vh, 52px) 0 clamp(50px, 5.5vh, 58px); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ""; pointer-events: none; background: radial-gradient(ellipse at 82% 44%, rgba(25,118,243,.13), transparent 42%), linear-gradient(110deg, rgba(3,9,20,.08), rgba(8,24,41,.14)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); align-items: center; column-gap: clamp(64px, 5vw, 80px); }
.hero-copy { position: relative; z-index: 3; width: 100%; min-width: 0; }
.eyebrow, .section-kicker { color: #86c3ff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { max-width: 100%; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line-strong); color: #9acfff; background: rgba(25, 118, 243, .07); border-radius: 999px; font-size: 11px; line-height: 1.3; }
.eyebrow-dot { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(32, 215, 244, .58); }
.hero h1 { width: 100%; max-width: 100%; margin: 18px 0 17px; overflow-wrap: normal; white-space: normal; text-wrap: balance; font-size: clamp(52px, 3.9vw, 58px); line-height: 1.02; letter-spacing: -.043em; }
.hero .lead { max-width: 520px; margin: 0; overflow-wrap: anywhere; color: #b7c7da; font-size: clamp(17px, 1.35vw, 19px); line-height: 1.58; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid var(--line); border-radius: 13px; font-size: 14px; font-weight: 750; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.action-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.action-icon--external, .action-icon--arrow { transition: transform .19s ease; }
.button:hover .action-icon--arrow { transform: translateX(1px); }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 2px solid rgba(97,169,255,.95); outline-offset: 3px; }
.button.primary { border-color: rgba(44, 141, 255, .9); background: linear-gradient(135deg, #2589fb, #165ec8); box-shadow: 0 14px 35px rgba(25, 118, 243, .27), inset 0 1px rgba(255,255,255,.22); }
.button.primary:hover { box-shadow: 0 17px 40px rgba(25,118,243,.34), inset 0 1px rgba(255,255,255,.22); }
.button.secondary { color: #d8e6f7; background: rgba(12, 30, 50, .75); }
.button.secondary:hover { border-color: rgba(97, 169, 255, .42); background: rgba(15, 39, 65, .88); }
.hero-highlights { max-width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-highlights li { min-width: 0; display: inline-flex; align-items: center; gap: 7px; color: #9eb2ca; font-size: 12px; font-weight: 700; }
.hero-highlights .lucide { width: 17px; height: 17px; color: #54c8f2; }

.hero-visual { position: relative; width: min(100%, 720px); min-width: 0; justify-self: end; padding: 0; }
.visual-glow { position: absolute; inset: 10% 4% 2%; border-radius: 46%; background: radial-gradient(circle, rgba(25,118,243,.2), rgba(32,215,244,.055) 50%, transparent 72%); filter: blur(36px); }
.browser-frame { position: relative; overflow: hidden; border: 1px solid rgba(135, 180, 226, .21); background: #07111d; border-radius: 14px; box-shadow: 0 16px 46px rgba(0,0,0,.28); }
.browser-frame-hero { z-index: 2; border-color: rgba(123,181,235,.27); border-radius: 18px; box-shadow: 0 30px 78px rgba(0,0,0,.38), 0 0 0 1px rgba(33,150,243,.045), 0 18px 58px rgba(25,118,243,.12); transition: transform .25s ease, border-color .25s ease; }
.browser-frame-hero:hover { border-color: rgba(123,181,235,.36); transform: translateY(-2px); }
.browser-frame img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; }
.browser-bar { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); color: #91a4ba; background: #0a1727; font-size: 11px; font-weight: 700; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #304965; }
.hero-media-stage { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #06101c; }
.hero-video, .hero-media-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: 1; display: block; object-fit: contain; opacity: 0; background: #06101c; transition: opacity .3s ease; }
.hero-media-fallback { z-index: 2; display: block; margin: 0; opacity: 1; background: #06101c; transition: opacity .3s ease; pointer-events: none; }
.hero-media-fallback img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; }
.browser-frame-hero.is-video-ready .hero-video { opacity: 1; }
.browser-frame-hero.is-video-ready .hero-media-fallback { opacity: 0; }

section:not(.hero) { padding: 104px 0; }
.product-showcase { border-block: 1px solid rgba(255,255,255,.055); background: linear-gradient(180deg, rgba(9,24,41,.62), rgba(4,12,23,.5)); }
.section-heading h2, .launch-panel h2 { margin: 12px 0 0; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -.043em; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.split-heading > p { margin: 0 0 5px; }
.product-showcase .split-heading { width: min(1100px, 100%); display: block; margin-block: 0 40px; margin-inline: auto; text-align: center; }
.product-showcase .split-heading > div { min-width: 0; }
.product-showcase .split-heading h2 { max-width: 880px; margin-block-start: 17px; margin-inline: auto; font-size: clamp(48px, 4vw, 56px); line-height: 1.07; }
.product-showcase .split-heading > p { max-width: 740px; margin-block: 19px 0; margin-inline: auto; color: #aec0d4; line-height: 1.7; }
.showcase { width: min(1100px, 100%); margin-inline: auto; }
.showcase-tabs { display: flex; align-items: stretch; gap: 4px; margin-bottom: 16px; overflow-x: auto; overscroll-behavior-inline: contain; border-bottom: 1px solid rgba(135,180,226,.16); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.showcase-tabs::-webkit-scrollbar { display: none; }
.showcase-tab { position: relative; flex: 1 0 auto; min-height: 44px; padding: 10px 14px 12px; border: 0; color: #8398b1; background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.showcase-tab::after { position: absolute; right: 10px; bottom: -1px; left: 10px; height: 2px; content: ""; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 2px 2px 0 0; opacity: 0; transform: scaleX(.55); transition: opacity .2s ease, transform .2s ease; }
.showcase-tab:hover { color: #c0d0e2; background: rgba(25,118,243,.045); }
.showcase-tab.active { color: #f5faff; background: linear-gradient(180deg, rgba(25,118,243,.075), transparent); }
.showcase-tab.active::after { opacity: 1; transform: scaleX(1); }
.showcase-tab:focus-visible { z-index: 1; outline: 2px solid rgba(97,169,255,.95); outline-offset: -3px; border-radius: 8px 8px 0 0; }
.showcase-browser { border-color: rgba(123,181,235,.26); border-radius: 18px; box-shadow: 0 28px 72px rgba(0,0,0,.34), 0 14px 44px rgba(25,118,243,.08); }
.showcase-panel[hidden] { display: none; }
.showcase-panel-media { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 16 / 10; background: #06101c; }
.showcase-panel-media > * { grid-area: 1 / 1; }
.showcase-panel-media img, .showcase-video { width: 100%; height: 100%; object-fit: contain; }
.showcase-static-fallback { transition: opacity .2s ease; }
.showcase-video { z-index: 1; display: block; opacity: 0; transition: opacity .2s ease; }
.showcase-panel-media.is-video-ready .showcase-video { opacity: 1; }
.showcase-panel-media.is-video-ready .showcase-static-fallback { opacity: 0; pointer-events: none; }
.product-showcase--expanded .showcase-tabs { grid-template-columns: repeat(8, minmax(0, 1fr)); display: grid; margin-bottom: 0; overflow: visible; }
.product-showcase--expanded .showcase-tab { min-width: 0; padding-inline: 8px; }
.product-showcase--expanded .showcase-panel-copy { max-width: 760px; margin: 22px auto 24px; text-align: center; }
.product-showcase--expanded .showcase-panel-copy h3 { margin: 0; color: #f4f9ff; font-size: clamp(20px, 1.7vw, 22px); font-weight: 700; line-height: 1.35; }
.product-showcase--expanded .showcase-panel-copy p { margin: 7px 0 0; color: #aebfd2; font-size: 16px; line-height: 1.65; }
.showcase-media-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; padding: 32px; color: #b9cadc; text-align: center; background: radial-gradient(circle at 50% 44%, rgba(25,118,243,.13), transparent 34%), linear-gradient(145deg, rgba(11,29,49,.72), rgba(5,16,29,.9)); }
.showcase-placeholder-icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(97,169,255,.28); color: #79c8ff; background: rgba(25,118,243,.1); border-radius: 14px; }
.showcase-placeholder-icon .lucide { width: 25px; height: 25px; }
.showcase-media-placeholder p { max-width: 440px; margin: 0; font-size: 16px; font-weight: 600; line-height: 1.6; }

.capabilities .centered { max-width: 900px; margin: 0 auto 50px; text-align: center; }
.capabilities .centered h2 { font-size: clamp(40px, 4vw, 54px); line-height: 1.08; }
.capabilities .centered > p { max-width: 820px; margin: 18px auto 0; color: #aec0d4; font-size: 18px; line-height: 1.65; }
.capabilities .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 1.5vw, 24px); }
.capabilities .feature-card { display: flex; flex-direction: column; padding: clamp(28px, 2vw, 32px); border: 1px solid var(--line); background: linear-gradient(150deg, rgba(12,30,51,.78), rgba(6,18,32,.7)); border-radius: 19px; transition: transform .25s ease, border-color .25s ease; }
.capabilities .feature-card:hover { transform: translateY(-4px); border-color: rgba(97,169,255,.3); }
.capabilities .icon-box { width: 46px; height: 46px; display: inline-grid; place-items: center; color: #77c4ff; border: 1px solid rgba(97,169,255,.24); background: linear-gradient(145deg, rgba(25,118,243,.17), rgba(32,215,244,.07)); border-radius: 12px; }
.capabilities .icon-box .lucide { width: 22px; height: 22px; }
.capabilities .feature-card h3 { margin: 24px 0 11px; font-size: 20px; font-weight: 700; line-height: 1.35; }
.capabilities .feature-card p { margin: 0; color: #aec0d4; font-size: 16px; line-height: 1.68; }
#top, .section-anchor, #security { scroll-margin-top: calc(var(--header-height) + 22px); }
.capabilities { padding-bottom: 72px !important; }
.contact-section { padding: 0 0 72px !important; }
.contact-panel { display: grid; grid-template-columns: minmax(0, .61fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 58px); align-items: start; padding: clamp(28px, 3vw, 36px); border: 1px solid rgba(116,190,255,.2); background: radial-gradient(circle at 8% 12%, rgba(25,118,243,.09), transparent 34%), linear-gradient(145deg, rgba(10,28,48,.88), rgba(5,17,30,.82)); border-radius: 22px; box-shadow: 0 22px 58px rgba(0,0,0,.18); }
.contact-copy { min-width: 0; padding-block: 4px; }
.contact-copy h2 { margin: 14px 0 0; font-size: clamp(36px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -.038em; }
.contact-copy p { max-width: 430px; margin: 18px 0 0; color: #aebfd2; font-size: 16px; line-height: 1.7; }
.contact-details { display: grid; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(154,184,220,.12); }
.contact-detail { width: 100%; min-width: 0; display: flex; align-items: flex-start; gap: 13px; padding: 12px 14px; border: 1px solid rgba(128,166,204,.17); color: inherit; background: rgba(6,23,40,.34); border-radius: 12px; }
.contact-detail-action { appearance: none; font: inherit; text-align: start; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.contact-detail-action:hover { border-color: rgba(70,181,255,.38); background: rgba(22,67,105,.3); }
.contact-detail-action:focus-visible { outline: 2px solid rgba(97,169,255,.95); outline-offset: 3px; }
.contact-detail-copy { min-width: 0; display: block; }
.contact-detail-icon { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 38px; border: 1px solid rgba(97,169,255,.22); color: #79c8ff; background: rgba(25,118,243,.09); border-radius: 10px; }
.contact-detail-icon .lucide { width: 19px; height: 19px; }
.contact-detail-label { display: block; color: #7890aa; font-size: 10.5px; font-weight: 800; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.contact-detail-value { display: block; margin-top: 4px; color: #d8e7f7; font-size: 14px; font-weight: 650; font-style: normal; line-height: 1.55; overflow-wrap: anywhere; }
.contact-detail-action:hover .contact-detail-value { color: #fff; }
.contact-detail-value span { display: block; }
.contact-channels { display: flex; gap: 9px; padding-inline-start: 51px; }
.contact-channels a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(128,166,204,.24); color: #91a8c0; background: rgba(9,28,48,.56); border-radius: 10px; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.contact-channels a:hover { border-color: rgba(70,181,255,.48); color: #79c8ff; background: rgba(28,84,128,.3); }
.contact-channels a:focus-visible { outline: 2px solid rgba(97,169,255,.95); outline-offset: 3px; }
.contact-channel-icon { width: 19px; height: 19px; fill: currentColor; }
.contact-form { min-width: 0; }
.contact-feedback { min-width: 0; grid-column: 1; padding: 10px 12px; border: 1px solid; border-radius: 10px; font-size: 13.5px; line-height: 1.5; }
.contact-feedback[hidden], .contact-feedback:empty { display: block; visibility: hidden; padding: 0; border: 0; background: transparent; }
.contact-feedback.is-success { border-color: rgba(88,216,178,.34); color: #baf3df; background: rgba(34,127,99,.13); }
.contact-feedback.is-error { border-color: rgba(255,139,139,.3); color: #ffd0d0; background: rgba(143,48,62,.13); }
.contact-configuration-note { margin: 0 0 14px; padding: 11px 13px; border: 1px solid rgba(97,169,255,.22); color: #b7cbe0; background: rgba(25,118,243,.08); border-radius: 10px; font-size: 12.5px; line-height: 1.55; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; margin-top: clamp(36px, 3.2vw, 45px); }
.contact-field { min-width: 0; }
.contact-field--wide { grid-column: 1 / -1; }
.contact-field label { min-height: 24px; display: flex; align-items: center; gap: 4px; margin-bottom: 8px; color: #dce8f6; font-size: 13px; font-weight: 700; line-height: 1.35; }
.contact-required { color: #79c8ff; font-size: 15px; font-weight: 800; line-height: 1; }
.contact-control { position: relative; min-width: 0; }
.contact-control-icon, .contact-select-chevron { position: absolute; z-index: 1; top: 50%; width: 18px; height: 18px; color: #819ab5; pointer-events: none; transform: translateY(-50%); transition: color .2s ease; }
.contact-control-icon { inset-inline-start: 15px; }
.contact-select-chevron { inset-inline-end: 16px; width: 17px; height: 17px; }
.contact-control--textarea .contact-control-icon { top: 17px; transform: none; }
.contact-control:focus-within .contact-control-icon, .contact-control:focus-within .contact-select-chevron { color: #79c8ff; }
.contact-control:has(:disabled) .contact-control-icon, .contact-control:has(:disabled) .contact-select-chevron { opacity: .58; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid rgba(133,174,214,.22); color: #f2f7fd; background: rgba(3,13,24,.62); border-radius: 11px; font: inherit; font-size: 15.5px; line-height: 1.45; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.contact-field input, .contact-field select { min-height: 50px; padding-block: 0; padding-inline: 46px 14px; }
.contact-field select { padding-inline-end: 44px; color-scheme: dark; cursor: pointer; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contact-field select option { color: #e6eef8; background-color: #07192b; }
.contact-field select option:checked { color: #fff; background-color: #174f86; }
.contact-field textarea { min-height: 140px; padding-block: 14px; padding-inline: 46px 14px; resize: vertical; }
.contact-field input:disabled, .contact-field select:disabled, .contact-field textarea:disabled { opacity: .58; cursor: not-allowed; }
.contact-field input:hover, .contact-field select:hover, .contact-field textarea:hover { border-color: rgba(116,190,255,.34); }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { outline: none; border-color: rgba(97,169,255,.78); background: rgba(5,20,35,.82); box-shadow: 0 0 0 3px rgba(97,169,255,.22); }
.contact-field input[aria-invalid="true"], .contact-field select[aria-invalid="true"], .contact-field textarea[aria-invalid="true"] { border-color: rgba(255,139,139,.58); }
.contact-field-error { display: block; margin-top: 7px; color: #ffb9b9; font-size: 12px; line-height: 1.45; }
.contact-turnstile { width: 100%; min-width: 0; margin-top: 18px; }
.contact-turnstile .cf-turnstile { width: 100%; min-width: 0; }
.contact-form-footer { min-height: 48px; display: grid; grid-template-columns: minmax(0, 1fr) 170px; align-items: center; column-gap: 24px; margin-top: 20px; }
.contact-submit { grid-column: 2; justify-self: end; width: 170px; min-width: 170px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #f5faff; cursor: pointer; }
.contact-submit-icon { width: 17px; height: 17px; flex: 0 0 17px; opacity: .9; transition: transform 195ms ease; }
.contact-submit:not(:disabled):not(.is-disabled):hover .contact-submit-icon { transform: translate(1px, -1px); }
.contact-submit.is-disabled, .contact-submit:disabled { opacity: .72; box-shadow: 0 10px 24px rgba(25,118,243,.14), inset 0 1px rgba(255,255,255,.14); cursor: not-allowed; }
.contact-submit.is-disabled:hover, .contact-submit:disabled:hover { transform: none; box-shadow: 0 10px 24px rgba(25,118,243,.14), inset 0 1px rgba(255,255,255,.14); }
.contact-screening-field, .contact-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.final-cta { padding-top: 0 !important; }
.launch-panel { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 48px 52px; border: 1px solid rgba(82,178,255,.28); background: radial-gradient(circle at 90% 15%, rgba(32,215,244,.12), transparent 25%), linear-gradient(135deg, #0c2847, #08182b 58%, #071321); border-radius: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.launch-panel h2 { max-width: 830px; font-size: clamp(30px, 3.4vw, 46px); }
.launch-panel p { margin: 15px 0 0; color: #a5b8ce; }
.launch-copy { min-width: 0; }
.launch-actions { min-width: 220px; display: flex; flex-direction: column; gap: 12px; }
.launch-actions .button { width: 100%; }

footer { padding: 32px 0 36px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-inner { display: grid; gap: 20px; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.footer-brand { flex: 0 0 auto; }
.footer-brand img { width: 130px; height: auto; opacity: .85; }
.footer-logo.is-animation-ready { opacity: 0; transform: translateX(-32px); }
.footer-logo.is-animation-ready.is-visible { opacity: .85; transform: translateX(0); transition: opacity 650ms ease-out, transform 650ms ease-out; }
.footer-actions { min-width: 0; display: flex; flex-direction: column; align-items: flex-end; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px 22px; color: #9fb2c8; font-size: 13px; font-weight: 700; }
.footer-links a { min-height: 40px; display: inline-flex; align-items: center; transition: color .2s ease; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.footer-links a:focus-visible { outline: 2px solid rgba(97,169,255,.95); outline-offset: 3px; border-radius: 4px; }
.footer-social { display: flex; justify-content: flex-end; align-items: center; gap: 9px; margin-top: 16px; }
.footer-social-link { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px; border: 1px solid rgba(128,166,204,.24); border-radius: 10px; color: #91a8c0; background: rgba(9,28,48,.56); transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.footer-social-link:hover { border-color: rgba(70,181,255,.48); color: #79c8ff; background: rgba(28,84,128,.3); }
.footer-social-link:focus-visible { outline: 2px solid rgba(97,169,255,.95); outline-offset: 3px; border-color: rgba(97,169,255,.58); color: #fff; }
.footer-social-link.is-placeholder { cursor: default; }
.social-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; }
.footer-meta { display: flex; justify-content: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.055); color: #758aa4; font-size: 12px; text-align: center; }

[dir="rtl"] .action-icon--arrow { transform: scaleX(-1); }
[dir="rtl"] .button:hover .action-icon--arrow { transform: translateX(-1px) scaleX(-1); }
[dir="rtl"] .contact-submit-icon { transform: scaleX(-1); }
[dir="rtl"] .contact-submit:not(:disabled):not(.is-disabled):hover .contact-submit-icon { transform: translate(-1px, -1px) scaleX(-1); }

@media (max-width: 1260px) {
    .hero { min-height: auto; padding: 58px 0 72px; }
    .hero-grid { grid-template-columns: 1fr; column-gap: 0; row-gap: 44px; }
    .hero-copy { max-width: 760px; }
    .hero h1 { max-width: 720px; }
    .hero-visual { width: min(720px, 100%); margin-inline: auto; justify-self: center; }
}

@media (max-width: 991px) {
    .nav { grid-template-columns: 1fr auto; }
    .nav-links { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; z-index: 80; width: min(340px, calc(100vw - 30px)); display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 10px; border: 1px solid rgba(116,190,255,.28); color: #c0cede; background: rgba(5, 16, 29, .98); border-radius: 13px; box-shadow: 0 18px 44px rgba(0,0,0,.38), 0 0 0 1px rgba(25,118,243,.05); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
    .nav-links.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
    .nav-links a { min-height: 48px; padding: 0 14px; border-radius: 8px; }
    .nav-links a::after { inset-inline: 14px; bottom: 7px; }
    .nav-links .mobile-nav-demo { display: inline-flex; justify-content: flex-start; gap: 8px; margin-top: 4px; border: 1px solid rgba(123, 168, 211, .25); color: #d9e7f6; background: rgba(13, 35, 59, .82); }
    .nav-links .mobile-nav-demo::after { display: none; }
    .nav-links .mobile-nav-demo:hover { border-color: rgba(97, 169, 255, .42); background: rgba(18, 46, 76, .94); }
    .header-demo { display: none; }
    .mobile-menu-toggle { display: inline-flex; }
    .header-actions { gap: 9px; }
    .split-heading { gap: 40px; }
    .product-showcase .split-heading h2 { font-size: clamp(40px, 5.2vw, 50px); }
    .product-showcase--expanded .showcase-tabs { display: flex; overflow-x: auto; scroll-snap-type: inline proximity; }
    .product-showcase--expanded .showcase-tab { flex: 0 0 112px; scroll-snap-align: start; }
    .capabilities .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-panel { grid-template-columns: 1fr; gap: 30px; }
    .contact-form-grid { grid-template-columns: 1fr; margin-top: 0; }
    .contact-field--wide { grid-column: auto; }
    .contact-form-footer { grid-template-columns: minmax(0, 1fr); align-items: stretch; row-gap: 16px; }
    .contact-feedback { width: 100%; }
    .contact-feedback[hidden], .contact-feedback:empty { display: none; }
    .contact-submit { grid-column: 1; justify-self: stretch; width: 100%; }
}

@media (max-width: 780px) {
    :root { --header-height: 85px; }
    .wrap { width: min(calc(100% - 30px), 1220px); }
    .site-header .wrap, .hero .wrap { width: min(calc(100% - 30px), 1340px); }
    .site-header { position: sticky; }
    .nav { min-height: auto; padding: 15px 0; gap: 13px; }
    .brand { min-width: 0; }
    .site-header .brand img { width: auto; height: 54px; }
    .product-name { padding: 4px 6px; font-size: 10px; }
    .site-header .language-menu { width: min(210px, calc(100vw - 30px)); }
    .hero { padding: 50px 0 66px; }
    .hero-grid { gap: 38px; }
    .hero h1 { max-width: 680px; font-size: clamp(44px, 7.3vw, 56px); }
    .browser-frame-hero:hover { transform: none; }
    section:not(.hero) { padding: 76px 0; }
    .split-heading { grid-template-columns: 1fr; gap: 18px; }
    .product-showcase .split-heading { margin-block-end: 36px; }
    .product-showcase .split-heading h2 { font-size: clamp(36px, 5.7vw, 44px); }
    .product-showcase .split-heading > p { margin-block-start: 18px; }
    .capabilities .centered { margin-bottom: 44px; }
    .capabilities .centered h2 { font-size: clamp(34px, 5.7vw, 44px); }
    .capabilities .centered > p { font-size: 17px; }
    .capabilities { padding-bottom: 56px !important; }
    .contact-section { padding-bottom: 56px !important; }
    .launch-panel { grid-template-columns: 1fr; padding: 35px 30px; }
    .launch-actions { width: 100%; min-width: 0; justify-self: stretch; }
}

@media (max-width: 560px) {
    :root { --header-height: 81px; }
    .site-header .nav { min-height: 80px; grid-template-columns: minmax(0, 1fr) auto; padding: 0; }
    .site-header .language-switcher { width: auto; min-width: 0; }
    .hero { padding: 42px 0 56px; }
    .hero-grid { gap: 32px; }
    .eyebrow { align-items: flex-start; border-radius: 14px; }
    .hero h1 { width: 100%; max-width: 100%; margin-top: 18px; overflow-wrap: break-word; font-size: clamp(31px, 8.3vw, 38px); line-height: 1.04; }
    .hero .lead { font-size: 16px; }
    .hero .cta .button { width: 100%; }
    .hero-highlights { grid-template-columns: 1fr; gap: 10px; margin-top: 22px; padding-top: 18px; }
    .browser-bar { grid-template-columns: auto 1fr; gap: 10px; }
    .browser-bar > span:nth-child(2) { text-align: center; }
    .browser-bar > span:last-child { display: none; }
    .product-showcase .split-heading { margin-block-end: 32px; }
    .product-showcase .split-heading h2 { font-size: clamp(32px, 8.7vw, 38px); }
    .showcase-tabs { margin-inline: -2px; padding-inline: 2px; }
    .showcase-tab { min-height: 42px; padding-inline: 12px; font-size: 12px; }
    .product-showcase--expanded .showcase-tab { min-height: 44px; }
    .showcase-browser { border-radius: 14px; }
    .product-showcase--expanded .showcase-panel-copy { margin-block: 20px 22px; margin-inline: 4px; text-align: start; }
    .product-showcase--expanded .showcase-panel-copy h3 { font-size: 20px; }
    .product-showcase--expanded .showcase-panel-copy p { font-size: 15.5px; }
    .showcase-media-placeholder { gap: 13px; padding: 24px; }
    .showcase-placeholder-icon { width: 48px; height: 48px; border-radius: 12px; }
    .showcase-media-placeholder p { font-size: 15px; }
    .capabilities .centered { margin-bottom: 38px; }
    .capabilities .centered h2 { font-size: clamp(32px, 8.7vw, 36px); }
    .capabilities .centered > p { font-size: 16px; }
    .capabilities .feature-grid { grid-template-columns: 1fr; gap: 20px; }
    .capabilities .feature-card { padding: 24px; }
    .contact-section { padding-bottom: 48px !important; }
    .contact-panel { gap: 26px; padding: 24px; border-radius: 18px; }
    .contact-copy h2 { font-size: clamp(32px, 9vw, 38px); }
    .contact-copy p { font-size: 15.5px; }
    .contact-field input, .contact-field select, .contact-field textarea { font-size: 16px; }
    .launch-panel { padding: 29px 22px; }
    .launch-actions .button { min-width: 0; }
    footer { padding: 28px 0 32px; }
    .footer-main { align-items: center; flex-direction: column; gap: 14px; }
    .footer-actions { width: 100%; align-items: center; }
    .footer-links { width: 100%; justify-content: center; gap: 4px 20px; }
    .footer-links a { min-height: 44px; }
    .footer-social { justify-content: center; margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .browser-frame-hero:hover { transform: none; }
    .hero-video { display: none; }
    .hero-media-fallback { opacity: 1 !important; }
    .showcase-video { display: none; transition: none; }
    .showcase-static-fallback { opacity: 1 !important; transition: none; }
    .footer-logo { opacity: .85 !important; transform: none !important; transition: none !important; }
    .header-demo:hover .action-icon--external, .mobile-nav-demo:hover .action-icon--external, .button:hover .action-icon--arrow { transform: none; }
    .contact-submit-icon { transition: none !important; }
    .contact-submit:not(:disabled):not(.is-disabled):hover .contact-submit-icon { transform: none; }
    [dir="rtl"] .contact-submit-icon, [dir="rtl"] .contact-submit:not(:disabled):not(.is-disabled):hover .contact-submit-icon { transform: scaleX(-1); }
}

@media (hover: none), (pointer: coarse) {
    .site-header .language-option { min-height: 44px; }
}
