@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --ink: #090b1d;
  --ink-soft: #11142e;
  --purple: #6248d4;
  --purple-dark: #412caa;
  --cyan: #28d8e5;
  --paper: #f7f8fc;
  --muted: #69728a;
  --line: rgba(255,255,255,.14);
  --dark-line: #dde1ed;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #15192b; background: var(--paper); font-family: "Manrope",sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
[hidden] { display: none!important; }
.shell { width: min(calc(100% - 48px),var(--shell)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 12px; padding: 11px 16px; border-radius: 10px; color: #fff; background: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; transition: background .25s,box-shadow .25s; }
.site-header.is-scrolled,.site-header.menu-open { background: rgba(10,11,31,.92); box-shadow: 0 12px 40px rgba(5,7,20,.2); backdrop-filter: blur(18px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 19px/1 "Space Grotesk",sans-serif; letter-spacing: -.02em; }
.brand img { width: 46px; height: 46px; border-radius: 13px; object-fit: cover; filter: drop-shadow(0 8px 18px rgba(28,45,150,.28)); }
.brand small { margin-top: 6px; display: block; color: rgba(255,255,255,.55); font: 700 8px/1 "Manrope",sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .22s; }
.desktop-nav a:hover { color: #fff; }.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 11px; }
.language-menu { position: relative; }
.language-trigger,.header-download { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); font-size: 11px; font-weight: 800; cursor: pointer; }
.language-trigger:hover,.header-download:hover { background: rgba(255,255,255,.13); }
.language-popover { position: absolute; right: 0; top: calc(100% + 12px); width: 250px; padding: 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: #11142d; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
[dir="rtl"] .language-popover { right: auto; left: 0; }
.language-popover > p { margin: 4px 7px 10px; color: #8791aa; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.language-popover button { width: 100%; padding: 11px 12px; display: flex; justify-content: space-between; border: 0; border-radius: 11px; color: #dce1f1; background: transparent; cursor: pointer; }
.language-popover button:hover,.language-popover button.active { color: #fff; background: rgba(255,255,255,.09); }
.language-popover button { direction: ltr; }
.language-popover button > span { text-align: left; }
.language-popover button > small { text-align: right; }
.language-popover small { color: var(--cyan); text-transform: uppercase; }
.menu-trigger { width: 44px; height: 44px; display: none; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }
.menu-trigger span { width: 16px; height: 2px; margin: 4px auto; display: block; background: #fff; }
.mobile-nav { padding: 6px 24px 24px; background: rgba(10,11,31,.96); }
.mobile-nav a { padding: 12px 0; display: block; border-bottom: 1px solid rgba(255,255,255,.08); color: #d9def0; font-size: 14px; font-weight: 700; }

.hero { position: relative; min-height: 800px; padding: 150px 0 95px; display: flex; align-items: center; color: #fff; background: linear-gradient(128deg,#342096 0%,#6748d4 49%,#2bbdd3 120%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(20,11,70,.26),transparent 58%),radial-gradient(circle at 58% 43%,rgba(255,255,255,.13),transparent 28%); }
.hero-orb { position: absolute; border-radius: 50%; background: rgba(255,255,255,.09); filter: blur(2px); }
.hero-orb--one { width: 570px; height: 570px; right: -160px; top: -250px; }
.hero-orb--two { width: 310px; height: 310px; left: 37%; bottom: -230px; }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--cyan); }.eyebrow b { font-weight: 800; }
.eyebrow--dark { color: #717b94; }
.hero h1 { max-width: 670px; margin: 0; font: 700 clamp(57px,6.7vw,94px)/.94 "Space Grotesk",sans-serif; letter-spacing: -.06em; }
.hero h1 em { color: #c9fbff; font-style: normal; }
.hero-lead { max-width: 610px; margin: 31px 0 36px; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid var(--line); border-radius: 15px; font-size: 12px; font-weight: 800; transition: transform .2s,background .2s; }
.button:hover { transform: translateY(-2px); }.button i { font-size: 17px; font-style: normal; }
.button--light { color: #1d2340; background: #fff; }.button--ghost { color: #fff; background: rgba(255,255,255,.07); }
.hero-badges { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-badges span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.56); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 560px; }
.board-demo { isolation: isolate; }
.demo-halo { position: absolute; z-index: -1; left: 5%; top: 5%; width: 90%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.025),inset 0 0 100px rgba(104,239,255,.08); }
.demo-board { position: absolute; left: 0; top: 13%; width: 83%; aspect-ratio: 1.45; padding: 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; background: linear-gradient(145deg,#343842,#15171d); box-shadow: 0 34px 70px rgba(20,12,65,.34),inset 0 1px rgba(255,255,255,.18); transform: perspective(1000px) rotateY(2deg); }
.demo-board__camera { position: absolute; z-index: 4; left: 50%; top: 4px; width: 5px; height: 5px; border-radius: 50%; background: #08090d; box-shadow: 0 0 0 2px #454a56; transform: translateX(-50%); }
.demo-board__screen { position: relative; height: 100%; border: 2px solid #101217; border-radius: 10px; background: #f7f8fb; overflow: hidden; }
.board-locked-view,.board-open-view { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: opacity .45s ease,transform .55s cubic-bezier(.2,.75,.25,1); }
.board-locked-view { align-items: stretch; justify-content: stretch; color: #202942; background: #fff; }
.board-lock-appbar { height: 46px; display: grid; place-items: center; color: #fff; background: #287785; }.board-lock-appbar strong { font: 800 15px "Space Grotesk",sans-serif; letter-spacing: .02em; text-shadow: 0 1px 3px rgba(0,0,0,.18); }
.board-lock-body { flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; background: linear-gradient(155deg,#fff,#f5f6f9); }.board-lock-body > strong { margin-top: 20px; font: 700 24px "Space Grotesk",sans-serif; }.board-lock-body > small { margin-top: 8px; color: #8b94a8; font-size: 10px; }
.board-lock { width: 52px; height: 52px; display: block; color: #6450cd; }
.board-lock svg { width: 100%; height: 100%; display: block; fill: currentColor; }
.board-open-view { align-items: stretch; justify-content: stretch; color: #fff; background: linear-gradient(145deg,#1b1959,#3b34a0 50%,#157f9c); opacity: 0; transform: scale(.96); overflow: hidden; }
.board-open-view::before { content: ""; position: absolute; right: -12%; top: -42%; width: 75%; aspect-ratio: 1; border-radius: 50%; background: rgba(92,236,246,.18); box-shadow: 0 0 0 60px rgba(255,255,255,.025); }
.desktop-shortcuts { position: relative; z-index: 1; padding: 22px; display: grid; grid-template-columns: repeat(2,58px); gap: 18px 13px; }.desktop-shortcuts span { text-align: center; }.desktop-shortcuts i { width: 39px; height: 39px; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; color: #e8fcff; background: rgba(255,255,255,.14); box-shadow: 0 8px 18px rgba(0,0,0,.15); font-size: 18px; font-style: normal; }.desktop-shortcuts small { margin-top: 5px; display: block; color: rgba(255,255,255,.82); font-size: 6px; }
.desktop-taskbar { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 30px; padding: 0 12px; display: flex; align-items: center; gap: 10px; color: #25304e; background: rgba(247,249,252,.94); box-shadow: 0 -3px 15px rgba(10,15,45,.18); backdrop-filter: blur(10px); }.desktop-taskbar b { color: #493bbb; font-size: 15px; }.desktop-taskbar span { width: 72px; height: 19px; padding: 0 7px; display: flex; align-items: center; border: 1px solid #dfe3eb; border-radius: 999px; color: #8a93a6; background: #fff; font-size: 8px; }.desktop-taskbar i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 5px; color: #fff; background: #6350cc; font-size: 8px; font-style: normal; }.desktop-taskbar time { margin-left: auto; font-size: 7px; }
.demo-board__stand { position: absolute; left: 50%; top: 100%; width: 24%; height: 55px; transform: translateX(-50%); }.demo-board__stand::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 7px; width: 16px; background: #272a32; transform: translateX(-50%); }.demo-board__stand span { position: absolute; left: 0; right: 0; bottom: 0; height: 8px; border-radius: 6px; background: #272a32; }

.demo-phone { position: absolute; z-index: 5; right: 0; bottom: 1%; width: 37%; max-width: 220px; min-width: 185px; aspect-ratio: .49; padding: 8px; border: 2px solid rgba(255,255,255,.24); border-radius: 40px; background: #14151b; box-shadow: 0 34px 70px rgba(21,11,71,.42),inset 0 0 0 2px #020306; transform: none; }
.demo-phone__notch { position: absolute; z-index: 6; left: 50%; top: 8px; width: 42%; height: 20px; border-radius: 0 0 15px 15px; background: #111218; transform: translateX(-50%); }
.demo-phone__screen { position: relative; height: 100%; border-radius: 31px; color: #182038; background: #f7f8fc; overflow: hidden; }
.phone-appbar { height: 63px; padding: 22px 12px 0; display: grid; grid-template-columns: 18px 1fr 18px; align-items: center; color: #fff; background: linear-gradient(135deg,#5841c2,#7761dd); }.phone-appbar strong { text-align: center; font-size: 11px; font-weight: 800; text-shadow: 0 1px 3px rgba(26,16,91,.3); }.phone-appbar > span:first-child { font-size: 16px; font-weight: 700; }.phone-more { display: flex; align-items: center; justify-content: center; gap: 2px; }.phone-more i { width: 3px; height: 3px; display: block; border-radius: 50%; background: #fff; }
.phone-board-list { padding: 9px; display: grid; gap: 5px; }.phone-board-row { min-width: 0; width: 100%; min-height: 49px; padding: 7px 10px; display: grid; grid-template-columns: 8px 1fr 25px; align-items: center; gap: 9px; border: 1px solid #e1e4ed; border-radius: 13px; color: #182038; background: #fff; box-shadow: 0 5px 13px rgba(39,44,79,.07); text-align: left; }.phone-board-row--active { position: relative; font: inherit; cursor: pointer; transition: transform .16s,border-color .25s; }.phone-board-row--active:hover,.phone-board-row--active:focus-visible { border-color: #705bdd; outline: 0; }.phone-board-row--active:active,.phone-board-row--active.is-pressing { transform: scale(.95); }.phone-board-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff5e63; box-shadow: 0 0 8px rgba(255,94,99,.35); }.phone-board-copy { position: relative; display: block; }.phone-board-copy strong,.phone-board-copy small { display: block; }.phone-board-copy strong { font-size: 11px; }.phone-board-copy small { margin-top: 3px; color: #929caf; font-size: 6px; }
.phone-state-icon { width: 29px; height: 29px; display: block; color: #ff5e63; transition: color .35s; }.phone-state-icon svg { width: 100%; height: 100%; display: block; fill: currentColor; }.phone-lock-open { display: none; }
.phone-board-row--open .phone-board-dot { background: #35d69c; }.phone-board-row--open .phone-state-icon { color: #35bd8d; }.phone-board-row--open .phone-lock-closed { display: none; }.phone-board-row--open .phone-lock-open { display: inline; }
.tap-rings { position: absolute; z-index: 5; right: -1px; top: 50%; width: 48px; height: 48px; pointer-events: none; transform: translateY(-50%); }.tap-rings i { position: absolute; inset: 0; display: block; border: 2px solid rgba(101,76,211,.74); border-radius: 50%; box-shadow: 0 0 10px rgba(111,83,219,.2); opacity: 0; }

.demo-signal { position: absolute; z-index: 4; left: 66%; top: 49%; width: 80px; height: 80px; pointer-events: none; }.demo-signal span { position: absolute; inset: 50%; border: 2px solid #7df5ff; border-radius: 50%; opacity: 0; transform: translate(-50%,-50%) scale(.15); }
.board-demo[data-command] .demo-signal span { animation: signalWave .85s ease-out; }.board-demo[data-command] .demo-signal span:nth-child(2) { animation-delay: .13s; }.board-demo[data-command] .demo-signal span:nth-child(3) { animation-delay: .26s; }.board-demo[data-command] .tap-rings i { animation: tapRipple .88s ease-out .48s both; }.board-demo[data-command] .tap-rings i:nth-child(2) { animation-delay: .61s; }.board-demo[data-command] .tap-rings i:nth-child(3) { animation-delay: .74s; }.board-demo[data-command] .phone-board-row--active .phone-state-icon { animation: iconTap .4s ease-out .5s; }
.board-demo[data-state="unlocked"] .board-locked-view { opacity: 0; transform: scale(1.04); }.board-demo[data-state="unlocked"] .board-open-view { opacity: 1; transform: none; }.board-demo[data-state="unlocked"] .phone-board-row--active .phone-board-dot { background: #35d69c; box-shadow: 0 0 8px rgba(53,214,156,.45); }.board-demo[data-state="unlocked"] .phone-board-row--active .phone-state-icon { color: #35bd8d; }.board-demo[data-state="unlocked"] .phone-board-row--active .phone-lock-closed { display: none; }.board-demo[data-state="unlocked"] .phone-board-row--active .phone-lock-open { display: inline; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 7px; border-radius: 99px; background: #fff; animation: scrollCue 1.8s infinite; }

.split-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: end; }
.section-heading h2 { margin: 0; font: 700 clamp(42px,5vw,68px)/1.02 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.section-heading > p:last-child { margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.section-heading--center { max-width: 790px; margin: 0 auto 55px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.about-copy p { margin: 0; color: #667088; font-size: 17px; line-height: 1.85; }
.text-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 22px; color: var(--purple-dark); font-size: 12px; font-weight: 800; }.text-link i { font-size: 18px; font-style: normal; }
.flow-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--dark-line); border-radius: 28px; overflow: hidden; }
.flow-card { min-height: 295px; padding: 27px; border-right: 1px solid var(--dark-line); background: #fff; transition: transform .2s,background .2s; }
[dir="rtl"] .flow-card { border-right: 0; border-left: 1px solid var(--dark-line); }.flow-card:last-child { border: 0; }
.flow-card:hover { background: #f0effc; }
.flow-card > b { color: var(--purple); font-size: 10px; letter-spacing: .1em; }
.flow-icon { width: 46px; height: 46px; margin-top: 64px; display: grid; place-items: center; border-radius: 14px; color: var(--purple); background: #eeeafd; font-size: 20px; }
.flow-card h3 { margin: 18px 0 9px; font: 700 18px/1.2 "Space Grotesk",sans-serif; }.flow-card p { margin: 0; color: #737c92; font-size: 12px; line-height: 1.65; }

.control-section { color: #fff; background: linear-gradient(135deg,#161337,#33248a 57%,#273aa0); overflow: hidden; }
.control-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.control-device { position: relative; min-height: 610px; display: grid; place-items: center; }
.device-halo { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.018); }
.control-device img { position: relative; z-index: 2; max-height: 560px; filter: drop-shadow(0 36px 55px rgba(0,0,0,.42)); }
.control-copy h2 { margin: 0; font: 700 clamp(44px,5.2vw,70px)/1.02 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.control-copy > p:not(.eyebrow) { max-width: 600px; color: #b5bfdd; font-size: 16px; line-height: 1.8; }
.metric-row { margin-top: 46px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.13); }
.metric-row div { padding: 24px 15px 0 0; }.metric-row strong,.metric-row span { display: block; }.metric-row strong { color: var(--cyan); font: 600 24px "Space Grotesk"; }.metric-row span { margin-top: 7px; color: #aeb8d3; font-size: 10px; }

.screens { background: #fff; }.filter-row { margin-bottom: 32px; display: flex; justify-content: center; gap: 8px; }
.filter-row button { padding: 10px 16px; border: 1px solid #dfe3ee; border-radius: 999px; color: #6d758a; background: #fff; font-size: 10px; font-weight: 800; cursor: pointer; }
.filter-row button.active { border-color: var(--purple); color: #fff; background: var(--purple); }
.screen-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; align-items: start; }
.screen-card { position: relative; grid-column: span 4; min-height: 310px; padding: 0; border: 0; border-radius: 24px; background: #eef0f7; overflow: hidden; cursor: zoom-in; }
.screen-card.mobile { grid-column: span 3; min-height: 430px; }.screen-card.hidden { display: none; }
.screen-card img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: contain; transition: transform .35s; }.screen-card:hover img { transform: scale(1.025); }
.screen-card span { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(15,18,43,.78); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; }

.setup { color: #fff; background: var(--ink); }.setup .section-heading > p:last-child { color: #9ba6c2; }
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.setup-card { min-height: 390px; padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.02)); }
.setup-card--mobile { background: linear-gradient(145deg,rgba(98,72,212,.48),rgba(255,255,255,.02)); }.setup-card--board { background: linear-gradient(145deg,rgba(40,216,229,.18),rgba(255,255,255,.02)); }
.setup-number { color: var(--cyan); font: 700 11px "Space Grotesk"; letter-spacing: .12em; }
.setup-card h3 { margin: 110px 0 16px; font: 700 29px "Space Grotesk"; }.setup-card p { max-width: 530px; color: #aeb8d2; font-size: 14px; line-height: 1.75; }
.setup-actions { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.setup-actions a,.setup-actions button { min-height: 45px; padding: 0 15px; display: inline-flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #fff; background: rgba(255,255,255,.07); font-size: 11px; font-weight: 800; cursor: pointer; }.setup-actions i { color: var(--cyan); font-style: normal; }
.guide-row { margin-top: 20px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 20px; }
.guide-row > span { margin-right: auto; color: #818ca8; font-size: 10px; font-weight: 800; text-transform: uppercase; }.guide-row a { padding: 9px 13px; display: flex; gap: 10px; border-radius: 10px; background: rgba(255,255,255,.05); font-size: 10px; }.guide-row i { color: var(--cyan); font-style: normal; }
[dir="rtl"] .guide-row > span { margin-right: 0; margin-left: auto; }

.access-section { background: #eef0f8; }.access-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.access-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.access-cards article { min-height: 480px; padding: 29px; display: flex; flex-direction: column; border: 1px solid #dce0ec; border-radius: 27px; background: #fff; }.access-cards article.featured { color: #fff; background: linear-gradient(155deg,#362399,#6248d4); }
.access-cards article > span { color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.access-cards .featured > span { color: #aef9ff; }
.access-cards h3 { margin: 18px 0 28px; font: 700 27px "Space Grotesk"; }.access-cards ul { margin: 0; padding: 0; list-style: none; }.access-cards li { position: relative; margin: 14px 0; padding-left: 20px; color: #697189; font-size: 12px; line-height: 1.55; }.access-cards li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 900; }.access-cards .featured li { color: #d3d8ee; }.access-cards .featured li::before { color: var(--cyan); }
[dir="rtl"] .access-cards li { padding-left: 0; padding-right: 20px; }[dir="rtl"] .access-cards li::before { left: auto; right: 0; }
.access-cards article > a { margin-top: auto; padding: 13px 15px; border: 1px solid #e0e3ed; border-radius: 12px; text-align: center; font-size: 11px; font-weight: 800; }.access-cards .featured > a { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.09); }

.faq { background: #fff; }.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }.faq-list { border-top: 1px solid #dfe3ed; }
.faq-list details { border-bottom: 1px solid #dfe3ed; }.faq-list summary { padding: 24px 40px 24px 0; position: relative; cursor: pointer; list-style: none; font: 600 16px/1.45 "Space Grotesk"; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 7px; top: 21px; color: var(--purple); font-size: 22px; }.faq-list details[open] summary::after { content: "−"; }
[dir="rtl"] .faq-list summary { padding: 24px 0 24px 40px; }[dir="rtl"] .faq-list summary::after { right: auto; left: 7px; }
.faq-list p { margin: -6px 0 24px; color: #6d758c; font-size: 13px; line-height: 1.75; }

.contact { padding: 0 0 110px; background: #fff; }.contact-panel { min-height: 330px; padding: 55px 62px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 34px; color: #fff; background: linear-gradient(130deg,#332091,#6248d4 58%,#25bace); overflow: hidden; }.contact-panel h2 { max-width: 750px; margin: 0; font: 700 clamp(39px,5vw,64px)/1 "Space Grotesk"; letter-spacing: -.05em; }.contact-panel p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); line-height: 1.7; }
.site-footer { padding: 76px 0 26px; color: #fff; background: var(--ink); }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }.footer-brand p { max-width: 330px; color: #7f89a3; font-size: 12px; line-height: 1.7; }.footer-grid h3 { margin: 7px 0 20px; color: #e9edfa; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) a { margin: 12px 0; display: block; color: #7f89a3; font-size: 11px; }.footer-grid a:hover { color: #fff; }.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #59627a; font-size: 10px; }

dialog { padding: 0; border: 1px solid rgba(255,255,255,.17); color: #fff; background: #0d1027; box-shadow: 0 30px 110px rgba(0,0,0,.55); }dialog::backdrop { background: rgba(6,7,20,.8); backdrop-filter: blur(8px); }
.image-dialog { width: min(1000px,calc(100% - 34px)); border-radius: 24px; }.image-dialog img { max-width: 100%; max-height: 82vh; margin: auto; display: block; object-fit: contain; }.image-dialog button { position: absolute; z-index: 2; right: 12px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: rgba(9,11,29,.78); font-size: 22px; cursor: pointer; }
.download-dialog { width: min(650px,calc(100% - 30px)); border-radius: 26px; }.dialog-head { padding: 25px 27px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.dialog-head h2 { margin: 0; font: 700 24px "Space Grotesk"; }.dialog-head button { width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }.dialog-body { padding: 24px 27px 28px; }.dialog-body > p { color: #9aa5bf; font-size: 12px; }.download-option { margin-top: 10px; padding: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 15px; }.download-option strong,.download-option span { display: block; }.download-option span { margin-top: 4px; color: #7f89a3; font-size: 10px; }.download-option .recommended { margin: 0 0 5px; color: var(--cyan); font-weight: 800; text-transform: uppercase; }.download-option a { padding: 10px 14px; border-radius: 10px; color: #13172d; background: #fff; font-size: 10px; font-weight: 800; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease,transform .65s ease; }[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes signalWave { 0% { opacity: .75; transform: translate(-50%,-50%) scale(.15); }100% { opacity: 0; transform: translate(-50%,-50%) scale(1); } }@keyframes tapRipple { 0% { opacity: .85; transform: scale(.18); }100% { opacity: 0; transform: scale(1.8); } }@keyframes iconTap { 50% { transform: scale(.82); filter: brightness(1.2); } }@keyframes scrollCue { 0% { transform: translate(-50%,0); opacity: 0; }35% { opacity: 1; }100% { transform: translate(-50%,13px); opacity: 0; } }

@media (max-width: 980px) {
  .desktop-nav,.header-download { display: none; }.menu-trigger { display: block; }
  .hero { min-height: auto; }.hero-layout,.split-layout,.control-layout,.access-layout,.faq-layout { grid-template-columns: 1fr; }.hero-layout { gap: 25px; }.hero-visual { min-height: 520px; }.board-demo { width: min(650px,100%); margin-inline: auto; }.hero h1 { max-width: 780px; }
  .split-layout,.access-layout,.faq-layout { gap: 45px; }.flow-grid { grid-template-columns: repeat(2,1fr); }.flow-card:nth-child(2) { border-right: 0; }.flow-card:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
  .control-layout { gap: 45px; }.control-copy { order: -1; }.screen-card { grid-column: span 6; }.screen-card.mobile { grid-column: span 3; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px),var(--shell)); }.section { padding: 82px 0; }.header-inner { height: 72px; }.brand img { width: 40px; height: 40px; }.brand { font-size: 16px; }.language-trigger { min-width: 62px; padding: 0 13px; }
  .hero { padding: 125px 0 70px; }.hero h1 { font-size: clamp(51px,15vw,69px); }.hero-lead { font-size: 15px; }.hero-visual { min-height: 410px; }.scroll-cue { display: none; }
  .demo-halo { left: 2%; top: 9%; width: 96%; }.demo-board { top: 14%; width: 88%; padding: 7px; border-radius: 13px; }.board-lock-appbar { height: 34px; }.board-lock-appbar strong { font-size: 12px; }.board-lock-body > strong { margin-top: 13px; font-size: 17px; }.board-lock-body > small { max-width: 145px; text-align: center; }.board-lock { width: 40px; height: 40px; }.desktop-shortcuts { padding: 14px; grid-template-columns: repeat(2,43px); gap: 10px; }.desktop-shortcuts i { width: 30px; height: 30px; }.desktop-taskbar { height: 24px; gap: 6px; }.desktop-taskbar span { width: 42px; height: 15px; padding: 0 5px; }.desktop-taskbar i { width: 15px; height: 15px; }
  .demo-phone { width: 40%; min-width: 142px; padding: 5px; border-radius: 31px; }.demo-phone__notch { top: 5px; height: 15px; }.demo-phone__screen { border-radius: 25px; }.phone-appbar { height: 50px; padding: 16px 9px 0; grid-template-columns: 14px 1fr 14px; }.phone-appbar strong { font-size: 8.5px; }.phone-appbar > span:first-child { font-size: 12px; }.phone-more { gap: 1px; }.phone-more i { width: 2px; height: 2px; }.phone-board-list { padding: 5px 6px; gap: 3px; }.phone-board-row { min-height: 36px; padding: 4px 6px; grid-template-columns: 6px 1fr 19px; gap: 5px; border-radius: 9px; }.phone-board-copy strong { font-size: 8px; }.phone-board-copy small { font-size: 5px; }.phone-state-icon { width: 20px; height: 20px; }.tap-rings { right: -2px; width: 36px; height: 36px; }
  .flow-grid { grid-template-columns: 1fr; }.flow-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--dark-line); }.flow-card:nth-child(2) { border-right: 0; }.flow-icon { margin-top: 35px; }
  .control-device { min-height: 500px; }.device-halo { width: 340px; height: 340px; }.control-device img { max-height: 470px; }.metric-row { grid-template-columns: 1fr; }.metric-row div { padding-bottom: 15px; }
  .screen-card,.screen-card.mobile { grid-column: 1/-1; min-height: 300px; }.screen-card.mobile { min-height: 500px; }
  .setup-grid,.access-cards { grid-template-columns: 1fr; }.setup-card { min-height: 350px; padding: 28px; }.setup-card h3 { margin-top: 80px; }.guide-row { align-items: stretch; flex-direction: column; }.guide-row > span { margin: 0 0 5px; }.guide-row a { justify-content: space-between; }
  .contact { padding-bottom: 75px; }.contact-panel { padding: 38px 25px; display: block; }.contact-panel .button { margin-top: 25px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 7px; }
  .download-option { display: block; }.download-option a { margin-top: 13px; display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { animation: none!important; transition-duration: .01ms!important; }[data-reveal] { opacity: 1; transform: none; } }
