@import "https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap";body{margin-top:0!important;padding-top:0!important}.ars-header{z-index:1000;background:linear-gradient(#0a0a0c66 0%,#0a0a0c00 100%);border-bottom:1px solid #fff0;padding:1rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;left:0;right:0;top:0!important}.ars-header.scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0cd9;border-bottom:1px solid #ffffff14;padding:.75rem 0;box-shadow:0 10px 30px #0000004d}.ars-header-logo-link{align-items:center;text-decoration:none;display:flex}.ars-header-logo{width:auto;height:58px;transition:all .4s cubic-bezier(.16,1,.3,1)}.ars-header.scrolled .ars-header-logo{height:42px}.ars-header-inner{justify-content:space-between;align-items:center;display:flex}.ars-nav-desktop{align-items:center;gap:2.5rem;display:flex}.ars-nav-link{color:var(--ars-text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.ars-nav-link:hover{color:var(--ars-text)}.ars-nav-dropdown-wrapper{position:relative}.ars-nav-dropdown-trigger{align-items:center;gap:5px;display:flex}.ars-nav-dropdown{-webkit-backdrop-filter:blur(20px);border-radius:var(--ars-radius);opacity:0;visibility:hidden;background:#0a0a0cf2;border:1px solid #ffffff14;min-width:200px;margin-top:.5rem;padding:.8rem 0;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #00000080}.ars-nav-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.ars-dropdown-link{color:var(--ars-text-muted);padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.ars-dropdown-link:hover,.ars-dropdown-link.active{color:var(--ars-text);background:#ffffff0d;padding-left:1.5rem}.ars-nav-btn{padding:.6rem 1.2rem;font-size:.9rem}.ars-mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.ars-lang-toggle{border:1px solid var(--ars-border);color:#fff;border-radius:var(--ars-radius);cursor:pointer;background:#ffffff0d;align-items:center;gap:6px;margin-left:.5rem;padding:.5rem .8rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ars-lang-toggle:hover{border-color:var(--ars-primary);background:#ffffff1a}.ars-lang-toggle.mobile,.ars-mobile-actions{display:none}.ars-mobile-overlay{background:var(--ars-bg);z-index:999;opacity:0;visibility:hidden;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-20px)}.ars-mobile-overlay.open{opacity:1;visibility:visible;transform:translateY(0)}.ars-mobile-nav{flex-direction:column;align-items:center;gap:2rem;display:flex}.ars-mobile-link{font-size:1.5rem;font-weight:600}@media (width<=768px){.ars-nav-desktop{display:none}.ars-mobile-actions{align-items:center;display:flex}.ars-lang-toggle.mobile{display:flex}.ars-mobile-toggle{display:block}.ars-header{padding:1rem 0}.ars-mobile-sub-nav{flex-direction:column;align-items:center;gap:1.25rem;margin:1.5rem 0;padding-left:0;display:flex}.ars-mobile-sub-link{color:var(--ars-text-muted);font-size:1.1rem;font-weight:500;transition:all .2s}.ars-mobile-sub-link.active{color:var(--ars-text)}}.ars-footer{border-top:1px solid var(--ars-border);background:#050505;padding:5rem 0 2rem}.ars-footer-top{grid-template-columns:2fr 2fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.ars-footer-brand{max-width:350px}.ars-footer-logo{width:100%;height:auto;margin-bottom:1.5rem}.ars-footer-about{color:var(--ars-text-muted);margin:1.5rem 0 2rem;font-size:.95rem;line-height:1.7}.ars-social-links{gap:1.2rem;display:flex}.ars-social-links a{background:var(--ars-surface-light);width:40px;height:40px;color:var(--ars-text-muted);border:1px solid var(--ars-border);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ars-social-links a:hover{background:var(--ars-primary);color:#fff;transform:translateY(-3px)}.ars-footer-links{gap:4rem;display:flex}.ars-link-group h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.ars-link-group{flex-direction:column;gap:1rem;display:flex}.ars-link-group a{color:var(--ars-text-muted);font-size:.9rem;line-height:.5rem;transition:color .2s}.ars-link-group a:hover{color:var(--ars-accent)}.ars-footer-contact h4{margin-bottom:1.5rem;font-size:1.1rem}.ars-contact-item{color:var(--ars-text-muted);align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.95rem;display:flex}.ars-contact-icon{color:var(--ars-accent)}.ars-contact-btn{width:100%;margin-top:1rem}.ars-footer-bottom{border-top:1px solid var(--ars-border);color:var(--ars-text-muted);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;font-size:.85rem;display:flex}.ars-footer-compliance{opacity:.8;max-width:800px;padding:0 1rem;font-size:.75rem;line-height:1.6}.ars-back-to-top{background:var(--ars-surface-light);color:#fff;border:1px solid var(--ars-border);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.ars-back-to-top:hover{background:var(--ars-primary);transform:translateY(-5px)}@media (width<=1024px){.ars-footer-top{grid-template-columns:1fr 1fr;gap:3rem}.ars-footer-brand{grid-column:span 2;max-width:100%}}@media (width<=768px){.ars-footer-top{grid-template-columns:1fr;gap:2.5rem}.ars-footer-brand{grid-column:span 1}.ars-footer-links{flex-direction:column;gap:2.5rem}.ars-footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}.ars-whatsapp-container{z-index:2000;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:fixed;bottom:1rem;right:1rem}.ars-whatsapp-btn{color:#fff;cursor:pointer;z-index:2;background-color:#25d366;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:box-shadow .3s;animation:2s infinite ars-pulse-ring;display:flex;position:relative;box-shadow:0 4px 15px #25d36666}.ars-whatsapp-btn:hover{box-shadow:0 8px 25px #25d36699}.ars-wa-tooltip{color:#333;white-space:nowrap;opacity:0;pointer-events:none;z-index:3;background:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s;position:absolute;right:85px;transform:translate(10px);box-shadow:0 4px 12px #0000001a}.ars-whatsapp-btn:hover .ars-wa-tooltip{opacity:1;transform:translate(0)}.ars-wa-rotating-text{pointer-events:none;z-index:1;width:120px;height:120px;animation:22s linear infinite ars-wa-rotate;position:absolute}.ars-wa-text-path{fill:#ffffffbf;text-transform:uppercase;letter-spacing:1.8px;text-shadow:0 1px 4px #0003;font-family:Inter,sans-serif;font-size:7.8px;font-weight:600}@keyframes ars-wa-rotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes ars-pulse-ring{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=768px){.ars-whatsapp-container{width:110px;height:110px;bottom:.5rem;right:.5rem}.ars-whatsapp-btn{width:52px;height:52px}.ars-wa-rotating-text{width:110px;height:110px}.ars-wa-text-path{letter-spacing:1.6px;font-size:7.2px}.ars-wa-tooltip{right:75px}}.ars-contact-form-container{max-width:600px;margin:4rem auto 0}.ars-contact-form{background:var(--ars-surface);border-radius:var(--ars-radius-lg);border:1px solid var(--ars-border);padding:2.5rem;box-shadow:0 10px 30px #0003}.ars-form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.ars-form-group label{color:var(--ars-text-muted);font-size:.9rem;font-weight:600}.ars-form-group input,.ars-form-group select,.ars-form-group textarea{background:var(--ars-surface-light);border:1px solid var(--ars-border);border-radius:var(--ars-radius);color:#fff;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.ars-form-group input:focus,.ars-form-group select:focus,.ars-form-group textarea:focus{border-color:var(--ars-primary);outline:none}.ars-form-group select option{background:var(--ars-bg);color:#fff}.ars-checkboxes-container{text-align:left;flex-direction:column;gap:.8rem;margin:1.5rem 0;display:flex}.ars-checkbox-item{align-items:flex-start;gap:.75rem;display:flex}.ars-checkbox-input{appearance:none;border:1px solid var(--ars-border);background:var(--ars-surface-light);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative}.ars-checkbox-input:checked{background:linear-gradient(135deg,#1d6ff2,#299fe9);border-color:#0000}.ars-checkbox-input:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:11px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.ars-checkbox-input:focus-visible{outline:2px solid var(--ars-primary);outline-offset:2px}.ars-checkbox-label{color:var(--ars-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.85rem;line-height:1.4}.ars-tos-link{color:#1d6ff2;font-weight:600;text-decoration:underline;transition:color .2s}.ars-tos-link:hover{color:#299fe9}.ars-form-submit{width:100%;margin-top:1rem}.ars-form-submit:disabled{opacity:.7;cursor:not-allowed}.ars-form-success{text-align:center;color:#25d366;margin-top:1.5rem;font-size:.95rem;font-weight:600}@media (width<=768px){.ars-contact-form{padding:1.5rem}}.ars-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;padding:.5rem;display:flex;position:fixed;inset:0}.ars-modal-content{background:var(--ars-surface);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);width:100%;max-width:500px;max-height:95vh;padding:1.5rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.ars-modal-content::-webkit-scrollbar{width:6px}.ars-modal-content::-webkit-scrollbar-track{background:0 0}.ars-modal-content::-webkit-scrollbar-thumb{background-color:var(--ars-border);border-radius:3px}.ars-modal-close{color:var(--ars-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:color .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.ars-modal-close:hover{color:var(--ars-text);background:#ffffff0d;transform:rotate(90deg)}.ars-modal-header{text-align:center;margin-bottom:1rem;padding-right:1.5rem}.ars-modal-header h2{margin-bottom:.25rem;font-size:1.6rem}.ars-modal-header p{color:var(--ars-text-muted);font-size:.85rem}.ars-modal-body .ars-contact-form-container{box-shadow:none;background:0 0;border:none;margin-top:0;padding:0}.ars-modal-whatsapp-option{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.ars-modal-or-text{color:var(--ars-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.ars-modal-whatsapp-link{color:#fff;border-radius:var(--ars-radius);background:#25d366;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 10px #25d36626}.ars-modal-whatsapp-link:hover{background:#20ba5a;transform:translateY(-1px);box-shadow:0 6px 15px #25d36640;color:#fff!important}.ars-modal-whatsapp-link:active{transform:translateY(0)}.ars-modal-body .ars-form-group{gap:.25rem;margin-bottom:.75rem}.ars-modal-body .ars-form-group label{font-size:.8rem}.ars-modal-body .ars-form-group input,.ars-modal-body .ars-form-group select,.ars-modal-body .ars-form-group textarea{padding:.6rem .8rem;font-size:.9rem}.ars-modal-body .ars-form-group textarea{resize:none;height:60px;min-height:60px}.ars-modal-body .ars-checkboxes-container{margin:.75rem 0}.ars-modal-body .ars-checkbox-label{font-size:.78rem}.ars-modal-body .ars-form-submit{margin-top:.5rem;padding:.7rem 1.5rem}@media (width<=480px){.ars-modal-overlay{padding:.25rem}.ars-modal-content{max-height:98vh;padding:1rem}.ars-modal-close{top:.5rem;right:.5rem}.ars-modal-header{margin-bottom:.75rem}.ars-modal-header h2{font-size:1.3rem}.ars-modal-header p{font-size:.75rem;display:none}.ars-modal-whatsapp-option{gap:.4rem;margin-bottom:.75rem}.ars-modal-whatsapp-link{justify-content:center;width:100%;padding:.45rem 1rem;font-size:.85rem}.ars-modal-body .ars-form-group{margin-bottom:.5rem}.ars-modal-body .ars-form-group input,.ars-modal-body .ars-form-group select,.ars-modal-body .ars-form-group textarea{padding:.5rem .7rem;font-size:.85rem}.ars-modal-body .ars-form-group textarea{height:50px;min-height:50px}.ars-modal-body .ars-checkboxes-container{margin:.5rem 0}.ars-modal-body .ars-checkbox-label{font-size:.75rem}.ars-modal-body .ars-form-submit{margin-top:.4rem;padding:.6rem 1.2rem}}.ars-cookie-banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);z-index:99999;background:#0f0f11f2;width:90%;max-width:800px;margin:0 auto;padding:1.5rem 2rem;position:fixed;bottom:2rem;left:0;right:0;box-shadow:0 20px 40px -10px #00000080}.ars-cookie-content{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;display:flex}.ars-cookie-text h4{color:var(--ars-text);margin-bottom:.25rem;font-size:1.1rem}.ars-cookie-text p{color:var(--ars-text-muted);font-size:.9rem;line-height:1.5}.ars-cookie-actions{flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ars-cookie-btn{padding:.6rem 1.2rem;font-size:.9rem}.ars-cookie-btn-outline{color:var(--ars-text);border:1px solid var(--ars-border);background:0 0;padding:.6rem 1.2rem;font-size:.9rem}.ars-cookie-btn-outline:hover{background:#ffffff1a}@media (width<=768px){.ars-cookie-banner{border-radius:var(--ars-radius-lg) var(--ars-radius-lg) 0 0;border-bottom:none;width:100%;max-width:100%;margin:0 auto;padding:1.5rem;bottom:0;left:0;right:0}.ars-cookie-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.ars-cookie-actions{flex-flow:wrap;justify-content:space-between;align-items:center;width:100%}.ars-cookie-btn,.ars-cookie-btn-outline{justify-content:center}}.ars-cookie-overlay{z-index:99997;pointer-events:all;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}.ars-cookie-backdrop{z-index:99998;pointer-events:auto;background:#000000b3;width:100vw;height:100vh;position:fixed;top:0;left:0}.ars-cookie-link{color:var(--ars-accent);font-weight:600;text-decoration:underline;transition:color .2s}.ars-cookie-link:hover{color:var(--ars-primary)}.ars-cookie-warning{color:#ff4d4d;margin-top:.5rem;font-size:.8rem;font-weight:600;line-height:1.4;display:block}.ars-hero{align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.ars-hero-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ars-hero-img{object-fit:cover;filter:brightness(.6);width:100%;height:100%}.ars-hero-overlay{background:linear-gradient(90deg,#0a0a0a,#0a0a0a99,#0a0a0a00);width:100%;height:100%;position:absolute;top:0;left:0}.ars-hero-content{z-index:2;width:100%;position:relative}.ars-hero-text{max-width:1200px}.ars-hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--ars-border);text-transform:uppercase;letter-spacing:.1em;color:var(--ars-accent);background:#ffffff1a;border-radius:100px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.ars-hero-title{margin-bottom:2rem;font-size:3rem;line-height:1.1}.ars-hero-description{color:var(--ars-text);max-width:600px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ars-hero-region{color:var(--ars-text);align-items:center;gap:.8rem;font-size:1.2rem;display:flex}.ars-hero-region2{color:var(--ars-text-muted);align-items:center;gap:.8rem;font-size:.8rem;display:flex}.ars-region-extra{color:#1d6ff2;text-align:left;margin-top:.5rem;font-size:.95rem;font-weight:600}.ars-region-dot{background:#25d366;border-radius:50%;width:8px;height:8px;position:relative}.ars-region-dot:after{content:"";background:#25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite ars-pulse;position:absolute;top:0;left:0}@keyframes ars-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.ars-hero-btns{gap:1.5rem;margin:3rem 0;display:flex}.ars-hero-scroll{z-index:2;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ars-scroll-mouse{border:2px solid var(--ars-border);border-radius:20px;justify-content:center;width:25px;height:40px;padding-top:5px;display:flex}.ars-scroll-wheel{background:var(--ars-accent);border-radius:2px;width:3px;height:8px;animation:1.5s infinite scrollAnim}@keyframes scrollAnim{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}.ars-hero-visuals{z-index:10;pointer-events:auto;perspective:2000px;width:550px;height:500px;transform-style:preserve-3d;position:absolute;top:40%;right:10%;transform:translateY(-50%)}.ars-float-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:var(--ars-radius-lg);cursor:pointer;width:100%;max-width:320px;transform-style:preserve-3d;background:#0f0f11b3;border:1px solid #ffffff1a;padding:1.5rem 2rem;transition:all .6s cubic-bezier(.16,1,.3,1);position:absolute;box-shadow:0 10px 30px #0000004d}.ars-float-card:hover{z-index:50;border-color:var(--ars-accent);background:#141416d9;transform:scale(1.05)translateZ(50px)translateY(-5px);box-shadow:0 30px 60px #0009}.ars-fc-1{z-index:10;border-top:1px solid #fff3;border-left:1px solid #fff3;top:50%;right:0}.ars-fc-2{z-index:5;border-bottom:1px solid #fff3;border-right:1px solid #fff3;bottom:0%;left:0}.ars-fc-video{z-index:7;border-top:1px solid #fff3;border-right:1px solid #fff3;max-width:380px;padding:1rem;top:3%;left:17%}.ars-fc-video-container{aspect-ratio:16/9;border-radius:calc(var(--ars-radius-lg) - 15px);background:#000;border:1px solid #ffffff1a;width:100%;margin-top:.5rem;overflow:hidden}.ars-fc-video-el{object-fit:cover;width:100%;height:100%}.ars-fc-tag{color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.ars-fc-price{color:var(--ars-text);align-items:center;gap:.2rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.ars-fc-symbol{color:var(--ars-accent);font-size:1.2rem;font-weight:600}.ars-fc-num{color:var(--ars-text);font-size:2.8rem;font-weight:800;line-height:1}.ars-fc-vat{color:var(--ars-accent);opacity:.8;letter-spacing:.05em;margin-left:.2rem;font-size:.75rem;font-weight:500}.ars-fc-sub-header{color:#ffffffe6;border-bottom:1px solid #ffffff26;margin-bottom:1rem;padding-bottom:1rem;font-size:.95rem;font-weight:600}.ars-fc-includes{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.ars-fc-includes li{color:#fffffff2;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}@media (width<=1024px){.ars-hero-title{font-size:4rem}.ars-hero-visuals{width:300px;height:300px;transform:scale(.9)}}@media (width<=768px){.ars-hero{height:auto;min-height:unset;flex-direction:column;justify-content:flex-start;align-items:center;padding:80px 0 30px;display:flex}.ars-hero-overlay{background:linear-gradient(#00000080,#000000b3)}.ars-hero-content{text-align:center;z-index:10;order:1;padding:0 1.5rem;position:relative}.ars-hero-text{flex-direction:column;align-items:center;width:100%;display:flex}.ars-hero-title{text-align:left;width:100%;margin-bottom:1rem;font-size:clamp(2.3rem,10vw,2.5rem);line-height:1.2}.ars-hero-description{color:var(--ars-text-muted);text-align:left;max-width:100%;margin-bottom:1.5rem;margin-right:auto;font-size:.8rem;line-height:1.4}.ars-hero-visuals{perspective:none;flex-direction:column;order:2;align-items:center;gap:1.5rem;width:100%;height:auto;margin:1.5rem auto 0;display:none;position:relative;overflow:visible}.ars-float-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:1!important;width:100%!important;max-width:none!important;margin:0!important;padding:1rem!important;transition:transform .3s!important;position:relative!important;inset:auto!important;transform:none!important;box-shadow:0 15px 30px #00000080!important}.ars-fc-video{order:1;border:1px solid #ffffff26!important;width:92%!important;margin:0 auto!important}.ars-fc-1,.ars-fc-2{width:85%!important;margin-top:-1rem!important;scale:.85!important}.ars-fc-1{order:2}.ars-fc-2{order:3}.ars-fc-video-container{aspect-ratio:16/9}.ars-hero-btns{flex-direction:column;justify-content:center;align-items:stretch;gap:.75rem;width:100%;margin:1.5rem 0}.ars-btn{text-align:center;letter-spacing:0;justify-content:center;width:100%;padding:.8rem 1rem;font-size:.85rem}.ars-hero-badge{letter-spacing:.05em;white-space:nowrap;width:auto;padding:3px 8px;display:inline-block;margin-bottom:1rem!important;font-size:.6rem!important}.ars-hero-scroll{display:none}.ars-hero-region2{text-align:left;width:100%;color:var(--ars-text-muted);justify-content:center;align-items:center;gap:.8rem;font-size:.8rem;display:flex}.ars-hero-region{text-align:center;flex-direction:row;align-items:center;gap:.4rem;width:100%;font-size:.7rem}.ars-hero-region strong{margin-top:0;font-size:1rem;display:block}.ars-region-extra{text-align:center;width:100%;font-size:.85rem}}.widget-wrapper{z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--ars-radius-lg);background:#0f0f1199;border:1px solid #ffffff1a;width:400px;padding:10px;position:absolute;top:120px;right:5%;box-shadow:0 20px 40px #0006}#adready-videotour-widget{border-radius:calc(var(--ars-radius-lg) - 10px);width:100%;min-height:500px;overflow:hidden}@media (width<=1200px){.widget-wrapper{width:350px;right:2%}}@media (width<=1024px){.widget-wrapper{z-index:5;width:100%;max-width:600px;margin:40px auto 0;position:relative;top:0;right:0}}@media (width<=768px){.widget-wrapper{max-width:100%;margin-top:30px}#adready-videotour-widget{min-height:400px}}.ars-hero-card-platforms{border-bottom:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;margin-top:.5rem;margin-bottom:.8rem;padding-bottom:.8rem;display:flex}.ars-hero-platforms-label{color:#fffc;text-transform:uppercase;letter-spacing:.08em;opacity:.9;font-size:.75rem;font-weight:800}.ars-hero-platforms-icons{color:var(--ars-text-muted);justify-content:flex-start;align-items:center;gap:.9rem;display:flex}.hero-platform-more{color:var(--ars-text-muted);opacity:.8;white-space:nowrap;letter-spacing:.05em;margin-left:2px;font-size:.65rem;font-weight:700}.hero-platform-icon{cursor:pointer;opacity:.8;transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .25s,filter .25s}.hero-platform-icon:hover{opacity:1;transform:scale(1.2)translateY(-1px)}.hero-platform-icon.yt{color:red}.hero-platform-icon.yt:hover{filter:drop-shadow(0 0 6px #f009)}.hero-platform-icon.ig{color:#e1306c}.hero-platform-icon.ig:hover{filter:drop-shadow(0 0 6px #e1306c99)}.hero-platform-icon.tiktok{color:#fff}.hero-platform-icon.tiktok:hover{filter:drop-shadow(0 0 6px #fff9)}.hero-platform-icon.fb{color:#1877f2}.hero-platform-icon.fb:hover{filter:drop-shadow(0 0 6px #1877f299)}.hero-platform-icon.ln{color:#0a66c2}.hero-platform-icon.ln:hover{filter:drop-shadow(0 0 6px #0a66c299)}.home_aspect_box{min-width:100px;padding:10px}.home_aspect_icon{height:100%;position:relative;transform:translateY(-2px)}.vfd_field_centered{justify-content:center;width:100%;margin-bottom:0;display:flex}.vfd_aspect_wrap_centered{justify-content:center;width:100%;max-width:400px}.home-detailed-features{background:#fff}.home-features-detailed{flex-direction:column;gap:24px;display:flex}.home-feature-detailed{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1.8fr 1fr;align-items:center;gap:32px;max-width:900px;margin:0 auto;padding:32px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:grid;position:relative;overflow:visible;box-shadow:0 20px 40px -12px #0000001a,0 10px 20px -10px #0000000d,inset 0 1px 1px #fffc}.home-feature-detailed:hover{animation-play-state:paused;transform:translateY(-4px)scale(1.005);box-shadow:0 30px 50px -20px #4f2dff26,0 20px 30px -15px #0000001a}.home-feature-reversed .home-feature-content{text-align:right;align-items:right}.home-feature-reversed{direction:rtl}.home-feature-reversed>*{direction:ltr}.home-detailed-features .home-section-header{text-align:center;margin-bottom:40px}.home-detailed-features .home-section-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:12px;font-size:36px;font-weight:800}.home-detailed-features .home-section-subtitle{color:#475569;max-width:600px;margin:0 auto;font-size:16px;line-height:1.6}.home-feature-content{flex-direction:column;gap:12px;display:flex}.home-feature-step-badge{color:#fff;background:linear-gradient(135deg,#4f2dff 0%,#8b5cf6 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:6px;font-size:14px;font-weight:800;display:inline-flex;position:relative;box-shadow:0 4px 10px #4f2dff4d}.home-feature-detailed-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-family:CalSans,sans-serif;font-size:28px;font-weight:800;line-height:1.2}.home-feature-detailed-description{color:#374151;max-width:100%;margin:0 auto;font-size:15px;line-height:1.6}.home-feature-benefits{text-align:left;background:#f9fafb;border-left:3px solid #4f2dff;border-radius:12px;width:100%;padding:20px}.home-feature-subtitle{text-transform:uppercase;letter-spacing:.1em;color:#8b5cf6;margin:0;font-size:13px;font-weight:700}.home-feature-benefits-title{color:#0f172a;margin:0 0 10px;font-size:14px;font-weight:800}.home-feature-benefits-list{grid-template-columns:1fr 1fr;gap:8px 16px;margin:0;padding:0;list-style:none;display:grid}.home-feature-benefit-item{color:#334155;background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;font-weight:600;display:flex}.home-benefit-check{color:#1d6ff2;flex-shrink:0;font-size:14px;font-weight:900}.home-benefit-text{flex:1}.engine-color-1{color:#8b5cf6!important}.engine-color-2{color:#1d6ff2!important}.engine-color-3{color:#3b82f6!important}.home-feature-visual-container{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;height:400px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.home-feature-image{object-fit:cover;border-radius:8px;height:100%;display:block}.home-feature-visual-placeholder{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;min-height:250px;display:flex}.home-feature-placeholder-box{text-align:center;color:#9ca3af}.home-feature-placeholder-text{font-size:16px;font-weight:600}#main .home-how-it-works{padding:60px 0;position:relative;overflow:hidden;background:#0f172a!important}#main .home-how-it-works .home-section-title{color:#fff!important}#main .home-how-it-works .home-section-subtitle{color:#94a3b8!important}.home-how-video{filter:drop-shadow(0 0 20px #3b82f633);border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:1000px;margin:0 auto 30px;display:block}.home-how-cta{text-align:center;margin-top:40px}.home-steps-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:30px;display:grid}.home-step-card-3{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;padding:24px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px -8px #00000014}.home-step-card-3:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #4f2dff1a}.home-step-number-large{color:#4f2dff0a;z-index:0;pointer-events:none;font-size:80px;font-weight:900;line-height:1;position:absolute;top:-10px;right:-5px}.home-step-content{z-index:1;position:relative}.home-step-title{color:#0f172a;margin-bottom:12px;font-size:18px;font-weight:800;line-height:1.2}.home-step-divider{background:#4f2dff;border-radius:2px;width:40px;height:4px;margin-bottom:16px}.home-step-description{color:#475569;margin-bottom:20px;font-size:14px;line-height:1.6}.home-steps-cta{text-align:center;margin-top:30px}.home-business-model-section{background:#f0fdf4;padding:50px 0}.home-model-comparison{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;margin-top:30px;display:flex}.home-model-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;flex:1;min-width:280px;padding:24px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 25px -10px #00000014}.home-model-card.old-way{opacity:.9}.home-model-card.new-way{z-index:2;border:2px solid #1d6ff2;transform:scale(1.02);box-shadow:0 20px 50px -15px #1d6ff233}.home-model-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -15px #0000001a}.home-model-recommended-badge{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#1d6ff2;border-radius:99px;padding:4px 16px;font-size:10px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.home-model-card h3{margin-bottom:12px;font-size:20px;font-weight:900;line-height:1.2}.home-model-card.old-way h3{color:#991b1b}.home-model-card.new-way h3{color:#059669}.home-model-card p{color:#475569;margin-bottom:20px;font-size:14px;line-height:1.5}.home-model-divider{background:#f1f5f9;width:100%;height:1px;margin:0 auto 20px}.home-model-card ul{margin:0;padding:0;list-style:none}.home-model-card li{color:#1e293b;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:600;display:flex}.ai-features-section{background:#fff;padding:50px 0}.ai-features-header{text-align:left;margin-bottom:30px}.ai-features-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.zigzag-path{stroke-dasharray:10 20;stroke-width:10px;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:1;filter:blur(5px);animation:1s linear infinite zigzagFlow}.zigzag-path-bg{stroke-width:6px;stroke:#1d65ff;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:1}@keyframes zigzagFlow{to{stroke-dashoffset:-90px}}.ai-feature-card{background:#fff;border:1px solid #4f2dff1a;border-left:3px solid #4f2dff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;padding:12px 16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 20px -8px #0000000d,0 5px 10px -5px #00000005}.ai-feature-card:hover{border-color:#4f2dff;transform:translateY(-2px);box-shadow:0 15px 30px -10px #4f2dff26}.ai-feature-card.visual{border-left-color:#8b5cf6}.ai-feature-card.content-creation{border-left-color:#1d6ff2}.ai-feature-card.ads{border-left-color:#f59e0b}.ai-feature-card.automation{border-left-color:#3b82f6}.ai-feature-badge{border-radius:6px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.ai-feature-badge.visual{color:#8b5cf6;background:#8b5cf61a}.ai-feature-badge.content-creation{color:#1d6ff2;background:#1d6ff21a}.ai-feature-badge.ads{color:#f59e0b;background:#f59e0b1a}.ai-feature-badge.automation{color:#3b82f6;background:#3b82f61a}.ai-feature-title{color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:800}.ai-feature-desc{color:#475569;font-size:11px;line-height:1.3}.mobile-workflow-only{display:none}.theme-dna{--engine-accent:#f59e0b;--engine-accent-30:#f59e0b4d}.theme-creative{--engine-accent:#8b5cf6;--engine-accent-30:#8b5cf64d}.theme-social-ads{--engine-accent:#1d6ff2;--engine-accent-30:#1d6ff24d}.theme-listing{--engine-accent:#10b981;--engine-accent-30:#10b9814d}.theme-dashboard{--engine-accent:#ec4899;--engine-accent-30:#ec48994d}.interactive-engines-dark{background:#0f172a;border-bottom:1px solid #ffffff0d;padding:100px 0;position:relative}.interactive-engines-dark .home-container{max-width:1000px;margin:0 auto}.interactive-engines-dark .ai-features-header-dark{margin-bottom:50px}.interactive-engines-dark .home-hero-badge{margin-bottom:16px}.engines-interactive-wrapper{flex-direction:column;align-items:flex-start;gap:30px;max-width:1100px;margin:0;display:flex}.engines-sidebar{scrollbar-width:thin;scrollbar-color:#fff3 transparent;width:100%;padding-bottom:15px;overflow-x:auto}.engines-sidebar-track{flex-flow:row;justify-content:flex-start;gap:12px;width:max-content;min-width:100%;display:flex}.engines-sidebar-track .engine-tab-btn:nth-child(n+6){display:none}.engines-sidebar:hover .engines-sidebar-track{animation-play-state:paused}@keyframes enginesMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 6px))}}.engines-sidebar::-webkit-scrollbar{height:6px}.engines-sidebar::-webkit-scrollbar-track{background:0 0}.engines-sidebar::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:10px}.engine-tab-btn{cursor:pointer;text-align:left;background:#1e293b4d;border:1px solid #ffffff0d;border-radius:12px;flex:1;align-items:center;gap:10px;min-width:0;padding:12px 14px;transition:all .3s;display:flex;position:relative;overflow:hidden}.engine-tab-btn:hover{background:#1e293b99;border-color:#ffffff1a}.engine-tab-btn.active{background:#1e293be6;box-shadow:0 4px 20px #0000004d;border-color:var(--engine-accent)!important}.engine-tab-icon{color:#64748b;background:#0f172a99;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.engine-tab-btn.active .engine-tab-icon{background:#ffffff0d;color:var(--engine-accent)!important}.engine-tab-text{flex-direction:column;gap:0;display:flex}.engine-tab-num{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}.engine-tab-name{color:#cbd5e1;font-size:13px;font-weight:600;transition:color .3s}.engine-tab-btn.active .engine-tab-name{color:#fff}.engine-tab-active-indicator{width:60%;height:4px;box-shadow:0 0 10px var(--engine-accent);border-radius:4px 4px 0 0;position:absolute;top:auto;bottom:0;left:50%;transform:translate(-50%);background-color:var(--engine-accent)!important}.engines-content-area{flex-grow:1;width:100%;min-height:400px;position:relative}.engine-active-panel{-webkit-backdrop-filter:blur(10px);background:#0f172a66;border:1px solid #ffffff14;border-radius:20px;padding:40px;animation:.4s forwards fadeIn;position:relative;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.engine-panel-glow{opacity:.15;filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0;background-color:var(--engine-accent)!important}.engine-panel-inner{z-index:1;flex-direction:row;align-items:center;gap:40px;display:flex;position:relative}.engine-panel-text{flex:1;max-width:550px}.engine-dark-eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:13px;font-weight:700;color:var(--engine-accent)!important}.engine-dark-title{color:#fff;letter-spacing:-.01em;margin-top:10px;margin-bottom:15px;font-family:CalSans,sans-serif;font-size:32px;line-height:1.2}.engine-dark-desc{color:#94a3b8;margin-bottom:24px;font-size:16px;line-height:1.6}.engine-panel-benefits{flex-direction:column;gap:12px;display:flex}.engine-ben-item{color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;align-items:flex-start;gap:12px;padding:10px 14px;font-size:14px;font-weight:500;display:flex}.engine-ben-item svg{flex-shrink:0;color:var(--engine-accent)!important}.interactive-engines-dark .engine-panel-visual{flex:1;width:100%;min-width:0;margin-top:0}.interactive-engines-dark .engine-img-wrapper{aspect-ratio:1;background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px var(--engine-accent-30)!important}.interactive-engines-dark .engine-img-main{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.problem-solution-dark{background:#0b1120;border-bottom:1px solid #ffffff0d;padding:100px 0;position:relative}.ps-dark-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px;display:grid}.ps-dark-card{-webkit-backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:20px;padding:30px;transition:all .4s;display:flex;position:relative}.ps-dark-card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 40px -10px #00000080}.ps-dark-icon-wrap{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ps-icon-purple{color:#8b5cf6}.ps-icon-red{color:#ef4444}.ps-icon-blue{color:#3b82f6}.ps-check-icon{color:#1d6ff2}.ps-dark-title{color:#fff;letter-spacing:.5px;font-family:CalSans,sans-serif;font-size:22px;font-weight:700}.ps-dark-problem{color:#94a3b8;flex-grow:1;margin-bottom:20px;font-size:15px;line-height:1.6}.ps-dark-solution{background:#1d6ff21a;border:1px solid #1d6ff233;border-radius:10px;align-items:flex-start;gap:12px;padding:16px;display:flex}.ps-dark-solution span{color:#d1fae5;font-size:14px;font-weight:500;line-height:1.5}.ai-features-section-dark{background:#0b1120;border-top:1px dashed #ffffff1a;padding:60px 0;position:relative;overflow:hidden}.ai-features-header-dark{text-align:center;z-index:2;margin-bottom:30px;position:relative}.ai-features-header-dark .home-section-title{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:42px;font-weight:800}.ai-features-header-dark .home-section-subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.ai-marquee-wrapper{width:100%;max-width:1100px;margin:0 auto;padding:20px 0;position:relative;overflow:hidden}.ai-marquee-fade-left,.ai-marquee-fade-right{z-index:2;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.ai-marquee-fade-left{background:linear-gradient(90deg,#0b1120 0%,#0b112000 100%);left:0}.ai-marquee-fade-right{background:linear-gradient(270deg,#0b1120 0%,#0b112000 100%);right:0}.ai-marquee-track-container{width:100%;overflow:hidden}.ai-marquee-track{gap:20px;width:max-content;display:flex}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-33.33% - 6.66px))}}@keyframes scrollRight{0%{transform:translate(calc(-33.33% - 6.66px))}to{transform:translate(0)}}.scroll-left{animation:80s linear infinite scrollLeft}.scroll-right{animation:80s linear infinite scrollRight}.ai-marquee-wrapper:hover .ai-marquee-track{animation-play-state:paused}.ai-color-purple{--engine-color:#8b5cf6}.ai-color-indigo{--engine-color:#1d6ff2}.ai-color-blue{--engine-color:#3b82f6}.ai-marquee-card{-webkit-backdrop-filter:blur(8px);cursor:default;background:#1e293b66;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:16px;width:320px;padding:16px 20px;transition:all .4s;display:flex;position:relative;overflow:hidden}.ai-marquee-card:hover{background:#1e293b99;border-color:#fff3;transform:translateY(-2px);box-shadow:0 10px 30px -10px #00000080}.ai-marquee-icon-wrap{z-index:1;width:44px;height:44px;color:var(--engine-color);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.ai-marquee-content{z-index:1;flex-direction:column;gap:4px;display:flex;position:relative}.ai-marquee-title{color:#f8fafc;letter-spacing:.5px;font-family:CalSans,sans-serif;font-size:15px;font-weight:700}.ai-marquee-desc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:12px;line-height:1.4;overflow:hidden}.ai-marquee-glow-overlay{background-color:var(--engine-color,#3b82f6);opacity:0;filter:blur(30px);z-index:0;pointer-events:none;border-radius:50%;width:0;height:0;transition:width .4s,height .4s,opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ai-marquee-card:hover .ai-marquee-glow-overlay{opacity:.15;width:150px;height:150px}.ai-features-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#4f2dff 0%,#8b5cf6 100%);border-radius:16px;margin-top:40px;padding:30px;box-shadow:0 15px 30px -10px #4f2dff4d}.ai-features-cta-title{margin-bottom:10px;font-size:20px;font-weight:800}.ai-features-cta-button{color:#4f2dff;background:#fff;border-radius:99px;margin-top:10px;padding:10px 24px;font-size:14px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block}.ai-features-cta-button:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}.home-machine-workflow{color:#fff;background:#0f172a;border-bottom:1px solid #ffffff0d;padding:30px 0;position:relative;overflow:hidden}.home-machine-workflow .home-section-header{margin-bottom:20px}.home-machine-workflow .home-section-title{color:#fff}.home-machine-workflow .home-section-subtitle{color:#94a3b8}.workflow-pipeline{flex-direction:column;align-items:center;max-width:1000px;margin:15px auto 0;padding:0 20px;display:flex;position:relative}.pipeline-node,.engine-node{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #ffffff1a;border-radius:16px;padding:32px;position:relative}.node-phase{text-transform:uppercase;letter-spacing:.1em;color:#a78bfa;z-index:10;background:#0f172a;border:1px solid #a78bfa4d;border-radius:99px;padding:2px 10px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.business-phase{text-transform:uppercase;letter-spacing:.1em;border-radius:99px;margin:0 auto 20px;padding:4px 10px;font-size:11px;font-weight:800;display:table}.node-entry{text-align:center;border-top:3px solid #8b5cf6;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;max-width:1000px;padding:20px 16px 10px;display:flex;box-shadow:0 15px 30px #0003,0 0 20px #8b5cf61a}.entry-left{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.node-icon-wrapper svg{width:20px;height:20px}.entry-titles{flex-direction:column;align-items:center;display:flex}.entry-titles h3{margin-bottom:0;font-size:20px;font-weight:800}.entry-middle{max-width:600px}.entry-middle p{color:#94a3b8;max-width:450px;margin-bottom:0;font-size:13px;line-height:1.6}.entry-right{flex-shrink:0;margin-top:4px}.node-cta{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#4f2dff 0%,#8b5cf6 100%);border-radius:99px;padding:8px 20px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.node-cta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #4f2dff66}.engine-visual-bottom{justify-content:center;align-items:center;width:100%;margin-top:6px;display:flex}.engine-visual-bottom .engine-img-main{border-radius:8px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000004d}.node-destination{text-align:left;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e293bcc,#0f172af2);border:1px solid #ffffff1a;border-top:3px solid #1d6ff2;border-radius:16px;flex-direction:row;grid-template-columns:1fr 1.5fr;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1000px;margin:0 auto;padding:16px 24px 10px;display:grid;position:relative;box-shadow:0 20px 40px #0000004d}.destination-content{flex:1}.destination-content h3{margin-bottom:8px;font-size:20px;font-weight:800}.destination-content p{color:#cbd5e1;font-size:13px;line-height:1.5}.destination-visual{background:#000;border:1px solid #ffffff1a;border-radius:8px;flex:1.5;justify-content:flex-end;justify-self:end;align-items:center;width:100%;max-width:380px;display:flex;position:relative;overflow:hidden}.destination-visual img{aspect-ratio:16/9;object-fit:cover;object-position:top;opacity:.9;border-radius:8px;width:100%;height:auto;display:block;box-shadow:0 10px 30px #0006}.pipeline-flow{z-index:1;width:100%;max-width:1400px;height:40px;margin:0 auto;position:relative}.flow-line,.flow-branch{background:#ffffff1a;position:absolute}.pipeline-flow:not(.flow-merge) .main-line{width:2px;height:20px;top:0;left:50%;transform:translate(-50%)}.pipeline-flow:not(.flow-merge) .branch-left{border-top-left-radius:8px;width:calc(33.333% + 8px);height:2px;top:20px;left:calc(16.666% - 8px)}.pipeline-flow:not(.flow-merge) .branch-left:after{content:"";background:#ffffff1a;width:2px;height:20px;position:absolute;top:0;left:0}.pipeline-flow:not(.flow-merge) .branch-right{border-top-right-radius:8px;width:calc(33.333% + 8px);height:2px;top:20px;right:calc(16.666% - 8px)}.pipeline-flow:not(.flow-merge) .branch-right:after{content:"";background:#ffffff1a;width:2px;height:20px;position:absolute;top:0;right:0}.pipeline-flow .branch-left,.pipeline-flow .branch-right{border:none;border-top:2px solid #ffffff1a;border-left:2px solid #ffffff1a;border-top-left-radius:8px;width:calc(33.333% + 8px);height:20px;position:absolute;top:20px}.pipeline-flow .branch-right{border-left:none;border-top-right-radius:8px}.pipeline-flow .branch-left:after,.pipeline-flow .branch-right:after{content:"";background:#ffffff1a;width:2px;height:20px;position:absolute;bottom:0}.pipeline-engines{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;display:grid;position:relative}.engine-connector-line{z-index:0;background:#ffffff1a;width:calc(66.666% + 16px);height:2px;position:absolute;top:50%;left:calc(16.666% - 8px);transform:translateY(-50%)}.engine-node{z-index:1;background:#0f172a;border-top:3px solid #334155;flex-direction:column;justify-content:space-between;height:100%;padding:18px 14px 10px;transition:all .3s;display:flex;position:relative}.engine-node:hover{transform:translateY(-5px)}.engine-1{border-color:#8b5cf6}.engine-2{border-color:#1d6ff2}.engine-3{border-color:#3b82f6}.engine-node .node-phase{position:absolute}.engine-node h4{color:#fff;margin-bottom:4px;font-size:15px;font-weight:800}.engine-node p{color:#94a3b8;font-size:13px;line-height:1.3}.flow-merge .main-line{width:2px;height:30px;bottom:0;left:50%;transform:translate(-50%)}.flow-merge .branch-left-merge{border-bottom-left-radius:8px;width:calc(33.333% + 8px);height:2px;bottom:30px;left:calc(16.666% - 8px)}.flow-merge .branch-left-merge:after{content:"";background:#ffffff1a;width:2px;height:30px;position:absolute;bottom:0;left:0}.flow-merge .branch-right-merge{border-bottom-right-radius:8px;width:calc(33.333% + 8px);height:2px;bottom:30px;right:calc(16.666% - 8px)}.flow-merge .branch-right-merge:after{content:"";background:#ffffff1a;width:2px;height:30px;position:absolute;bottom:0;right:0}.energy-particle{opacity:0;background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 10px #fff,0 0 20px #8b5cf6}@keyframes dropDown{0%{opacity:1;top:0}50%{opacity:1;top:20px}to{opacity:0;top:40px}}.business-model-section-dark{background:#0f172a;border-top:1px solid #ffffff0d;padding:60px 0;overflow:hidden}.business-model-section-dark .home-section-title{color:#fff}.business-model-section-dark .home-section-subtitle{color:#94a3b8}.business-model-section-dark .home-container{margin:0 auto}.home-contrast-accent-text{color:#1d6ff2!important}.home-comparison-cta-btn{text-align:center;width:100%;display:block}.business-model-pipeline{width:100%;max-width:600px;margin:30px auto 0;padding:0 20px}.business-model-engines{grid-template-columns:repeat(2,1fr);gap:30px;width:100%;display:grid}.business-model-top-node{border-top-color:#f59e0b;justify-content:center;align-items:center;gap:16px;max-width:600px;margin:0 auto;padding:12px 20px;display:flex}.business-model-top-node .budget-icon{color:#f59e0b;background:#f59e0b1a;margin-bottom:0}.business-model-top-node h3{color:#fff;margin-bottom:0;font-size:20px}.business-model-flow{width:100%;margin:0 auto}.business-model-flow .split-left{width:25%!important;left:25%!important}.business-model-flow .split-right{width:25%!important;right:25%!important}.budget-p-main{box-shadow:0 0 10px #fff,0 0 20px #f59e0b}.budget-p-left{box-shadow:0 0 10px #fff,0 0 20px #ef4444;animation:2s linear .5s infinite bmFlowLeft!important}.budget-p-right{box-shadow:0 0 10px #fff,0 0 20px #1d6ff2;animation:2s linear 1s infinite bmFlowRight!important}.business-model-engines{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.engine-agency{border-top-color:#ef4444}.agency-glow{background:radial-gradient(circle,#ef444426 0%,#0000 70%)}.phase-agency{color:#ef4444;background:#ef44441a;border-color:#ef444433}.engine-adready{border-top-color:#1d6ff2}.adready-glow{background:radial-gradient(circle,#1d6ff226 0%,#0000 70%)}.phase-adready{color:#1d6ff2;background:#1d6ff21a;border-color:#1d6ff233}.business-model-engine-title{text-align:center;color:#fff;margin-bottom:8px;font-size:24px;font-weight:800}.home-contrast-list-dark{flex-direction:column;gap:6px;display:flex}.home-contrast-item-dark{align-items:flex-start;gap:12px;display:flex}.icon-shrink{flex-shrink:0;margin-top:2px}.icon-negative{color:#ef4444!important}.icon-positive{color:#1d6ff2!important}.contrast-text-dark{flex-direction:column;gap:4px;min-width:0;display:flex;overflow:hidden}.contrast-text-dark strong{color:#fff;font-size:15px;font-weight:700}.contrast-text-dark span{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:13px;line-height:1.4;overflow:hidden}@keyframes flowLeft{0%{opacity:0;top:0;left:calc(50% - 3px)}10%{opacity:1;top:20px;left:calc(50% - 3px)}50%{opacity:1;top:20px;left:calc(16.666% - 8px)}90%{opacity:1;top:40px;left:calc(16.666% - 8px)}to{opacity:0;top:40px;left:calc(16.666% - 8px)}}@keyframes bmFlowLeft{0%{opacity:0;top:0;left:calc(50% - 3px)}10%{opacity:1;top:20px;left:calc(50% - 3px)}50%{opacity:1;top:20px;left:calc(25% - 3px)}90%{opacity:1;top:40px;left:calc(25% - 3px)}to{opacity:0;top:40px;left:calc(25% - 3px)}}@keyframes flowRight{0%{opacity:0;top:0;right:calc(50% - 3px)}10%{opacity:1;top:20px;right:calc(50% - 3px)}50%{opacity:1;top:20px;right:calc(16.666% - 8px)}90%{opacity:1;top:40px;right:calc(16.666% - 8px)}to{opacity:0;top:40px;right:calc(16.666% - 8px)}}@keyframes bmFlowRight{0%{opacity:0;top:0;right:calc(50% - 3px)}10%{opacity:1;top:20px;right:calc(50% - 3px)}50%{opacity:1;top:20px;right:calc(25% - 3px)}90%{opacity:1;top:40px;right:calc(25% - 3px)}to{opacity:0;top:40px;right:calc(25% - 3px)}}.p-main{animation:2s linear infinite dropDown;left:calc(50% - 3px)}.p-left{animation:2s linear .5s infinite flowLeft}.p-right{animation:2s linear 1s infinite flowRight}@keyframes flowLeftMerge{0%{opacity:0;top:0;left:calc(16.666% - 8px)}10%{opacity:1;top:20px;left:calc(16.666% - 8px)}50%{opacity:1;top:20px;left:calc(50% - 3px)}90%{opacity:1;top:40px;left:calc(50% - 3px)}to{opacity:0;top:40px;left:calc(50% - 3px)}}.p-main-through{z-index:0;opacity:0;animation:4s linear infinite dropThroughCenter;top:-40px;left:calc(50% - 3px)}@keyframes dropThroughCenter{0%{opacity:0;top:-40px}10%{opacity:1;top:0}90%{opacity:1;top:100%}to{opacity:0;top:calc(100% + 20px)}}.p-horiz-left{z-index:0;opacity:0;animation:3s ease-out infinite flowHorizLeft;top:calc(50% - 3px);left:calc(16.666% - 8px)}.p-horiz-right{z-index:0;opacity:0;animation:3s ease-out 1.5s infinite flowHorizRight;top:calc(50% - 3px);left:50%}@keyframes flowHorizLeft{0%{opacity:0;left:calc(16.666% - 8px)}10%{opacity:1;left:calc(16.666% - 8px)}85%{opacity:1;left:50%}to{opacity:0;left:50%}}@keyframes flowHorizRight{0%{opacity:0;left:50%}10%{opacity:1;left:50%}85%{opacity:1;left:calc(83.333% + 8px)}to{opacity:0;left:calc(83.333% + 8px)}}@keyframes flowRightMerge{0%{opacity:0;top:0;right:calc(16.666% - 8px)}10%{opacity:1;top:20px;right:calc(16.666% - 8px)}50%{opacity:1;top:20px;right:calc(50% - 3px)}90%{opacity:1;top:40px;right:calc(50% - 3px)}to{opacity:0;top:40px;right:calc(50% - 3px)}}.p-main-merge{animation:2s linear infinite dropDown;left:calc(50% - 3px);box-shadow:0 0 10px #fff,0 0 20px #1d6ff2}.p-left-merge{animation:2s linear .5s infinite flowLeftMerge;box-shadow:0 0 10px #fff,0 0 20px #8b5cf6}.home-machine-workflow .engine-img-main{object-fit:cover;border-radius:8px;width:100%;height:auto;max-height:160px;display:block}.p-right-merge{animation:2s linear 1s infinite flowRightMerge;box-shadow:0 0 10px #fff,0 0 20px #3b82f6}@media (width<=900px){.pipeline-engines{grid-template-columns:1fr}.pipeline-flow{display:none}.node-destination{grid-template-columns:1fr}}.home-problem-solution{background:#f9fafb}.home-problems-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px;display:grid}.home-problem-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #94a3b866;border-radius:16px;padding:24px;transition:all .3s;box-shadow:0 20px 40px -10px #0000001a,inset 0 1px 1px #ffffffe6}.home-problem-card-highlight{z-index:2;border:2px solid #4f2dff;transform:scale(1.01);box-shadow:0 20px 50px -10px #4f2dff33}.home-problem-header{margin-bottom:16px}.home-problem-title{color:#0f172a;margin:0;font-size:20px;font-weight:900;line-height:1.2}.home-problem-section,.home-solution-section{align-items:flex-start;gap:10px;display:flex}.home-problem-icon{flex-shrink:0;margin-top:2px;font-size:16px}.home-problem-label{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.home-solution-label{color:#1d6ff2;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.home-problem-text{color:#ef4444;margin:0;font-size:14px;line-height:1.5}.home-solution-text{color:#1d6ff2;margin:0;font-size:14px;font-weight:700;line-height:1.5}.home-problem-cta{text-align:center}.home-testimonials-carousel-section{background:#f8fafc;padding:80px 0}.neon-precision-container{z-index:10;pointer-events:none;width:100%;max-width:900px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.neon-precision-svg{width:100%;height:100%}.wire-bg{stroke:#4f2dff14;stroke-width:1.5px}.wire-pulse{stroke-width:1px;stroke-linecap:round;stroke-dasharray:.2 .8;stroke-dashoffset:0;opacity:1}.wire-pulse.p1{stroke:#4f2dff;filter:drop-shadow(0 0 5px #4f2dff)drop-shadow(0 0 10px #4f2dffcc);animation:8s linear infinite wireFlow}.wire-pulse.p2{stroke:#00f2ff;filter:drop-shadow(0 0 5px #00f2ff)drop-shadow(0 0 10px #00f2ffcc);animation:8s linear -2s infinite wireFlow}.wire-pulse.p3{stroke:#4f2dff;filter:drop-shadow(0 0 5px #4f2dff)drop-shadow(0 0 10px #4f2dffcc);animation:8s linear -4s infinite wireFlow}.wire-pulse.p4{stroke:#00f2ff;filter:drop-shadow(0 0 5px #00f2ff)drop-shadow(0 0 10px #00f2ffcc);animation:8s linear -6s infinite wireFlow}@keyframes wireFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-2px}}.home-features-detailed{padding:60px 0;position:relative}.home-carousel-container{max-width:900px;margin:0 auto;position:relative}.home-testimonial-slide{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:60px 40px;transition:all .5s;box-shadow:0 40px 80px -15px #00000026,0 15px 30px -10px #0000000d}.home-testimonial-quote-mark{color:#4f2dff;opacity:.2;margin-bottom:10px;font-family:serif;font-size:80px;line-height:1}.home-testimonial-detailed-quote{color:#0f172a;margin-bottom:30px;font-size:24px;font-style:italic;font-weight:600;line-height:1.5}.home-testimonial-separator{opacity:.1;background:#4f2dff;border-radius:2px;width:60px;height:4px;margin:0 auto 30px}.home-testimonial-detailed-author{margin-top:30px}.home-testimonial-author-role{color:#64748b;font-size:15px;font-weight:600}.home-testimonial-author-location{color:#94a3b8;margin-top:6px;font-size:14px}.home-carousel-dots{justify-content:center;gap:12px;margin-top:40px;display:flex}.home-carousel-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.home-carousel-dot.active{background:#4f2dff;border-radius:5px;width:24px}.home-carousel-nav{cursor:pointer;color:#4f2dff;z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 20px -5px #0000001a}.home-carousel-nav:hover{color:#fff;background:#4f2dff;transform:translateY(-50%)scale(1.1)}.home-carousel-nav.prev{left:-80px}.home-carousel-nav.next{right:-80px}@media (width<=1100px){.home-carousel-nav{display:none}}.home-testimonial-detailed-author{border-top:2px solid #e5e7eb;padding-top:20px}.home-testimonial-author-name{color:#111827;margin-bottom:4px;font-size:16px;font-weight:800}.home-testimonial-author-role{color:#6b7280;margin-bottom:4px;font-size:14px}.home-testimonial-author-company{color:#9ca3af;font-size:14px}.home-testimonials-stats{background:#f9fafb;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:48px;padding:40px;display:flex}.home-testimonial-stat{text-align:center}.home-testimonial-stat-number{color:#4f2dff;margin-bottom:8px;font-size:48px;font-weight:900}.home-testimonial-stat-label{color:#6b7280;font-size:14px;font-weight:600}.home-comparison{background:#f9fafb}.home-comparison-table-wrapper{margin-bottom:48px;overflow-x:auto}.home-comparison-table{border-collapse:collapse;background:#fff;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 4px 12px #0000000d}.home-comparison-table thead{color:#fff;background:#111827}.home-comparison-table th{text-align:left;padding:20px;font-size:16px;font-weight:800}.home-comparison-table td{color:#374151;border-bottom:1px solid #e5e7eb;padding:20px;font-size:15px}.home-comparison-feature,.home-comparison-option{width:25%}.home-comparison-highlight{color:#4f2dff;background:#f3f4ff;font-weight:700}.home-comparison-feature-name{color:#111827;font-weight:700}.home-comparison-cta{text-align:center}.home-comparison-cta-note{color:#6b7280;margin-top:16px;font-size:14px}#main .home-faq{background:#0b1120;position:relative;padding:60px 0 110px!important}.home-faq .home-container{flex-direction:column;align-items:center;width:100%;margin:0 auto;padding:0;display:flex}.home-faq .home-section-title{color:#fff;text-align:center;margin-bottom:8px}.home-faq .home-section-subtitle{color:#94a3b8;text-align:center;font-size:15px}.home-faq-columns-wrapper{align-items:flex-start;gap:15px;width:100%;max-width:1000px;margin-bottom:30px;display:flex}#main .home-faq-column{flex-direction:column;gap:12px;min-width:0;display:flex;flex:1!important}.home-faq-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;width:100%;transition:all .2s;overflow:hidden}.home-faq-item.home-faq-open{background:#8b5cf608;border-color:#8b5cf64d}.home-faq-question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;display:flex}.home-faq-question span:first-child{color:#f1f5f9;font-size:14px;font-weight:700;line-height:1.3}.home-faq-icon{color:#8b5cf6;opacity:.7;margin-left:10px;font-size:18px}.home-faq-answer{padding:0 16px 15px}.home-faq-answer p{color:#94a3b8;margin:0;font-size:13px;line-height:1.4}.home-faq-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;max-width:1000px;padding-top:20px;display:flex}.footer-links{align-items:center;gap:15px;display:flex}.faq-link{color:#8b5cf6;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.faq-link:hover{color:#a78bfa;text-decoration:underline}.link-sep{color:#ffffff1a;font-size:12px}.home-faq-cta .home-btn{padding:8px 20px;font-size:13px}@media (width<=850px){#main .home-faq-columns-wrapper{flex-direction:column;padding:0 15px;align-items:stretch!important;width:100%!important}#main .home-faq-column{flex:auto!important;width:100%!important}.home-faq-footer{text-align:center;flex-direction:column;gap:20px}}@media (width<=768px){.home-section{padding-left:0!important;padding-right:0!important}.home-container{max-width:100%!important;padding-left:10px!important;padding-right:10px!important}.home-features-detailed{gap:24px}.ai-features-grid{grid-template-columns:1fr;gap:12px}.ai-feature-card{padding:16px}.home-feature-detailed{text-align:left;gap:16px;height:auto;padding:24px 12px;direction:ltr!important;grid-template-columns:1fr!important}.home-feature-detailed>*{direction:ltr!important}.home-feature-step-badge{width:28px;height:28px;margin-bottom:4px;font-size:13px}.home-feature-subtitle{margin-bottom:4px;font-size:12px}.home-feature-content{order:2;gap:8px}.home-feature-visual-container{order:1;width:100%;max-width:100%;margin:0 auto;padding:8px}.home-feature-detailed-title{font-size:24px;line-height:1.1}.home-feature-detailed-description{margin-bottom:8px;font-size:14px;line-height:1.5}.home-feature-benefits-list{grid-template-columns:1fr;gap:6px;margin-bottom:12px}.home-feature-benefit-item{padding:8px 12px;font-size:13px}.home-btn{width:100%;margin:0 auto;padding:12px 20px;font-size:15px}.home-segments-grid{grid-template-columns:1fr;gap:16px}.home-segment-card{padding:20px}.home-testimonial-slide{padding:32px 16px}.home-testimonial-detailed-quote{font-size:16px}.home-comparison-table-wrapper{margin:0 -15px;padding:0 15px}}.home-comparison-cards{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:32px;margin-top:40px;display:flex;position:relative}.home-comparison-badge{color:#fff;z-index:10;background:#4f2dff;border:4px solid #f8fafc;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 6px #0000001a}.home-comparison-card{background:#fff;border-radius:16px;flex-direction:column;flex:1;min-width:300px;max-width:480px;padding:24px;transition:all .3s;display:flex}.home-comparison-card.old-way{opacity:.8;filter:grayscale();border:1px solid #e2e8f0;box-shadow:0 10px 20px -8px #0000000d}.home-comparison-card.new-way{z-index:2;border:2px solid #4f2dff;position:relative;box-shadow:0 20px 40px -10px #4f2dff26}.home-comparison-card.new-way:hover{transform:translateY(-4px);box-shadow:0 30px 60px -15px #4f2dff33}.home-comparison-label-badge{color:#fff;background:#4f2dff;border-radius:99px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.home-comparison-title{color:#1e293b;margin-bottom:8px;font-size:20px;font-weight:800}.home-comparison-subtitle{color:#64748b;margin-bottom:24px;font-size:14px}.home-comparison-list{margin:0;padding:0;list-style:none}.home-comparison-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.home-comparison-icon{flex-shrink:0;font-size:18px;line-height:1}.home-comparison-text strong{color:#1e293b;margin-bottom:2px;font-weight:700;display:block}.home-comparison-text span{color:#64748b;font-size:13px}.home-pricing-embed{padding:30px 0}.home-final-cta{color:#fff;text-align:center;background:#0f172a;padding:40px 0;position:relative;overflow:hidden}.home-final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#4f2dff33 0%,#0000 70%);position:absolute;inset:0}.home-cta-content{z-index:1;max-width:700px;margin:0 auto;position:relative}.home-cta-title{color:#fff;letter-spacing:.5px;margin-bottom:16px;font-family:CalSans,sans-serif;font-size:36px;font-weight:900}.home-cta-subtitle{color:#cbd5e1;margin-bottom:30px;font-size:16px;line-height:1.6}.home-cta-buttons{justify-content:center;gap:16px;margin-bottom:24px;display:flex}.home-cta-features{color:#94a3b8;justify-content:center;gap:20px;font-size:13px;font-weight:600;display:flex}.home-problem-solution{background:#f8fafc;padding:60px 0}.home-problems-grid{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:40px;display:flex}.home-problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:1;min-width:300px;max-width:380px;padding:24px;transition:all .3s;display:flex;box-shadow:0 10px 30px -10px #0000000d}.home-problem-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.home-problem-card-highlight{background:#fff;border:2px solid #4f2dff;box-shadow:0 15px 30px -5px #4f2dff26}.home-problem-header{border-bottom:1px solid #f1f5f9;margin-bottom:20px;padding-bottom:16px}.home-problem-subtitle{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.home-problem-title{color:#1e293b;font-size:20px;font-weight:800;line-height:1.2}.home-problem-content{flex-direction:column;gap:16px;display:flex}.home-problem-section{align-items:flex-start;gap:12px;display:flex}.home-solution-section{border-top:1px dashed #e2e8f0;align-items:flex-start;gap:12px;padding-top:16px;display:flex}.home-problem-icon{flex-shrink:0;font-size:18px;line-height:1}.home-problem-text{color:#64748b;font-size:14px;line-height:1.5}.home-solution-text{color:#1e293b;font-size:14px;font-weight:600;line-height:1.5}.home-problem-cta{text-align:center;margin-top:50px}.home-modern-split-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:24px;align-items:stretch;max-width:900px;margin:40px auto 0;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a}.home-modern-split-side{flex:1;padding:40px;transition:background .3s;position:relative}.home-modern-split-side.left{background:#f8fafc;border-right:1px solid #e2e8f0}.home-modern-split-side.right{background:#fff;position:relative;overflow:hidden}.home-modern-split-side.right:before{content:"";background:#1d6ff2;width:100%;height:6px;position:absolute;top:0;left:0}.home-modern-vs-badge{color:#fff;z-index:10;background:#1e293b;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000026}.home-modern-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:8px;font-size:22px;font-weight:800}.home-modern-subtitle{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:32px;font-size:13px;font-weight:600}.home-modern-list{flex-direction:column;gap:24px;display:flex}.home-modern-item{align-items:flex-start;gap:16px;display:flex}.home-modern-icon{margin-top:-2px;font-size:20px}.home-modern-text strong{color:#0f172a;margin-bottom:4px;font-size:16px;font-weight:700;display:block}.home-modern-text span{color:#64748b;font-size:14px;line-height:1.4}@media (width<=768px){.home-modern-split-wrapper{border-radius:16px;flex-direction:column;margin-top:24px}.home-modern-split-side{padding:32px 24px}.home-modern-split-side.left{background:#f1f5f9;border-bottom:1px solid #e2e8f0;border-right:none;order:2}.home-modern-split-side.right{order:2}.home-modern-split-side.left{order:1}.home-modern-vs-badge{margin-top:0;top:auto;left:50%;transform:translate(-50%,-50%)}}.home-contrast-wrapper{align-items:stretch;gap:24px;max-width:900px;margin:30px auto 0;display:flex;position:relative}.home-contrast-vs{color:#fff;z-index:10;background:#0f172a;border:4px solid #f8fafc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:14px;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 16px #00000026}.home-contrast-card{border-radius:20px;flex-direction:column;flex:1;padding:24px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.home-contrast-card.agency{opacity:.95;background:#f8fafc;border:1px solid #cbd5e1;box-shadow:0 10px 30px -10px #00000014}.home-contrast-card.adready{z-index:5;background:#fff;border:1px solid #1d6ff2;position:relative;transform:scale(1.02);box-shadow:0 20px 50px -12px #1d6ff233}.home-contrast-card.adready:hover{transform:scale(1.03)translateY(-8px);box-shadow:0 30px 60px -15px #1d6ff24d}.home-contrast-header{text-align:center;border-bottom:2px dashed #e2e8f0;margin-bottom:20px;padding-bottom:12px}.home-contrast-title{color:#1e293b;margin-bottom:4px;font-family:CalSans,sans-serif;font-size:20px;font-weight:800}.home-contrast-subtitle{text-transform:uppercase;color:#64748b;letter-spacing:.05em;font-size:12px;font-weight:700}.home-contrast-list{flex-direction:column;flex-grow:1;gap:12px;display:flex}.home-contrast-item{align-items:flex-start;gap:12px;display:flex}.home-contrast-text strong{color:#0f172a;font-size:14px;font-weight:700;line-height:1.3;display:block}.home-contrast-text span{color:#64748b;font-size:12px;line-height:1.3}.home-contrast-card.agency .home-contrast-text strong{color:#991b1b}.home-contrast-card.adready .home-contrast-text strong{color:#065f46}.home-contrast-footer{text-align:center;border-top:2px dashed #cbd5e1;margin-top:30px;padding-top:20px}.home-contrast-price-badge{color:#064e3b;background:#d1fae5;border-radius:12px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-block}@media (width<=900px){.home-contrast-wrapper{flex-direction:column;gap:60px;max-width:500px}.home-contrast-card.adready{transform:none}.home-contrast-vs{width:50px;height:50px;top:48%}}.home-modern-grid-section{background:#f8fafc;padding:40px 0}.home-modern-grid-wrapper{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:40px auto 0;display:grid}.home-modern-card{background:#fff;border:1px solid #cbd5e1;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006,0 0 0 1px #00000005}.home-modern-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.home-modern-card-header{background:#fff;border-bottom:1px dashed #e2e8f0;flex-grow:1;padding:24px}.home-modern-card-icon{color:#ef4444;background:#fee2e2;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.home-modern-card-title{color:#1e293b;margin-bottom:8px;font-family:CalSans,sans-serif;font-size:18px;font-weight:800;line-height:1.3}.home-modern-card-problem{color:#64748b;font-size:14px;line-height:1.5}.home-modern-card-footer{background:#f0fdf4;border-top:1px solid #dcfce7;padding:20px 24px}.home-modern-card-solution{color:#166534;align-items:flex-start;gap:10px;font-size:13px;font-weight:600;line-height:1.5;display:flex}.home-modern-card.highlight{z-index:2;border:2px solid #6366f1;transform:scale(1.05);box-shadow:0 20px 50px -15px #6366f126}.home-modern-card.highlight:hover{transform:scale(1.06)translateY(-5px)}@media (width<=900px){.home-modern-grid-wrapper{grid-template-columns:1fr;gap:32px;max-width:400px}.home-modern-card.highlight{border-width:1px;transform:none}.home-modern-card.highlight:hover{transform:translateY(-5px)}}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes flowGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.home-miracle-steps-grid{perspective:1000px;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:40px auto 0;display:grid}.home-miracle-step-card{z-index:1;background-color:#0000;background-image:linear-gradient(#1e293b66,#0f172a99),linear-gradient(45deg,#1d6ff24d,#8b5cf64d,#1d6ff24d);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:300% 300%;background-attachment:scroll,scroll;background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:1px solid #0000;border-radius:24px;flex-direction:column;padding:32px 24px;transition:all .4s cubic-bezier(.25,.8,.25,1);animation:6s ease-in-out infinite floatCard,8s infinite flowGradient;display:flex;position:relative;overflow:visible;box-shadow:0 10px 30px -10px #00000080}@keyframes pulseFlow{0%{opacity:0;transform:translate(-100%)scaleX(.5)}50%{opacity:1;transform:translate(0%)scaleX(1)}to{opacity:0;transform:translate(100%)scaleX(.5)}}@keyframes pulseDownward{0%{opacity:0;transform:translateY(-100%)scaleY(.5)}50%{opacity:1;transform:translateY(0%)scaleY(1)}to{opacity:0;transform:translateY(100%)scaleY(.5)}}.home-miracle-arrow{z-index:0;pointer-events:none;background:#e2e8f0;border-radius:2px;width:32px;height:4px;position:absolute;top:50%;right:-34px;overflow:hidden;transform:translateY(-50%)}.home-miracle-arrow-pulse{background:linear-gradient(90deg,#0000,#3b82f6,#1d6ff2,#0000);width:100%;height:100%;animation:2s linear infinite pulseFlow}.home-miracle-step-card:first-child .home-miracle-arrow-pulse{animation-delay:.5s}.home-miracle-step-card:nth-child(2) .home-miracle-arrow-pulse{animation-delay:2.5s}@media (width<=900px){.home-miracle-arrow{width:4px;height:32px;top:auto;bottom:-34px;right:50%;transform:translate(50%)}.home-miracle-arrow-pulse{background:linear-gradient(#0000,#3b82f6,#1d6ff2,#0000);animation:2s linear infinite pulseDownward}}.home-miracle-step-card:first-child{animation-delay:0s}.home-miracle-step-card:nth-child(2){animation-delay:2s}.home-miracle-step-card:nth-child(3){animation-delay:4s}.home-miracle-step-card:hover{z-index:10;animation-play-state:paused;transform:translateY(-20px)scale(1.03);box-shadow:0 30px 60px -12px #3b82f666,0 18px 36px -18px #1d6ff266}.home-miracle-step-number{z-index:0;background:linear-gradient(#ffffff14 0%,#fff0 100%);-webkit-text-fill-color:transparent;opacity:.5;pointer-events:none;-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:80px;font-weight:900;line-height:1;position:absolute;top:-10px;right:20px}.home-miracle-step-content{z-index:1;margin-top:20px;position:relative}.home-miracle-step-title{color:#fff;letter-spacing:-.01em;margin-bottom:10px;font-size:19px;font-weight:800}.home-miracle-step-desc{color:#94a3b8;font-size:14px;font-weight:500;line-height:1.5}@media (width<=768px){.home-miracle-steps-grid,.home-how-cta{display:none!important}.home-how-video{margin-bottom:0!important}}.logos-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.logos-track{gap:60px;width:max-content;padding:20px 0;animation:30s linear infinite scroll;display:flex}.logos-track:hover{animation-play-state:paused}.logo-item{opacity:.7;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.logo-item:hover{opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 30px))}}.home-testimonials-carousel-section-dark{background:#0f172a;padding:60px 0;overflow:hidden}.home-testimonials-carousel-section-dark .home-section-title{color:#f8fafc}.home-testimonial-card-small-dark{white-space:normal;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b99;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:300px;padding:20px;display:flex;box-shadow:0 4px 20px #0003}.home-testimonial-quote-text-dark{color:#cbd5e1;flex-grow:1;margin-bottom:16px;font-size:13px;font-style:italic;line-height:1.6}.home-testimonial-badge-top{text-transform:uppercase;color:#fff;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.home-badge-purple{color:#fff!important;background:#4f2dff4d!important;border:1px solid #8b5cf680!important;box-shadow:0 4px 10px #4f2dff26!important}.home-badge-blue{color:#fff!important;background:#1d6ff24d!important;border:1px solid #60a5fa80!important;box-shadow:0 4px 10px #1d6ff226!important}.home-badge-amber{color:#fff!important;background:#d977064d!important;border:1px solid #fbbf2480!important;box-shadow:0 4px 10px #d9770626!important}.home-badge-green{color:#fff!important;background:#0596694d!important;border:1px solid #34d39980!important;box-shadow:0 4px 10px #05966926!important}.home-testimonial-divider-dark{background:#ffffff1a;width:100%;height:1px;margin-bottom:12px}.home-testimonial-author-dark strong{color:#fff;font-size:14px;font-weight:700;display:block}.home-testimonial-author-dark span{color:#94a3b8;font-size:12px}.testimonials-marquee{width:100%;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.testimonials-track{gap:30px;width:max-content;animation:120s linear infinite scroll-testimonials;display:flex}.testimonials-track:hover{animation-play-state:paused}@keyframes scroll-testimonials{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (width<=768px){.home-testimonials-carousel-section-dark{padding:40px 0}.home-testimonial-card-small-dark{width:280px}.testimonials-track{animation-duration:150s}}.home-comparison-dark{background:#0b1120;padding:60px 0}.home-comparison-header-dark{text-align:center;margin-bottom:50px}.home-comparison-header-dark .home-section-title{color:#f8fafc}.home-comparison-header-dark .home-section-subtitle{color:#94a3b8}.home-contrast-wrapper-dark{z-index:10;align-items:stretch;gap:16px;max-width:650px;margin:40px auto 0;display:flex;position:relative}.home-contrast-vs-dark{color:#fff;z-index:10;text-shadow:0 0 10px #ffffff80;background:#1e293b;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:16px;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #4f2dff66}.home-contrast-card-dark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;flex-direction:column;flex:1;padding:24px 20px;transition:all .3s;display:flex}.home-contrast-card-dark.agency{background:#1e293b80;border:1px solid #ef444433;box-shadow:0 10px 30px -10px #00000080}.home-contrast-card-dark.adready{z-index:5;background:#10b9810d;border:1px solid #1d6ff24d;position:relative;transform:scale(1.02);box-shadow:0 0 40px -10px #1d6ff226}.home-contrast-card-dark.adready:hover{border-color:#1d6ff280;transform:scale(1.03)translateY(-5px);box-shadow:0 0 50px -10px #1d6ff240}.home-contrast-header-dark{text-align:center;border-bottom:1px dashed #ffffff1a;margin-bottom:16px;padding-bottom:12px}.home-contrast-title-dark{color:#f8fafc;margin-bottom:4px;font-family:CalSans,sans-serif;font-size:18px;font-weight:800}.home-contrast-subtitle-dark{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;font-size:11px;font-weight:700}.home-contrast-list-machine{flex-direction:column;flex-grow:1;gap:12px;display:flex}.home-contrast-item-machine{align-items:flex-start;gap:12px;display:flex}.home-contrast-text-dark strong{color:#f1f5f9;margin-bottom:2px;font-size:14px;font-weight:700;line-height:1.2;display:block}.home-contrast-text-dark span{color:#94a3b8;font-size:12.5px;line-height:1.3;display:block}.home-contrast-card-dark.agency .home-contrast-text-dark strong{color:#fca5a5}.home-contrast-card-dark.adready .home-contrast-text-dark strong{color:#6ee7b7}.home-contrast-footer-dark{text-align:center;border-top:1px dashed #ffffff1a;margin-top:20px;padding-top:16px}@media (width<=900px){.home-contrast-wrapper-dark{flex-direction:column;gap:60px;max-width:500px}.home-contrast-card-dark.adready{transform:none}.home-contrast-card-dark.adready:hover{transform:translateY(-5px)}.home-contrast-vs-dark{width:50px;height:50px;top:48%}}.ai-features-container{max-width:1000px}.ai-features-header-wrap{margin-bottom:40px}.ai-marquee-track-mb{margin-bottom:20px}.ai-features-cta-btn{box-shadow:none!important;background:0 0!important;border:1px solid #fff3!important}.logos-section-wrapper{background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;max-width:650px;margin-top:50px;display:flex;overflow:hidden}.logos-title{color:#fff}.logo-item-wrapper{justify-content:center;align-items:center;width:120px;height:40px;display:flex}.logo-icon-svg{color:#fff;width:auto;max-width:100%;display:block}.logo-remax{height:35px}.logo-zillow{height:30px}.logo-airbnb{height:35px}.logo-century21{height:22px}.logo-zillow .cls-1{fill:#231f20}.logo-zillow .cls-2{fill:#0080c5}.ps-badge-mb{margin-bottom:16px}.ps-dark-title-wrap{margin-top:20px;margin-bottom:12px}.ps-check-icon{flex-shrink:0;margin-top:2px}.ata-section-wrapper{z-index:10;background-color:#0000;justify-content:flex-start;align-items:center;width:100%;margin-top:2rem;padding:0;display:flex;position:relative}.ata-content-container{text-align:left;justify-content:flex-start;align-items:flex-start;width:100%;margin:0 0 1rem;padding-left:1.2rem;display:flex;position:relative}.ata-content-container:before{content:"";background:var(--ars-gradient);border-radius:4px;width:3px;height:80%;position:absolute;top:10%;left:0;box-shadow:0 0 8px #299fe9cc,0 0 16px #1d6ff266}.ata-main-heading{color:var(--text-color,#fff);align-items:left;border-radius:10px;flex-wrap:wrap;justify-content:flex-start;gap:.6rem;margin:0;font-size:1.8rem;font-weight:700;line-height:1.2;display:flex}.ata-animated-word-wrapper{justify-content:flex-start;align-items:flex-start;min-width:250px;height:2.6rem;display:inline-flex;position:relative;overflow:hidden}.ata-words-column{align-items:left;will-change:transform;flex-direction:column;justify-content:flex-start;display:flex}.ata-animated-word{align-items:left;justify-content:left;height:2.6rem;display:flex}@media (width<=1024px){.ata-main-heading{font-size:2rem}.ata-animated-word-wrapper,.ata-animated-word{height:2.4rem}}@media (width<=768px){.ata-section-wrapper{margin-top:1rem;padding:1.5rem 1rem}.ata-main-heading{flex-direction:column;gap:.3rem;font-size:1.6rem}.ata-content-container{justify-content:flex-start;align-items:flex-start;width:100%;position:relative}.ata-animated-word-wrapper,.ata-animated-word{height:2rem}.ata-animated-word-wrapper{justify-content:flex-start;min-width:100%}.ata-animated-word{justify-content:flex-start}}@media (width<=480px){.ata-section-wrapper{margin-top:.5rem;padding:1rem}.ata-main-heading{font-size:1.4rem}.ata-animated-word-wrapper,.ata-animated-word{height:1.8rem}}.ars-hlt-hero{text-align:left;align-items:center;min-height:auto;padding:2.5rem 0 1.25rem;display:flex;position:relative}.ars-hlt-hero-content{z-index:10;max-width:900px;margin:0 auto;position:relative}.ars-hlt-badge{border:1px solid var(--ars-border);color:var(--ars-accent);letter-spacing:2px;text-align:center;text-transform:uppercase;background:#ffffff0d;border-radius:100px;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.ars-hlt-title{color:var(--ars-text);letter-spacing:-2px;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.ars-hlt-subtitle{color:var(--ars-text-muted);font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.ars-hlt-pain{background:linear-gradient(180deg, var(--ars-bg) 0%, #08080a 100%);border-top:1px solid #ff32321a;padding:1rem 0 8rem;position:relative}.ars-hlt-pain-header{text-align:left;margin-bottom:4rem}.ars-hlt-pain-header h2{margin-bottom:0;font-size:clamp(2rem,4vw,3rem);line-height:1.2;color:#ff4a4a!important}.ars-hlt-pain-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;display:grid}.ars-hlt-pain-card{border-radius:var(--ars-radius-lg);text-align:left;background:#190a0a66;border:1px solid #ff323214;padding:3rem 2rem;transition:transform .3s,border-color .3s,background .3s}.ars-hlt-pain-card:hover{background:#230c0c8c;border-color:#ff323233;transform:translateY(-6px)}.ars-hlt-pain-icon{color:#ff4a4a;background:#ff323214;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.ars-hlt-pain-card h3{color:#ff4a4a;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.ars-hlt-pain-card p{color:#a0a0a5;margin:0;line-height:1.6}.ars-hlt-pain-image-wrapper.horizontal{aspect-ratio:16/7;border-radius:var(--ars-radius-lg);border:1px solid #ff323226;width:100%;margin-bottom:4rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #ff323226}.ars-hlt-pain-map-iframe{pointer-events:none;filter:invert(92%)hue-rotate(185deg)brightness(75%)contrast(110%)grayscale(60%);border:none;width:100%;height:calc(100% + 115px);display:block;position:absolute;top:-65px;left:0}.ars-hlt-pain-map-hud-overlay{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.ars-hlt-pain-zoom-container{transform-origin:50%;width:100%;height:100%;position:relative;transform:scale(1.12)translate(0%)}@keyframes athens-searching-pan{0%{transform:scale(1.12)translate(0%)}20%{transform:scale(1.15)translate(-2%,-1.5%)}40%{transform:scale(1.12)translate(1.5%,-2.5%)}60%{transform:scale(1.18)translate(2.5%,1.5%)}80%{transform:scale(1.12)translate(-1.5%,2%)}to{transform:scale(1.12)translate(0%)}}.ars-pain-ping{z-index:5;align-items:center;gap:2px;display:flex;position:absolute;transform:translate(-50%,-50%)}.ars-pain-ping .ping-marker{flex-shrink:0;justify-content:center;align-items:center;width:10px;height:10px;display:flex;position:relative}.ars-pain-ping .ping-dot{z-index:2;background:#ff4a4a;border-radius:50%;width:4px;height:4px;box-shadow:0 0 6px #ff4a4a,0 0 1px #fff}.ars-pain-ping .ping-pulse{opacity:0;z-index:1;border:1.2px solid #ff4a4a;border-radius:50%;width:10px;height:10px;animation:2s ease-out infinite ping-pulse-anim;position:absolute;top:0;left:0}.ars-pain-ping .ping-label{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ff4a4a;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;background:#08080ad9;border:1px solid #ff4a4a;border-radius:3px;padding:2px 4px;font-size:.45rem;font-weight:800;transition:transform .25s,background .25s,border-color .25s;box-shadow:0 0 6px #ff4a4a33,0 3px 6px #0009}.ars-pain-ping:hover .ping-label{background:#121216f2;border-color:#ff6b6b;transform:scale(1.06)}@keyframes ping-pulse-anim{0%{opacity:.95;transform:scale(.4)}to{opacity:0;transform:scale(1.9)}}.pin-1{top:32%;left:82%}.pin-1 .ping-pulse{animation-delay:0s}.pin-2{top:25%;left:55%}.pin-2 .ping-pulse{animation-delay:.3s}.pin-3{top:27%;left:50%}.pin-3 .ping-pulse{animation-delay:.6s}.pin-4{top:38%;left:20%}.pin-4 .ping-pulse{animation-delay:.9s}.pin-5{top:44%;left:16%}.pin-5 .ping-pulse{animation-delay:1.2s}.pin-6{top:38%;left:48%}.pin-6 .ping-pulse{animation-delay:1.5s}.pin-7{top:43%;left:58%}.pin-7 .ping-pulse{animation-delay:.1s}.pin-8{top:44%;left:56%}.pin-8 .ping-pulse{animation-delay:.4s}.pin-9{top:53%;left:42%}.pin-9 .ping-pulse{animation-delay:.7s}.pin-10{top:53%;left:32%}.pin-10 .ping-pulse{animation-delay:1s}.pin-11{top:58%;left:32%}.pin-11 .ping-pulse{animation-delay:1.3s}.pin-12{top:71%;left:49%}.pin-12 .ping-pulse{animation-delay:1.6s}.pin-13{top:72%;left:68%}.pin-13 .ping-pulse{animation-delay:.2s}.pin-14{top:60%;left:12%}.pin-14 .ping-pulse{animation-delay:.5s}.pin-15{top:70%;left:10%}.pin-15 .ping-pulse{animation-delay:.8s}.pin-16{top:80%;left:12%}.pin-16 .ping-pulse{animation-delay:1.1s}.pin-17{top:92%;left:20%}.pin-17 .ping-pulse{animation-delay:1.4s}.pin-18{top:77%;left:74%}.pin-18 .ping-pulse{animation-delay:.15s}.pin-19{top:81%;left:79%}.pin-19 .ping-pulse{animation-delay:.45s}.pin-20{top:83%;left:83%}.pin-20 .ping-pulse{animation-delay:.75s}.pin-21{top:15%;left:55%}.pin-21 .ping-pulse{animation-delay:1.05s}.pin-22{top:18%;left:63%}.pin-22 .ping-pulse{animation-delay:1.35s}.pin-23{top:14%;left:68%}.pin-23 .ping-pulse{animation-delay:.25s}.pin-24{top:25%;left:33%}.pin-24 .ping-pulse{animation-delay:.55s}.ars-hlt-solution{background-image:linear-gradient(#0a0a0ab3 0%,#050505b3 100%),url(/assets/listing_listing-BTUX2jAt.mp4);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:8rem 0;position:relative}.ars-video-background{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ars-hlt-solution:before{content:"";background:linear-gradient(90deg, transparent, var(--ars-accent), transparent);height:1px;position:absolute;top:0;left:0;right:0}.ars-hlt-solution-header{text-align:left;margin-bottom:6rem}.ars-hlt-solution-header h2{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.ars-hlt-solution-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.ars-hlt-solution-card{background:var(--ars-surface);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);padding:3rem 2rem;transition:transform .3s,border-color .3s}.ars-hlt-solution-card:hover{border-color:#fff3;transform:translateY(-10px)}.ars-hlt-solution-icon{width:60px;height:60px;color:var(--ars-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.ars-hlt-solution-card h3{color:var(--ars-text);margin-bottom:1rem;font-size:1.5rem}.ars-hlt-solution-card p{color:var(--ars-text-muted);line-height:1.6}.ars-hlt-faq-hero-section{background-color:var(--ars-bg);padding:8rem 0 0}.ars-hlt-faq-content-section{background-color:#050505;padding:4rem 0 8rem;position:relative}.ars-hlt-faq-header{text-align:left;margin-bottom:5rem}.ars-hlt-faq-header h2{color:var(--ars-text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.ars-hlt-faq-categories{background:0 0;border:none;flex-wrap:wrap;justify-content:center;gap:.75rem;width:fit-content;max-width:100%;margin:0 auto 3.5rem;padding:0;display:flex}.ars-hlt-faq-cat-btn{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;outline:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;transition:all .3s;display:flex;position:relative}.ars-hlt-faq-cat-btn:hover{background:#ffffff0d;border-color:#ffffff1f}.ars-hlt-faq-cat-btn.active{border-color:#0000}.ars-hlt-faq-cat-btn.active:hover{background:0 0;border-color:#0000}.ars-hlt-faq-cat-txt{z-index:2;color:var(--ars-text-muted);font-size:.9rem;font-weight:600;transition:color .3s;position:relative}.ars-hlt-faq-cat-btn:hover .ars-hlt-faq-cat-txt{color:var(--ars-text)}.ars-hlt-faq-cat-btn.active .ars-hlt-faq-cat-txt{color:#fff}.ars-hlt-faq-cat-bg{z-index:1;background:linear-gradient(135deg,#1d6ff2,#299fe9);border-radius:8px;position:absolute;inset:-1px;box-shadow:0 4px 12px #1d6ff24d}.ars-hlt-faq-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));align-items:start;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.ars-hlt-faq-hero-image{border-radius:var(--ars-radius-lg);border:1px solid #ffffff0d;width:100%;height:400px;margin-bottom:0;position:relative;overflow:hidden}.ars-hlt-faq-hero-image img{object-fit:cover;opacity:.6;width:100%;height:100%}.ars-hlt-faq-overlay{background:linear-gradient(#0000 50%,#050505 100%);position:absolute;inset:0}.ars-hlt-faq-item{border-radius:var(--ars-radius-md);background:#080808;border:1px solid #ffffff0d;transition:all .3s;overflow:hidden}.ars-hlt-faq-item:hover{background:#0c0c0c;border-color:#ffffff1a}.ars-hlt-faq-item.active{border-color:var(--ars-primary);background:#0c0c0c;box-shadow:0 20px 40px #0006}.ars-hlt-faq-question{text-align:left;width:100%;min-height:100px;color:var(--ars-text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:color .3s;display:flex}.ars-hlt-faq-question:hover{color:var(--ars-primary)}.ars-hlt-faq-icon{color:var(--ars-text-muted);transition:transform .4s cubic-bezier(.22,1,.36,1)}.ars-hlt-faq-item.active .ars-hlt-faq-icon{color:var(--ars-primary);transform:rotate(180deg)}.ars-hlt-faq-answer-wrapper{transition:max-height .4s cubic-bezier(.22,1,.36,1),opacity .4s;overflow:hidden}.ars-hlt-faq-answer{color:var(--ars-text-muted);padding:0 2rem 1.5rem;font-size:1rem;line-height:1.6}.ars-hlt-faq-download-wrapper{margin-top:1.25rem}.ars-hlt-faq-download-btn{border-radius:var(--ars-radius-md);cursor:pointer;background:#1d6ff214;border:1px solid #1d6ff240;align-items:center;gap:.6rem;padding:.65rem 1.2rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;color:var(--ars-primary)!important}.ars-hlt-faq-download-btn:hover{background:linear-gradient(135deg,#1d6ff2,#299fe9);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 15px #1d6ff240;color:#fff!important}.ars-hlt-faq-view-more-container{justify-content:center;margin-top:2.5rem;display:flex}.ars-hlt-faq-view-more-btn{border-radius:var(--ars-radius-md,8px);color:var(--ars-primary,#1d6ff2);cursor:pointer;background:#1d6ff20f;border:1px solid #1d6ff240;justify-content:center;align-items:center;padding:.75rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.ars-hlt-faq-view-more-btn:hover{color:#fff;background:linear-gradient(135deg,#1d6ff2,#299fe9);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 15px #1d6ff240}.ars-hlt-faq-view-more-btn:active{transform:translateY(0)}@media (width<=768px){.ars-hlt-hero{padding:1.5rem 0 .75rem}.ars-hlt-pain{padding:.5rem 0 3.5rem}.ars-hlt-pain-image-wrapper.horizontal{aspect-ratio:4/3;border-left:none;border-right:none;border-radius:0;width:calc(100% + 4rem);height:auto;margin-bottom:2.5rem;margin-left:-2rem}.ars-pain-ping .ping-marker{width:10px;height:10px}.ars-pain-ping .ping-dot{width:4px;height:4px;box-shadow:0 0 6px #ff4a4a,0 0 1px #fff}.ars-pain-ping .ping-pulse{width:10px;height:10px}.ars-pain-ping .ping-label{border-radius:2px;padding:2px 4px;font-size:.45rem}.ars-hlt-pain-header{text-align:left;margin-bottom:2rem}.ars-hlt-pain-grid{gap:1.5rem;margin-top:1.5rem}.ars-hlt-pain-card{padding:2rem 1.5rem}.ars-hlt-pain-icon{width:52px;height:52px;margin-bottom:1.5rem}.ars-hlt-solution{padding:3.5rem 0}.ars-hlt-solution-header{margin-bottom:2.5rem}.ars-hlt-solution-grid{gap:1.5rem}.ars-hlt-solution-card{padding:1.75rem 1.25rem}.ars-hlt-solution-icon{margin-bottom:1.25rem}.ars-hlt-faq-hero-section{padding:3rem 0 0}.ars-hlt-faq-content-section{padding:2.5rem 0 3.5rem}.ars-hlt-faq-categories{scrollbar-width:none;border-left:none;border-right:none;border-radius:0;flex-wrap:nowrap;justify-content:flex-start;width:auto;max-width:100vw;margin:0 -2rem 2.5rem;padding:6px 2rem;overflow-x:auto}.ars-hlt-faq-categories::-webkit-scrollbar{display:none}.ars-hlt-faq-cat-btn{flex-shrink:0;padding:.6rem 1.2rem}.ars-hlt-faq-header{margin-bottom:2rem}.ars-hlt-faq-header h2{font-size:clamp(1.8rem,4vw,2.5rem)}.ars-hlt-faq-list{grid-template-columns:1fr;gap:.8rem}.ars-hlt-faq-question{min-height:70px;padding:1rem 1.2rem;font-size:1rem}.ars-hlt-faq-answer{padding:0 1.2rem 1.2rem;font-size:.95rem}.ars-hlt-faq-view-more-container{margin-top:1.75rem}.ars-hlt-faq-view-more-btn{width:100%;padding:.85rem 1.5rem;font-size:.9rem}}.ars-testim-section{background:var(--ars-bg);padding:8rem 0;position:relative;overflow:hidden}.ars-testim-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#00f2fe08 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.ars-testim-header{text-align:center;z-index:10;margin-bottom:4rem;position:relative}.ars-testim-header h2{color:var(--ars-text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem)}.ars-testim-header p{color:var(--ars-text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.ars-testim-viewport-slider{width:100%;padding:1.5rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.ars-testim-track-marquee{gap:1.5rem;width:max-content;animation:45s linear infinite testimMarqueeScroll;display:flex}.ars-testim-track-marquee:hover{animation-play-state:paused}@keyframes testimMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ars-testim-slide{box-sizing:border-box;flex-shrink:0;width:400px;padding:.5rem}@media (width<=768px){.ars-testim-slide{width:320px}.ars-testim-section{padding:4rem 0}}.ars-testim-card{border-radius:var(--ars-radius-lg);-webkit-backdrop-filter:blur(15px);text-align:left;box-sizing:border-box;background:#141419b3;border:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;height:100%;min-height:380px;padding:3rem 2.2rem;transition:all .3s;display:flex;box-shadow:0 15px 30px #0000004d}.ars-testim-card:hover{background:#191920d9;border-color:#00f2fe40;transform:translateY(-5px);box-shadow:0 20px 40px #00f2fe0d}.ars-testim-quote-icon{color:var(--ars-accent);opacity:.8;margin-bottom:1.5rem}.ars-testim-text{color:var(--ars-text);flex-grow:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.ars-testim-author-info{border-top:1px solid #ffffff0f;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.ars-testim-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;font-weight:700;display:flex}.ars-testim-avatar.avatar-blue{background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);box-shadow:0 4px 10px #00f2fe4d}.ars-testim-avatar.avatar-red{background:linear-gradient(135deg,#ff0844 0%,#ffb199 100%);box-shadow:0 4px 10px #ff08444d}.ars-testim-avatar.avatar-orange{background:linear-gradient(135deg,#f12711 0%,#f5af19 100%);box-shadow:0 4px 10px #f127114d}.ars-testim-avatar.avatar-teal{background:linear-gradient(135deg,#30cfd0 0%,#330867 100%);box-shadow:0 4px 10px #30cfd04d}.ars-testim-avatar.avatar-green{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);box-shadow:0 4px 10px #11998e4d}.ars-testim-avatar.avatar-purple{background:linear-gradient(135deg,#654ea3 0%,#eaafc8 100%);box-shadow:0 4px 10px #654ea34d}.ars-testim-avatar.avatar-pink{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);box-shadow:0 4px 10px #f093fb4d}.ars-testim-avatar.avatar-cyan{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%);box-shadow:0 4px 10px #43e97b4d}.ars-testim-meta h4{color:var(--ars-text);margin:0 0 .15rem;font-size:.95rem;font-weight:700}.ars-testim-meta span{color:var(--ars-text-muted);font-size:.8rem;display:block}.ars-pricing{padding:var(--ars-space-xl) 0;background:linear-gradient(#0a0a0a,#121212);overflow-x:clip}.ars-pricing-header{text-align:left;margin-bottom:var(--ars-space-lg)}.ars-pricing-title{margin-bottom:1rem;font-size:3.5rem}.ars-pricing-subtitle{color:var(--ars-text-muted);font-size:1.1rem}.ars-pricing-partner-note{color:var(--ars-text-muted);opacity:.65;margin-top:1.5rem;font-size:.82rem;font-style:italic;line-height:1.6;display:block}@media (width<=768px){.ars-pricing-partner-note{margin-top:1.2rem;font-size:.78rem}}@media (width<=480px){.ars-pricing-partner-note{font-size:.75rem}}.ars-pricing-toggle{background:var(--ars-surface-light);border:1px solid var(--ars-border);border-radius:100px;margin-top:3rem;padding:.4rem;display:inline-flex}.ars-toggle-btn{color:var(--ars-text-muted);border-radius:100px;padding:.8rem 1.6rem;font-weight:600;transition:all .3s}.ars-toggle-btn.active{background:var(--ars-primary);color:#fff;box-shadow:0 4px 12px #1d6ff24d}.ars-ribbon-wrapper{z-index:2;background:linear-gradient(135deg,#1d6ff2,#00d2ff);width:100%;margin:4rem 0;padding:2.5rem 0;position:relative;transform:skewY(-1.5deg);box-shadow:0 20px 40px #1d6ff226}.ars-ribbon-wrapper:before,.ars-ribbon-wrapper:after{content:"";background:inherit;z-index:-1;width:100vw;height:100%;position:absolute;top:0}.ars-ribbon-wrapper:before{right:100%}.ars-ribbon-wrapper:after{left:100%}.ars-discount-banner{max-width:var(--ars-container-width);padding:0 var(--ars-space-md);justify-content:center;align-items:center;gap:2rem;margin:0 auto;display:flex;transform:skewY(1.5deg)}.ars-discount-content{align-items:center;gap:1.2rem;display:flex}.ars-discount-content p{color:#fff;letter-spacing:-.01em;text-shadow:0 2px 10px #0003;margin:0;font-size:1.25rem;font-weight:700}.ars-discount-icon{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ars-discount-badge{color:#1d6ff2;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;background:#fff;border-radius:8px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:800;box-shadow:0 10px 20px #0000001a}.ars-pricing-grid{margin-bottom:var(--ars-space-lg);flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.ars-pricing-card{background:var(--ars-surface);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);flex-direction:column;flex:1;min-width:250px;max-width:350px;padding:3rem 2rem;transition:transform .3s,border-color .3s;display:flex;position:relative}.ars-pricing-card:hover{border-color:var(--ars-primary);transform:translateY(-10px)}.ars-pricing-card.popular{border-color:var(--ars-primary);background:linear-gradient(#1d6ff20d,#0000)}.ars-pricing-card.premium{border-color:var(--ars-primary);color:#fff;background:#18181b}.ars-pricing-card.premium h3,.ars-pricing-card.premium .ars-plan-desc{color:#ffffffe6}.ars-pricing-card.premium .ars-amount{color:#fff}.ars-pricing-card.premium .ars-check-icon{color:var(--ars-primary)}.ars-pricing-card.premium .ars-popular-badge{background:var(--ars-primary);color:#fff}.ars-smm-grid .ars-pricing-card{min-width:260px;padding:2.5rem 1.5rem}.ars-popular-badge{background:var(--ars-primary);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:100px;padding:.2rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ars-card-header h3{align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.ars-plan-icon{color:var(--ars-accent);flex-shrink:0}.ars-price{align-items:baseline;gap:.2rem;margin-bottom:1rem;display:flex}.ars-currency{color:var(--ars-accent);font-size:1.5rem;font-weight:600}.ars-amount{font-size:3rem;font-weight:700}.ars-smm-grid .ars-amount{font-size:2.5rem}.ars-period{color:var(--ars-text-muted)}.ars-vat-info{color:var(--ars-accent);opacity:.8;font-size:.75rem;font-weight:500}.ars-addon-price{color:var(--ars-accent);align-items:baseline;gap:.3rem;font-weight:700;display:flex}.ars-addon-vat{opacity:.8;font-size:.65rem;font-weight:500}.ars-plan-desc{color:var(--ars-text-muted);margin-bottom:2rem;font-size:.9rem}.ars-feature-list{flex-grow:1;margin-bottom:3rem;list-style:none}.ars-feature-list li{align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.95rem;display:flex}.ars-check-icon{color:var(--ars-accent);flex-shrink:0}.ars-plan-btn{width:100%}.ars-addons-section{background:var(--ars-surface);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);padding:3rem}.ars-addons-section h3{text-align:left;margin-bottom:.8rem;font-size:1.8rem}.ars-addons-subtitle{color:var(--ars-text-muted);text-align:left;max-width:600px;margin-bottom:2.5rem;font-size:1rem;line-height:1.5}.ars-addons-container{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (width<=1200px){.ars-addons-container{grid-template-columns:1fr 1fr}}@media (width<=768px){.ars-addons-container{grid-template-columns:1fr;gap:1.5rem}}.ars-addons-group{border-radius:var(--ars-radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff03;border:1px solid #ffffff08;flex-direction:column;height:100%;padding:2rem;transition:border-color .3s,transform .3s;display:flex}.ars-addons-group:hover{border-color:#00f2fe26;transform:translateY(-2px)}.ars-addons-group-title{color:var(--ars-text);border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.15rem;font-weight:600;display:flex}.ars-addon-group-icon{color:var(--ars-accent)}.ars-addons-grid-square{grid-template-columns:repeat(3,1fr);gap:1.6rem;width:100%;display:grid}@media (width<=991px){.ars-addons-grid-square{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (width<=600px){.ars-addons-grid-square{grid-template-columns:1fr;gap:1rem}}.ars-addon-card-square{border-radius:var(--ars-radius-lg);text-align:left;background:#ffffff05;border:1px solid #ffffff0d;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;height:auto;min-height:145px;margin:0 auto;padding:1.2rem 1.4rem;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.ars-addon-card-square:hover{background:#ffffff0a;border-color:#00f2fe4d;transform:translateY(-4px);box-shadow:0 8px 16px #00f2fe0f}.ars-addon-card-content-left{flex-direction:column;flex:1;align-items:flex-start;gap:.4rem;margin-right:1rem;display:flex}.ars-addon-square-icon-wrapper{color:var(--ars-accent);background:#00f2fe14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:0;display:flex}.ars-addon-square-icon-wrapper svg{width:18px!important;height:18px!important}.ars-addon-square-price{text-align:right;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-self:flex-start;align-items:flex-end;margin-bottom:0;display:flex}.ars-addon-square-price .price-value{color:var(--ars-accent);background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:800;line-height:1}.ars-addon-square-price .price-vat{opacity:.7;color:var(--ars-text-muted);margin-top:.05rem;font-size:.55rem}.ars-addon-square-name{color:var(--ars-text);word-wrap:break-word;max-width:100%;margin-top:.45rem;margin-bottom:0;font-size:.9rem;font-weight:600;line-height:1.35}.ars-addon-square-desc{color:var(--ars-text-muted);margin-top:.35rem;margin-bottom:0;font-size:.76rem;line-height:1.4}.ars-divider{background:linear-gradient(90deg, transparent, var(--ars-border), transparent);height:1px;margin:var(--ars-space-xl) 0}.ars-custom-cta{margin-top:var(--ars-space-xl);background:var(--ars-surface);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);justify-content:space-between;align-items:center;gap:3rem;padding:4rem;display:flex;position:relative;overflow:hidden}.ars-custom-cta:before{content:"";background:radical-gradient(circle at top right, #1d6ff20d, transparent);pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.ars-cta-content h3{margin-bottom:1rem;font-size:2.2rem}.ars-cta-content p{color:var(--ars-text-muted);max-width:600px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.ars-cta-tags{flex-wrap:wrap;gap:.8rem;display:flex}.ars-cta-tags span{color:var(--ars-primary);background:#1d6ff21a;border-radius:100px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.ars-cta-btn{white-space:nowrap;padding:1rem 2.5rem}@media (width<=1024px){.ars-pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ars-pricing{padding:3.5rem 0}.ars-pricing-header{margin-bottom:2rem}.ars-pricing-toggle{margin-top:1.5rem}.ars-pricing-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.ars-pricing-card{padding:2rem 1.25rem}.ars-pricing-title{font-size:2.5rem}.ars-addons-section{padding:2rem 1.25rem}.ars-addons-subtitle{margin-bottom:2rem;padding:0 1rem;font-size:.95rem}.ars-divider{margin:3rem 0}.ars-custom-cta{text-align:left;flex-direction:column;margin-top:3rem;padding:3rem 2rem}.ars-cta-content p{font-size:1rem}.ars-cta-tags{justify-content:center}.ars-cta-btn{width:100%}.ars-ribbon-wrapper{margin:3rem 0;padding:3rem 1rem;transform:none}.ars-ribbon-wrapper:before,.ars-ribbon-wrapper:after{display:none}.ars-discount-banner{text-align:left;flex-direction:column;gap:1.5rem;transform:none}.ars-discount-content{flex-direction:column;gap:1rem}}.ars-card-platforms{border-bottom:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;margin-top:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.ars-platforms-label{color:var(--ars-text-muted);text-transform:uppercase;letter-spacing:.08em;opacity:.85;font-size:.72rem;font-weight:700}.ars-platforms-icons{color:var(--ars-text-muted);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.6rem 1.1rem;display:flex}.platform-icon{cursor:pointer;opacity:.8;transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .25s,filter .25s}.platform-icon:hover{opacity:1;transform:scale(1.2)translateY(-2px)}.platform-more{color:var(--ars-text-muted);opacity:.8;white-space:nowrap;letter-spacing:.05em;margin-left:2px;font-size:.72rem;font-weight:700}.platform-icon-img{cursor:pointer;opacity:.8;vertical-align:middle;transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .25s}.platform-icon-img:hover{opacity:1;transform:scale(1.2)translateY(-2px)}.platform-icon.yt{color:red}.platform-icon.yt:hover{filter:drop-shadow(0 0 8px #f009)}.platform-icon.ig{color:#e1306c}.platform-icon.ig:hover{filter:drop-shadow(0 0 8px #e1306c99)}.platform-icon.tiktok{color:#fff}.platform-icon.tiktok:hover{filter:drop-shadow(0 0 8px #fff9)}.platform-icon.fb{color:#1877f2}.platform-icon.fb:hover{filter:drop-shadow(0 0 8px #1877f299)}.platform-icon.ln{color:#0a66c2}.platform-icon.ln:hover{filter:drop-shadow(0 0 8px #0a66c299)}.platform-icon.spitogatos{color:#ff5a00}.platform-icon.spitogatos:hover{filter:drop-shadow(0 0 8px #ff5a0099)}.platform-icon.xe{color:#fc0}.platform-icon.xe:hover{filter:drop-shadow(0 0 8px #fc09)}.platform-icon.plot{color:#00c0f0}.platform-icon.plot:hover{filter:drop-shadow(0 0 8px #00c0f099)}.ars-plan-portals-container{border-bottom:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:.6rem;width:100%;margin-top:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.ars-plan-portals-title{text-transform:uppercase;letter-spacing:.05em;color:var(--ars-text-muted);opacity:.8;font-size:.75rem;font-weight:600}.ars-plan-portals-list{scrollbar-width:none;flex-flow:row;justify-content:flex-start;align-items:center;gap:.7rem;width:100%;display:flex;overflow-x:auto}.ars-plan-portals-list::-webkit-scrollbar{display:none}.ars-portal-more{color:var(--ars-accent);white-space:nowrap;background:#ffffff0d;border:1px dashed #ffffff26;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;height:32px;padding:4px 10px;font-size:.75rem;font-weight:700;transition:all .25s;display:flex}.ars-portal-more:hover{border-color:var(--ars-accent);background:#ffffff14}.ars-portal-logo-wrapper{opacity:.75;justify-content:center;align-items:center;width:120px;height:32px;transition:opacity .25s,transform .25s;display:flex}.ars-portal-logo-wrapper:hover{opacity:1;transform:scale(1.05)}.ars-portal-logo-wrapper .portal-list-logo-img{object-fit:contain;filter:brightness(.95)contrast(1.05);width:100%;height:100%}.ars-portal-logo-wrapper .platform-icon{width:100%;height:100%}.portal-list-placeholder{color:var(--ars-text-muted);text-transform:uppercase;letter-spacing:.05em;background:#ffffff0d;border:1px solid #ffffff14;border-radius:4px;padding:3px 10px;font-size:.7rem;font-weight:700}@media (width<=768px){.ars-portal-logo-wrapper{width:100px;height:28px}.ars-portal-more{height:28px;padding:3px 8px;font-size:.7rem}.portal-list-placeholder{padding:3px 10px;font-size:.65rem}}.ars-pricing-video-card{z-index:100;background-color:#0000;border:none;align-self:center;width:590px;padding:0;display:flex;position:absolute;left:50%;overflow:hidden;translate:-50%}.ars-video-card-container{aspect-ratio:1080/1300;flex:1;width:100%;display:flex;position:relative}.ars-pricing-video-el{object-fit:contain;width:100%;height:100%;display:block}.ars-video-card-overlay{pointer-events:none;background:linear-gradient(#0000000d 0%,#00000026 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (width>=992px) and (width<=1199px){.ars-pricing-video-card{width:440px}}@media (width<=991px){.ars-pricing-video-card{order:-1;align-self:center;width:100%;max-width:390px;margin:2rem auto;position:relative;left:auto;translate:none}}.ars-pricing-disclaimer{color:var(--ars-text-muted);text-align:left;opacity:.8;margin:2rem 0;font-size:.9rem;line-height:1.6}@media (width<=768px){.ars-pricing-disclaimer{margin:1.5rem auto;padding:0 1rem;font-size:.8rem;line-height:1.5}.ars-addon-card-square{position:relative}.ars-addon-card-content-left{width:100%;margin-right:0}.ars-addon-square-price{position:absolute;top:1.2rem;right:1.4rem}.ars-addon-square-name{padding-right:80px}}.ars-portfolio{padding:var(--ars-space-xl) 0;background:var(--ars-bg)}.ars-portfolio-header{text-align:center;margin-bottom:var(--ars-space-lg)}.ars-portfolio-title{margin-bottom:1rem;font-family:Geologica,sans-serif;font-size:3.5rem}.ars-portfolio-subtitle{color:var(--ars-text-muted);font-size:1.1rem}.ars-carousel-outer{padding:2rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 16% 84%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 16% 84%,#0000 100%)}.ars-carousel-track{will-change:transform;gap:1.25rem;width:max-content;animation:32s linear infinite reelScroll;display:flex}@keyframes reelScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.ars-carousel-card{aspect-ratio:9/16;border:1px solid var(--ars-border);border-radius:20px;flex-shrink:0;width:240px;text-decoration:none;transition:border-color .3s,transform .3s;display:block;position:relative;overflow:hidden}.ars-carousel-card:hover,.ars-carousel-card.ars-active{border-color:var(--ars-primary);transform:scale(1.04)}.ars-carousel-video{object-fit:cover;width:100%;height:100%;display:block}.ars-carousel-overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 45%,#060608d9 100%);flex-direction:column;justify-content:flex-end;padding:1.4rem 1.1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ars-carousel-card:hover .ars-carousel-overlay,.ars-carousel-card.ars-active .ars-carousel-overlay{opacity:1}.ars-reel-category{color:var(--ars-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.25rem;font-size:.68rem;font-weight:700;display:block}.ars-reel-title{color:#fff;margin:0;font-family:Geologica,sans-serif;font-size:1rem;line-height:1.3}@media (width<=768px){.ars-portfolio{padding:3.5rem 0}.ars-portfolio-header{margin-bottom:2rem}.ars-portfolio-title{font-size:2.5rem}.ars-carousel-card{width:175px}}.ars-portfolio-cta-wrapper{text-align:center;margin-top:3rem;padding:0 1rem}.ars-portfolio-btn{border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem}.ars-portfolio-disclaimer{color:var(--ars-text-muted);opacity:.7;max-width:600px;margin-top:1.5rem;margin-left:auto;margin-right:auto;font-size:.75rem;line-height:1.4}.ars-whyus-page{background-color:var(--ars-bg);min-height:100vh;padding-top:100px;overflow:hidden}.ars-wu-hero{text-align:center;align-items:center;min-height:50vh;padding:4rem 0;display:flex;position:relative}.ars-wu-hero-content{z-index:10;max-width:900px;margin:0 auto;position:relative}.ars-hero-badge{border:1px solid var(--ars-border);color:var(--ars-accent);letter-spacing:2px;text-transform:uppercase;background:#ffffff0d;border-radius:100px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.ars-wu-title{color:var(--ars-text);letter-spacing:-2px;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.ars-wu-subtitle{color:var(--ars-text-muted);font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.ars-wu-pain{background:linear-gradient(180deg, var(--ars-bg) 0%, #08080a 100%);border-top:1px solid #ff32321a;padding:8rem 0;position:relative}.ars-pain-header{text-align:center;margin-bottom:5rem}.ars-pain-header h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);color:#ff4a4a!important}.ars-pain-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;display:grid}.ars-pain-card{border-radius:var(--ars-radius-lg);text-align:left;background:#190a0a80;border:1px solid #ff32321a;padding:3rem 2rem}.ars-pain-icon{color:#ff4a4a;background:#ff32321a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.ars-pain-card h3{color:#ff4a4a;margin-bottom:1rem;font-size:1.5rem}.ars-pain-card p{color:#a0a0a5;line-height:1.6}.ars-wu-solution{background:var(--ars-bg);padding:8rem 0;position:relative}.ars-wu-solution:before{content:"";background:linear-gradient(90deg, transparent, var(--ars-accent), transparent);height:1px;position:absolute;top:0;left:0;right:0}.ars-solution-header{text-align:center;margin-bottom:6rem}.ars-solution-header h2{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.ars-solution-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.ars-solution-card{background:var(--ars-surface);border:1px solid var(--ars-border);border-radius:var(--ars-radius-lg);padding:3rem 2rem;transition:transform .3s,border-color .3s}.ars-solution-card:hover{border-color:#fff3;transform:translateY(-10px)}.ars-solution-icon{width:60px;height:60px;color:var(--ars-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.ars-solution-card h3{color:var(--ars-text);margin-bottom:1rem;font-size:1.5rem}.ars-solution-card p{color:var(--ars-text-muted);line-height:1.6}.ars-wu-cta{text-align:center;padding:6rem 0}.ars-cta-box{border-radius:var(--ars-radius-lg);background:linear-gradient(135deg,#1d6ff21a 0%,#299fe90d 100%);border:1px solid #1d6ff233;padding:5rem 2rem}.ars-cta-box h2{margin-bottom:1rem;font-size:2.5rem}.ars-cta-box p{color:var(--ars-text-muted);margin-bottom:2rem;font-size:1.1rem}.ars-legal-page{background-color:var(--ars-bg);min-height:100vh;padding:150px 0 100px}.ars-legal-header{text-align:center;margin-bottom:4rem}.ars-legal-header h1{margin-bottom:1rem;font-size:3rem}.ars-legal-header p{color:var(--ars-text-muted);font-size:1.1rem}.ars-legal-content{background:var(--ars-surface);border-radius:var(--ars-radius-lg);border:1px solid var(--ars-border);max-width:800px;margin:0 auto;padding:4rem;box-shadow:0 10px 30px #0003}.ars-legal-content section{margin-bottom:3rem}.ars-legal-content section:last-child{margin-bottom:0}.ars-legal-content h2{color:var(--ars-text);border-bottom:1px solid var(--ars-border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.ars-legal-content p{color:var(--ars-text-muted);margin-bottom:1rem;line-height:1.8}.ars-legal-content ul{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}.ars-legal-content li{color:var(--ars-text-muted);margin-bottom:.5rem;line-height:1.6}.ars-legal-content strong{color:var(--ars-text)}@media (width<=768px){.ars-legal-page{padding:120px 0 80px}.ars-legal-header h1{font-size:2.2rem}.ars-legal-content{padding:2rem}}.ars-tos-pdf-banner{justify-content:center;margin-top:2rem;display:flex}.ars-tos-pdf-link{color:#fff;background:linear-gradient(135deg,#1d6ff2,#299fe9);border-radius:8px;padding:.8rem 1.8rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-block;box-shadow:0 4px 15px #1d6ff24d}.ars-tos-pdf-link:hover{color:#fff;opacity:.95;transform:translateY(-2px);box-shadow:0 6px 20px #1d6ff273}.ars-tos-pdf-link:active{transform:translateY(0);box-shadow:0 2px 10px #1d6ff24d}@media (width<=768px){.ars-tos-pdf-banner{margin-top:1.5rem;padding:0 1rem}.ars-tos-pdf-link{text-align:center;width:100%;padding:.7rem 1.2rem;font-size:.95rem}}.ars-acc-section{background:#050505;border:1px solid #ffffff0d;border-radius:24px;margin-bottom:24px;transition:all .4s cubic-bezier(.22,1,.36,1);overflow:hidden}.ars-acc-section.is-open{background:#080808;border-color:#ffffff1f;box-shadow:0 30px 60px #000c}.ars-acc-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.ars-acc-header-content{align-items:center;gap:24px;display:flex}.ars-acc-icon-wrapper{width:56px;height:56px;color:var(--ars-section-color);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;transition:all .3s;display:flex}.is-open .ars-acc-icon-wrapper{background:var(--ars-section-color);color:#fff;box-shadow:0 0 20px rgba(var(--ars-section-color), .3)}.ars-acc-title-group h3{color:#fff;letter-spacing:-.01em;margin:0 0 4px;font-size:1.25rem;font-weight:700}.ars-acc-title-group p{color:#ffffff80;margin:0;font-size:.9rem}.ars-acc-chevron{color:#ffffff4d}.ars-acc-body{overflow:hidden}.ars-acc-inner{padding:0 32px 40px}@media (width<=768px){.ars-acc-header{padding:20px}.ars-acc-header-content{gap:16px}.ars-acc-icon-wrapper{border-radius:12px;width:48px;height:48px}.ars-acc-title-group h3{font-size:1.1rem}.ars-acc-title-group p{font-size:.8rem;display:none}}.ars-services-hub{background-color:#050505;min-height:100vh}.ars-services-top-visual{background:radial-gradient(circle,#1e293b 0%,#0f172a 100%);padding-top:120px;padding-bottom:80px;position:relative;overflow-x:hidden}.ars-services-top-visual:before{content:"";opacity:.1;filter:grayscale();pointer-events:none;background:url(/assets/hero-bg-BqiKauYa.png) 50%/cover no-repeat;position:absolute;inset:0}.ars-services-content-list{background-color:#050505;padding:80px 0;position:relative}.ars-services-header{text-align:center;z-index:0;margin-bottom:80px;padding:0 20px;position:relative}.ars-services-header h1{letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.ars-services-header p{color:var(--ars-text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.ars-orbital-container{z-index:100;justify-content:center;align-items:center;height:600px;margin-bottom:40px;display:flex;position:relative}.ars-orbital-center{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.ars-orbital-center-text{letter-spacing:.3em;color:#fff6;text-transform:uppercase;white-space:nowrap;margin-top:15px;font-size:.7rem;font-weight:800}.ars-orbital-center .ars-logo{width:80%;height:auto}.ars-orbit-path{pointer-events:none;border:2px dashed #ffffff0d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ars-orbital-item{text-align:center;cursor:pointer;z-index:5;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;margin-top:-70px;margin-left:-70px;display:flex;position:absolute;top:50%;left:50%}.ars-orbital-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:12px;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:0 10px 30px #0003}.ars-orbital-card svg{stroke-width:1.5px;width:32px;height:32px}.ars-orbital-item span{text-transform:uppercase;letter-spacing:.05em;color:#fffc;max-width:130px;font-size:.8rem;font-weight:600;transition:color .3s}.ars-orbital-item:hover .ars-orbital-card{background:var(--ars-primary);border-color:var(--ars-primary-light);box-shadow:0 15px 40px #ffffff1a}.ars-orbital-item:hover span{color:#fff}.ars-service-tooltip{z-index:9999;pointer-events:none;width:280px;position:absolute;left:50%;transform:translate(-50%)}.ars-tooltip-content{z-index:99999;text-align:center;background:#1e293b;border:1px solid #ffffff26;border-radius:20px;padding:15px 20px;box-shadow:0 15px 35px #00000080}.ars-tooltip-content h3{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:700}.ars-tooltip-content p{color:#fff9;margin:0;font-size:.8rem;line-height:1.4}@media (width<=768px){.ars-services-top-visual{padding-top:80px;padding-bottom:40px}.ars-services-content-list{padding:40px 0}.ars-services-header{margin-bottom:40px}.ars-services-header h1{font-size:2.2rem}.ars-services-header p{padding:0 10px;font-size:1rem}.ars-service-sections{padding:0 15px 40px}.ars-orbital-container{grid-template-columns:1fr 1fr;gap:12px;height:auto;padding:20px 0;display:grid}.ars-orbit-path,.ars-orbital-center{display:none}.ars-orbital-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;gap:12px;width:100%;height:100%;margin-bottom:0;padding:16px;position:relative!important;transform:none!important}.ars-orbital-card{border-radius:10px;flex-shrink:0;width:44px;height:44px;margin:0 auto}.ars-orbital-item span{color:#fff;text-transform:uppercase;max-width:100%;font-size:.75rem;font-weight:700;line-height:1.2}}.ars-services-top-visual:before{opacity:.05}.ars-service-sections{max-width:1000px;margin-top:0;margin-left:auto;margin-right:auto;padding:0 20px}.ars-section-anchor{scroll-margin-top:100px}.ars-service-detail-content{padding-top:20px}.ars-sp-tag{color:var(--ars-section-color);text-transform:uppercase;letter-spacing:.1em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:30px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.ars-sp-value-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px;display:grid}.ars-sp-value-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:24px}.ars-sp-value-item h3{color:#fff;align-items:center;gap:12px;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.ars-sp-value-icon{width:36px;height:36px;color:var(--ars-section-color);justify-content:center;align-items:center;display:flex}.ars-sp-value-item p{color:#fff9;margin:0;font-size:.9rem;line-height:1.5}.ars-sp-process-mini{background:#0003;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:40px;padding:30px}.ars-sp-process-mini h4{color:#fff;margin-bottom:24px;font-size:1.2rem;font-weight:700}.ars-sp-step-mini{gap:20px;margin-bottom:20px;display:flex}.ars-sp-step-mini:last-child{margin-bottom:0}.step-num{background:var(--ars-section-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:800;display:flex}.ars-sp-step-mini h5{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:700}.ars-sp-step-mini p{color:#ffffff80;margin:0;font-size:.85rem}.ars-cta-box-mini{text-align:center;background:linear-gradient(135deg,#ffffff0d 0%,#ffffff03 100%);border:1px solid #ffffff1a;border-radius:24px;padding:40px}.ars-cta-box-mini h3{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:800}.ars-cta-box-mini p{color:#fff9;margin-bottom:24px}.ars-orbital-item.is-active .ars-orbital-card{background:var(--ars-primary);box-shadow:0 0 20px var(--ars-primary);border-color:#fff6}.ars-orbital-item.is-active span{color:#fff;font-weight:800}.ars-port-page{color:#fff;background-color:#070707;min-height:100vh;padding-top:100px;font-family:Outfit,Inter,sans-serif;position:relative;overflow-x:hidden}.ars-port-container{max-width:1200px;margin:0 auto;padding:0 20px}.ars-port-hero-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#1d6ff214 0%,#0000 70%);width:80%;height:400px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.ars-port-hero{z-index:1;text-align:center;padding:60px 0 40px;position:relative}.ars-port-eyebrow{letter-spacing:.15em;color:var(--ars-text-muted);background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.ars-star-gold{color:#c9a84c}.ars-port-h1{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-family:Geologica,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.ars-port-lead{color:#888;max-width:650px;margin:0 auto;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.ars-port-filters-section{z-index:10;margin-bottom:50px;position:relative}.ars-port-filter-bar{scrollbar-width:none;border-bottom:1px solid #ffffff0d;justify-content:center;gap:8px;padding-bottom:1px;display:flex;overflow-x:auto}.ars-port-filter-bar::-webkit-scrollbar{display:none}.ars-port-filter-btn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:12px 24px;font-size:.9rem;font-weight:600;transition:color .3s;position:relative}.ars-port-filter-btn:hover,.ars-port-filter-btn.active{color:#fff}.ars-port-filter-line{background:linear-gradient(135deg,#1d6ff2,#299fe9);border-radius:10px;height:2px;position:absolute;bottom:0;left:0;right:0}.ars-port-grid-section{z-index:2;margin-bottom:100px;position:relative}.ars-port-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.ars-port-card{aspect-ratio:9/16;cursor:pointer;background:#111;border:1px solid #ffffff0d;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.ars-port-media{z-index:0;width:100%;height:100%;position:absolute;inset:0}.ars-port-cover{object-fit:cover;width:100%;height:100%;transition:opacity .5s,transform .5s}.ars-port-cover-hidden{opacity:0;transform:scale(1.05)}.ars-port-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.ars-port-video-visible{opacity:1}.ars-port-gradient{z-index:1;background:linear-gradient(#0000 0%,#0000004d 50%,#000000e6 100%);position:absolute;inset:0}.ars-port-badge{letter-spacing:.1em;color:#fff;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:20px;left:20px}.ars-port-info{z-index:2;color:#fff;padding:30px 24px;position:absolute;bottom:0;left:0;right:0}.ars-port-cat{letter-spacing:.1em;text-transform:uppercase;color:#1d6ff2;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.ars-port-title{margin-bottom:8px;font-size:1.25rem;font-weight:800;line-height:1.2}.ars-port-loc{color:#aaa;align-items:center;gap:6px;font-size:.85rem;display:flex}.ars-fullscreen-overlay{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#000000f2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ars-fullscreen-close{color:#fff;cursor:pointer;z-index:1010;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s,transform .3s;display:flex;position:absolute;top:30px;right:30px}.ars-fullscreen-close:hover{background:#ffffff26;transform:scale(1.05)}.ars-fullscreen-content{background:#0f0f0f;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:900px;height:80vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #000c}.ars-fullscreen-player-container{background:#020202;flex:1.1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ars-fullscreen-video{object-fit:cover;cursor:pointer;width:100%;height:100%}.ars-arrow-btn{color:#fff;cursor:pointer;z-index:5;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ars-arrow-btn:hover{background:#000c;transform:translateY(-50%)scale(1.05)}.ars-arrow-btn.prev{left:15px}.ars-arrow-btn.next{right:15px}.ars-player-controls{pointer-events:none;background:linear-gradient(#00000080 0%,#0000 20% 80%,#000000b3 100%);flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:absolute;inset:0}.ars-player-top{align-self:flex-start}.ars-player-badge-live{color:#fff;letter-spacing:.1em;background:#1d6ff2;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:800}.ars-player-center-play{color:#fff;cursor:pointer;pointer-events:auto;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ars-player-center-play:hover{transform:translate(-50%,-50%)scale(1.1)}.ars-player-bottom{pointer-events:auto;width:100%}.ars-player-timeline{margin-bottom:12px}.ars-timeline-bg{background:#fff3;border-radius:2px;height:4px;overflow:hidden}.ars-timeline-fill{background:#1d6ff2;width:0;height:100%;transition:width .1s linear}.ars-player-actions{gap:12px;display:flex}.ars-control-btn{color:#fff;cursor:pointer;background:#0009;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .3s;display:flex}.ars-control-btn:hover{background:#000c}.ars-fullscreen-sidebar{background:#0b0b0b;border-left:1px solid #ffffff14;flex-direction:column;flex:.9;justify-content:space-between;padding:40px;display:flex}.ars-sidebar-category{color:#1d6ff2;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.ars-sidebar-title{color:#fff;margin-bottom:12px;font-size:1.75rem;font-weight:800;line-height:1.2}.ars-sidebar-location{color:#888;align-items:center;gap:8px;font-size:.9rem;display:flex}.ars-sidebar-body{flex:1;margin:30px 0}.ars-sidebar-desc{color:#888;margin-bottom:30px;font-size:.95rem;line-height:1.6}.ars-sidebar-specs-section h4{letter-spacing:.1em;color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:15px;padding-bottom:8px;font-size:.8rem;font-weight:700}.ars-spec-row{border-bottom:1px solid #ffffff08;justify-content:space-between;padding:10px 0;font-size:.85rem;display:flex}.ars-spec-key{color:#666}.ars-spec-val{color:#ccc;font-weight:500}.ars-sidebar-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d6ff2,#299fe9);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 24px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #1d6ff24d}.ars-sidebar-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1d6ff266}.ars-port-cta-section{padding-bottom:100px}.ars-port-cta-box{text-align:center;background:linear-gradient(135deg,#0d0d0d 0%,#151515 100%);border:1px solid #ffffff0d;border-radius:30px;padding:60px 40px;position:relative;overflow:hidden}.ars-port-cta-glow{pointer-events:none;background:radial-gradient(circle,#1d6ff214 0%,#0000 70%);width:60%;height:300px;position:absolute;bottom:-50%;left:50%;transform:translate(-50%)}.ars-port-cta-title{color:#fff;margin-bottom:16px;font-size:2.25rem;font-weight:800}.ars-port-cta-desc{color:#888;max-width:550px;margin:0 auto 30px;font-size:1.1rem;line-height:1.6}.ars-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d6ff2,#299fe9);border:none;border-radius:100px;align-items:center;gap:12px;padding:16px 36px;font-size:1.05rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 20px #1d6ff24d}@media (width<=1024px){.ars-port-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.ars-port-page{padding-top:80px}.ars-port-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.ars-fullscreen-content{border-radius:16px;flex-direction:column;height:90vh}.ars-fullscreen-player-container{flex:1.4}.ars-fullscreen-sidebar{border-top:1px solid #ffffff14;border-left:none;flex:1;padding:24px;overflow-y:auto}.ars-sidebar-title{font-size:1.4rem}.ars-sidebar-body{margin:20px 0}.ars-arrow-btn{width:36px;height:36px}.ars-fullscreen-close{width:40px;height:40px;top:20px;right:20px}.ars-port-cta-box{padding:40px 20px}.ars-port-cta-title{font-size:1.75rem}}.ars-port-empty-section{justify-content:center;align-items:center;min-height:60vh;padding:60px 0;display:flex}.ars-port-empty-state{text-align:center;color:#fff6;border:1px dashed #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:16px;max-width:520px;margin:0 auto;padding:60px 40px;display:flex}.ars-port-empty-state h2{color:#ffffffb3;margin:0;font-size:1.4rem;font-weight:700}.ars-port-empty-state p{color:#fff6;margin:0;font-size:.9rem}.ars-port-empty-state code{color:var(--ars-accent);text-align:left;word-break:break-all;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:10px 16px;font-family:Courier New,monospace;font-size:.8rem;display:block}.ars-port-empty-state code strong{color:#fff}.ars-port-sentinel{width:100%;height:1px;margin-top:20px}.ars-port-end-label{text-align:center;color:#fff3;letter-spacing:.15em;text-transform:uppercase;padding:40px 0 20px;font-size:.75rem}.ars-port-cover-placeholder{background:linear-gradient(135deg,#111114 0%,#1a1a1f 100%)}:root{--ars-bg:#0a0a0a;--ars-surface:#121212;--ars-surface-light:#1e1e1e;--ars-primary:#1d6ff2;--ars-accent:#299fe9;--ars-text:#fff;--ars-text-muted:#a0a0a0;--ars-border:#ffffff1a;--ars-gradient:linear-gradient(135deg, var(--ars-primary), var(--ars-accent));--ars-space-xs:.5rem;--ars-space-sm:1rem;--ars-space-md:2rem;--ars-space-lg:4rem;--ars-space-xl:8rem;--ars-radius:12px;--ars-radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--ars-bg);color:var(--ars-text);-webkit-font-smoothing:antialiased;font-family:Geologica,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none;transition:opacity .2s}button,input,select,textarea{color:var(--ars-text);font-family:inherit}button{cursor:pointer;background:0 0;border:none}.ars-container{max-width:1200px;padding:0 var(--ars-space-md);margin:0 auto}.ars-gradient-text{background:var(--ars-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.gradient-text{background:var(--ars-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ars-btn{border-radius:var(--ars-radius);justify-content:center;align-items:center;padding:.8rem 1.6rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.ars-btn-primary{background:var(--ars-gradient);color:#fff}.ars-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #1d6ff24d}.ars-btn-secondary{border:1px solid var(--ars-border);background:#ffffff0d}.ars-btn-secondary:hover{background:#ffffff1a}.ars-animate-fade{animation:.8s forwards fadeIn}.style-red-accent{-webkit-text-fill-color:#ff4a4a!important;color:#ff4a4a!important;background:0 0!important}
