:root{--blue:#00b6ff;--blue-2:#008ee8;--blue-soft:#eaf8ff;--blue-pale:#f5fbff;--ink:#07111b;--text:#24313d;--muted:#6d7b87;--line:#dfeaf1;--white:#fff;--shadow:0 20px 70px rgba(9,45,66,.12);--shadow-soft:0 12px 36px rgba(11,64,93,.09);--radius:28px;--radius-sm:18px;--header-h:88px;--ease:cubic-bezier(.2,.75,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:2000;background:#000;color:#fff;padding:10px 16px;border-radius:10px;transition:.25s}.skip-link:focus{top:16px}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:1300;pointer-events:none}.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),#7ddcff)}
.site-header{position:absolute;top:0;left:0;width:100%;z-index:1200;height:var(--header-h);display:flex;align-items:center;background:rgba(255,255,255,.92);border-bottom:1px solid transparent;transition:transform .45s var(--ease),background .35s,border-color .35s,box-shadow .35s}.site-header.is-sticky{position:fixed;height:74px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:rgba(8,30,45,.07);box-shadow:0 8px 30px rgba(10,37,54,.06);animation:headerIn .45s var(--ease)}@keyframes headerIn{from{transform:translateY(-100%)}to{transform:translateY(0)}}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{width:220px;flex:0 0 auto;transition:transform .3s var(--ease)}.brand:hover{transform:translateY(-1px)}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.desktop-nav a{position:relative;font-size:14px;font-weight:700;color:#23303a;padding:10px 0;transition:color .25s}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:4px;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease)}.desktop-nav a:hover,.desktop-nav a.is-active{color:#000}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{transform:scaleX(1);transform-origin:left}.nav-actions{display:flex;align-items:center;gap:14px}.lang-switch{display:flex;align-items:center;gap:8px;padding:5px 8px;border:1px solid var(--line);border-radius:999px;background:#fff}.lang-switch span{width:1px;height:14px;background:#d7e3ea}.lang-btn{border:0;background:transparent;color:#8a97a1;font-size:11px;font-weight:800;padding:3px 2px}.lang-btn.is-active{color:#000}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{width:18px;height:2px;background:#0a1117;border-radius:2px;transition:.3s}.menu-toggle.is-open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.is-open span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{position:fixed;inset:74px 0 auto 0;background:rgba(255,255,255,.98);border-top:1px solid var(--line);box-shadow:0 24px 50px rgba(0,0,0,.08);transform:translateY(-20px);opacity:0;visibility:hidden;transition:.3s var(--ease)}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu-inner{display:flex;flex-direction:column;padding:18px 0 26px}.mobile-menu a:not(.btn){padding:15px 0;border-bottom:1px solid #edf3f6;font-weight:800}.mobile-menu .btn{margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:13px 20px;font-weight:800;font-size:14px;line-height:1;transition:transform .3s var(--ease),box-shadow .3s,background .3s,color .3s}.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn:hover svg{transform:translateX(3px)}.btn-primary{background:linear-gradient(135deg,var(--blue),#0094ef);color:#fff;box-shadow:0 12px 24px rgba(0,182,255,.24)}.btn-primary:hover{box-shadow:0 16px 28px rgba(0,182,255,.32)}.btn-ghost{background:#fff;border:1px solid #dce8ef;color:#10202b}.btn-ghost:hover{border-color:#bcd9e8;box-shadow:var(--shadow-soft)}.btn-dark{background:#081018;color:#fff;box-shadow:0 14px 26px rgba(0,0,0,.16)}.btn-sm{padding:11px 16px;font-size:13px}.btn-lg{padding:16px 24px;font-size:15px}
.hero{position:relative;padding:176px 0 72px;min-height:760px;overflow:hidden;background:#fff}.hero:before{content:"";position:absolute;left:-8%;top:12%;width:44%;height:60%;background:radial-gradient(circle at center,rgba(0,182,255,.10),rgba(0,182,255,0) 66%);pointer-events:none}.hero:after{content:"";position:absolute;right:-14%;top:-16%;width:48%;height:70%;background:radial-gradient(circle at center,rgba(0,182,255,.12),rgba(0,182,255,0) 68%);pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hero-orb-a{width:16px;height:16px;background:#79dcff;left:8%;top:27%;box-shadow:0 0 0 10px rgba(121,220,255,.15)}.hero-orb-b{width:10px;height:10px;background:#0b2230;right:7%;bottom:24%;box-shadow:0 0 0 8px rgba(0,182,255,.08)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);gap:70px;align-items:center;position:relative;z-index:2}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;color:#087cae;font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 0 rgba(0,182,255,.35);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(0,182,255,0)}100%{box-shadow:0 0 0 0 rgba(0,182,255,0)}}.hero h1{font-size:clamp(48px,5.8vw,82px);line-height:.98;letter-spacing:-.055em;margin:24px 0 28px;color:#05090d;font-weight:900}.gradient-text{background:linear-gradient(90deg,#00b6ff 0%,#008ae9 55%,#62d5ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{max-width:690px;font-size:18px;line-height:1.75;color:#556572;margin:0}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.hero-trust{display:flex;gap:28px;flex-wrap:wrap;margin-top:30px}.hero-trust>div{display:flex;align-items:center;gap:9px;color:#556572;font-size:13px;font-weight:700}.hero-trust svg{width:19px;height:19px;fill:none;stroke:#0b9edc;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.main-flow-card{position:relative;width:min(100%,500px);background:rgba(255,255,255,.96);border:1px solid rgba(120,183,213,.24);border-radius:30px;padding:26px;box-shadow:0 34px 100px rgba(7,57,85,.18);z-index:2;transform:rotate(-1deg)}.main-flow-card:before{content:"";position:absolute;inset:-16px;border:1px solid rgba(0,182,255,.13);border-radius:38px;z-index:-1}.flow-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:22px;border-bottom:1px solid #e8f1f5}.flow-top>div{display:flex;flex-direction:column;gap:4px}.flow-top strong{font-size:18px;color:#0b151d}.mini-label{font-size:10px;letter-spacing:.18em;font-weight:900;color:#10a4df}.status-pill{display:flex;align-items:center;gap:7px;background:#effcf7;color:#117650;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.status-pill>span:first-child{width:7px;height:7px;border-radius:50%;background:#25c986}.flow-route{display:grid;grid-template-columns:1fr 42px 1fr 42px 1fr;align-items:center;padding:28px 0 24px}.route-node{text-align:center;min-width:0}.route-node>.node-icon,.route-node>img{width:46px;height:46px;margin:0 auto 10px;border-radius:14px;display:grid;place-items:center}.merchant-node>.node-icon{background:#eff3f6;color:#1f2e38;font-weight:900}.xara-node>img{background:#e7f8ff;padding:1px}.provider-node>.node-icon{background:#07111b;color:#fff;font-weight:900}.route-node small{display:block;font-size:9px;line-height:1.25;color:#91a0aa;margin-bottom:3px}.route-node strong{display:block;font-size:11px;line-height:1.2;color:#25333d;white-space:nowrap}.route-line{position:relative;height:2px;background:#d8e9f2}.route-line span{position:absolute;top:-2px;left:0;width:6px;height:6px;border-radius:50%;background:var(--blue);animation:travel 2.5s linear infinite}.route-line:nth-of-type(4) span{animation-delay:1.1s}.route-line i{position:absolute;right:-1px;top:-3px;width:8px;height:8px;border-top:2px solid #a1c5d7;border-right:2px solid #a1c5d7;transform:rotate(45deg)}@keyframes travel{0%{left:0;opacity:0}10%{opacity:1}90%{opacity:1}100%{left:calc(100% - 6px);opacity:0}}.transaction-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fbfd;border:1px solid #e4eef3;padding:14px 16px;border-radius:16px}.transaction-row>div{display:flex;align-items:center;gap:10px}.transaction-row small{display:block;color:#8a9aa5;font-size:9px}.transaction-row strong{display:block;color:#17232b;font-size:12px}.tx-dot{width:10px;height:10px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 6px rgba(0,182,255,.10)}.tx-status{background:#e8faff;color:#008ac5;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.flow-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.flow-metrics div{background:#fff;border:1px solid #e4eef3;padding:11px;border-radius:14px}.flow-metrics small{display:block;font-size:9px;color:#93a1ab}.flow-metrics strong{font-size:11px;color:#22313b}.float-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(128,185,214,.28);border-radius:16px;padding:12px 14px;box-shadow:0 18px 50px rgba(7,54,80,.13);animation:float 4.5s ease-in-out infinite}.float-chip>span{width:34px;height:34px;border-radius:12px;background:#e8f8ff;color:#009edf;display:grid;place-items:center;font-weight:900}.float-chip small{display:block;color:#96a5af;font-size:9px}.float-chip strong{display:block;color:#12212a;font-size:11px}.chip-a{left:-24px;top:76px}.chip-b{right:-10px;bottom:74px;animation-delay:1s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}.hero-footnote{position:relative;z-index:2;margin-top:54px;padding-top:24px;border-top:1px solid #eef3f6;text-align:center;color:#82919b;font-size:12px}
.section{padding:112px 0}.section-heading{max-width:760px;margin-bottom:52px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.045em;color:#09121a;margin:16px 0 20px}.section-heading p{font-size:17px;line-height:1.75;color:#697985;margin:0}.platform{background:linear-gradient(180deg,#fbfdff,#f4fbff)}.platform-shell{display:grid;grid-template-columns:1fr 250px 1fr;align-items:center;gap:30px;background:#fff;border:1px solid #dceaf2;border-radius:34px;padding:34px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.platform-shell:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(0,182,255,.11),rgba(0,182,255,0) 70%);left:50%;top:50%;transform:translate(-50%,-50%)}.shell-side{position:relative;z-index:2}.shell-tag{display:inline-block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#7b8c97;margin-bottom:14px}.shell-item{display:flex;align-items:center;gap:14px;padding:16px 0;border-top:1px solid #ecf2f5}.shell-item>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f1f8fc;color:#048fca;font-weight:900;font-size:11px}.shell-item strong,.shell-item small{display:block}.shell-item strong{color:#16242d;font-size:14px}.shell-item small{color:#8998a2;font-size:11px;margin-top:2px}.shell-center{display:flex;justify-content:center;position:relative;z-index:2}.xara-core{width:188px;height:188px;border-radius:50%;background:#07121a;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 26px 70px rgba(0,105,154,.24)}.xara-core img{width:54px;height:54px;border-radius:50%;margin-bottom:9px}.xara-core strong{font-size:20px}.xara-core span{font-size:10px;color:#a9bac4;margin-top:1px}.core-ring{position:absolute;inset:-18px;border:1px dashed rgba(0,182,255,.42);border-radius:50%;animation:spin 18s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.signal{position:absolute;top:50%;height:1px;width:70px;background:linear-gradient(90deg,transparent,var(--blue),transparent)}.signal:after{content:"";position:absolute;top:-3px;width:7px;height:7px;background:var(--blue);border-radius:50%;animation:signal 2s linear infinite}.signal-1{right:100%;margin-right:9px}.signal-2{left:100%;margin-left:9px}.signal-1:after{right:0}.signal-2:after{left:0;animation-direction:reverse}@keyframes signal{0%,100%{opacity:.15;transform:scale(.65)}50%{opacity:1;transform:scale(1.2)}}
.capabilities{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.feature-card{grid-column:span 4;position:relative;background:#fff;border:1px solid #e0ebf1;border-radius:24px;padding:28px;min-height:265px;overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.feature-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(7,67,98,.11);border-color:#c8e4f2}.feature-card-large{grid-column:span 8;display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;background:linear-gradient(145deg,#f9fdff,#edf9ff)}.feature-card-wide{grid-column:span 8;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:190px}.feature-icon{width:48px;height:48px;border-radius:15px;background:#e9f8ff;color:#009edc;display:grid;place-items:center;margin-bottom:20px}.feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:21px;line-height:1.2;color:#101a22;margin:0 0 12px;letter-spacing:-.025em}.feature-card p{font-size:14px;line-height:1.7;color:#71818c;margin:0}.code-window{background:#07131b;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(4,37,53,.18)}.code-head{height:42px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 14px;gap:6px}.code-head>span{width:7px;height:7px;border-radius:50%;background:#2c5669}.code-head small{margin-left:auto;color:#7996a4;font-size:9px}.code-window pre{margin:0;padding:18px 20px;color:#a8c7d6;font:11px/1.8 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.code-window b{color:#43c9ff;font-weight:600}.event-pills{display:flex;flex-direction:column;gap:8px}.event-pills span{white-space:nowrap;border:1px solid #dcecf4;background:#f8fcff;color:#59717f;border-radius:999px;padding:8px 11px;font:10px ui-monospace,SFMono-Regular,Menlo,monospace}
.how{background:#09131b;color:#fff;position:relative;overflow:hidden}.how:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(0,182,255,.12),transparent 30%),radial-gradient(circle at 85% 80%,rgba(0,182,255,.09),transparent 32%)}.how .container{position:relative}.how .section-kicker{color:#55cfff}.how .section-heading h2{color:#fff}.how .section-heading p{color:#a7bac5}.steps{display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr 70px 1fr;align-items:start}.step{position:relative;padding:24px 8px}.step-num{font-size:10px;letter-spacing:.16em;color:#4fc7f9;font-weight:900;margin-bottom:16px}.step-icon{width:58px;height:58px;border-radius:18px;background:rgba(0,182,255,.10);border:1px solid rgba(0,182,255,.24);color:#50cfff;display:grid;place-items:center;margin-bottom:22px}.step-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.step h3{font-size:20px;margin:0 0 10px;color:#fff}.step p{margin:0;color:#92a8b4;font-size:13px;line-height:1.7}.step-line{height:1px;background:linear-gradient(90deg,rgba(0,182,255,.15),rgba(0,182,255,.65),rgba(0,182,255,.15));margin-top:72px;position:relative}.step-line span{position:absolute;width:7px;height:7px;border-radius:50%;background:#46ccff;top:-3px;left:0;animation:travel 2.6s linear infinite}.step-line:nth-of-type(4) span{animation-delay:.8s}.step-line:nth-of-type(6) span{animation-delay:1.6s}
.security{background:#fff}.security-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.security-copy h2{font-size:clamp(38px,4vw,58px);line-height:1.07;letter-spacing:-.045em;color:#09121a;margin:16px 0 24px}.security-copy>p{color:#657783;font-size:16px;line-height:1.78}.security-list{margin-top:34px;display:grid;gap:22px}.security-list>div{display:flex;gap:14px}.check{width:28px;height:28px;flex:0 0 auto;border-radius:50%;background:#e7f9ff;color:#009bd8;display:grid;place-items:center;font-size:12px;font-weight:900}.security-list strong{display:block;color:#15212a;font-size:14px}.security-list p{margin:4px 0 0;color:#7a8993;font-size:13px;line-height:1.6}.security-panel{min-height:470px;border-radius:32px;background:linear-gradient(145deg,#08131c,#0d2533);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px;position:relative;overflow:hidden;box-shadow:0 30px 80px rgba(3,31,46,.2)}.security-panel:after{content:"";position:absolute;inset:auto -20% -45% -20%;height:70%;background:radial-gradient(circle at center,rgba(0,182,255,.18),transparent 65%)}.shield-wrap{position:relative;width:190px;height:190px;display:grid;place-items:center}.shield-wrap svg{width:120px;height:140px;fill:rgba(0,182,255,.08);stroke:#55d4ff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:2}.shield-wrap svg path:nth-child(2){fill:none;stroke-width:5}.orbit{position:absolute;border:1px solid rgba(79,211,255,.24);border-radius:50%;inset:10px;animation:spin 12s linear infinite}.orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#55d4ff;top:14px;left:26px;box-shadow:0 0 18px #55d4ff}.orbit-b{inset:31px;animation-direction:reverse;animation-duration:8s}.orbit-b:after{top:auto;bottom:9px;left:auto;right:15px;width:5px;height:5px}.security-panel-copy{position:relative;z-index:2;max-width:350px}.security-panel-copy small{display:block;color:#50cfff;font-size:9px;letter-spacing:.18em;font-weight:900;margin-bottom:9px}.security-panel-copy strong{font-size:18px;line-height:1.5;color:#fff}
.support{background:linear-gradient(180deg,#f8fcff,#fff)}.support-box{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;border:1px solid #d9ebf4;border-radius:34px;padding:56px;background:linear-gradient(135deg,#f4fbff,#fff 54%);overflow:hidden;box-shadow:var(--shadow-soft)}.support-box:before{content:"";position:absolute;right:-120px;top:-160px;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(0,182,255,.12),transparent 68%)}.support-copy{position:relative;z-index:2}.support-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.04em;color:#09121a;margin:15px 0 18px}.support-copy p{color:#657784;font-size:16px;line-height:1.75;margin:0 0 28px}.support-ticket{position:relative;z-index:2;background:#09131b;color:#fff;border-radius:24px;padding:24px;box-shadow:0 24px 60px rgba(5,42,61,.23);transform:rotate(2deg)}.ticket-top{display:flex;align-items:center;gap:9px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.ticket-top img{width:30px;height:30px;border-radius:50%}.ticket-top span{font-size:10px;letter-spacing:.13em;font-weight:900;color:#a9c1cd}.ticket-top b{margin-left:auto;background:#0f2b3b;color:#5fd6ff;padding:5px 7px;border-radius:8px;font-size:10px}.ticket-line{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}.ticket-line small{font-size:9px;color:#718c9a}.ticket-line strong{font-size:11px}.blue-text{color:#55d4ff}.ticket-bar{height:5px;background:#102937;border-radius:999px;margin-top:20px;overflow:hidden}.ticket-bar span{display:block;width:72%;height:100%;background:linear-gradient(90deg,var(--blue),#66dcff);border-radius:inherit;animation:barPulse 3s ease-in-out infinite}@keyframes barPulse{0%,100%{width:65%}50%{width:84%}}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.contact-copy{position:sticky;top:120px}.contact-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.08;letter-spacing:-.045em;color:#09121a;margin:16px 0 20px}.contact-copy>p{font-size:16px;color:#667784;line-height:1.75;margin:0}.contact-points{display:grid;gap:16px;margin-top:34px}.contact-points>div{display:flex;align-items:center;gap:12px}.contact-points>div>span{width:42px;height:42px;border-radius:14px;background:#eaf8ff;color:#029edc;display:grid;place-items:center}.contact-points svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-points small,.contact-points strong{display:block}.contact-points small{font-size:10px;color:#8a99a3}.contact-points strong{font-size:13px;color:#1c2a33}.contact-form{background:#fbfdff;border:1px solid #dfeaf0;border-radius:28px;padding:34px;box-shadow:var(--shadow-soft)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:17px}.field label{display:block;color:#24333d;font-size:12px;font-weight:800;margin-bottom:7px}.field label em{font-style:normal;color:#9aa8b1;font-weight:500}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e5ec;background:#fff;color:#17242d;border-radius:13px;padding:13px 14px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.field textarea{resize:vertical;min-height:148px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#4ccfff;box-shadow:0 0 0 4px rgba(0,182,255,.10)}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#ef6b6b;box-shadow:0 0 0 3px rgba(239,107,107,.08)}.field-error{display:block;color:#cf4545;font-size:10px;margin-top:5px;min-height:0}.field-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.field-meta #charCount{margin-left:auto;color:#a1adb5;font-size:9px;padding-top:5px}.honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent{display:flex;gap:10px;align-items:flex-start;margin:2px 0 18px;cursor:pointer}.consent input{position:absolute;opacity:0}.consent>span{width:18px;height:18px;flex:0 0 auto;border:1px solid #c7d9e2;border-radius:5px;background:#fff;position:relative;margin-top:2px}.consent input:checked+span{background:var(--blue);border-color:var(--blue)}.consent input:checked+span:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.consent b{font-weight:500;font-size:11px;line-height:1.5;color:#6f808b}.submit-btn{min-width:175px}.btn-loading{display:none;align-items:center;gap:8px}.btn-loading i{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.submit-btn.is-loading .btn-label,.submit-btn.is-loading>svg{display:none}.submit-btn.is-loading .btn-loading{display:inline-flex}.form-note{margin:15px 0 0;color:#92a0a9;font-size:10px;line-height:1.5}.form-status{display:none;border-radius:12px;padding:12px 14px;margin-bottom:18px;font-size:12px;font-weight:700}.form-status.is-success{display:block;background:#edfdf5;color:#19734f;border:1px solid #c8f1dc}.form-status.is-error{display:block;background:#fff1f1;color:#ae3f3f;border:1px solid #ffd5d5}.legal-strip{padding:28px 0;background:#f6fafc;border-top:1px solid #e7eff3}.legal-strip p{margin:0;color:#7e8d97;font-size:11px;line-height:1.65;text-align:center}.legal-strip strong{color:#4e626f}
.site-footer{padding:56px 0 24px;background:#071018;color:#fff}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand img{width:210px}.footer-brand p{margin:14px 0 0;color:#79929f;font-size:12px}.footer-links{display:flex;flex-wrap:wrap;gap:24px}.footer-links a{font-size:12px;color:#a6bac4;font-weight:700;transition:.2s}.footer-links a:hover{color:#5dd5ff}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:22px;color:#64808e;font-size:10px}.footer-bottom p{margin:0}.footer-bottom strong{color:#8ca4b0}.back-top{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border:0;border-radius:50%;background:#071018;color:#fff;display:grid;place-items:center;box-shadow:0 14px 30px rgba(0,0,0,.18);z-index:1100;opacity:0;visibility:hidden;transform:translateY(12px);transition:.3s}.back-top.is-visible{opacity:1;visibility:visible;transform:none}.back-top:hover{background:var(--blue);transform:translateY(-2px)}.back-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.js .reveal.is-visible{opacity:1;transform:none}.js .reveal-delay-1{transition-delay:.10s}.js .reveal-delay-2{transition-delay:.18s}.js .reveal-delay-3{transition-delay:.26s}
@media (max-width:1080px){.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}.brand{width:190px}.hero-grid{grid-template-columns:1fr 460px;gap:38px}.hero h1{font-size:58px}.platform-shell{grid-template-columns:1fr 205px 1fr}.xara-core{width:160px;height:160px}.feature-card{grid-column:span 6}.feature-card-large,.feature-card-wide{grid-column:span 12}.steps{grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr}.security-grid{gap:48px}.support-box{gap:42px}.contact-grid{gap:50px}}
@media (max-width:900px){:root{--header-h:78px}.container{width:min(100% - 34px,760px)}.desktop-nav,.desktop-contact{display:none}.menu-toggle{display:flex}.brand{width:188px}.hero{padding-top:138px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:50px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.hero-cta,.hero-trust{justify-content:center}.hero-visual{min-height:500px}.main-flow-card{width:min(100%,520px)}.chip-a{left:2%}.chip-b{right:1%}.section{padding:88px 0}.platform-shell{grid-template-columns:1fr;gap:22px}.platform-shell:before{width:520px;height:520px}.shell-center{order:-1;margin:10px 0 18px}.shell-side{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.shell-tag{grid-column:1/-1}.shell-item{display:block;padding:14px;border:1px solid #e5eef3;border-radius:14px}.shell-item>span{margin-bottom:9px}.signal{display:none}.feature-card{grid-column:span 6}.feature-card-large,.feature-card-wide{grid-column:span 12}.steps{grid-template-columns:1fr 1fr;gap:18px}.step-line{display:none}.step{border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px;background:rgba(255,255,255,.025)}.security-grid,.support-box,.contact-grid{grid-template-columns:1fr}.security-copy{max-width:720px}.security-panel{min-height:420px}.support-ticket{max-width:470px;margin-inline:auto;width:100%}.contact-copy{position:static}.footer-top,.footer-bottom{flex-direction:column}}
@media (max-width:640px){.container{width:calc(100% - 28px)}.site-header{height:72px}.site-header.is-sticky{height:66px}.mobile-menu{inset:66px 0 auto}.brand{width:165px}.nav-actions{gap:8px}.lang-switch{gap:6px;padding:4px 7px}.menu-toggle{width:40px;height:40px}.hero{padding:116px 0 54px}.hero h1{font-size:clamp(42px,13vw,58px);margin:20px 0 22px}.hero-lead{font-size:15px;line-height:1.7}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.hero-trust{display:grid;gap:10px;margin-top:24px}.hero-trust>div{justify-content:center;font-size:11px}.hero-visual{min-height:425px;margin-top:8px}.main-flow-card{padding:18px;border-radius:22px;transform:none}.main-flow-card:before{inset:-8px;border-radius:28px}.flow-top{padding-bottom:16px}.flow-top strong{font-size:15px}.flow-route{grid-template-columns:1fr 24px 1fr 24px 1fr;padding:20px 0}.route-node>.node-icon,.route-node>img{width:38px;height:38px;border-radius:11px}.route-node strong{font-size:9px}.route-node small{font-size:8px}.flow-metrics{gap:6px}.flow-metrics div{padding:9px 7px}.float-chip{padding:9px 10px}.float-chip>span{width:28px;height:28px}.chip-a{left:-4px;top:16px}.chip-b{right:-4px;bottom:18px}.hero-footnote{font-size:10px;margin-top:30px}.section{padding:72px 0}.section-heading{margin-bottom:34px}.section-heading h2,.security-copy h2,.support-copy h2,.contact-copy h2{font-size:36px}.section-heading p{font-size:14px}.platform-shell{padding:18px;border-radius:24px}.shell-side{grid-template-columns:1fr}.shell-item{display:flex}.xara-core{width:145px;height:145px}.feature-grid{display:block}.feature-card,.feature-card-large,.feature-card-wide{display:block;min-height:0;margin-bottom:14px;padding:23px}.feature-card-large .code-window{margin-top:20px}.feature-card-wide .feature-icon{margin-bottom:18px}.event-pills{margin-top:18px}.steps{grid-template-columns:1fr}.step{padding:22px}.security-panel{min-height:360px;padding:30px 20px}.shield-wrap{width:160px;height:160px}.support-box{padding:28px 20px;border-radius:26px}.support-ticket{transform:none}.contact-form{padding:22px 18px;border-radius:22px}.form-row{grid-template-columns:1fr;gap:0}.footer-links{gap:16px}.footer-bottom{gap:8px}.back-top{right:16px;bottom:16px;width:42px;height:42px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.js .reveal{opacity:1;transform:none}}
