*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--nav-h) + 12px)}[data-theme=dark]{--bg:#080810;--bg2:#0d0d18;--bg3:#111120;--bg4:#161628;--border:#1c1c2e;--border2:#252538;--text:#e8e8f0;--text2:#7878a0;--text3:#383858;--nav-bg:rgba(8,8,16,0.94);--scrollbar:#252538;--shadow:rgba(0,0,0,0.6);--invert:0}[data-theme=light]{--bg:#f6f6f4;--bg2:#ffffff;--bg3:#efeeeb;--bg4:#e8e7e3;--border:#dddcd8;--border2:#cccbc6;--text:#18182e;--text2:#52526e;--text3:#9292aa;--nav-bg:rgba(246,246,244,0.94);--scrollbar:#cccbc6;--shadow:rgba(0,0,0,0.08);--invert:1}:root{--gold:#c9a227;--gold-dim:#a8841f;--gold-bg:rgba(201,162,39,0.07);--gold-border:rgba(201,162,39,0.2);--green:#2db87a;--green-bg:rgba(45,184,122,0.08);--blue:#4a90d9;--blue-bg:rgba(74,144,217,0.08);--purple:#9b72d4;--radius:8px;--nav-h:58px;--on-gold:#080810}body{font-family:Cairo,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6;transition:background .2s,color .2s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:2px}.skip-link{position:absolute;top:-40px;left:50%;transform:translateX(-50%);background:var(--gold);color:#080810;font-family:Cairo,sans-serif;font-size:13px;font-weight:700;padding:8px 16px;border-radius:var(--radius);text-decoration:none;z-index:1000;transition:top .15s}.skip-link:focus{top:8px}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 28px;transition:background .2s,border-color .2s}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo-mark{width:28px;height:28px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-logo-mark img{width:100%;height:100%;object-fit:contain;display:block}.nav-logo-name{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em}.nav-links{display:flex;gap:20px;align-items:center}.nav-link{font-size:13px;font-weight:500;color:var(--text2);text-decoration:none;transition:color .15s}.nav-link:hover{color:var(--text)}.nav-controls{display:flex;align-items:center;gap:8px}.nav-desktop-controls{display:flex;align-items:center;gap:8px}.nav-controls-sep{width:1px;height:18px;background:var(--border2);margin:0 4px;flex-shrink:0}.icon-btn{width:32px;height:32px;border-radius:6px;background:0 0;border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .15s;flex-shrink:0;color:var(--text2)}.icon-btn:hover{border-color:var(--gold-border);color:var(--text)}.lang-toggle{display:flex;background:var(--bg3);border:1px solid var(--border2);border-radius:6px;overflow:hidden;padding:2px;gap:2px}.lang-btn{padding:4px 12px;font-family:Cairo,sans-serif;font-size:12px;font-weight:700;color:var(--text3);background:0 0;border:none;cursor:pointer;transition:all .15s;letter-spacing:.02em;border-radius:4px;line-height:1.5}.lang-btn.active{background:var(--gold);color:var(--on-gold)}.nav-cta{font-size:12px;font-weight:700;color:var(--on-gold);background:var(--gold);padding:6px 16px;border-radius:6px;text-decoration:none;transition:opacity .15s;white-space:nowrap;letter-spacing:.01em}.nav-cta:hover{opacity:.88}.nav-mobile-btn{display:none;background:0 0;border:none;cursor:pointer;width:32px;height:32px;flex-direction:column;align-items:center;justify-content:center;gap:4px}.nav-mobile-btn span{display:block;width:18px;height:1.5px;background:var(--text2);transition:all .2s}.nav-drawer{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:var(--bg2);border-bottom:1px solid var(--border);padding:12px 20px 18px;z-index:190;flex-direction:column}.nav-drawer.open{display:flex}.nav-drawer .nav-link{padding:10px 0;border-bottom:1px solid var(--border);font-size:14px;display:block}.nav-drawer .nav-link:last-of-type{border-bottom:none}.drawer-bottom{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.drawer-bottom .nav-cta{flex:1;text-align:center;padding:10px}.drawer-controls{display:flex;gap:6px}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:safe center;padding:calc(var(--nav-h) + 56px) 24px 56px;position:relative;text-align:center;overflow:hidden}@media (max-height:760px){.hero{justify-content:flex-start}}.hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:48px 48px;opacity:.35;pointer-events:none;mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black 0%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black 0%,transparent 100%)}.hero-glow{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:700px;height:500px;background:radial-gradient(ellipse at 50% 20%,rgba(201,162,39,.08) 0,transparent 60%);pointer-events:none}.hero-label{font-size:11px;font-weight:700;color:var(--text3);letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;display:flex;align-items:center;gap:10px}.hero-label::after,.hero-label::before{content:'';display:block;height:1px;width:32px;background:var(--border2)}.hero-h1{font-size:clamp(42px,6.5vw,76px);font-weight:900;line-height:1.1;color:var(--text);margin-bottom:20px;letter-spacing:-.02em}.hero-h1 .gold{color:var(--gold)}.hero-sub{font-size:clamp(15px,2vw,17px);color:var(--text2);max-width:520px;margin:0 auto 32px;line-height:1.9;font-weight:400}.hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:52px}.btn-primary{display:inline-flex;align-items:center;gap:7px;background:var(--gold);color:var(--on-gold);font-family:Cairo,sans-serif;font-size:14px;font-weight:700;padding:11px 26px;border-radius:var(--radius);text-decoration:none;transition:opacity .15s;border:none;cursor:pointer;letter-spacing:.01em}.btn-primary:hover{opacity:.88}.btn-ghost{display:inline-flex;align-items:center;gap:7px;background:0 0;color:var(--text2);font-family:Cairo,sans-serif;font-size:14px;font-weight:600;padding:11px 22px;border-radius:var(--radius);text-decoration:none;border:1px solid var(--border2);transition:all .15s}.btn-ghost:hover{color:var(--text);border-color:var(--text3);background:var(--bg3)}.hero-mockup{width:100%;max-width:880px;border:1px solid var(--border2);border-radius:10px;overflow:hidden;box-shadow:0 8px 32px var(--shadow),0 0 0 1px rgba(255,255,255,.03);position:relative}.mockup-bar{height:34px;background:var(--bg3);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:5px}.mockup-dot{width:8px;height:8px;border-radius:50%}.mockup-dot.r{background:#ff5f57}.mockup-dot.y{background:#febc2e}.mockup-dot.g{background:#28c840}.mockup-url{flex:1;height:18px;background:var(--bg2);border-radius:4px;margin:0 10px;opacity:.5}.hero-mockup-img{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;object-position:top}.trust-bar{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;transition:background .2s}.trust-item{display:flex;align-items:center;gap:7px;padding:14px 24px;font-size:12px;font-weight:600;color:var(--text2);border-left:1px solid var(--border)}.trust-item:last-child{border-left:none}.trust-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}.section{padding:72px 24px;max-width:1200px;margin:0 auto}.section-eyebrow{font-size:11px;font-weight:700;color:var(--gold);letter-spacing:.1em;margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-eyebrow::before{content:'';display:block;width:20px;height:1px;background:var(--gold);opacity:.5}.section-h2{font-size:clamp(26px,3vw,36px);font-weight:800;line-height:1.18;color:var(--text);margin-bottom:14px;letter-spacing:-.015em}.section-body{font-size:14px;color:var(--text2);line-height:1.9;max-width:480px}.features-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:40px}.features-intro-right{max-width:420px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.feat-card{background:var(--bg2);padding:24px 22px;border-bottom:1px solid var(--border);border-left:1px solid var(--border);display:flex;flex-direction:column;gap:8px;transition:background .15s,opacity .35s ease,transform .35s ease}.feat-card:hover{background:var(--bg3)}.feat-card:nth-child(3n+1){border-left:none}.feat-card:nth-last-child(-n+2){border-bottom:none}.feat-icon-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.feat-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.feat-dot.gold{background:var(--gold)}.feat-dot.green{background:var(--green)}.feat-dot.blue{background:var(--blue)}.feat-dot.purple{background:var(--purple)}.feat-icon-char{font-size:16px;line-height:1}.feat-title{font-size:14px;font-weight:700;color:var(--text)}.feat-desc{font-size:12px;color:var(--text2);line-height:1.7}.feat-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.feat-tag{font-size:10px;font-weight:600;color:var(--text3);background:var(--bg3);border:1px solid var(--border);border-radius:3px;padding:2px 7px}.feat-tag.accent{color:var(--gold);background:var(--gold-bg);border-color:var(--gold-border)}.systems-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.sys-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;overflow:hidden}.sys-card-header{padding:18px 20px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sys-title{font-size:16px;font-weight:800;color:var(--text);letter-spacing:-.01em}.sys-sub{font-size:11px;color:var(--text3);margin-top:2px}.sys-badge{font-size:10px;font-weight:700;padding:3px 9px;border-radius:4px;flex-shrink:0;white-space:nowrap;margin-top:2px}.sys-badge.gold{color:var(--gold);background:var(--gold-bg);border:1px solid var(--gold-border)}.sys-badge.blue{color:var(--blue);background:var(--blue-bg);border:1px solid rgba(74,144,217,.18)}.sys-modules{padding:8px 0}.sys-module{display:flex;align-items:center;gap:10px;padding:8px 20px;border-bottom:1px solid var(--border)}.sys-module:last-child{border-bottom:none}.sys-module-icon{font-size:13px;width:18px;text-align:center;flex-shrink:0;opacity:.7}.sys-module-name{font-size:12px;font-weight:600;color:var(--text);flex:1}.sys-module-tags{display:flex;gap:3px;flex-wrap:wrap}.sys-module-tag{font-size:10px;font-weight:600;color:var(--text3);background:var(--bg3);border:1px solid var(--border);border-radius:3px;padding:1px 6px}.sys-gallery{border-top:1px solid var(--border);position:relative;overflow:hidden;background:var(--bg3);aspect-ratio:16/10}.sys-gallery-track{display:flex;height:100%;width:100%;transition:transform .4s ease}.sys-gallery-slide{min-width:100%;width:100%;height:100%;flex-shrink:0}.sys-gallery-slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.sys-gallery-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:4px;z-index:2}.sys-gallery-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .2s;border:none;padding:0}.sys-gallery-dot.active{background:rgba(255,255,255,.85);width:14px;border-radius:3px}.sys-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:5px;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.sys-gallery-arrow:hover{background:rgba(0,0,0,.75)}.sys-gallery-arrow.prev{right:8px}.sys-gallery-arrow.next{left:8px}.exclusive-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.exclusive-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;margin-top:0;align-items:start}.exclusive-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.exc-card{background:var(--bg2);padding:20px 18px;transition:background .15s}.exc-card:hover{background:var(--bg3)}.exc-label{font-size:10px;font-weight:700;color:var(--blue);letter-spacing:.06em;margin-bottom:10px;display:block}.exc-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:6px}.exc-desc{font-size:12px;color:var(--text2);line-height:1.65}.hw-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hw-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--border);margin-top:40px}.hw-card{background:var(--bg2);padding:28px 20px;display:flex;flex-direction:column;align-items:center;gap:6px;transition:background .15s}.hw-card:hover{background:var(--bg3)}.hw-img-wrap{width:100px;height:100px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden;background:var(--bg3);border:1px solid var(--border)}[data-theme=light] .hw-img-wrap{background:#f0efec}.hw-img{width:80%;height:80%;object-fit:contain;display:block}.hw-name{font-size:13px;font-weight:700;color:var(--text);margin-bottom:6px;text-align:center}.hw-desc{font-size:12px;color:var(--text2);line-height:1.6;margin-bottom:10px;text-align:center}.hw-en{font-size:10px;font-weight:700;color:var(--gold);letter-spacing:.05em}.compare-section{background:var(--bg);border-top:1px solid var(--border)}.compare-wrap{margin-top:36px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.compare-table{width:100%;border-collapse:collapse;font-size:13px}.compare-table thead tr{background:var(--bg3)}.compare-table th{padding:11px 18px;text-align:right;font-weight:700;color:var(--text2);font-size:11px;letter-spacing:.04em;border-bottom:1px solid var(--border)}.compare-table th.feature-col{color:var(--text3);font-weight:500;letter-spacing:0}.compare-table td{padding:9px 18px;border-bottom:1px solid var(--border);color:var(--text2);font-size:12px}.compare-table td:first-child{color:var(--text);font-weight:600}.compare-table tbody th{color:var(--text);font-weight:600;text-align:right}.compare-table tr:last-child td,.compare-table tr:last-child th{border-bottom:none}.compare-table tbody tr:hover td,.compare-table tbody tr:hover th{background:var(--bg3)}.ck{color:var(--green);font-weight:700;font-size:13px}.cx{color:var(--text3);font-size:15px}.contact-section{background:var(--bg);border-top:1px solid var(--border);padding:72px 24px}.contact-wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-eyebrow{font-size:10px;font-weight:700;color:var(--gold);letter-spacing:.1em;margin-bottom:14px;display:flex;align-items:center;gap:8px}.contact-eyebrow::before{content:'';display:block;width:20px;height:1px;background:var(--gold);opacity:.5}.contact-h2{font-size:clamp(26px,3vw,34px);font-weight:800;color:var(--text);letter-spacing:-.015em;line-height:1.2;margin-bottom:12px}.contact-sub{font-size:14px;color:var(--text2);line-height:1.9;margin-bottom:28px;max-width:360px}.contact-primary{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--on-gold);font-family:Cairo,sans-serif;font-size:14px;font-weight:700;padding:12px 24px;border-radius:var(--radius);text-decoration:none;transition:opacity .15s}.contact-primary:hover{opacity:.88}.contact-right{display:flex;flex-direction:column;gap:4px;padding-top:4px}.contact-channel{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;background:var(--bg2);transition:border-color .15s,background .15s}.contact-channel:hover{border-color:var(--border2);background:var(--bg3)}.contact-channel-icon{width:38px;height:38px;border-radius:8px;background:var(--bg3);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-channel-body{flex:1;min-width:0}.contact-channel-label{font-size:10px;font-weight:700;color:var(--text3);letter-spacing:.06em;display:block;margin-bottom:2px}.contact-channel-value{font-size:13px;font-weight:600;color:var(--text);display:block}.contact-channel-arrow{font-size:14px;color:var(--text3);flex-shrink:0}.contact-divider{height:1px;background:var(--border);margin:8px 0}footer{background:var(--bg2);border-top:1px solid var(--border)}.footer-main{max-width:1200px;margin:0 auto;padding:32px 24px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer-logo{display:flex;align-items:center;gap:9px;margin-bottom:8px;text-decoration:none}.footer-logo img{width:24px;height:24px;border-radius:5px;object-fit:contain}.footer-logo span{font-size:14px;font-weight:700;color:var(--text)}.footer-tagline{font-size:12px;color:var(--text3);line-height:1.6;max-width:220px}.footer-nav{display:flex;gap:48px;flex-wrap:wrap}.footer-nav-label{font-size:10px;font-weight:700;color:var(--text3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;display:block}.footer-nav-links{display:flex;flex-direction:column;gap:8px}.footer-nav-link{font-size:13px;color:var(--text2);text-decoration:none;transition:color .15s}.footer-nav-link:hover{color:var(--text)}.footer-bottom{max-width:1200px;margin:0 auto;padding:14px 24px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer-copy{font-size:11px;color:var(--text3)}.footer-social{display:flex;gap:6px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;border:1px solid var(--border2);text-decoration:none;transition:border-color .15s,background .15s,opacity .15s;opacity:.6}.footer-social-link:hover{opacity:1;background:var(--bg3);border-color:var(--border2)}.footer-social-link svg{display:block;flex-shrink:0}@media(max-width:960px){.nav-links{display:none}.nav-controls .nav-cta{display:none}.nav-desktop-controls{display:none}.nav-mobile-btn{display:flex}.features-grid{grid-template-columns:repeat(2,1fr)}.feat-card:nth-child(3n+1){border-left:1px solid var(--border)}.feat-card:nth-child(odd){border-left:none}.feat-card:nth-last-child(3){border-bottom:1px solid var(--border)}.feat-card:nth-last-child(-n+2){border-bottom:none}.systems-grid{grid-template-columns:1fr}.exclusive-layout{grid-template-columns:1fr;gap:24px}.hw-grid{grid-template-columns:repeat(2,1fr)}.features-intro{flex-direction:column;gap:20px}}@media(max-width:640px){.nav{padding:0 16px}.hero{padding-top:calc(var(--nav-h) + 56px)!important;padding-bottom:48px!important;padding-left:16px!important;padding-right:16px!important;min-height:auto!important;justify-content:flex-start!important}.hero-mockup{display:none}.features-grid{grid-template-columns:1fr}.feat-card{border-left:none!important}.feat-card{border-bottom:1px solid var(--border)!important}.feat-card:last-child{border-bottom:none!important}.exclusive-grid{grid-template-columns:1fr}.hw-grid{grid-template-columns:1fr 1fr}.trust-bar{flex-direction:column;gap:0}.trust-item{border-left:none;border-bottom:1px solid var(--border);width:100%;justify-content:center}.trust-item:last-child{border-bottom:none}.section{padding:56px 16px}.compare-table td,.compare-table th{padding:8px 12px;font-size:11px}.contact-wrap{grid-template-columns:1fr;gap:36px}.footer-main{flex-direction:column;gap:24px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.sys-gallery{aspect-ratio:4/3}}@media(max-width:400px){.hero-actions{flex-direction:column;align-items:center}.btn-ghost,.btn-primary{width:100%;justify-content:center}.hw-grid{grid-template-columns:1fr}}.lightbox{display:none;position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.88);align-items:center;justify-content:center;cursor:zoom-out}.lightbox.open{display:flex}.lightbox-img{max-width:92vw;max-height:90vh;object-fit:contain;display:block;border-radius:6px;cursor:default;box-shadow:0 8px 40px rgba(0,0,0,.6)}.lightbox-close{position:fixed;top:16px;right:20px;width:32px;height:32px;border-radius:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-close:hover{background:rgba(255,255,255,.16)}.lightbox-next,.lightbox-prev{position:fixed;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-next:hover,.lightbox-prev:hover{background:rgba(255,255,255,.16)}.lightbox-prev{right:12px}.lightbox-next{left:12px}.sys-gallery-slide{cursor:zoom-in}[data-theme=light] .hero-glow{background:radial-gradient(ellipse at 50% 20%,rgba(201,162,39,.09) 0,transparent 60%)}[data-theme=light] .hero::before{opacity:.2}[data-theme=light] .hero-mockup{box-shadow:0 16px 48px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.06)}[data-theme=light] .sys-gallery-dot{background:rgba(0,0,0,.25)}[data-theme=light] .sys-gallery-dot.active{background:rgba(0,0,0,.7)}[data-theme=light] .sys-gallery-arrow{background:rgba(0,0,0,.35)}[data-theme=light] .sys-gallery-arrow:hover{background:rgba(0,0,0,.6)}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes lineGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes gridPulse{0%,100%{opacity:.28}50%{opacity:.42}}@keyframes mockupBorderPulse{0%,100%{box-shadow:0 8px 32px var(--shadow),0 0 0 1px rgba(255,255,255,.03),0 0 0 0 rgba(201,162,39,0)}50%{box-shadow:0 8px 32px var(--shadow),0 0 0 1px rgba(201,162,39,.18),0 0 20px 0 rgba(201,162,39,.05)}}@keyframes scanLine{0%{transform:translateY(-100%);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(100%);opacity:0}}@keyframes dotBlink{0%,100%{opacity:1}50%{opacity:.3}}@keyframes trustSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero::before{animation:gridPulse 4s ease-in-out infinite}.hero-label{opacity:0;animation:fadeUp .5s ease forwards;animation-delay:.1s}.hero-h1{opacity:0;animation:fadeUp .55s ease forwards;animation-delay:.22s}.hero-sub{opacity:0;animation:fadeUp .55s ease forwards;animation-delay:.36s}.hero-actions{opacity:0;animation:fadeUp .5s ease forwards;animation-delay:.48s}.hero-mockup{opacity:0;animation:fadeUp .6s ease forwards,mockupBorderPulse 3.5s ease-in-out 1s infinite;animation-delay:.58s,1s}.hero-mockup-img{position:relative}.hero-mockup::after{content:'';position:absolute;inset:34px 0 0 0;pointer-events:none;z-index:2;background:linear-gradient(to bottom,transparent 0,rgba(201,162,39,.04) 50%,transparent 100%);height:60px;animation:scanLine 6s ease-in-out 2s infinite}.nav{transition:background .2s,border-color .25s}.nav.scrolled{border-bottom-color:var(--gold-border)}.trust-item{opacity:0;animation:trustSlide .4s ease forwards}.trust-item:first-child{animation-delay:.05s}.trust-item:nth-child(2){animation-delay:.12s}.trust-item:nth-child(3){animation-delay:.19s}.trust-item:nth-child(4){animation-delay:.26s}.trust-item:nth-child(5){animation-delay:.33s}.reveal{opacity:0;transform:translateY(14px);transition:opacity .4s ease,transform .4s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.reveal-delay-5{transition-delay:.40s}.reveal-delay-6{transition-delay:.48s}.feat-card{opacity:0;transform:translateY(10px)}.feat-card.visible{opacity:1;transform:translateY(0)}.section-eyebrow::before{transform-origin:right;transform:scaleX(0);transition:transform .4s ease .2s}.section-eyebrow.visible::before{transform:scaleX(1)}.mockup-dot.r{animation:dotBlink 2.8s ease-in-out 2s infinite}.mockup-dot.g{animation:dotBlink 2.8s ease-in-out 2.3s infinite}.hw-card:hover .hw-img{transform:scale(1.06);transition:transform .2s ease}.hw-img{transition:transform .2s ease}.sys-card{transition:border-color .2s ease}.sys-card:hover{border-color:var(--border2)}.contact-link{transition:all .15s ease}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}.btn-ghost:focus-visible,.btn-primary:focus-visible,.contact-primary:focus-visible,.icon-btn:focus-visible,.lang-btn:focus-visible,.nav-cta:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.lightbox-close:focus-visible,.lightbox-next:focus-visible,.lightbox-prev:focus-visible,.sys-gallery-arrow:focus-visible,.sys-gallery-dot:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important}}