:root{--navy: #060831;--ink: #070b35;--text: #101744;--muted: #5d6688;--soft: #f7f9ff;--line: rgba(14, 34, 94, 0.12);--blue: #125cff;--blue2: #3a83ff;--purple: #7b3cff;--pink: #d943ca;--orange: #ff7a18}@font-face{font-family:"Mona Sans";src:url("../../fonts/monasansvf.woff2") format("woff2-variations");font-display:swap;font-style:normal;font-weight:200 900}@font-face{font-family:"Cairo";src:url("../../fonts/cairo-variable.woff2") format("woff2-variations");font-display:swap;font-style:normal;font-weight:200 1000;unicode-range:U+0000-00FF,U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}body{font-family:"Mona Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.brand-copy em,.ap-footer__brand-link em{font-family:"Cairo",Tahoma,Arial,sans-serif !important}:root{--container: 1200px;--header-h: 82px;--radius: 22px;--shadow: 0 24px 70px rgba(11, 25, 75, 0.1)}:root{--breakpoint-nav: 920px}:root{--reveal-duration: 750ms;--counter-duration: 1100ms}:root{--navy:#060831;--ink:#070b35;--text:#101744;--muted:#5d6688;--soft:#f7f9ff;--line:rgba(14,34,94,.12);--blue:#125cff;--blue2:#3a83ff;--purple:#7b3cff;--pink:#d943ca;--orange:#ff7a18;--shadow:0 24px 70px rgba(11,25,75,.1);--radius:22px;--container:1200px;--header-h:82px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit}.container{width:min(var(--container),100% - 48px);margin-inline:auto}.skip-link{position:absolute;left:16px;top:-60px;z-index:999;padding:12px 16px;background:#fff;border-radius:10px}.skip-link:focus{top:16px}.site-header{position:fixed;inset:0 0 auto;z-index:50;height:var(--header-h);display:flex;align-items:center;background:hsla(0,0%,100%,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,23,70,.06);transition:box-shadow .25s ease,background .25s ease}.site-header.is-scrolled{background:hsla(0,0%,100%,.92);box-shadow:0 10px 35px rgba(7,11,53,.08)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:48px;height:48px;display:grid;place-items:center}.brand-mark img{width:48px;height:48px;object-fit:contain}.brand-copy{display:grid;line-height:1.02}.brand-copy strong{font-size:22px;color:var(--ink);letter-spacing:-0.03em}.brand-copy em{font-style:normal;font-weight:750;color:var(--ink);font-size:16px}.nav-links{display:flex;gap:34px;align-items:center}.nav-links a{font-weight:760;font-size:15px;text-decoration:none;color:var(--ink);opacity:.92}.nav-links a:hover{color:var(--blue)}.nav-cta{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:12px;background:var(--navy);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 26px rgba(6,8,49,.18)}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff}.menu-toggle span{display:block;width:19px;height:2px;background:var(--ink);margin:4px auto;border-radius:4px}.hero{position:relative;min-height:clamp(760px,100svh,980px);padding-top:var(--header-h);overflow:hidden;background:linear-gradient(105deg, #fff 0%, #fff 44%, #f5f3ff 100%)}.hero-bg{position:absolute;inset:0;background:url("../../images/hero-bg.png") center/cover no-repeat;opacity:.95}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 37%, rgba(123, 60, 255, 0.15), transparent 31%),radial-gradient(circle at 93% 75%, rgba(18, 92, 255, 0.08), transparent 26%);pointer-events:none}.hero:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-76px;height:174px;background:#fff;border-radius:50% 50% 0 0/70% 70% 0 0}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0, 1fr) minmax(380px, 0.9fr);gap:clamp(34px,5vw,80px);align-items:center;min-height:calc(clamp(760px,100svh,980px) - var(--header-h));padding:64px 0 88px}.hero-copy{max-width:690px}.eyebrow{margin:0;color:var(--blue);text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:13px}.eyebrow-light{color:#aebdff}.hero h1{margin:26px 0 22px;color:var(--ink);font-weight:900;letter-spacing:-0.065em;line-height:1.03;font-size:clamp(52px,6.1vw,92px)}.hero h1 span,.gradient-text{background:linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--orange));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.hero-lead{max-width:590px;margin:0 0 34px;color:#222a5b;font-size:clamp(18px,1.6vw,23px);line-height:1.62}.hero-actions{display:flex;gap:20px;align-items:center;margin-bottom:46px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:58px;padding:0 30px;border-radius:13px;text-decoration:none;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.button:hover{transform:translateY(-3px)}.button-primary{color:#fff;background:linear-gradient(135deg, var(--blue), var(--blue2));box-shadow:0 16px 36px rgba(18,92,255,.27)}.button-secondary{background:hsla(0,0%,100%,.76);border:1px solid rgba(7,11,53,.22);color:var(--ink)}.trust-strip p{margin:0 0 16px;color:#6d7599;text-transform:uppercase;font-weight:900;letter-spacing:.14em;font-size:12px}.industry-mini,.tech-mini{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center}.industry-mini{gap:18px 24px;margin-bottom:22px}.industry-mini li{display:grid;justify-items:center;gap:8px;min-width:72px;color:var(--ink);font-size:13px;font-weight:800}.industry-mini span{color:var(--blue);font-size:25px;line-height:1}.tech-mini{gap:22px}.tech-mini li{color:#6c7491;font-size:clamp(18px,1.7vw,27px);font-weight:800;letter-spacing:-0.04em}.hero-visual{position:relative;min-height:610px}.orbital-card{position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(560px,96%);aspect-ratio:1/1;display:grid;place-items:center}.orbital-card:before{content:"";position:absolute;inset:5%;border-radius:45px;background:radial-gradient(circle at 50% 48%, rgba(18, 92, 255, 0.12), transparent 45%),radial-gradient(circle at 75% 60%, rgba(255, 122, 24, 0.12), transparent 31%);filter:blur(7px)}.orbital-card:after{content:"";position:absolute;inset:-22px;border:1px solid rgba(18,92,255,.08);border-radius:50%;animation:rotateSlow 18s linear infinite}.orbital-card img{position:relative;z-index:2;width:96%;filter:drop-shadow(0 30px 60px rgba(30, 38, 130, 0.12))}.node{position:absolute;border-radius:10px;background:linear-gradient(135deg, var(--blue), var(--purple));box-shadow:0 16px 34px rgba(18,92,255,.18);animation:float 6s ease-in-out infinite}.node-a{width:16px;height:16px;right:22%;top:21%}.node-b{width:26px;height:26px;right:8%;top:58%;background:linear-gradient(135deg, var(--pink), var(--orange));animation-delay:1.2s}.node-c{width:13px;height:13px;right:56%;bottom:24%;animation-delay:2.2s}.scroll-cue{position:absolute;left:50%;bottom:20px;z-index:5;transform:translateX(-50%);font-size:34px;text-decoration:none;color:var(--ink);animation:bounce 1.8s ease-in-out infinite}.section{padding:clamp(76px,9vw,132px) 0}.section-services{padding-top:110px}.section-heading{max-width:760px;text-align:center;margin:0 auto 50px}.section-heading h2{margin:12px 0 0;color:var(--ink);font-size:clamp(36px,4.2vw,62px);line-height:1.08;letter-spacing:-0.055em}.section-heading-split{max-width:none;text-align:left;display:flex;align-items:end;justify-content:space-between;gap:28px}.light-link,.dark-link{text-decoration:none;font-weight:900;white-space:nowrap}.light-link{color:var(--blue)}.dark-link{color:#dce4ff}.service-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:26px}.service-card{padding:34px;min-height:278px;background:linear-gradient(180deg, #fff, #fbfcff);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 55px rgba(11,25,75,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(11,25,75,.13);border-color:rgba(18,92,255,.25)}.icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:22px;color:var(--blue);background:#f3f6ff;border:1px solid rgba(18,92,255,.12);border-radius:15px;font-weight:900;font-size:23px}.service-card h3{margin:0 0 13px;color:var(--ink);font-size:22px;letter-spacing:-0.02em}.service-card p{margin:0 0 24px;color:var(--muted);font-size:15.5px;line-height:1.7}.service-card a{color:var(--blue);font-weight:900;text-decoration:none}.section-dark{position:relative;overflow:hidden;color:#fff;background:#060831}.section-dark:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 3%, rgba(123, 60, 255, 0.43), transparent 36%),radial-gradient(circle at 18% 80%, rgba(18, 92, 255, 0.2), transparent 30%),linear-gradient(135deg, #050725, #090d3d 58%, #2b0a67)}.section-dark:after{content:"";position:absolute;right:-10%;top:0;width:54%;height:100%;background:linear-gradient(135deg, transparent, rgba(123, 60, 255, 0.18));clip-path:polygon(36% 0, 100% 0, 75% 100%, 0 100%)}.section-dark .container{position:relative;z-index:2}.section-dark h2{color:#fff}.case-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}.case-card{overflow:hidden;border-radius:20px;background:hsla(0,0%,100%,.055);border:1px solid hsla(0,0%,100%,.14);box-shadow:0 28px 70px rgba(0,0,0,.24);transition:transform .22s ease,border-color .22s ease}.case-card:hover{transform:translateY(-8px);border-color:hsla(0,0%,100%,.32)}.case-image{height:210px;background-size:cover;background-position:center}.case-a{background:radial-gradient(circle at 48% 45%, rgba(18, 92, 255, 0.82), transparent 28%),linear-gradient(135deg, #07112e, #0a59ff 55%, #11164a)}.case-b{background:radial-gradient(circle at 58% 42%, rgba(18, 92, 255, 0.52), transparent 28%),linear-gradient(135deg, #111b34, #31425c 52%, #050727)}.case-c{background:radial-gradient(circle at 78% 28%, rgba(123, 60, 255, 0.56), transparent 30%),linear-gradient(135deg, #06122b, #143967 54%, #09203f)}.case-body{padding:26px}.case-body p{margin:0 0 8px;color:#9db0ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.case-body h3{margin:0 0 12px;color:#fff;font-size:23px}.case-body span{display:block;color:#c8d0eb;line-height:1.62;margin-bottom:22px}.case-body a{color:#ff92d9;text-decoration:none;font-weight:900}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:34px}.carousel-dots span{width:8px;height:8px;border-radius:99px;background:hsla(0,0%,100%,.32)}.carousel-dots span:first-child{width:25px;background:var(--purple)}.process-list{position:relative;display:grid;grid-template-columns:repeat(5, 1fr);gap:26px;list-style:none;margin:58px 0 0;padding:0}.process-list:before{content:"";position:absolute;left:9%;right:9%;top:43px;height:2px;background:linear-gradient(90deg, transparent, rgba(18, 92, 255, 0.34), transparent)}.process-list:after{content:"";position:absolute;left:9%;top:43px;height:2px;width:0;background:linear-gradient(90deg, var(--blue), var(--purple));animation:lineGrow 4s ease-in-out infinite}.process-step{position:relative;z-index:2;text-align:center}.process-step:before{content:"";display:block;width:82px;height:82px;margin:0 auto 20px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 18px 48px rgba(11,25,75,.11)}.process-step span{position:absolute;top:26px;left:50%;transform:translateX(-50%);color:var(--blue);font-weight:950}.process-step strong{display:block;color:var(--ink);font-size:18px;margin-bottom:10px}.process-step p{margin:0;color:var(--muted);line-height:1.58;font-size:14px}.metrics{display:grid;grid-template-columns:repeat(4, 1fr);margin-top:72px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.metrics div{padding:30px;text-align:center;border-right:1px solid var(--line)}.metrics div:last-child{border-right:0}.metrics strong{display:block;color:var(--ink);font-size:clamp(28px,3vw,42px);letter-spacing:-0.05em}.metrics strong[data-count]:after{content:"+"}.metrics div:nth-child(3) strong[data-count]:after{content:"%"}.metrics span{display:block;color:var(--muted);font-weight:800;font-size:13px}.section-insights{background:linear-gradient(180deg, #fff, #f8faff)}.insight-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}.insight-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 54px rgba(11,25,75,.08);transition:transform .22s ease,box-shadow .22s ease}.insight-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(11,25,75,.13)}.insight-image{height:190px;background:#101744;background-size:cover;background-position:center}.insight-body{padding:26px;position:relative}.insight-meta{color:#7380a4;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.insight-body h3{font-size:22px;line-height:1.26;margin:10px 0 12px;color:var(--ink);letter-spacing:-0.025em}.insight-body p{margin:0 0 24px;color:var(--muted);line-height:1.62}.insight-body a{color:var(--blue);font-weight:900;text-decoration:none}.skeleton{height:420px;background:linear-gradient(90deg, #f2f5ff 25%, #fff 45%, #f2f5ff 65%);background-size:240% 100%;animation:skeleton 1.3s linear infinite}.section-cta{padding-top:90px;padding-bottom:90px;background:#fff}.cta-card{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:36px;padding:52px;border-radius:28px;color:#fff;background:radial-gradient(circle at 88% 16%, rgba(123, 60, 255, 0.44), transparent 32%),linear-gradient(135deg, #060831, #0c1248 62%, #33116d);box-shadow:0 34px 90px rgba(6,8,49,.24);overflow:hidden;position:relative}.cta-card:after{content:"";position:absolute;inset:auto -10% -30% 60%;height:80%;background:radial-gradient(circle, rgba(18, 92, 255, 0.25), transparent 65%)}.cta-card>*{position:relative;z-index:1}.cta-card h2{margin:12px 0 18px;color:#fff;font-size:clamp(34px,4vw,60px);line-height:1.08;letter-spacing:-0.055em;max-width:780px}.cta-card p{max-width:760px;color:#cdd5f2;font-size:18px;line-height:1.65;margin:0}.site-footer{position:relative;overflow:hidden;color:#d6ddf5;background:#060831;padding:78px 0 28px}.site-footer:before{content:"";position:absolute;right:-20%;bottom:-35%;width:700px;height:500px;background:radial-gradient(circle, rgba(123, 60, 255, 0.26), transparent 65%)}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:58px}.brand-footer{margin-bottom:18px}.site-footer .brand-copy strong,.site-footer .brand-copy em{color:#fff}.site-footer p{max-width:310px;color:#aeb8d8;line-height:1.72}.site-footer h4{margin:0 0 20px;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.site-footer a,.site-footer span{display:block;margin-bottom:12px;color:#b8c2df;text-decoration:none}.site-footer a:hover{color:#fff}.footer-bottom{position:relative;z-index:1;margin-top:52px;padding-top:26px;border-top:1px solid hsla(0,0%,100%,.1);color:#8792b5;text-align:center}.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.float-soft{animation:float 6s ease-in-out infinite}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -16px}}@keyframes bounce{0%,100%{transform:translate(-50%, 0)}50%{transform:translate(-50%, 8px)}}@keyframes rotateSlow{to{rotate:360deg}}@keyframes lineGrow{0%{width:0;opacity:.25}45%{width:82%;opacity:1}100%{width:82%;opacity:.2}}@keyframes skeleton{to{background-position:-240% 0}}@media(max-width: 1180px){.hero-grid{grid-template-columns:1fr .8fr}.hero h1{font-size:clamp(48px,7vw,76px)}.hero-visual{min-height:520px}.service-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 920px){:root{--header-h:74px}.container{width:min(100% - 34px,var(--container))}.nav-links,.nav-cta{display:none}.menu-toggle{display:block}.nav-links.is-open{position:absolute;display:grid;top:calc(var(--header-h) - 10px);left:17px;right:17px;gap:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:12px;z-index:100}.nav-links.is-open a{padding:15px;border-radius:12px}.nav-links.is-open a:hover{background:#f4f7ff}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 0 120px}.hero-visual{min-height:380px;order:-1}.orbital-card{position:relative;inset:auto;margin:0 auto;width:min(390px,82vw);transform:none}.hero-copy{text-align:left}.section-heading-split{display:block}.service-grid,.case-grid,.insight-grid{grid-template-columns:1fr}.process-list{grid-template-columns:1fr;gap:28px}.process-list:before,.process-list:after{display:none}.process-step{display:grid;grid-template-columns:82px 1fr;grid-template-areas:"icon title" "icon text";column-gap:20px;text-align:left;align-items:center}.process-step:before{grid-area:icon;margin:0}.process-step span{left:41px}.process-step strong{grid-area:title;margin:0}.process-step p{grid-area:text}.metrics{grid-template-columns:repeat(2, 1fr)}.metrics div:nth-child(2){border-right:0}.metrics div{border-bottom:1px solid var(--line)}.metrics div:nth-child(n+3){border-bottom:0}.cta-card{grid-template-columns:1fr;padding:36px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.hero-actions{flex-wrap:wrap}.tech-mini li{font-size:20px}}@media(max-width: 560px){.container{width:min(100% - 26px,var(--container))}.brand-mark{width:40px;height:40px}.brand-mark img{width:40px;height:40px}.brand-copy strong{font-size:19px}.brand-copy em{font-size:14px}.hero-grid{padding-top:38px}.hero h1{font-size:42px;letter-spacing:-0.055em}.hero-lead{font-size:17px}.hero-actions{display:grid}.button{width:100%;min-height:56px}.industry-mini{display:grid;grid-template-columns:repeat(3, 1fr);gap:18px}.tech-mini{gap:14px}.tech-mini li{font-size:18px}.hero-visual{min-height:300px}.section{padding:76px 0}.section-services{padding-top:86px}.section-heading h2{font-size:34px}.service-card{padding:28px;min-height:auto}.case-image,.insight-image{height:175px}.metrics{grid-template-columns:1fr}.metrics div{border-right:0 !important;border-bottom:1px solid var(--line) !important}.metrics div:last-child{border-bottom:0 !important}.footer-grid{grid-template-columns:1fr}.cta-card{padding:30px 24px}.scroll-cue{display:none}}@media(min-width: 1600px){:root{--container:1320px}.hero-grid{max-width:1440px}.hero h1{font-size:96px}.hero-lead{font-size:23px}.orbital-card{width:600px}}@media(prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition:none !important}.reveal{opacity:1;transform:none}}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.footer-grid-compliance{grid-template-columns:1.6fr 1fr 1fr 1.15fr 1.25fr;align-items:start}.site-footer address{font-style:normal;color:#aeb8d8;line-height:1.7;margin-top:18px}.site-footer address a{display:inline;margin:0;color:#dce4ff}.footer-link-button,.footer-bottom button{appearance:none;border:0;padding:0;background:none;font:inherit;text-align:left;cursor:pointer;color:#b8c2df;margin-bottom:12px}.footer-link-button:hover,.footer-link-button:focus-visible,.footer-bottom button:hover,.footer-bottom button:focus-visible{color:#fff;text-decoration:underline}.footer-link-button:focus-visible,.footer-bottom button:focus-visible{outline:2px solid #9db0ff;outline-offset:4px;border-radius:3px}.footer-trust p{font-size:14px;line-height:1.65;margin:0 0 18px;color:#aeb8d8}.footer-privacy-note{position:relative;z-index:1;margin-top:42px;padding:18px 22px;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;background:hsla(0,0%,100%,.035)}.footer-privacy-note p{max-width:none;margin:0;color:#aeb8d8;font-size:13px;line-height:1.6}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left}.footer-bottom span{margin:0}.footer-bottom-links{display:flex !important;align-items:center;gap:20px;flex-wrap:wrap}.footer-bottom-links a,.footer-bottom-links button{display:inline-block;margin:0;color:#aeb8d8;font-size:13px}@media(max-width: 1180px){.footer-grid-compliance{grid-template-columns:1.5fr 1fr 1fr}.footer-trust{grid-column:2/-1}}@media(max-width: 920px){.footer-grid-compliance{grid-template-columns:1fr 1fr}.footer-trust{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(max-width: 560px){.footer-grid-compliance{grid-template-columns:1fr}.footer-privacy-note{margin-top:30px}.footer-bottom-links{gap:14px}}.site-main{min-height:60vh}.content-shell{width:min(100% - 40px,var(--container));margin-inline:auto}.page-hero{padding:150px 0 80px;background:linear-gradient(135deg, #fff 0%, #f3f1ff 100%);border-bottom:1px solid var(--line)}.page-hero h1{max-width:900px;margin:0;font-size:clamp(44px,6vw,82px);line-height:1.03;letter-spacing:-0.055em;color:var(--ink)}.page-hero p{max-width:760px;margin:24px 0 0;font-size:20px;line-height:1.65;color:var(--muted)}.content-area{padding:80px 0}.entry-content{max-width:820px;margin-inline:auto;font-size:18px;line-height:1.8;color:#242b50}.entry-content h2,.entry-content h3,.entry-content h4{color:var(--ink);letter-spacing:-0.025em;margin-top:2em}.entry-content img{border-radius:16px}.entry-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:14px;margin:18px 0 0}.posts-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px}.post-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease}.post-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(10,27,80,.14)}.post-card__image{display:block;aspect-ratio:16/9;background:linear-gradient(135deg, #07112e, #0a59ff 55%, #11164a);overflow:hidden}.post-card__image img{width:100%;height:100%;object-fit:cover}.post-card__body{padding:28px}.post-card__body h2,.post-card__body h3{font-size:24px;line-height:1.25;margin:8px 0 14px}.post-card__body h2 a,.post-card__body h3 a{color:var(--ink);text-decoration:none}.post-card__body p{color:var(--muted);line-height:1.65}.pagination{display:flex;justify-content:center;gap:10px;margin-top:48px}.pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:10px;text-decoration:none}.pagination .current{background:var(--blue);color:#fff}.no-results{max-width:720px;margin:auto;text-align:center}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}.contact-card{padding:36px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.contact-form{display:grid;gap:18px}.contact-form label{font-weight:700;color:var(--ink)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:14px 16px;border:1px solid #cfd6eb;border-radius:10px;background:#fff;font:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(18,92,255,.16);border-color:var(--blue)}.contact-form textarea{min-height:160px;resize:vertical}.form-status{padding:14px 16px;border-radius:10px;margin-bottom:20px}.form-status--success{background:#e8fff4;color:#075c38}.form-status--error{background:#fff0f0;color:#8a1720}.legal-note{padding:18px 20px;border-left:4px solid var(--blue);background:#f5f7ff;border-radius:8px}.wp-caption,.gallery-caption{max-width:100%}.alignwide{width:min(1200px,100vw - 40px);max-width:none;margin-left:50%;transform:translateX(-50%)}.alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}.screen-reader-text{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden}.custom-logo{max-height:60px;width:auto}.admin-bar .site-header{top:32px}.site-header .current-menu-item>a,.site-header .current_page_item>a{color:var(--blue)}@media(max-width: 960px){.posts-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.contact-layout{grid-template-columns:1fr}.admin-bar .site-header{top:46px}}@media(max-width: 640px){.posts-grid{grid-template-columns:1fr}.page-hero{padding:120px 0 58px}.content-area{padding:58px 0}.entry-content{font-size:17px}}.page-hero--tech{position:relative;overflow:hidden;padding:clamp(130px,14vw,190px) 0 clamp(72px,8vw,110px);background:linear-gradient(110deg, #fff 0%, #fff 44%, #f2efff 100%)}.page-hero--tech:after{content:"";position:absolute;inset:auto -10% -90px;height:150px;background:#fff;border-radius:50% 50% 0 0/65% 65% 0 0}.page-hero__mesh{position:absolute;inset:0;background-image:linear-gradient(rgba(110, 92, 255, 0.09) 1px, transparent 1px),linear-gradient(90deg, rgba(110, 92, 255, 0.09) 1px, transparent 1px),radial-gradient(circle at 82% 38%, rgba(122, 60, 255, 0.18), transparent 33%);background-size:58px 58px,58px 58px,auto;mask-image:linear-gradient(90deg, transparent 0, #000 48%, #000 100%);opacity:.65;animation:meshDrift 26s linear infinite}.page-hero__inner{position:relative;z-index:2}.page-hero__lead{max-width:720px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;max-width:920px;margin:0 auto 28px;color:var(--muted);font-size:14px}.breadcrumbs a{color:var(--blue);text-decoration:none}.entry-content--panel{position:relative;max-width:920px;padding:clamp(28px,5vw,64px);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 70px rgba(10,27,80,.09)}.entry-content--wide{max-width:1120px}.content-area--page{background:linear-gradient(180deg, #fff, #f8faff)}.section-cta--internal{padding-top:20px}.archive-section{background:linear-gradient(180deg, #fff, #f8faff)}.trust-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px;margin:0 0 38px}.trust-card{padding:32px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.trust-card>span{display:grid;place-items:center;width:44px;height:44px;margin-bottom:22px;border-radius:14px;color:#fff;background:linear-gradient(135deg, var(--blue), var(--purple));font-weight:800}.trust-card h2{margin:0 0 12px;font-size:23px}.trust-card p{margin:0;color:var(--muted);line-height:1.7}.security-layout{background:linear-gradient(180deg, #fff, #f8faff)}.security-disclaimer{max-width:1120px;margin:30px auto 0;padding:20px 24px;border:1px solid rgba(18,92,255,.18);border-radius:14px;background:#f2f6ff;color:#27305b}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin:0}.site-footer nav>ul,.site-footer nav .menu{list-style:none;margin:0;padding:0}.site-footer nav li{margin:0}.primary-navigation{display:flex;align-items:center}.site-header .custom-logo{display:block;width:52px;height:52px;object-fit:contain}.site-header .brand-mark{overflow:hidden}.page-template-default .site-header,.single .site-header,.archive .site-header,.blog .site-header{background:hsla(0,0%,100%,.92);border-bottom:1px solid rgba(10,20,70,.07)}@keyframes meshDrift{to{background-position:58px 58px,58px 58px,0 0}}@media(max-width: 920px){.trust-grid{grid-template-columns:1fr}.page-hero--tech{padding-top:118px}.entry-content--panel{border-radius:18px}.primary-navigation{display:block}}@media(max-width: 560px){.page-hero--tech{padding:108px 0 66px}.page-hero--tech:after{display:none}.page-hero__mesh{mask-image:none;opacity:.34}.entry-content--panel{padding:24px 20px}.trust-card{padding:26px}}.hero .container.hero-grid{width:min(1320px,100% - clamp(32px,6vw,96px));margin-inline:auto}.hero-grid{grid-template-columns:minmax(0, 1.08fr) minmax(360px, 0.92fr);align-items:center;justify-content:center;gap:clamp(36px,5vw,84px)}.hero-copy{width:100%;max-width:720px;justify-self:start}.hero-visual{width:100%;min-width:0;display:grid;place-items:center;justify-self:stretch}.orbital-card{position:relative;inset:auto;transform:none;width:min(100%,590px);margin-inline:auto}.orbital-card img{width:min(96%,560px);margin-inline:auto}.hero-actions{flex-wrap:wrap}.trust-strip{max-width:680px}.site-footer{overflow:hidden}.footer-grid-compliance{display:grid;grid-template-columns:minmax(250px, 1.55fr) repeat(3, minmax(150px, 1fr));column-gap:clamp(34px,4vw,68px);row-gap:42px;align-items:start}.footer-about,.footer-grid-compliance>nav,.footer-trust{min-width:0}.footer-grid-compliance h4{margin-top:0}.brand-footer{align-items:center;max-width:max-content}.brand-footer .brand-copy strong,.brand-footer .brand-copy em{color:#fff}.brand-footer .brand-mark{flex:0 0 48px}.footer-about p{max-width:330px}.footer-trust{grid-column:1/-1;display:grid;grid-template-columns:minmax(190px, 0.8fr) minmax(280px, 2fr) auto auto;align-items:center;gap:18px 30px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.1)}.footer-trust h4,.footer-trust p,.footer-trust a{margin:0}.footer-trust a{white-space:nowrap}.footer-privacy-note{width:min(var(--container),100% - 48px);margin-inline:auto}.footer-bottom{width:min(var(--container),100% - 48px);margin-inline:auto}@media(min-width: 1800px){.hero .container.hero-grid{width:min(1440px,100% - 128px)}.hero-grid{grid-template-columns:minmax(0, 760px) minmax(500px, 620px)}.hero-copy{max-width:760px}.orbital-card{width:620px}}@media(max-width: 1180px){.hero .container.hero-grid{width:min(1080px,100% - 48px)}.hero-grid{grid-template-columns:minmax(0, 1.08fr) minmax(320px, 0.92fr);gap:38px}.hero h1{font-size:clamp(50px,6.8vw,78px)}.hero-visual{min-height:500px}.footer-grid-compliance{grid-template-columns:minmax(250px, 1.35fr) repeat(2, minmax(150px, 1fr))}.footer-grid-compliance>nav:nth-of-type(3){grid-column:2}.footer-trust{grid-column:1/-1}}@media(max-width: 960px){.hero{min-height:auto}.hero .container.hero-grid{width:min(760px,100% - 48px)}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:clamp(72px,10vw,104px) 0 100px;gap:42px}.hero-copy{max-width:720px;justify-self:center;text-align:center}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.industry-mini,.tech-mini{justify-content:center}.trust-strip{margin-inline:auto}.hero-visual{min-height:380px}.orbital-card{width:min(520px,82vw)}.node-a{right:24%}.node-b{right:12%}.node-c{right:58%}.footer-grid-compliance{grid-template-columns:repeat(2, minmax(0, 1fr));gap:38px 48px}.footer-about{grid-column:1/-1}.footer-grid-compliance>nav:nth-of-type(3){grid-column:auto}.footer-trust{grid-template-columns:1fr 1fr;align-items:start}.footer-trust h4,.footer-trust p{grid-column:1/-1}}@media(max-width: 640px){.hero .container.hero-grid{width:calc(100% - 32px)}.hero-grid{padding:60px 0 78px;gap:28px}.hero-copy{text-align:left}.hero h1{font-size:clamp(40px,12vw,54px);letter-spacing:-0.055em}.hero-lead{margin-inline:0;font-size:17px;line-height:1.58}.hero-actions{justify-content:stretch;gap:12px;margin-bottom:34px}.hero-actions .button{width:100%}.industry-mini{justify-content:flex-start;grid-template-columns:repeat(3, minmax(0, 1fr))}.tech-mini{justify-content:flex-start}.hero-visual{min-height:270px}.orbital-card{width:min(340px,88vw)}.orbital-card:after{inset:-10px}.hero:after{bottom:-105px;height:150px}.footer-grid-compliance{grid-template-columns:1fr;gap:34px}.footer-about{grid-column:auto}.footer-trust{grid-template-columns:1fr;gap:14px;padding-top:26px}.footer-trust h4,.footer-trust p{grid-column:auto}.footer-trust a{white-space:normal}.footer-privacy-note,.footer-bottom{width:calc(100% - 32px)}.footer-bottom-links{width:100%;justify-content:flex-start}}.orbital-card:after{display:none !important;content:none !important}@media(max-width: 1100px){.hero-grid{grid-template-columns:minmax(0, 1fr) minmax(300px, 0.82fr)}.hero-copy{max-width:650px}.orbital-card{width:min(100%,500px)}.orbital-card img{width:min(94%,480px)}}@media(max-width: 960px){.hero-grid{padding-top:72px}.hero-visual{min-height:340px}.orbital-card{width:min(470px,76vw)}.orbital-card img{width:100%}.node-a{right:20%;top:18%}.node-b{right:9%;top:60%}.node-c{right:58%;bottom:17%}}@media(max-width: 768px){.site-header{height:72px}:root{--header-h:72px}.hero-grid{padding:54px 0 74px;gap:24px}.hero-copy{text-align:left}.hero-actions{justify-content:flex-start}.industry-mini,.tech-mini{justify-content:flex-start}.hero-visual{min-height:250px}.orbital-card{width:min(330px,82vw)}.node-a{width:12px;height:12px;right:18%;top:15%}.node-b{width:19px;height:19px;right:7%;top:61%}.node-c{width:10px;height:10px;right:60%;bottom:14%}}@media(max-width: 480px){.hero{background:linear-gradient(160deg, #fff 0%, #fff 62%, #f3efff 100%)}.hero-bg{background-position:66% center;opacity:.72}.hero-grid{padding:44px 0 66px}.hero h1{font-size:clamp(38px,11.5vw,48px);line-height:1.05}.hero-lead{font-size:16px}.hero-visual{min-height:215px}.orbital-card{width:min(285px,84vw)}.node{display:none}.scroll-cue{display:none}}.hero,.hero .hero-grid,.site-footer,.site-footer .footer-grid-compliance,.site-footer .footer-bottom,.site-footer .footer-privacy-note{direction:ltr}.hero .hero-grid{display:grid !important;grid-template-areas:"copy visual";grid-template-columns:minmax(0, 1.08fr) minmax(360px, 0.92fr);align-items:center !important;align-content:center;justify-items:stretch}.hero-copy{grid-area:copy;align-self:center;justify-self:start;min-width:0}.hero-visual{grid-area:visual;position:relative;display:flex !important;align-items:center;justify-content:center;align-self:center;justify-self:stretch;width:100%;min-width:0;min-height:0 !important;aspect-ratio:1/1}.orbital-card{position:relative !important;inset:auto !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;transform:none !important;width:min(100%,590px) !important;max-width:100%;aspect-ratio:1/1;margin:0 auto;display:grid;place-items:center}.orbital-card::after{display:none !important;content:none !important;border:0 !important;animation:none !important}.orbital-card img{width:94% !important;max-width:560px;height:auto;margin:auto;object-fit:contain}.orbital-card.float-soft{animation:arappdevLogoFloat 6s ease-in-out infinite}@keyframes arappdevLogoFloat{0%,100%{translate:0 0}50%{translate:0 -12px}}.footer-grid-compliance{display:grid !important;grid-template-areas:"about services company legal" "trust trust trust trust";grid-template-columns:minmax(260px, 1.55fr) repeat(3, minmax(150px, 1fr));align-items:start !important;justify-items:stretch;column-gap:clamp(34px,4vw,68px);row-gap:44px}.footer-about{grid-area:about}.footer-grid-compliance>nav:nth-of-type(1){grid-area:services}.footer-grid-compliance>nav:nth-of-type(2){grid-area:company}.footer-grid-compliance>nav:nth-of-type(3){grid-area:legal}.footer-trust{grid-area:trust}.footer-about,.footer-grid-compliance>nav,.footer-trust{width:100%;min-width:0;align-self:start;text-align:left}.brand-footer{display:inline-flex !important;flex-direction:row;align-items:center;justify-content:flex-start;width:auto;max-width:100%;text-align:left}.brand-footer .brand-mark{flex:0 0 48px}.brand-footer .brand-copy{text-align:left}.footer-about address{font-style:normal;text-align:left}.footer-trust{display:grid !important;grid-template-columns:minmax(180px, 0.8fr) minmax(280px, 2fr) max-content max-content;align-items:center !important;gap:18px 30px}.footer-privacy-note,.footer-bottom{clear:both}.footer-bottom{display:flex !important;align-items:center;justify-content:space-between;gap:24px;text-align:left !important}.footer-bottom>span{margin:0}.footer-bottom-links{display:flex !important;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:20px}.footer-bottom-links a,.footer-bottom-links button{margin:0 !important}@media(max-width: 1180px){.hero .hero-grid{grid-template-columns:minmax(0, 1.06fr) minmax(300px, 0.94fr);gap:38px}.footer-grid-compliance{grid-template-areas:"about services company" "about legal legal" "trust trust trust";grid-template-columns:minmax(250px, 1.35fr) repeat(2, minmax(150px, 1fr))}}@media(max-width: 960px){.hero .hero-grid{grid-template-areas:"copy" "visual";grid-template-columns:minmax(0, 1fr) !important;width:min(760px,100% - 48px);padding:76px 0 92px;gap:38px}.hero-copy{width:100%;max-width:720px;justify-self:center;text-align:center}.hero-lead,.trust-strip{margin-inline:auto}.hero-actions,.industry-mini,.tech-mini{justify-content:center}.hero-visual{width:min(100%,540px);justify-self:center;aspect-ratio:1/1}.orbital-card{width:min(100%,500px) !important}.footer-grid-compliance{grid-template-areas:"about about" "services company" "legal legal" "trust trust";grid-template-columns:repeat(2, minmax(0, 1fr));gap:38px 48px}.footer-trust{grid-template-columns:1fr 1fr !important;align-items:start !important}.footer-trust h4,.footer-trust p{grid-column:1/-1}}@media(max-width: 768px){.hero .hero-grid{width:calc(100% - 36px);padding:58px 0 76px;gap:28px}.hero-copy{text-align:left}.hero-lead,.trust-strip{margin-inline:0}.hero-actions,.industry-mini,.tech-mini{justify-content:flex-start}.hero-visual{width:min(100%,390px)}.orbital-card{width:min(100%,360px) !important}.node{display:none !important}.footer-grid-compliance{grid-template-areas:"about" "services" "company" "legal" "trust";grid-template-columns:minmax(0, 1fr);gap:34px}.footer-trust{grid-template-columns:minmax(0, 1fr) !important;gap:14px;padding-top:28px}.footer-trust h4,.footer-trust p{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer-bottom-links{justify-content:flex-start}}@media(max-width: 480px){.hero .hero-grid{width:calc(100% - 28px);padding:46px 0 64px;gap:22px}.hero h1{font-size:clamp(37px,11vw,48px)}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.industry-mini{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px 8px}.industry-mini li{min-width:0;text-align:center}.tech-mini{gap:12px 18px}.tech-mini li{font-size:18px}.hero-visual{width:min(100%,300px)}.orbital-card{width:min(100%,285px) !important}.footer-privacy-note,.footer-bottom{width:calc(100% - 28px)}}@media(prefers-reduced-motion: reduce){.orbital-card.float-soft{animation:none !important}}.hero .hero-layout{position:relative;z-index:2;display:flex !important;flex-direction:row !important;direction:ltr !important;align-items:center !important;justify-content:space-between !important;gap:clamp(40px,5vw,88px);min-height:calc(clamp(760px,100svh,980px) - var(--header-h));padding:64px 0 88px}.hero-layout>.hero-copy{order:1 !important;flex:1 1 56%;width:auto;max-width:690px;min-width:0;align-self:center !important;text-align:left !important}.hero-layout>.hero-visual{order:2 !important;flex:0 1 560px;width:min(46%,560px) !important;min-width:320px !important;aspect-ratio:1/1;display:flex !important;align-items:center !important;justify-content:center !important;align-self:center !important;position:relative !important}.hero-layout .orbital-card{position:relative !important;inset:auto !important;transform:none !important;width:100% !important;max-width:560px !important;margin:0 !important}.hero-layout .orbital-card:after{display:none !important;content:none !important}.site-footer,.site-footer *{direction:ltr}.site-footer .footer-main{display:flex !important;flex-direction:row !important;align-items:flex-start !important;justify-content:space-between !important;gap:clamp(56px,7vw,110px)}.site-footer .footer-about{flex:0 1 330px !important;max-width:330px !important;min-width:250px !important;text-align:left !important}.site-footer .footer-links-grid{flex:1 1 auto !important;display:grid !important;grid-template-columns:repeat(3, minmax(150px, 1fr)) !important;gap:clamp(34px,5vw,72px) !important;align-items:start !important}.site-footer .footer-links-grid>nav{min-width:0 !important;text-align:left !important}.site-footer .footer-trust-row{display:grid !important;grid-template-columns:minmax(190px, 0.75fr) minmax(320px, 2fr) auto !important;align-items:center !important;gap:30px !important}.site-footer .footer-trust-row h4,.site-footer .footer-trust-row p{margin:0 !important;text-align:left !important}.site-footer .footer-trust-links{display:flex !important;gap:28px !important;justify-content:flex-end !important;white-space:nowrap}.site-footer .footer-bottom{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:24px !important}@media(max-width: 1024px){.hero .hero-layout{flex-direction:column !important;justify-content:center !important;width:min(760px,100% - 48px);padding:76px 0 90px;gap:34px}.hero-layout>.hero-copy{order:1 !important;flex:none !important;width:100% !important;max-width:720px !important;text-align:center !important}.hero-layout .hero-lead,.hero-layout .trust-strip{margin-inline:auto !important}.hero-layout .hero-actions,.hero-layout .industry-mini,.hero-layout .tech-mini{justify-content:center !important}.hero-layout>.hero-visual{order:2 !important;flex:none !important;width:min(100%,500px) !important;min-width:0 !important}.site-footer .footer-main{display:grid !important;grid-template-columns:minmax(240px, 0.9fr) minmax(0, 1.6fr) !important;gap:52px !important}.site-footer .footer-about{max-width:300px !important;min-width:0 !important}.site-footer .footer-links-grid{grid-template-columns:repeat(2, minmax(140px, 1fr)) !important;gap:38px 48px !important}.site-footer .footer-links-grid>nav:last-child{grid-column:1/-1 !important}.site-footer .footer-trust-row{grid-template-columns:1fr 2fr !important;align-items:start !important}.site-footer .footer-trust-links{grid-column:1/-1 !important;justify-content:flex-start !important}}@media(max-width: 767px){.hero .hero-layout{width:calc(100% - 32px);padding:54px 0 72px;gap:24px}.hero-layout>.hero-copy{text-align:left !important}.hero-layout .hero-lead,.hero-layout .trust-strip{margin-inline:0 !important}.hero-layout .hero-actions,.hero-layout .industry-mini,.hero-layout .tech-mini{justify-content:flex-start !important}.hero-layout>.hero-visual{width:min(100%,360px) !important}.site-footer .footer-main{display:flex !important;flex-direction:column !important;gap:42px !important}.site-footer .footer-about{width:100% !important;max-width:420px !important}.site-footer .footer-links-grid{width:100% !important;grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:36px 26px !important}.site-footer .footer-links-grid>nav:last-child{grid-column:1/-1 !important}.site-footer .footer-trust-row{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:14px !important}.site-footer .footer-trust-links{display:flex !important;flex-wrap:wrap !important;justify-content:flex-start !important;white-space:normal !important}.site-footer .footer-bottom{flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important}}@media(max-width: 480px){.hero-layout>.hero-visual{width:min(100%,285px) !important}.site-footer .footer-links-grid{grid-template-columns:1fr !important}.site-footer .footer-links-grid>nav:last-child{grid-column:auto !important}}:root{--container:1320px}.site-header .nav-shell{width:min(var(--container),100% - 48px);margin-inline:auto}.site-header .brand{flex:0 0 auto}.site-header .nav-links{margin-inline:auto}.site-header .nav-cta{flex:0 0 auto}.hero{min-height:820px}.hero .hero-layout{width:min(var(--container),100% - 48px);min-height:738px;padding:58px 0 92px;display:grid !important;grid-template-columns:minmax(0, 1.02fr) minmax(460px, 0.98fr) !important;gap:clamp(54px,6vw,110px) !important;align-items:center !important;direction:ltr !important}.hero-layout>.hero-copy{order:initial !important;width:auto !important;max-width:680px !important;justify-self:start !important;align-self:center !important;text-align:left !important}.hero h1{max-width:660px;font-size:clamp(56px,5.1vw,82px);line-height:1.01;letter-spacing:-0.058em;text-wrap:balance}.hero-lead{max-width:610px;font-size:clamp(18px,1.35vw,21px)}.hero-layout>.hero-visual{order:initial !important;width:100% !important;min-width:0 !important;max-width:620px !important;min-height:560px !important;aspect-ratio:auto !important;justify-self:end !important;align-self:center !important;display:flex !important;align-items:center !important;justify-content:center !important;position:relative !important}.hero-layout .orbital-card{width:min(100%,590px) !important;max-width:590px !important;margin:0 !important;transform:none !important}.hero-layout .orbital-card img{width:100% !important;height:auto !important}.hero-layout .orbital-card::before,.hero-layout .orbital-card::after{display:none !important;content:none !important}.hero-layout .node{opacity:.72}.site-footer{padding-top:82px}.site-footer .footer-main{width:min(var(--container),100% - 48px);display:grid !important;grid-template-columns:minmax(280px, 1.25fr) repeat(3, minmax(150px, 0.75fr)) !important;gap:clamp(42px,5vw,84px) !important;align-items:start !important}.site-footer .footer-about{width:auto !important;max-width:330px !important;min-width:0 !important}.site-footer .footer-links-grid{display:contents !important}.site-footer .footer-links-grid>nav{width:auto !important;min-width:0 !important;text-align:left !important}.site-footer .footer-trust-row{width:min(var(--container),100% - 48px);margin-top:54px;padding:24px 28px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:36px !important;border:1px solid hsla(0,0%,100%,.1);border-radius:16px;background:hsla(0,0%,100%,.035)}.footer-trust-copy{display:flex;align-items:center;gap:22px;min-width:0}.footer-trust-badge{flex:0 0 auto;padding:8px 11px;border:1px solid rgba(174,189,255,.22);border-radius:999px;color:#dce3ff;font-size:11px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.site-footer .footer-trust-row p{margin:0 !important;max-width:720px;color:#b8c1df;line-height:1.6;text-align:left !important}.site-footer .footer-trust-links{display:flex !important;align-items:center !important;gap:24px !important;justify-content:flex-end !important;white-space:nowrap}.site-footer .footer-trust-links a{font-weight:750}.site-footer .footer-privacy-note{width:min(var(--container),100% - 48px);margin-top:22px}.site-footer .footer-bottom{width:min(var(--container),100% - 48px);padding-block:28px 34px}.site-footer .footer-bottom>span:first-child{white-space:normal}@media(max-width: 1180px){.hero .hero-layout{grid-template-columns:minmax(0, 1fr) minmax(390px, 0.9fr) !important;gap:46px !important}.hero h1{font-size:clamp(52px,5.8vw,74px)}.hero-layout>.hero-visual{max-width:520px !important;min-height:500px !important}.site-footer .footer-main{grid-template-columns:minmax(260px, 1.1fr) repeat(3, minmax(130px, 0.7fr)) !important;gap:36px !important}}@media(max-width: 1024px){.site-header .nav-shell{width:min(760px,100% - 40px)}.hero{min-height:auto}.hero .hero-layout{width:min(760px,100% - 40px);min-height:auto;padding:76px 0 88px;grid-template-columns:1fr !important;gap:34px !important}.hero-layout>.hero-copy{max-width:720px !important;justify-self:center !important;text-align:center !important}.hero h1{max-width:720px;font-size:clamp(50px,7.6vw,72px)}.hero-lead,.hero-layout .trust-strip{margin-inline:auto !important}.hero-actions,.industry-mini,.tech-mini{justify-content:center !important}.hero-layout>.hero-visual{width:min(100%,520px) !important;max-width:520px !important;min-height:410px !important;justify-self:center !important}.site-footer .footer-main{width:min(760px,100% - 40px);grid-template-columns:1.2fr 1fr 1fr !important;gap:44px 36px !important}.site-footer .footer-about{grid-column:1/-1;max-width:520px !important}.site-footer .footer-links-grid{display:contents !important}.site-footer .footer-trust-row,.site-footer .footer-privacy-note,.site-footer .footer-bottom{width:min(760px,100% - 40px)}.site-footer .footer-trust-row{align-items:flex-start !important}.footer-trust-copy{align-items:flex-start}}@media(max-width: 767px){.site-header .nav-shell{width:calc(100% - 28px)}.hero .hero-layout{width:calc(100% - 28px);padding:54px 0 72px;gap:22px !important}.hero-layout>.hero-copy{text-align:left !important;justify-self:stretch !important}.hero h1{font-size:clamp(40px,12vw,54px);line-height:1.03}.hero-lead,.hero-layout .trust-strip{margin-inline:0 !important}.hero-actions,.industry-mini,.tech-mini{justify-content:flex-start !important}.hero-layout>.hero-visual{width:min(100%,350px) !important;min-height:280px !important;justify-self:center !important}.hero-layout .orbital-card{width:min(100%,340px) !important}.site-footer{padding-top:64px}.site-footer .footer-main{width:calc(100% - 28px);grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:38px 24px !important}.site-footer .footer-about{grid-column:1/-1;max-width:100% !important}.site-footer .footer-links-grid>nav:last-child{grid-column:1/-1}.site-footer .footer-trust-row{width:calc(100% - 28px);margin-top:42px;padding:22px !important;flex-direction:column !important;align-items:flex-start !important;gap:18px !important}.footer-trust-copy{flex-direction:column;gap:14px}.site-footer .footer-trust-links{justify-content:flex-start !important;flex-wrap:wrap;white-space:normal;gap:14px 22px !important}.site-footer .footer-privacy-note,.site-footer .footer-bottom{width:calc(100% - 28px)}.site-footer .footer-bottom{flex-direction:column !important;align-items:flex-start !important;gap:16px !important}}@media(max-width: 480px){.hero-actions{display:grid;grid-template-columns:1fr;gap:12px}.hero-actions .button{width:100%}.industry-mini{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer .footer-main{grid-template-columns:1fr !important}.site-footer .footer-links-grid>nav:last-child{grid-column:auto}.footer-trust-badge{white-space:normal}}.ap-home-hero{position:relative;isolation:isolate;overflow:hidden;min-height:820px;padding-top:var(--header-h);background:linear-gradient(108deg, #fff 0%, #fff 42%, #f3f0ff 100%)}.ap-home-hero__bg{position:absolute;z-index:-3;inset:0;background:url("../../images/hero-bg.png") center/cover no-repeat;opacity:.9}.ap-home-hero:before{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 77% 42%, rgba(123, 60, 255, 0.15), transparent 34%),radial-gradient(circle at 94% 78%, rgba(18, 92, 255, 0.08), transparent 28%)}.ap-home-hero:after{content:"";position:absolute;z-index:-1;left:-8%;right:-8%;bottom:-82px;height:165px;background:#fff;border-radius:50% 50% 0 0/70% 70% 0 0}.ap-home-hero__inner{display:grid !important;grid-template-columns:minmax(0, 620px) minmax(380px, 1fr) !important;gap:clamp(64px,7vw,126px) !important;align-items:center !important;min-height:738px;padding:74px 0 104px;direction:ltr !important}.ap-home-hero__copy{position:relative;z-index:2;width:100%;max-width:620px;min-width:0;text-align:left !important;direction:ltr !important}.ap-home-hero h1{max-width:620px;margin:24px 0 24px;color:var(--ink);font-size:clamp(58px,5.35vw,84px);font-weight:900;letter-spacing:-0.064em;line-height:1.025}.ap-home-hero h1 span{background:linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--orange));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.ap-home-hero__lead{max-width:585px;margin:0 0 32px;color:#222a5b;font-size:clamp(18px,1.35vw,21px);line-height:1.62}.ap-home-hero__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:42px}.ap-home-hero__trust>p{margin:0 0 15px;color:#6d7599;text-transform:uppercase;font-weight:900;letter-spacing:.14em;font-size:11px}.ap-home-hero__industries,.ap-home-hero__tech{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}.ap-home-hero__industries{gap:16px 22px;margin-bottom:18px}.ap-home-hero__industries li{display:grid;justify-items:center;gap:6px;min-width:64px;color:var(--ink);font-size:12px;font-weight:800}.ap-home-hero__industries span{color:var(--blue);font-size:22px;line-height:1}.ap-home-hero__tech{gap:18px}.ap-home-hero__tech li{color:#6c7491;font-size:clamp(18px,1.4vw,24px);font-weight:800;letter-spacing:-0.04em}.ap-home-hero__visual{position:relative;z-index:1;display:grid !important;place-items:center !important;width:100%;min-width:0;min-height:560px;align-self:center !important;justify-self:stretch !important}.ap-home-hero__glow{position:absolute;width:min(620px,92%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle, rgba(122, 60, 255, 0.15), rgba(18, 92, 255, 0.06) 42%, transparent 70%);filter:blur(16px)}.ap-home-hero__mark{position:relative !important;inset:auto !important;transform:none !important;width:min(590px,92%) !important;height:auto !important;max-width:none !important;margin:0 auto !important;filter:drop-shadow(0 34px 64px rgba(31, 38, 135, 0.13));animation:apLogoFloat 6s ease-in-out infinite}.ap-home-hero__scroll{position:absolute;left:50%;bottom:20px;z-index:4;transform:translateX(-50%);color:var(--ink);font-size:32px;text-decoration:none;animation:bounce 1.8s ease-in-out infinite}@keyframes apLogoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.ap-footer,.ap-footer *{box-sizing:border-box;direction:ltr}.ap-footer{overflow:hidden;padding:82px 0 30px;background:#06082f;color:#b8c1df}.ap-footer__top{display:grid !important;grid-template-columns:minmax(270px, 1.35fr) repeat(3, minmax(155px, 0.78fr)) !important;gap:52px 64px !important;align-items:start !important}.ap-footer__brand{min-width:0;max-width:330px;text-align:left}.ap-footer__brand-link{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.ap-footer__brand-link img{width:50px;height:50px;object-fit:contain;flex:0 0 50px}.ap-footer__brand-link span{display:grid;line-height:1}.ap-footer__brand-link strong{color:#fff;font-size:21px;letter-spacing:-0.03em}.ap-footer__brand-link em{margin-top:4px;color:#fff;font-style:normal;font-weight:700;font-size:14px}.ap-footer__brand p{max-width:320px;margin:24px 0 20px;line-height:1.65}.ap-footer__brand address{font-style:normal;line-height:1.7}.ap-footer a{color:#b8c1df;text-decoration:none}.ap-footer a:hover{color:#fff}.ap-footer__column{min-width:0;text-align:left}.ap-footer__column h3{margin:4px 0 24px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.ap-footer__menu,.ap-footer__column .menu{list-style:none !important;margin:0 !important;padding:0 !important}.ap-footer__menu li,.ap-footer__column .menu li{margin:0 0 12px !important;padding:0 !important}.ap-footer__menu a,.ap-footer__column .menu a{font-size:15px;line-height:1.4}.ap-footer__text-button,.ap-footer__bottom button{appearance:none;border:0;background:none;padding:0;color:#b8c1df;font:inherit;cursor:pointer}.ap-footer__text-button{margin-top:0;font-size:15px}.ap-footer__trust{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:32px !important;margin-top:58px;padding:25px 30px;border:1px solid hsla(0,0%,100%,.12);border-radius:16px;background:hsla(0,0%,100%,.025)}.ap-footer__trust-copy{display:flex;align-items:center;gap:24px;min-width:0}.ap-footer__trust-copy span{flex:0 0 auto;padding:8px 12px;border:1px solid rgba(132,158,255,.35);border-radius:999px;color:#dce5ff;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.ap-footer__trust-copy p{max-width:640px;margin:0;line-height:1.55}.ap-footer__trust-links{display:flex;align-items:center;gap:26px;flex:0 0 auto}.ap-footer__trust-links a{font-weight:750;white-space:nowrap}.ap-footer__notice{margin-top:18px;padding:18px 20px;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;background:hsla(0,0%,100%,.02)}.ap-footer__notice p{margin:0;color:#9da8ca;font-size:13px;line-height:1.55}.ap-footer__bottom{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:24px !important;margin-top:42px;padding-top:28px;border-top:1px solid hsla(0,0%,100%,.1)}.ap-footer__bottom p{margin:0;color:#8f9abb;font-size:13px}.ap-footer__bottom>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.ap-footer__bottom a,.ap-footer__bottom button{font-size:13px}@media(min-width: 1600px){.ap-home-hero__inner{width:min(1320px,100% - 96px);grid-template-columns:minmax(0, 650px) minmax(470px, 1fr) !important}.ap-home-hero__mark{width:min(620px,94%) !important}}@media(max-width: 1100px){.ap-home-hero{min-height:auto}.ap-home-hero__inner{grid-template-columns:minmax(0, 1fr) minmax(320px, 0.82fr) !important;gap:40px !important;min-height:720px;padding:68px 0 92px}.ap-home-hero h1{font-size:clamp(48px,6.1vw,66px)}.ap-home-hero__visual{min-height:430px}.ap-home-hero__mark{width:min(460px,100%) !important}.ap-footer__top{grid-template-columns:minmax(250px, 1.2fr) repeat(3, minmax(130px, 0.8fr)) !important;gap:42px 36px !important}}@media(max-width: 820px){.ap-home-hero__inner{display:flex !important;flex-direction:column !important;align-items:center !important;width:min(700px,100% - 40px);min-height:auto;padding:64px 0 100px;gap:38px !important}.ap-home-hero__copy{order:1;width:100%;max-width:680px;text-align:center !important}.ap-home-hero h1{max-width:680px;margin-inline:auto;font-size:clamp(48px,8vw,64px)}.ap-home-hero__lead{margin-inline:auto}.ap-home-hero__actions,.ap-home-hero__industries,.ap-home-hero__tech{justify-content:center}.ap-home-hero__visual{order:2;width:min(520px,90%);min-height:390px}.ap-home-hero__mark{width:min(500px,100%) !important}.ap-footer__top{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:42px 50px !important}.ap-footer__brand{grid-column:1/-1;max-width:520px}.ap-footer__column:last-child{grid-column:1/-1}.ap-footer__trust{align-items:flex-start !important}.ap-footer__trust-copy{align-items:flex-start;flex-direction:column;gap:12px}}@media(max-width: 560px){.ap-home-hero__inner{width:calc(100% - 30px);padding:46px 0 82px;gap:26px !important}.ap-home-hero__copy{text-align:left !important}.ap-home-hero h1{font-size:clamp(39px,12vw,50px);line-height:1.04;margin:18px 0 20px}.ap-home-hero__lead{margin-inline:0;font-size:16px;line-height:1.58}.ap-home-hero__actions{display:grid;grid-template-columns:1fr;width:100%;justify-content:stretch;margin-bottom:32px}.ap-home-hero__actions .button{width:100%}.ap-home-hero__industries,.ap-home-hero__tech{justify-content:flex-start}.ap-home-hero__industries{gap:14px 12px}.ap-home-hero__industries li{min-width:58px;font-size:11px}.ap-home-hero__tech{gap:12px 15px}.ap-home-hero__tech li{font-size:17px}.ap-home-hero__visual{width:min(320px,88%);min-height:255px}.ap-home-hero__mark{width:min(300px,100%) !important;animation-duration:7s}.ap-home-hero__scroll{display:none}.ap-footer{padding-top:62px}.ap-footer__top{grid-template-columns:1fr !important;gap:34px !important;width:calc(100% - 32px)}.ap-footer__brand,.ap-footer__column:last-child{grid-column:auto;max-width:100%}.ap-footer__trust{width:calc(100% - 32px);flex-direction:column !important;align-items:flex-start !important;margin-top:42px;padding:22px}.ap-footer__trust-links{flex-wrap:wrap;gap:14px 22px}.ap-footer__notice,.ap-footer__bottom{width:calc(100% - 32px)}.ap-footer__bottom{flex-direction:column !important;align-items:flex-start !important}}@media(prefers-reduced-motion: reduce){.ap-home-hero__mark{animation:none !important}}.apx-hero,.apx-hero *{box-sizing:border-box}.apx-hero{position:relative;isolation:isolate;overflow:hidden;min-height:clamp(720px,100svh - 0px,900px);padding-top:var(--header-h);background:linear-gradient(108deg, #fff 0%, #fff 43%, #f3f0ff 100%)}.apx-hero__bg{position:absolute;inset:0;z-index:-3;background:url("../../images/hero-bg.png") center/cover no-repeat;opacity:.88}.apx-hero::before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 76% 39%, rgba(123, 60, 255, 0.14), transparent 34%),radial-gradient(circle at 93% 76%, rgba(18, 92, 255, 0.08), transparent 28%)}.apx-hero::after{content:"";position:absolute;left:-8%;right:-8%;bottom:-86px;height:165px;z-index:-1;background:#fff;border-radius:50% 50% 0 0/70% 70% 0 0}.apx-hero__shell{width:min(1280px,100% - 64px);min-height:calc(clamp(720px,100svh,900px) - var(--header-h));margin:0 auto;padding:58px 0 92px;display:grid;grid-template-columns:minmax(0, 1.02fr) minmax(420px, 0.98fr);grid-template-areas:"copy visual" "trust visual";grid-template-rows:auto auto;align-items:center;column-gap:clamp(48px,6vw,96px);row-gap:30px;direction:ltr}.apx-hero__copy{grid-area:copy;position:relative;z-index:2;width:100%;max-width:650px;min-width:0;text-align:left;direction:ltr}.apx-hero__eyebrow{margin:0;color:var(--blue);font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.apx-hero h1{max-width:650px;margin:22px 0 24px;color:var(--ink);font-size:clamp(58px,5.3vw,82px);line-height:1.01;letter-spacing:-0.066em;font-weight:900;text-wrap:balance}.apx-hero h1 span{background:linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--orange));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.apx-hero__lead{max-width:570px;margin:0 0 30px;color:#222a5b;font-size:clamp(17px,1.25vw,20px);line-height:1.62}.apx-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:0}.apx-btn{min-height:56px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:12px;text-decoration:none !important;font-weight:900;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.apx-btn:hover{transform:translateY(-2px)}.apx-btn--primary{color:#fff !important;background:linear-gradient(135deg, var(--blue), var(--blue2));box-shadow:0 16px 34px rgba(18,92,255,.25)}.apx-btn--secondary{color:var(--ink) !important;background:hsla(0,0%,100%,.78);border:1px solid rgba(7,11,53,.2)}.apx-hero__trust{grid-area:trust;align-self:start;width:100%;max-width:650px}.apx-hero__trust>p{margin:0 0 14px;color:#6d7599;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.apx-hero__industries,.apx-hero__tech{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}.apx-hero__industries{gap:14px 18px;margin-bottom:17px}.apx-hero__industries li{display:grid;justify-items:center;gap:5px;min-width:60px;color:var(--ink);font-size:11px;font-weight:800}.apx-hero__industries span{color:var(--blue);font-size:20px;line-height:1}.apx-hero__tech{gap:16px 20px}.apx-hero__tech li{color:#6c7491;font-size:clamp(17px,1.35vw,22px);font-weight:800;letter-spacing:-0.04em}.apx-hero__visual{grid-area:visual;position:relative;z-index:1;width:100%;min-width:0;min-height:540px;display:grid;place-items:center;align-self:center}.apx-hero__glow{position:absolute;width:min(610px,100%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle, rgba(122, 60, 255, 0.16), rgba(18, 92, 255, 0.06) 43%, transparent 70%);filter:blur(18px)}.apx-hero__mark{position:relative;z-index:2;width:min(570px,96%);height:auto;max-width:none;margin:0;object-fit:contain;filter:drop-shadow(0 28px 58px rgba(31, 38, 135, 0.12));animation:apxHeroFloat 6s ease-in-out infinite}.apx-hero__scroll{position:absolute;left:50%;bottom:20px;z-index:5;transform:translateX(-50%);color:var(--ink);font-size:32px;text-decoration:none;animation:bounce 1.8s ease-in-out infinite}@keyframes apxHeroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(min-width: 1600px){.apx-hero__shell{width:min(1380px,100% - 96px);grid-template-columns:minmax(0, 680px) minmax(500px, 620px)}.apx-hero__copy{max-width:680px}.apx-hero h1{max-width:680px;font-size:84px}.apx-hero__mark{width:min(610px,96%)}}@media(max-width: 1120px){.apx-hero__shell{width:min(1040px,100% - 48px);grid-template-columns:minmax(0, 1.06fr) minmax(340px, 0.94fr);gap:38px;padding-top:52px}.apx-hero h1{font-size:clamp(50px,6.25vw,70px)}.apx-hero__visual{min-height:460px}.apx-hero__mark{width:min(470px,100%)}}@media(max-width: 900px){.apx-hero{min-height:auto}.apx-hero__shell{width:min(720px,100% - 40px);min-height:auto;padding:64px 0 96px;grid-template-columns:1fr;grid-template-areas:"copy" "visual" "trust";grid-template-rows:auto auto auto;gap:28px}.apx-hero__copy{max-width:680px;justify-self:center;text-align:center}.apx-hero h1{max-width:680px;margin-inline:auto;font-size:clamp(48px,8.1vw,66px)}.apx-hero__lead{margin-inline:auto}.apx-hero__actions,.apx-hero__industries,.apx-hero__tech{justify-content:center}.apx-hero__visual{min-height:330px;width:min(470px,88%);justify-self:center}.apx-hero__trust{justify-self:center;max-width:680px;text-align:center}.apx-hero__mark{width:min(420px,100%)}}@media(max-width: 600px){.apx-hero__shell{width:calc(100% - 30px);padding:46px 0 72px;gap:24px}.apx-hero__copy{text-align:left}.apx-hero__eyebrow{font-size:10px;letter-spacing:.14em}.apx-hero h1{margin:18px 0 20px;font-size:clamp(39px,12vw,52px);line-height:1.03;text-wrap:pretty}.apx-hero__lead{margin-inline:0;font-size:16px;line-height:1.56}.apx-hero__actions{display:grid;grid-template-columns:1fr;width:100%;justify-content:stretch;margin-bottom:0}.apx-btn{width:100%}.apx-hero__industries,.apx-hero__tech{justify-content:flex-start}.apx-hero__trust{max-width:100%;text-align:left}.apx-hero__industries{gap:12px 10px}.apx-hero__industries li{min-width:56px;font-size:10px}.apx-hero__tech{gap:10px 14px}.apx-hero__tech li{font-size:16px}.apx-hero__visual{min-height:230px;width:min(300px,78%);margin-top:4px}.apx-hero__mark{width:min(280px,100%);animation-name:apxHeroFloatMobile;animation-duration:8s;animation-timing-function:ease-in-out}.apx-hero__scroll{display:none}.apx-hero::after{bottom:-108px;height:150px}}@keyframes apxHeroFloatMobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(prefers-reduced-motion: reduce){.apx-hero__mark{animation:none !important}}.ap-footer__trust,.ap-footer__notice{display:none !important}.ap-footer__top{padding-bottom:54px}.ap-footer__bottom{margin-top:0}@media(max-width: 820px){.ap-footer__top{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}.ap-footer__brand{grid-column:1/-1}.ap-footer__column:last-child{grid-column:auto}}@media(max-width: 560px){.ap-footer__top{grid-template-columns:1fr !important;padding-bottom:38px}.ap-footer__brand,.ap-footer__column:last-child{grid-column:auto}}.apx-hero__particles{position:absolute;inset:7% 2% 5%;z-index:3;pointer-events:none;animation:apxParticleFieldFloat 7s ease-in-out infinite}.apx-pixel{position:absolute;display:block;width:13px;aspect-ratio:1;border-radius:3px;box-shadow:0 8px 24px rgba(71,54,189,.16);opacity:.9;animation:apxPixelDrift 5.6s ease-in-out infinite,apxPixelPulse 3.4s ease-in-out infinite}.apx-pixel--1{left:15%;top:19%;width:12px;background:#1765ff;animation-delay:-0.7s}.apx-pixel--2{left:22%;top:12%;width:18px;background:linear-gradient(135deg, #265cff, #7b3cff);animation-delay:-2.8s}.apx-pixel--3{left:28%;top:26%;width:9px;background:#6545f4;animation-delay:-1.5s}.apx-pixel--4{left:38%;top:10%;width:14px;background:#9e3de0;animation-delay:-3.9s}.apx-pixel--5{right:27%;top:16%;width:11px;background:#d839ba;animation-delay:-2.1s}.apx-pixel--6{right:15%;top:25%;width:17px;background:linear-gradient(135deg, #f04478, #ff7a18);animation-delay:-4.4s}.apx-pixel--7{right:7%;top:38%;width:9px;background:#ff7a18;animation-delay:-0.9s}.apx-pixel--8{right:18%;bottom:25%;width:13px;background:#ff5c35;animation-delay:-3.1s}.apx-pixel--9{right:8%;bottom:13%;width:18px;background:#ff8a12;animation-delay:-1.8s}.apx-pixel--10{left:26%;bottom:16%;width:10px;background:#2868fa;animation-delay:-4.8s}.apx-pixel--11{left:13%;bottom:29%;width:15px;background:linear-gradient(135deg, #1765ff, #6c3ff0);animation-delay:-2.4s}.apx-pixel--12{left:42%;bottom:9%;width:8px;background:#cc38c4;animation-delay:-3.6s}@keyframes apxParticleFieldFloat{0%,100%{transform:translate3d(0, 0, 0)}50%{transform:translate3d(0, -8px, 0)}}@keyframes apxPixelDrift{0%,100%{transform:translate3d(0, 0, 0) rotate(0deg)}50%{transform:translate3d(5px, -10px, 0) rotate(8deg)}}@keyframes apxPixelPulse{0%,100%{opacity:.55}50%{opacity:1}}@media(max-width: 900px){.apx-hero__particles{inset:8% 1% 4%}.apx-pixel{transform:scale(0.88)}}@media(max-width: 600px){.apx-hero__particles{inset:5% -2% 1%;animation-duration:9s}.apx-pixel{width:9px;border-radius:2px;animation-duration:7.5s,4.5s}.apx-pixel--2,.apx-pixel--6,.apx-pixel--9,.apx-pixel--11{display:none}}@media(prefers-reduced-motion: reduce){.apx-hero__particles,.apx-pixel{animation:none !important}}.brand-copy em,.ap-footer__brand-link em{font-family:"Cairo",Tahoma,Arial,sans-serif !important;font-style:normal !important;font-weight:700 !important;letter-spacing:0 !important;direction:rtl !important;unicode-bidi:isolate !important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.brand-copy em{margin-top:2px;font-size:15px;line-height:1.15}.ap-footer__brand-link em{margin-top:3px;font-size:14px;line-height:1.2}@media(min-width: 601px)and (max-width: 900px){.apx-hero__shell{gap:22px !important;padding-bottom:82px !important}.apx-hero__visual{width:min(390px,72vw) !important;min-height:285px !important;margin:0 auto !important}.apx-hero__mark{width:min(360px,100%) !important}.apx-hero__glow{width:min(390px,100%) !important}.apx-hero__particles{inset:5% 3% 3% !important}}@media(max-width: 600px){.brand-copy em{font-size:13px !important;line-height:1.12 !important}.apx-hero__shell{grid-template-areas:"copy" "visual" "trust" !important;gap:18px !important;padding-bottom:64px !important}.apx-hero__visual{width:min(250px,68vw) !important;min-height:205px !important;margin:2px auto 0 !important;overflow:visible !important}.apx-hero__mark{width:min(230px,100%) !important;max-height:230px !important}.apx-hero__glow{width:min(250px,100%) !important}.apx-hero__particles{inset:4% -3% 2% !important}.apx-hero__trust{margin-top:2px !important}}.content-shell{width:min(1080px,100% - 48px);margin-inline:auto}.site-content{min-height:50vh}.primary-navigation{display:flex;align-items:center;margin-left:auto}.menu-items-wrapper{display:block}.site-header .nav-toggle{margin:0}@media(max-width: 920px){.primary-navigation{order:3;margin-left:0}.menu-items-wrapper{position:static}.nav-links.is-open{display:grid}}.ap-footer__socials{display:flex;gap:14px;list-style:none;margin:18px 0 0;padding:0}.ap-footer .consent-settings-button{appearance:none;border:0;background:none;color:#b8c1df;cursor:pointer;font:inherit;padding:0}.metrics-wrap{margin-top:-74px;padding-bottom:clamp(76px,9vw,132px);position:relative;z-index:3}.arappdev-setup-hint{margin:100px auto;max-width:760px;padding:20px;border:1px dashed var(--blue);color:var(--ink);background:#f7f9ff}.button,.apx-btn,.nav-cta{cursor:pointer}.case-image{display:block;overflow:hidden}.case-image img,.post-card__image img,.icon--image img{width:100%;height:100%;object-fit:cover}.icon--image{overflow:hidden;padding:0}.breadcrumbs{display:flex;gap:.65rem;margin-bottom:2rem;color:var(--muted);font-size:.875rem}.contact-form :is(input,textarea):user-invalid{border-color:#b42318}.contact-form__privacy{color:var(--muted);font-size:.875rem}.form-status:focus{outline:3px solid var(--blue);outline-offset:3px}.metrics strong[data-count]::after{content:none !important}.section-cta--internal{border-top:1px solid var(--line)}.apx-hero.is-static :is(.reveal,.apx-hero__mark,.apx-hero__particles,.apx-pixel){animation:none !important;opacity:1;transform:none}.service-card h3 a{text-decoration:none}.case-body>span{min-height:3.2em}.process-list:empty{display:none}.metrics [data-count]{font-variant-numeric:tabular-nums}.post-card__image:empty{background:linear-gradient(135deg, #07112e, #0a59ff 55%, #11164a)}.contact-layout>div{min-width:0}.security-layout .entry-content--wide{max-width:none}.single .entry-content{width:min(820px,100% - 48px);margin-inline:auto}.archive-section .pagination{margin-top:3rem}.reveal{transition-duration:var(--reveal-duration)}:focus-visible{outline:3px solid #125cff;outline-offset:3px}@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto}}
