:root{--promo-height:40px;--header-height:70px;--total-header:calc(var(--promo-height) + var(--header-height))}*{box-sizing:border-box;transition:background-color .4s,color .4s,border-color .4s,box-shadow .4s}body{margin:0;font-family:Arial,Helvetica,sans-serif}.top-wrapper{width:100%;height:var(--total-header);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617f2;position:fixed;top:0;left:0}.promo-bar{height:var(--promo-height);color:#fff;background:linear-gradient(90deg,#22d3ee,#a855f7);justify-content:center;align-items:center;padding:10px;display:flex}.promo-content{justify-content:center;align-items:center;gap:18px;display:flex}.promo-btn{color:#0f172a;text-align:center;word-break:keep-all;background:#fff;border-radius:30px;width:125px;padding:6px 16px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}@media (max-width:400px){.promo-btn{width:150px;padding:6px}}.promo-btn:hover{transform:scale(1.08);box-shadow:0 0 15px #ffffffb3}.cyber-header{height:var(--header-height);z-index:1000;background:0 0;border-bottom:1px solid #38bdf84d;justify-content:space-between;align-items:center;padding:0 clamp(20px,4vw,80px);display:flex;position:relative}.cyber-logo{letter-spacing:2px;color:#fff;text-shadow:0 0 6px #ffffffb3,0 0 14px #c8e6ff99,0 0 32px #78c8ff80;font-size:clamp(1rem,1.5vw,1.4rem);font-weight:600;animation:2.8s ease-in-out infinite alternate whiteGlow}@keyframes whiteGlow{0%{text-shadow:0 0 4px #fff6,0 0 10px #c8e6ff66,0 0 22px #78c8ff4d}to{text-shadow:0 0 8px #ffffffe6,0 0 18px #dcf0ffcc,0 0 45px #78c8ff99}}.cyber-nav{align-items:center;gap:clamp(15px,2vw,28px);margin-right:20px;display:flex}.cyber-nav a{color:#e5e7eb;letter-spacing:1px;align-items:center;height:38px;font-size:clamp(.8rem,1vw,.9rem);text-decoration:none;transition:all .3s;display:flex;position:relative}.cyber-nav a:after{content:"";background:linear-gradient(90deg,#22d3ee,#a855f7,#ec4899);width:0%;height:2px;transition:all .4s;position:absolute;bottom:8px;left:0;transform:translateY(100%);box-shadow:0 0 10px #22d3ee}.cyber-nav a:hover{color:#22d3ee;text-shadow:0 0 8px #22d3ee}.cyber-nav a:hover:after{width:100%}.cyber-nav a.active{color:#22d3ee}.cyber-nav a.active:after{width:100%}.quote-btn{letter-spacing:1px;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);isolation:isolate;cursor:pointer;background:#ffffffd9;border:1px solid #ffffff80;border-radius:12px;justify-content:center;align-items:center;height:42px;padding:8px 20px;font-size:clamp(.75rem,1vw,.9rem);text-decoration:none;transition:all .35s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026,inset 0 1px #ffffffb3;color:#000!important}.quote-text{z-index:5;font-weight:600;transition:all .3s;position:relative;color:#000!important}.quote-btn:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;z-index:1;background:linear-gradient(120deg,#22d3ee,#a855f7,#ec4899,#22d3ee) 0 0/300% 300%;padding:1px;animation:5s linear infinite borderFlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.quote-btn:after{content:"";z-index:2;background:linear-gradient(120deg,#0000,#ffffffe6,#0000);width:60%;height:100%;transition:all .7s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.quote-btn:hover:after{left:130%}.quote-btn:hover{transform:translateY(-4px)scale(1.06);box-shadow:0 0 18px #22d3ee80,0 0 35px #a855f766,0 10px 30px #0000004d}.quote-btn:hover .quote-text{text-shadow:0 0 6px #22d3ee99,0 0 12px #22d3ee66;color:#22d3ee!important}.quote-btn:hover{animation:2.5s ease-in-out infinite auraPulse}@keyframes auraPulse{0%,to{box-shadow:0 0 18px #22d3ee80,0 0 35px #a855f74d}50%{box-shadow:0 0 30px #ec489999,0 0 50px #22d3ee80}}@keyframes borderFlow{0%{background-position:0%}to{background-position:300%}}.cyber-hamburger{flex-direction:column;gap:6px;display:none}.cyber-hamburger span{background:#22d3ee;border-radius:10px;width:28px;height:3px;transition:all .4s;box-shadow:0 0 10px #22d3ee}.cyber-main{min-height:100vh;margin-top:var(--total-header)}@media (max-width:1024px){.cyber-nav{gap:16px}.quote-btn{padding:6px 14px;font-size:.85rem}.cyber-logo{font-size:1.1rem}}@media (max-width:992px){.cyber-header{padding:8px 14px}.cyber-logo{letter-spacing:.8px;max-width:55%;font-size:.88rem}.cyber-nav{gap:12px;margin-right:0}.cyber-nav a{font-size:.78rem}.quote-btn{height:32px;padding:0 12px;font-size:.75rem}.cyber-hamburger{display:none}}@media (max-width:768px){:root{--promo-height:85px}.cyber-header{padding:12px 30px;position:relative}.cyber-hamburger{cursor:pointer;z-index:6000;display:flex}.cyber-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;z-index:5000;background:#020617fa;flex-direction:column;align-items:center;gap:25px;width:100%;padding:35px 0;transition:all .35s;position:fixed;top:100%;left:0;transform:translateY(-120%)}.cyber-nav.active{opacity:1;pointer-events:auto;transform:translateY(0)}.cyber-nav a{font-size:.9rem}.quote-btn{justify-content:center;width:80%;margin-top:10px}}@media (max-width:600px){.cyber-header{padding:10px 30px}.cyber-logo{letter-spacing:1px;font-size:.95rem}.cyber-nav a{font-size:.85rem}.quote-btn{justify-content:center;width:85%}}@media (max-width:400px){.cyber-logo{font-size:.85rem}.quote-btn{font-size:.75rem}}.cyber-scrollbar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#ffffff0d;border-radius:50px;width:10px;height:100vh;position:fixed;top:0;right:0;transform:translateZ(0)}.cyber-thumb{cursor:grab;background:linear-gradient(#22d3ee,#a855f7,#ec4899,#22d3ee) 0 0/200% 200%;border-radius:50px;width:100%;transition:transform .2s,box-shadow .2s;animation:4s linear infinite cyberFlow;position:absolute;top:0;left:0;box-shadow:0 0 12px #22d3ee,0 0 25px #a855f7,0 0 40px #ec4899}.cyber-thumb:active{cursor:grabbing}.cyber-thumb:hover{transform:scaleX(1.3);box-shadow:0 0 20px #22d3ee,0 0 40px #a855f7,0 0 70px #ec4899}@keyframes cyberFlow{0%{background-position:0 0}to{background-position:0 200%}}@media (max-width:1024px){.cyber-scrollbar{width:8px}}@media (max-width:768px){.cyber-scrollbar{display:none}}.cookie-float{top:calc(var(--total-header) + 25px);z-index:3000;cursor:pointer;justify-content:center;align-items:center;width:64px;height:64px;animation:4s ease-in-out infinite cookieFloat;display:flex;position:fixed;left:26px}.cookie-circle{z-index:3;background:linear-gradient(270deg,#7c3aed,#ec4899,#06b6d4,#22d3ee,#7c3aed) 0 0/400% 400%;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:6s infinite gradientMove;display:flex;position:relative;box-shadow:0 10px 25px #0006,0 0 30px #7c3aede6,0 0 60px #06b6d4b3}.cookie-float:hover .cookie-circle{transform:scale(1.15)rotate(12deg);box-shadow:0 15px 35px #0009,0 0 50px #ec4899,0 0 80px #06b6d4e6}.cookie-icon{color:#fff;filter:drop-shadow(0 0 10px #fffc);font-size:34px}.cookie-pulse,.cookie-pulse:after{content:"";z-index:1;background:#06b6d466;border-radius:50%;width:60px;height:60px;animation:2.5s infinite cookiePulse;position:absolute}.cookie-pulse:after{animation-delay:1.2s}@keyframes gradientMove{0%{background-position:0%}to{background-position:250%}}@keyframes cookiePulse{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.8)}to{opacity:0}}@keyframes cookieFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:480px){.cookie-float{width:56px;height:56px;top:calc(var(--total-header) + 25px);left:18px}.cookie-icon{font-size:28px}}body.dark-mode{color:#e5e7eb;background:#020617}body.light-mode{color:#1f2937;background:#fff}.theme-switch{cursor:pointer;align-items:center;width:60px;height:30px;display:flex}.switch-track{border-radius:50px;align-items:center;width:100%;height:100%;padding:4px;transition:all .4s;display:flex;position:relative;overflow:hidden}.theme-switch.light .switch-track{background:linear-gradient(135deg,#dbeafe,#fff);box-shadow:inset 0 0 6px #00000014,0 0 12px #0000001a}.sun{color:#f59e0b;opacity:.7;pointer-events:none;animation:2.5s ease-in-out infinite sunFloat;position:absolute}.sun.s1{top:6px;left:33px}.sun.s2{animation-delay:.6s;bottom:6px;left:43px}.sun.s3{animation-delay:1.2s;bottom:3px;left:33px}.theme-switch.dark .switch-track{background:linear-gradient(135deg,#0f172a,#020617);box-shadow:inset 0 0 6px #0009,0 0 15px #22d3ee4d}.switch-thumb{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .4s cubic-bezier(.22,1,.36,1),background .4s;display:flex;box-shadow:0 2px 6px #00000040}.theme-switch.dark .switch-thumb{color:#22d3ee;background:#1e293b;transform:translate(30px)}.theme-switch.light .switch-thumb{color:#f59e0b;background:#fff;transform:translate(0)}@keyframes sunFloat{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.star{color:#fff;opacity:.7;pointer-events:none;font-size:8px;animation:2s ease-in-out infinite starTwinkle;position:absolute}.star.s1{top:6px;left:14px}.star.s2{animation-delay:.6s;bottom:6px;left:10px}.star.s3{animation-delay:1.2s;top:10px;right:16px}@keyframes starTwinkle{0%,to{opacity:.8;filter:brightness();transform:scale(1)}50%{opacity:1;filter:brightness(1.6)drop-shadow(0 0 8px gold)drop-shadow(0 0 15px gold);transform:scale(1.25)}}body.light-mode .cyber-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffbf;border-bottom:1px solid #00000014;box-shadow:0 4px 20px #00000014,inset 0 -1px #ffffffb3}body.light-mode .cyber-logo{color:#111;text-shadow:none;animation:none}body.light-mode .cyber-nav a{color:#333}body.light-mode .cyber-nav a:hover{color:#0ea5e9}body.light-mode .cyber-nav a.active{color:#0ea5e9;font-weight:600}@media (max-width:768px){body.light-mode .cyber-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;box-shadow:0 10px 30px #00000014}body.light-mode .cyber-nav a{color:#1f2937}body.light-mode .cyber-nav a:hover{color:#0ea5e9}}body.light-mode .home-hero{background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .scroll-btn{color:#0f172a;background:#ffffffb3;border:1px solid #0000001a;box-shadow:inset 0 0 12px #0000000d,0 0 15px #0ea5e926}body.light-mode .hero-scroll::-webkit-scrollbar-track{background:#0000000d}body.light-mode .btn-secondary{color:#0ea5e9;box-shadow:none;border-color:#0ea5e9}body.light-mode .beam-core{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,#0000,#0ea5e9,#38bdf8,#9333ea,#38bdf8,#0ea5e9,#0000);animation:1.6s ease-in-out infinite laserPulse;box-shadow:0 0 6px #0ea5e980,0 0 14px #9333ea66}body.light-mode .scroll-beam{background:0 0}body.light-mode .cyber-main,body.light-mode main,body.light-mode .main-cyber-main{background:#fff}body.light-mode .orbit-section{background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .orbit-hero h1{color:#111827}body.light-mode .orbit-hero p{color:#64748b}body.light-mode .icon{color:#0ea5e9}body.light-mode .jump-icon:hover .icon{color:#9333ea}body.light-mode .jump-icon p{color:#1e293b}body.light-mode .services-section{color:#0f172a;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .services-header p{color:#64748b}body.light-mode .service-card{background:#ffffffd9;border:1px solid #00000014;animation:none;box-shadow:0 8px 25px #00000014}body.light-mode .service-card h3{color:#0ea5e9}body.light-mode .service-card p{color:#475569}body.light-mode .service-icon.holo{box-shadow:0 0 10px}body.light-mode .why-card{background:#ffffffd9;border:1px solid #00000014;box-shadow:0 8px 25px #00000014}body.light-mode .why-header h1{color:#0f172a}body.light-mode .why-header p{color:#64748b}body.light-mode .why-card p{color:#111827}body.light-mode .why-icon{filter:drop-shadow(0 0 4px #0ea5e9)}body.light-mode .industries-section{background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .industries-hero h1{color:#111827}body.light-mode .industries-hero p{color:#64748b}body.light-mode .industry-item p{color:#475569}body.light-mode .industry-img-wrap:before{opacity:.25;filter:blur(12px)}body.light-mode .industry-item:hover .industry-img-wrap{box-shadow:0 0 15px #0ea5e966,0 0 30px #9333ea40}body.light-mode .recent-projects-section{background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .recent-hero h1{color:#111827}body.light-mode .recent-hero p{color:#64748b}body.light-mode .project-card{background:#ffffffe6;border:1px solid #00000014;box-shadow:0 8px 25px #00000014}body.light-mode .project-card:hover{box-shadow:0 12px 30px #0ea5e940}body.light-mode .project-card h3{color:#0f172a}body.light-mode .project-date{color:#64748b}body.light-mode .blog-section{color:#0f172a;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .blog-header h1{color:#111827}body.light-mode .blog-header p{color:#64748b}body.light-mode .blog-card{background:#ffffffe6;box-shadow:0 8px 25px #00000014}body.light-mode .blog-card:before{opacity:.3}body.light-mode .blog-content h2{color:#0f172a}body.light-mode .blog-desc{color:#475569}body.light-mode .read-more-btn{color:#0ea5e9;border-color:#0ea5e9}body.light-mode .read-more-btn:hover{color:#fff}body.light-mode .featured-blog{background:#ffffffe6;box-shadow:0 8px 30px #00000014}body.light-mode .featured-content p{color:#475569}body.light-mode .featured-tag{box-shadow:none}body.light-mode .projects-discuss{color:#0f172a;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .pd-hero h1{text-shadow:none;color:#111827}body.light-mode .pd-hero p{color:#64748b}body.light-mode .pd-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbf;border:1px solid #00000014;box-shadow:0 10px 25px #00000014}body.light-mode .pd-card.glow{box-shadow:0 10px 30px #0ea5e926,0 10px 60px #9333ea14}body.light-mode .pd-card h3{color:#0ea5e9}body.light-mode .pd-card p{color:#475569}body.light-mode .pd-cta{background:linear-gradient(145deg,#fff,#f1f5f9);border:1px solid #00000014;box-shadow:0 20px 40px #00000014}body.light-mode .pd-cta h2{color:#0ea5e9}body.light-mode .pd-cta p{color:#475569}body.light-mode .pd-cta a{box-shadow:0 6px 18px #0ea5e933}body.light-mode .testimonials-section{background:radial-gradient(circle at 50% 0,#0ea5e914,#0000 60%)}body.light-mode .testimonials-hero h1{color:#111827}body.light-mode .testimonials-hero p{color:#64748b}body.light-mode .testimonial-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffd9,#f8fafce6);border:1px solid #00000014;box-shadow:0 10px 30px #00000014}body.light-mode .testimonial-card:hover{box-shadow:0 14px 40px #0ea5e92e}body.light-mode .testimonial-text{color:#374151}body.light-mode .testimonial-card span{color:#64748b}body.light-mode .testimonial-card h3{color:#0ea5e9}body.light-mode .testimonial-avatar{box-shadow:0 0 8px #0ea5e94d,0 0 16px #9333ea33}body.light-mode .testimonial-glow{background:radial-gradient(circle,#0ea5e91f,#0000 70%)}body.light-mode .tech-section{color:#0f172a;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .tech-hero h1{color:#111827}body.light-mode .tech-hero p{color:#64748b}body.light-mode .tech-hero span{color:#0ea5e9}body.light-mode .tech-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#0ea5e914,#0000 60%);position:absolute;inset:0}body.light-mode .clients-marquee:before{background:linear-gradient(90deg,#fff,#0000)}body.light-mode .clients-marquee:after{background:linear-gradient(270deg,#fff,#0000)}body.light-mode .marquee-item{color:#0ea5e9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffc;border:1px solid #00000014;box-shadow:0 10px 25px #00000014}body.light-mode .marquee-item:hover{box-shadow:0 10px 35px #0ea5e933}body.light-mode .marquee-item img{filter:drop-shadow(0 0 4px #0ea5e959)}body.light-mode .cyber-footer{background:linear-gradient(#fffffff2,#fff);border-top:1px solid #00000014;box-shadow:0 -10px 30px #0000000f}body.light-mode .footer-glow-line{background:linear-gradient(90deg,#0000,#0ea5e9,#9333ea,#0ea5e9,#0000)}body.light-mode .footer-content{color:#374151}body.light-mode .footer-content span{color:#0ea5e9;text-shadow:none}body.light-mode .footer-tagline{color:#64748b}body.light-mode .about2{color:#0f172a;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .about2-left h1{text-shadow:none;color:#111827}body.light-mode .about2-left p{color:#64748b}body.light-mode .about2-stats div{background:#ffffffd9;border:1px solid #00000014;box-shadow:0 10px 25px #00000014}body.light-mode .about2-stats span{color:#64748b}body.light-mode .a2-card{background:#ffffffd9;border:1px solid #00000014;box-shadow:0 10px 30px #00000014}body.light-mode .a2-card h3{color:#0ea5e9}body.light-mode .a2-card p{color:#475569}body.light-mode .a2-icon{filter:drop-shadow(0 0 6px #0ea5e966)}body.light-mode .leader-header h1{color:#111827}body.light-mode .leader-header p{color:#64748b}body.light-mode .leader-card{background:#ffffffd9;border:1px solid #00000014;box-shadow:0 10px 30px #00000014}body.light-mode .leader-card h3{color:#0ea5e9}body.light-mode .leader-card p{color:#475569}body.light-mode .leader-icon{filter:drop-shadow(0 0 6px #0ea5e966)}body.light-mode .cta-glass{background:radial-gradient(circle at top,#0ea5e91f,#0000 60%),#fffffff2;border:1px solid #00000014;box-shadow:0 20px 40px #00000014}body.light-mode .cta-glass h1{color:#111827}body.light-mode .cta-glass p{color:#475569}body.light-mode .cta-glass h1 span{text-shadow:none;color:#0ea5e9}body.light-mode .career-section{color:#111827;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .career-hero h1{text-shadow:none;color:#111827}body.light-mode .career-hero p{color:#64748b}body.light-mode .highlight-card{background:#ffffffd9;border:1px solid #00000014;box-shadow:0 10px 25px #00000014}body.light-mode .highlight-card h3{color:#0ea5e9}body.light-mode .highlight-card p{color:#475569}body.light-mode .career-icon{filter:drop-shadow(0 0 5px #0ea5e966)}body.light-mode .job-card{background:#ffffffe6;border:1px solid #00000014;box-shadow:0 10px 28px #00000014}body.light-mode .job-card h3{color:#111827}body.light-mode .job-card p{color:#475569}body.light-mode .job-card span{color:#0ea5e9}body.light-mode .career-title{text-shadow:none;color:#0ea5e9}body.light-mode .pipeline-card{background:#ffffffe6;border:1px solid #00000014;box-shadow:0 10px 28px #00000014}body.light-mode .pipeline-card h3{color:#0ea5e9}body.light-mode .pipeline-card p{color:#475569}body.light-mode .pipeline-core{background:radial-gradient(circle,#0ea5e9,#fff);box-shadow:0 0 10px #0ea5e980,0 0 25px #0ea5e94d}body.light-mode .pipeline-card:after{box-shadow:0 0 6px #0ea5e966}body.light-mode .contact-section{color:#111827;background:radial-gradient(circle at top,#f8fafc,#fff)}body.light-mode .contact-header h1{text-shadow:none;color:#111827}body.light-mode .contact-header p{color:#64748b}body.light-mode .contact-card{background:#ffffffe6;border:1px solid #00000014;box-shadow:0 12px 30px #00000014}body.light-mode .form-group label{color:#475569}body.light-mode .form-group input,body.light-mode .form-group textarea{color:#111827;background:#fff;border:1px solid #0000001f}body.light-mode .form-group input::placeholder,body.light-mode .form-group textarea::placeholder{color:#94a3b8}body.light-mode .form-group input:focus,body.light-mode .form-group textarea:focus{box-shadow:0 0 8px #0ea5e966}body.light-mode .info-card{background:#ffffffe6;border:1px solid #00000014;box-shadow:0 12px 28px #00000014}body.light-mode .info-card h2{color:#0ea5e9}body.light-mode .info-card p{color:#475569}body.light-mode .success-overlay{background:#ffffffe6}body.light-mode .success-box{background:#fff;border:1px solid #00000014;box-shadow:0 10px 35px #0000001f}body.light-mode .success-box p{color:#475569}body.light-mode .map-card{background:#fff;border:1px solid #00000014;box-shadow:0 10px 35px #00000014}body.light-mode .map-card iframe{filter:none}body.light-mode .social-mini h3{color:#0ea5e9;text-shadow:none}body.light-mode .s-icon{color:#374151;background:#ffffffe6;border:1px solid #00000014;box-shadow:0 6px 14px #00000014}body.light-mode .s-icon:hover{transform:translateY(-4px)scale(1.1);box-shadow:0 0 18px}body.light-mode .blog-article-page{color:#1f2937;background:#fff}body.light-mode .blog-title{color:#0ea5e9}body.light-mode .blog-author{color:#64748b}body.light-mode .blog-article h2{color:#0ea5e9;border-bottom:1px solid #0000001a}body.light-mode .blog-article p,body.light-mode .blog-article li{color:#374151}body.light-mode .tip{color:#0ea5e9}body.light-mode .blog-table th,body.light-mode .blog-table td{border:1px solid #0000001a}body.light-mode .blog-table th{background:#0ea5e914}.light-mode .apply-modal{background:#00000059}.light-mode .apply-form{color:#1a1a1a;background:#ffffffa6;box-shadow:0 10px 35px #00000026,0 0 18px #22d3ee40}.light-mode .apply-form:after{background:#ffffffbf}.light-mode .apply-form h2{color:#0ea5e9}.light-mode .apply-form input,.light-mode .apply-form textarea{color:#222;background:#fffc;border:1px solid #00000026}.light-mode .apply-form input:focus,.light-mode .apply-form textarea:focus{border-color:#22d3ee;box-shadow:0 0 10px #22d3ee66}.light-mode .close-btn{color:#222;background:#fff9;border:1px solid #00000026}.light-mode .submit-btn{color:#fff;background:linear-gradient(135deg,#22d3ee,#0ea5e9)}.light-mode .upload-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#1a1a1a;background:#ffffffb3;border:1px solid #00000026;box-shadow:0 0 10px #22d3ee26}.light-mode .upload-btn:hover{color:#fff;background:linear-gradient(135deg,#22d3ee,#3b82f6);transform:translateY(-2px);box-shadow:0 0 12px #22d3ee99,0 0 20px #22d3ee59}.light-mode .file-name{color:#0ea5e9}body.dark-mode{--bg:#020617f2;--bg-solid:#020617;--border:#22d3ee66;--text:#e5faff;--text-dim:#8fb4bf;--input-bg:#020617e6;--accent-a:#22d3ee;--accent-b:#a855f7;--ai-bubble-bg:#22d3ee26;--ai-bubble-border:#22d3ee66;--btn-text:#020617;--social-link-bg:#22d3ee1f;--social-link-border:#22d3ee4d;--social-link-hover:#22d3ee40;--social-link-text:#22d3ee}body.light-mode{--bg:#fffffff7;--bg-solid:#fff;--border:#0e749040;--text:#0f172a;--text-dim:#55677a;--input-bg:#f1f5f9;--accent-a:#06b6d4;--accent-b:#9333ea;--ai-bubble-bg:#06b6d41a;--ai-bubble-border:#06b6d459;--btn-text:#fff;--social-link-bg:#06b6d414;--social-link-border:#06b6d433;--social-link-hover:#06b6d426;--social-link-text:#06b6d4}.ai-chat-btn{background:radial-gradient(circle,var(--accent-a),var(--accent-b));width:64px;height:64px;box-shadow:0 0 20px var(--accent-a),0 0 50px var(--accent-a);cursor:pointer;z-index:999999;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;transition:background .4s,box-shadow .4s;animation:2.5s infinite pulseAI;display:flex;position:fixed;bottom:30px;right:25px}@keyframes pulseAI{0%,to{box-shadow:0 0 20px var(--accent-a)}50%{box-shadow:0 0 45px var(--accent-a)}}.ai-chat-box{background:var(--bg);border:1px solid var(--border);opacity:0;pointer-events:none;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:22px;flex-direction:column;width:380px;height:500px;transition:transform .4s,opacity .4s,background .4s,border .4s;display:flex;position:fixed;bottom:30px;right:100px;overflow:hidden;transform:translateY(40px)scale(.8);box-shadow:0 0 40px #22d3ee33}.ai-chat-box.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ai-chat-header{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));color:var(--btn-text);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;font-weight:600;display:flex}.ai-chat-title{align-items:center;gap:8px;display:flex}.ai-status-dot{background:#2f8;border-radius:50%;width:8px;height:8px;animation:2s infinite blink;box-shadow:0 0 6px #2f8}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.ai-header-actions{align-items:center;gap:6px;display:flex}.ai-theme-toggle,.ai-close-btn{cursor:pointer;background:#0000001f;border:none;border-radius:8px;padding:6px 8px;font-size:1rem;line-height:1;transition:background .2s,transform .2s}.ai-theme-toggle:hover,.ai-close-btn:hover{background:#00000038;transform:scale(1.08)}.ai-chat-body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ai-chat-body::-webkit-scrollbar{width:4px}.ai-chat-body::-webkit-scrollbar-track{background:0 0}.ai-chat-body::-webkit-scrollbar-thumb{background:var(--accent-a);border-radius:4px}.chat-row{width:100%;display:flex}.chat-row.ai{justify-content:flex-start}.chat-row.user{justify-content:flex-end}.chat-msg{transform-origin:bottom;word-wrap:break-word;overflow-wrap:break-word;border-radius:14px;max-width:85%;padding:10px 14px;font-size:.85rem;line-height:1.6;animation:.35s cubic-bezier(.2,.9,.3,1) fadeMsg}.chat-msg.ai{background:var(--ai-bubble-bg);border:1px solid var(--ai-bubble-border);color:var(--text);border-bottom-left-radius:4px}.chat-msg.user{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));color:var(--btn-text);border-bottom-right-radius:4px}.chat-msg p{margin:0;line-height:1.6}.chat-msg p+p,.chat-msg p+ul,.chat-msg ul+p{margin-top:10px}.chat-msg ul{flex-direction:column;gap:4px;margin:6px 0 0;padding-left:18px;display:flex}.chat-msg ul li{word-break:break-word;line-height:1.6;list-style:outside}.chat-msg.user p{margin:0}.chat-msg.user p+p{margin-top:8px}.chat-msg.user ul li{color:var(--btn-text)}@keyframes fadeMsg{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.typing-msg{align-items:center;gap:4px;padding:12px 16px;display:flex}.typing-dot{background:var(--accent-a);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBounce}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.social-link-wrapper{flex-wrap:wrap;align-items:center;gap:4px;margin:2px 0;display:inline-flex}.social-link{background:var(--social-link-bg);border:1px solid var(--social-link-border);color:var(--social-link-text);cursor:pointer;border-radius:20px;align-items:center;gap:6px;margin:2px 3px;padding:4px 12px 4px 8px;font-size:.85em;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.social-link:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.social-link:hover:before{left:100%}.social-link:hover{background:var(--social-link-hover);border-color:var(--social-link-text);transform:translateY(-2px)scale(1.02);box-shadow:0 4px 12px #22d3ee40}.social-link:active{transform:translateY(0)scale(.98)}.social-link .social-icon{flex-shrink:0;font-size:1.1em;line-height:1}.social-link .social-label{color:var(--social-link-text);font-size:.85em;font-weight:600}.social-link .social-url{opacity:.6;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.75em;font-weight:400;overflow:hidden}.social-link.instagram{--social-platform-color:#e4405f}.social-link.instagram:hover{border-color:#e4405f;box-shadow:0 4px 12px #e4405f4d}.social-link.facebook{--social-platform-color:#1877f2}.social-link.facebook:hover{border-color:#1877f2;box-shadow:0 4px 12px #1877f24d}.social-link.twitter{--social-platform-color:#1da1f2}.social-link.twitter:hover{border-color:#1da1f2;box-shadow:0 4px 12px #1da1f24d}.social-link.youtube{--social-platform-color:red}.social-link.youtube:hover{border-color:red;box-shadow:0 4px 12px #ff00004d}.social-link.linkedin{--social-platform-color:#0a66c2}.social-link.linkedin:hover{border-color:#0a66c2;box-shadow:0 4px 12px #0a66c24d}.social-link.tiktok{--social-platform-color:#00f2ea}.social-link.tiktok:hover{border-color:#00f2ea;box-shadow:0 4px 12px #00f2ea4d}.social-link.github{--social-platform-color:#6e5494}.social-link.github:hover{border-color:#6e5494;box-shadow:0 4px 12px #6e54944d}.link{color:var(--social-link-text);text-underline-offset:2px;word-break:break-all;text-decoration:underline;transition:color .2s,opacity .2s}.link:hover{color:var(--accent-b);opacity:.8}.chat-msg.user .social-link{color:#fff;background:#ffffff26;border-color:#ffffff4d}.chat-msg.user .social-link .social-label{color:#fff}.chat-msg.user .social-link:hover{background:#ffffff40;border-color:#fff;box-shadow:0 4px 12px #fff3}.chat-msg.user .link{color:#fff}.chat-msg.user .link:hover{color:#ffffffb3}.ai-chat-input{border-top:1px solid var(--border);background:var(--bg);flex-shrink:0;gap:10px;padding:12px;display:flex}.ai-chat-input input{background:var(--input-bg);border:1px solid var(--border);color:var(--text);border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:.9rem;transition:box-shadow .2s,background .3s,color .3s}.ai-chat-input input::placeholder{color:var(--text-dim)}.ai-chat-input input:focus{box-shadow:0 0 12px var(--accent-a);border-color:var(--accent-a)}.ai-chat-input button{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));width:42px;color:var(--btn-text);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:opacity .2s,transform .15s;display:flex}.ai-chat-input button:disabled{opacity:.4;cursor:not-allowed}.ai-chat-input button:not(:disabled):hover{transform:scale(1.06)}.ai-chat-input button:not(:disabled):active{transform:scale(.95)}@media (max-width:550px){.ai-chat-box{width:calc(100% - 30px);max-width:380px;height:420px;bottom:100px;right:15px}.ai-chat-btn{width:56px;height:56px;font-size:1.5rem;right:15px}.social-link .social-url{max-width:80px}.social-link{padding:3px 8px 3px 6px;font-size:.8em}}.ai-chat-body{scrollbar-width:thin;scrollbar-color:var(--accent-a)transparent}.chat-msg a{margin:0 2px}.chat-msg .link,.chat-msg .social-link .social-url{word-break:break-all}.chat-msg .social-link-wrapper+.social-link-wrapper{margin-top:4px}body.light-mode .social-link{background:#06b6d414;border-color:#06b6d440}body.light-mode .social-link:hover{background:#06b6d426;box-shadow:0 4px 12px #06b6d433}body.dark-mode .social-link{background:#22d3ee1f;border-color:#22d3ee4d}body.dark-mode .social-link:hover{background:#22d3ee40;box-shadow:0 4px 12px #22d3ee40}*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}:root{--cyan:#22d3ee;--purple:#a855f7;--blue:#3b82f6;--bg-deep:#020617;--bg-black:#000;--text-dim:#94a3b8;--text-body:#cbd5f5;--text-bright:#f8fafc;--bg-time:#03010c}.cyber-footer{background:radial-gradient(60% 140% at 15% 0%,#22d3ee14,transparent 60%),radial-gradient(50% 120% at 85% 10%,#a855f714,transparent 60%),linear-gradient(180deg,var(--bg-deep)0%,var(--bg-black)100%);border-top:1px solid #22d3ee40;width:100%;padding:64px 8% 28px;position:relative;overflow-x:hidden}.cyber-footer:before{content:"";pointer-events:none;background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#0009 30%,#000 70%);mask-image:linear-gradient(#0000,#0009 30%,#000 70%)}.footer-glow-line{background:linear-gradient(90deg,transparent,var(--cyan),var(--purple),var(--cyan),transparent);filter:blur(.4px);width:100%;height:2px;animation:5s linear infinite footerScan;position:absolute;top:0;left:0}.footer-content{color:var(--text-body);border-bottom:1px solid #94a3b81f;grid-template-columns:1.1fr 1.6fr;gap:40px;padding:10px 10px 44px;font-family:Inter,Segoe UI,Arial,Helvetica,sans-serif;animation:.8s forwards footerFade;display:grid;position:relative}@media (max-width:900px){.footer-content{grid-template-columns:1fr;gap:36px;padding-left:0}}.footer-heading-website{align-items:center;gap:10px;margin-bottom:4px;display:flex}.footer-heading-website h1{letter-spacing:-.02em;background:linear-gradient(90deg,var(--cyan),var(--purple),var(--cyan),var(--blue),var(--cyan));-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #22d3ee59);background-size:300%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:28px;font-weight:800;animation:6s linear infinite footerGradientMove}@keyframes footerGradientMove{0%{background-position:0%}to{background-position:300%}}.footer-heading-website img{width:auto;height:44px}.footer-left{flex-direction:column;gap:22px;max-width:440px;padding:0;display:flex}.footer-left p{color:var(--text-dim);letter-spacing:.2px;word-break:normal;font-size:.85rem;line-height:1.6}.footer-tagline{color:var(--text-dim);letter-spacing:2px;text-transform:uppercase;opacity:.85;font-size:.7rem}.footer-email{flex-direction:row;gap:10px;width:100%;max-width:420px;display:flex}@media (max-width:480px){.footer-email{flex-direction:column}}.footer-email input{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1.5px solid #22d3ee40;border-radius:12px;outline:none;flex:1;min-width:0;padding:14px 18px;font-size:14px;transition:border-color .25s,box-shadow .25s,background .25s}.footer-email input::placeholder{color:#ffffff73}.footer-email input:focus{border-color:var(--cyan);background:#ffffff14;box-shadow:0 0 0 4px #22d3ee1f}.footer-email button{white-space:nowrap;color:#fff;cursor:pointer;background:linear-gradient(135deg,var(--cyan),var(--blue),var(--purple));background-position:0;background-size:200%;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 22px;font-size:14px;font-weight:600;transition:transform .25s,box-shadow .25s,background-position .4s;display:flex;box-shadow:0 8px 24px #22d3ee2e}.footer-email button:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 12px 28px #a855f747}.footer-email button:active{transform:translateY(0)scale(.97)}.footer-email button:focus-visible,.footer-email input:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.mail-link{color:#fff;align-items:center;gap:10px;display:inline-flex}.mail-link a{color:var(--text-body);border-bottom:1px solid #0000;align-items:center;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:color .25s,border-color .25s;display:flex}.mail-link a:hover{color:var(--cyan);border-color:var(--cyan)}.mail-copy-icon{cursor:pointer;width:22px;height:22px;color:var(--text-body);justify-content:center;align-items:center;transition:color .25s,transform .2s;display:flex}.mail-copy-icon:hover{color:var(--cyan);transform:scale(1.1)}.mail-copy-icon svg{width:16px;height:16px;display:block}.footer-contact{flex-direction:column;gap:8px;display:flex}.footer-contact p{color:var(--text-body);letter-spacing:.3px;font-size:.8rem}.footer-review{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:22px;width:fit-content;margin-top:30px;padding:18px 24px;transition:all .4s;animation:4s ease-in-out infinite reviewFloat;display:flex}@media (max-width:500px){.footer-review{flex-direction:column;gap:8px}}.footer-review:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 15px 35px #22d3ee26,0 0 25px #a855f71f}.footer-review p{color:#fffc;margin:0;font-size:15px}.footer-review p span{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(90deg,#22d3ee,#a855f7,#22d3ee) 0 0/250%;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;animation:3s linear infinite gradientMove}.google-review{align-items:center;gap:14px;display:flex}.google-review>img{width:38px;height:38px;transition:transform .4s}.footer-review:hover .google-review>img{transform:rotate(15deg)scale(1.1)}.review-star{gap:6px;display:flex}.review-star img{width:14px;height:14px;animation:1.8s ease-in-out infinite starTwinkle}.review-star img:first-child{animation-delay:0s}.review-star img:nth-child(2){animation-delay:.2s}.review-star img:nth-child(3){animation-delay:.4s}.review-star img:nth-child(4){animation-delay:.6s}.review-star img:nth-child(5){animation-delay:.8s}@keyframes reviewFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.copyright{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;display:flex}.copyright p{letter-spacing:.6px;color:var(--text-dim);text-align:center;margin:0;font-size:.8rem}.mail-copy-icon{height:50px}.copyright span{color:var(--cyan);font-weight:600}.footer-contact p{align-items:center;gap:5px;display:flex}.footer-contact p a{color:#fff;text-decoration:none}@keyframes footerScan{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes footerFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.cyber-footer{padding:40px 6% 24px}.footer-content p{font-size:.75rem}.footer-tagline{font-size:.65rem}}.subscribe-btn{align-items:center;gap:10px;display:flex}.send-arrow{font-size:20px}.send-arrow.sending{animation:.7s forwards sendArrow}@keyframes sendArrow{0%{opacity:1;transform:translate(0)rotate(0)scale(1)}40%{transform:translate(8px,-8px)rotate(15deg)scale(1.1)}to{opacity:0;transform:translate(30px,-30px)rotate(25deg)scale(.8)}}.footer-right-heading{color:var(--text-bright);letter-spacing:.3px;padding-bottom:10px;font-size:.95rem;font-weight:700;position:relative}.footer-right-heading:after{content:"";background:linear-gradient(90deg,var(--cyan),var(--purple));border-radius:2px;width:28px;height:2px;position:absolute;bottom:0;left:0}.footer-right-heading-content{flex-direction:column;gap:14px;display:flex}.footer-right-heading-content a{width:fit-content;color:var(--text-dim);font-size:.85rem;text-decoration:none;transition:color .25s,transform .25s;display:inline-block;position:relative}.footer-right-heading-content a:after{content:"";background:var(--cyan);width:0;height:1px;transition:width .25s;position:absolute;bottom:-3px;left:0}.footer-right-heading-content a:hover{color:#fff;transform:translate(2px)}.footer-right-heading-content a:hover:after{width:100%}.footer-right{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;width:100%;min-width:0;animation:3s ease-in all;display:grid}.footer-right-parts{flex-direction:column;gap:18px;display:flex}@media (max-width:1200px){.footer-right{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.footer-right{grid-template-columns:1fr 1fr}}@media (max-width:900px){.footer-right{grid-template-columns:repeat(4,1fr)}}@media (max-width:800px){.footer-right{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.footer-right{grid-template-columns:1fr 1fr}}@media (max-width:450px){.footer-right{grid-template-columns:1fr}}.policy-icons{align-items:center;gap:14px;display:flex}.policy-icons a{color:#fff;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);isolation:isolate;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.policy-icons a:before{content:"";border-radius:inherit;background:linear-gradient(45deg,var(--cyan),var(--purple),var(--blue),var(--cyan));opacity:0;z-index:-2;background-size:300%;transition:opacity .3s;animation:4s linear infinite rotateGradient;position:absolute;inset:-2px}.policy-icons a:hover:before{opacity:1}.policy-icons a:after{content:"";z-index:-1;background:#0f172a;border-radius:50%;position:absolute;inset:1.5px}.policy-icons a:hover{transform:translateY(-4px)scale(1.08)}.policy-icons a:active{transform:scale(.94)}.policy-icons a:first-child:hover{color:#1877f2;box-shadow:0 0 16px #1877f280}.policy-icons a:nth-child(2):hover{color:#e1306c;box-shadow:0 0 16px #e1306c73}.policy-icons a:nth-child(3):hover{color:#25d366;box-shadow:0 0 16px #25d36673}@keyframes rotateGradient{0%{background-position:0%}to{background-position:300%}}.policy-icons a svg{transition:transform .3s}.policy-icons a:hover svg{transform:scale(1.12)}@media (prefers-reduced-motion:reduce){.footer-glow-line,.footer-heading-website h1,.footer-email button,.footer-content,.policy-icons a:before{animation:none!important}}.social-links{justify-content:center;align-items:center;width:100%;padding-top:0;display:flex}body.light-mode{--bg-deep:#f8fafc;--bg-black:#fff;--text-dim:#21252b;--text-body:#1e293b;--text-bright:#0f172a}body.light-mode .cyber-footer{background:radial-gradient(60% 140% at 15% 0%,#22d3ee1a,transparent 60%),radial-gradient(50% 120% at 85% 10%,#a855f71a,transparent 60%),linear-gradient(180deg,var(--bg-deep)0%,var(--bg-black)100%);border-top:1px solid #22d3ee59}body.light-mode .cyber-footer:before{background-image:linear-gradient(#0f172a0d 1px,#0000 1px),linear-gradient(90deg,#0f172a0d 1px,#0000 1px)}body.light-mode .footer-content{border-bottom:1px solid #0f172a1a}body.light-mode .footer-email input{color:#0f172a;background:#0f172a0a;border:1.5px solid #22d3ee59}body.light-mode .footer-email input::placeholder{color:#0f172a73}body.light-mode .footer-email input:focus{background:#0f172a0f;box-shadow:0 0 0 4px #22d3ee26}body.light-mode .footer-email button{color:#fff}body.light-mode .mail-link,body.light-mode .footer-contact p a,body.light-mode .policy-icons a{color:#0f172a}body.light-mode .footer-review{background:#0f172a0a;border:1px solid #0f172a1a}body.light-mode .footer-review p{color:#0f172abf}body.light-mode .policy-icons a{background:#0f172a0a;border:1px solid #0f172a1f}body.light-mode .policy-icons a:after{background:#f8fafc}body.light-mode .footer-right-heading{color:var(--text-bright)}body.light-mode .footer-right-heading-content a{color:var(--text-dim)}body.light-mode .footer-right-heading-content a:hover{color:#0f172a}body.light-mode .copyright p{color:var(--text-dim)}body.light-mode .time-card{background-color:#ece6e6}.time-card{background:var(--bg-time);border-left:3px solid #2563eb;border-radius:0 12px 12px 0;width:fit-content;padding:16px 22px;transition:border-color .2s,background .2s}.time-card:hover{border-color:#1d4ed8}.time-label-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.time-globe{font-size:15px;line-height:1}.time-value{font-variant-numeric:tabular-nums;letter-spacing:-.5px;background:linear-gradient(90deg,var(--text-body)0%,#2563eb 25%,#60a5fa 50%,#2563eb 75%,var(--text-body)100%);color:#0000;-webkit-text-fill-color:transparent;background-position:100% 0;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:28px;font-weight:700;animation:3s linear infinite time-sweep}@keyframes time-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}.time-value{color:var(--text-body);font-variant-numeric:tabular-nums;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700}@media (max-width:800px){.cyber-footer{padding-bottom:30px}}.more-detail-sd{flex-direction:column;justify-content:center;align-items:start;gap:5px;display:inline-block}.copy-right-time{display:none}@media (max-width:900px){.more-detail-sd{display:none}.copy-right-time{flex-direction:row;justify-content:center;align-items:center;padding:20px 0;display:flex}}@media (max-width:650px){.copy-right-time{flex-direction:column;justify-content:center;align-items:center;display:flex}}.social-mini{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;width:100%;margin-top:20px;padding-bottom:20px;display:flex}.social-mini h3{letter-spacing:2px;color:#22d3ee;text-shadow:0 0 12px #22d3ee;margin-bottom:14px;font-size:1rem}.social-mini-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.s-icon{color:#fff;cursor:pointer;background:#020617e6;border:1px solid #22d3ee66;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 0 10px #22d3ee33}.s-icon:hover{transform:translateY(-4px)scale(1.1);box-shadow:0 0 22px}.facebook{color:#1877f2}.instagram{color:#e1306c}.linkedin{color:#0a66c2}.twitter{color:#22d3ee}.youtube{color:#f03}.email{color:#a855f7}.website{color:#22d3ee}@media (max-width:480px){.s-icon{width:40px;height:40px;font-size:1rem}.social-mini h3{font-size:.9rem}}.whatsapp-float{z-index:999999;background:radial-gradient(circle at top,#25d366,#0b5);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s,box-shadow .3s;animation:4s ease-in-out infinite waFloat;display:flex;position:fixed;bottom:26px;left:26px;overflow:visible;box-shadow:0 0 25px #25d366cc,0 0 60px #25d36699;cursor:pointer!important;pointer-events:auto!important}.whatsapp-float *,.whatsapp-float:before,.whatsapp-float:after{pointer-events:none}.wa-ring{border:2px solid #25d36699;border-radius:50%;animation:2.5s infinite waPulse;position:absolute;inset:-10px}.wa-icon{color:#fff;z-index:2;filter:drop-shadow(0 0 6px #25d366)drop-shadow(0 0 12px #25d366cc);font-size:34px}.whatsapp-float:hover{transform:scale(1.15);box-shadow:0 0 40px #25d366,0 0 90px #25d366e6}@keyframes waFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes waPulse{0%{opacity:.8;transform:scale(.8)}70%{opacity:0;transform:scale(1.5)}to{opacity:0}}@media (max-width:480px){.whatsapp-float{width:56px;height:56px;bottom:18px;left:18px}.wa-icon{font-size:28px}}.call-float{cursor:pointer;z-index:999999;background:radial-gradient(circle at top,#38bdf8,#0ea5e9 45%,#020617);border-radius:50%;place-items:center;width:64px;height:64px;transition:transform .3s,box-shadow .3s;animation:2.4s ease-in-out infinite callPulse;display:grid;position:fixed;bottom:135px;left:26px;box-shadow:0 0 12px #38bdf8d9,0 0 30px #38bdf899,0 0 60px #38bdf866}.call-icon{color:#fff;filter:drop-shadow(0 0 6px #ffffffd9);pointer-events:none;font-size:26px;animation:2s ease-in-out infinite phoneFloat}.call-float:before{content:"";filter:blur(2px);border:1.5px solid #38bdf8cc;border-radius:50%;animation:2.4s ease-out infinite callRing;position:absolute;inset:-8px}.call-float:hover{transform:scale(1.12);box-shadow:0 0 25px #38bdf8,0 0 70px #38bdf8e6}@keyframes callPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes phoneFloat{0%,to{transform:rotate(0)}25%{transform:rotate(12deg)}75%{transform:rotate(-12deg)}}@keyframes callRing{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(1.7)}}@media (max-width:768px){.call-float{width:56px;height:56px;bottom:120px;left:30px}}@media (max-width:480px){.call-float{width:56px;height:56px;bottom:110px;left:18px}.call-icon{font-size:28px}}.chatbot-call{display:inline-block}@media (max-width:550px){.chatbot-call{display:none}}.scroll-arrow{color:#fff;opacity:0;pointer-events:none;z-index:999999;cursor:pointer;background:radial-gradient(circle at 30% 20%,#4fd1e5,#22d3ee 45%,#0e7490);border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:opacity .4s,transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;display:flex;position:fixed;bottom:135px;right:30px;transform:translateY(40px)scale(.8);box-shadow:inset 0 0 10px #ffffff40,0 0 18px #22d3ee73,0 10px 28px #22d3ee59}.scroll-arrow.show{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.scroll-arrow svg{color:#fff;filter:drop-shadow(0 0 2px #ffffffe6)drop-shadow(0 0 6px #fff9);pointer-events:none;font-size:28px;animation:2.6s ease-in-out infinite arrowFloat}.scroll-arrow .arrow-core{pointer-events:none;background:#ffffff1f;border-radius:50%;width:32px;height:32px;position:absolute}.scroll-arrow:before{content:"";filter:blur(10px);opacity:.25;z-index:-1;pointer-events:none;background:conic-gradient(#0000,#22d3ee73,#0000);border-radius:50%;animation:6s linear infinite haloSpin;position:absolute;inset:-6px}.scroll-arrow:after{content:"";pointer-events:none;border:1px solid #ffffff40;border-radius:50%;animation:3.5s ease-out infinite ripplePulse;position:absolute;inset:-10px}.scroll-arrow:hover{box-shadow:inset 0 0 14px #ffffff59,0 0 26px #22d3eea6,0 0 50px #22d3ee73}.scroll-arrow:hover svg{transform:translateY(-4px)}.scroll-arrow:active{transform:scale(.88)}@keyframes arrowFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes haloSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ripplePulse{0%{opacity:.4;transform:scale(.7)}70%{opacity:0;transform:scale(1.3)}to{opacity:0}}@media (max-width:768px){.scroll-arrow{width:46px;height:46px;bottom:120px;right:34px}.scroll-arrow svg{font-size:22px}.scroll-arrow .arrow-core{width:26px;height:26px}}@media (max-width:550px){.scroll-arrow{width:46px;height:46px;bottom:120px;right:22px}.scroll-arrow svg{font-size:22px}.scroll-arrow .arrow-core{width:26px;height:26px}}.chatbot-open{display:inline-block}@media (max-width:550px){.chatbot-open{display:none}}.page-loader{z-index:9999;background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-loader img{opacity:.85;width:450px;max-width:90%;height:auto}@media (max-width:1024px){.page-loader img{width:370px}}@media (max-width:600px){.page-loader img{width:270px}}html{scroll-behavior:auto;scrollbar-width:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;overflow-x:hidden}html::-webkit-scrollbar{display:none}
