@charset "UTF-8";.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.8rem;font-size:1rem;font-weight:600;border-radius:14px;cursor:pointer;border:none;outline:none;transition:transform .25s ease,box-shadow .25s ease,background .3s ease,color .3s ease;position:relative;overflow:hidden;white-space:nowrap}.btn:after{content:"";position:absolute;width:0;height:0;background:rgba(255,255,255,.4);border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease,opacity .6s ease;opacity:0;pointer-events:none}.btn:active:after{width:200px;height:200px;opacity:1;transition:0s}@media (max-width: 768px){.btn{padding:.65rem 1.4rem;font-size:.9rem;border-radius:12px}}.btn-text{background:transparent;color:var(--text-color);padding:.5rem 1rem}.btn-text:hover{color:#1565c0}.btn-secondary,.btn-outline,.btn-scale,.btn.btn-secondary,.btn.btn-outline,.btn.btn-scale{background:linear-gradient(135deg,#0097a7,#00bcd4)!important;color:#fff!important;padding:.8rem 2rem!important;border-radius:50px!important;font-weight:600;font-size:1rem;border:none!important;cursor:pointer;box-shadow:0 4px 15px #0097a759,0 0 20px #00bcd440;transition:all .3s ease}.btn-secondary:hover,.btn-outline:hover,.btn-scale:hover,.btn.btn-secondary:hover,.btn.btn-outline:hover,.btn.btn-scale:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0097a773,0 0 25px #00bcd459;filter:brightness(1.05)}.btn-secondary:active,.btn-outline:active,.btn-scale:active,.btn.btn-secondary:active,.btn.btn-outline:active,.btn.btn-scale:active{transform:translateY(0);box-shadow:0 4px 12px #00000026}.icon-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease;border:none;padding:0}.icon-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000026}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{padding:1rem 0;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 30px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;justify-content:space-between}.navbar-container .logo{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--text-color);display:flex;align-items:center}.navbar-container .logo .logo-img{height:55px;width:auto;object-fit:contain}.navbar-container .logo span{background:linear-gradient(135deg,#1565c0,#00bcd4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar-container .desktop-menu{display:flex;justify-content:center;align-items:center;gap:2rem}@media (max-width: 768px){.navbar-container .desktop-menu{display:none}}.navbar-container .desktop-menu .nav-links{display:flex;gap:2rem}.navbar-container .desktop-menu .nav-links a{font-weight:500;color:var(--text-color);transition:color .3s ease;position:relative}.navbar-container .desktop-menu .nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#0097a7;transition:width .3s ease}.navbar-container .desktop-menu .nav-links a:hover,.navbar-container .desktop-menu .nav-links a.active{color:#1565c0}.navbar-container .desktop-menu .nav-links a:hover:after,.navbar-container .desktop-menu .nav-links a.active:after{width:100%}.navbar-container .desktop-menu .theme-toggle{background:transparent;color:var(--text-color);font-size:1.2rem;padding:.5rem;border-radius:50%;transition:background .3s ease}.navbar-container .desktop-menu .theme-toggle:hover{background:rgba(21,101,192,.1)}.navbar-container .mobile-toggle{display:none;font-size:1.5rem;color:var(--text-color);cursor:pointer}@media (max-width: 768px){.navbar-container .mobile-toggle{display:block}}.navbar .mobile-menu{background:var(--bg-color);border-top:1px solid rgba(0,0,0,.1);overflow:hidden}.navbar .mobile-menu ul{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.navbar .mobile-menu ul a{font-size:1.2rem;font-weight:600;color:var(--text-color)}.navbar .mobile-menu ul .theme-toggle-mobile{background:none;border:1px solid var(--text-color);padding:.5rem 1rem;border-radius:20px;color:var(--text-color)}.footer{background:linear-gradient(180deg,rgba(21,101,192,.03) 0%,var(--bg-color) 100%);padding:5rem 0 2rem;border-top:1px solid rgba(21,101,192,.1);color:var(--text-color)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 576px){.footer-grid{grid-template-columns:1fr}}.footer-brand .logo{font-family:Montserrat,sans-serif;font-size:1.8rem;margin-bottom:1rem}.footer-brand .logo span{background:linear-gradient(135deg,#1565c0,#00bcd4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-brand p{opacity:.8;margin-bottom:1.5rem;max-width:300px}.footer-brand .social-links{display:flex;gap:1rem}.footer-brand .social-links a{font-size:1.5rem;transition:color .3s ease,transform .3s ease}.footer-brand .social-links a:hover{color:#1565c0;transform:translateY(-3px)}.footer-links h3,.footer-contact h3{font-size:1.2rem;margin-bottom:1.5rem;position:relative;display:inline-block}.footer-links h3:after,.footer-contact h3:after{content:"";position:absolute;width:30px;height:3px;bottom:-5px;left:0;background:#0097a7;border-radius:2px}.footer-links ul li,.footer-contact ul li{margin-bottom:.8rem}.footer-links ul li a,.footer-contact ul li a{opacity:.8;transition:all .3s ease}.footer-links ul li a:hover,.footer-contact ul li a:hover{opacity:1;padding-left:5px;color:#1565c0}.footer-links p,.footer-contact p{margin-bottom:.8rem;opacity:.8}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:2rem;display:flex;justify-content:center;align-items:center;opacity:.7;font-size:.9rem}@media (max-width: 576px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer-bottom .legal-links{display:flex;gap:2rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:50px}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.hero-bg-shape.shape-1{width:400px;height:400px;background:#1565c0;top:-100px;left:-100px}.hero-bg-shape.shape-2{width:300px;height:300px;background:#0097a7;bottom:10%;right:-50px}.hero-bg-shape.shape-3{width:200px;height:200px;background:#00bcd4;top:40%;left:30%}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;padding-bottom:4rem}}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.1}.hero-content h1 span{background:linear-gradient(135deg,#1565c0,#00bcd4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.hero-content h1{font-size:3rem}}@media (max-width: 576px){.hero-content h1{font-size:2.5rem}}.hero-content .hero-subtitle{font-size:1.3rem;color:var(--text-color);opacity:.9;margin-bottom:2rem;font-weight:500;max-width:500px}@media (max-width: 768px){.hero-content .hero-subtitle{margin-left:auto;margin-right:auto}}.hero-content .hero-features{list-style:none;margin-bottom:2.5rem;padding:0}.hero-content .hero-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem;font-size:1.1rem;color:var(--text-color)}@media (max-width: 768px){.hero-content .hero-features li{justify-content:center}}.hero-content .hero-features li .check-icon{color:#00bcd4;font-size:1rem;flex-shrink:0}.hero-content .hero-cta{display:flex;gap:1.5rem}@media (max-width: 768px){.hero-content .hero-cta{justify-content:center}}@media (max-width: 576px){.hero-content .hero-cta{flex-direction:column;align-items:center}}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.hero-visual{height:400px;margin-top:2rem}}@media (max-width: 576px){.hero-visual{height:300px}}.hero-visual .hero-images{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-visual .hero-image-main{width:100%;max-width:550px;height:auto;border-radius:20px;box-shadow:0 25px 50px #00000026;position:relative;z-index:2;object-fit:cover}.hero-visual .hero-image-secondary{position:absolute;bottom:-20px;right:-30px;width:70%;max-width:380px;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001a;z-index:3;object-fit:cover}@media (max-width: 768px){.hero-visual .hero-image-secondary{display:none}}.why-choose-us{padding:6rem 0;background:linear-gradient(180deg,var(--bg-color) 0%,rgba(21,101,192,.03) 100%)}.why-choose-us-container{max-width:1200px;margin:0 auto;padding:0 2rem}.why-choose-us .section-header{text-align:center;margin-bottom:4rem}.why-choose-us .section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-color)}@media (max-width: 768px){.why-choose-us .section-header h2{font-size:2rem}}.why-choose-us .section-header p{font-size:1.2rem;color:var(--text-color);opacity:.7}.why-choose-us .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (min-width: 1024px){.why-choose-us .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.why-choose-us .features-grid{grid-template-columns:1fr}}.why-choose-us .feature-card{background:var(--bg-color);padding:2.5rem 2rem;border-radius:20px;text-align:center;border:1px solid rgba(21,101,192,.1);box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.why-choose-us .feature-card .icon-wrapper{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(21,101,192,.1),rgba(0,188,212,.1));color:#1565c0;font-size:2rem;display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s ease}.why-choose-us .feature-card:hover .icon-wrapper{background:linear-gradient(135deg,#1565c0,#00bcd4);color:#fff}.why-choose-us .feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-color)}.why-choose-us .feature-card p{font-size:.95rem;color:var(--text-color);opacity:.7;line-height:1.7}.about-preview{padding:8rem 0;background:var(--bg-color);overflow:hidden}.about-preview-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media (max-width: 768px){.about-preview-container{grid-template-columns:1fr;text-align:center;gap:3rem}}.about-preview .about-image .img-wrapper{position:relative;width:100%}.about-preview .about-image .img-wrapper .placeholder-img{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 25px 60px #1565c026,0 10px 30px #00000014;position:relative;background:linear-gradient(135deg,rgba(21,101,192,.05),rgba(0,188,212,.05))}.about-preview .about-image .img-wrapper .placeholder-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,rgba(21,101,192,.3),rgba(0,188,212,.3));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.about-preview .about-image .img-wrapper .placeholder-img img{width:100%;height:auto;display:block;border-radius:24px;transition:transform .4s ease}.about-preview .about-image .img-wrapper .placeholder-img:hover img{transform:scale(1.02)}.about-preview .about-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-color)}@media (max-width: 768px){.about-preview .about-content h2{font-size:2rem}}.about-preview .about-content p{font-size:1.1rem;color:var(--text-color);opacity:.8;margin-bottom:2rem;line-height:1.8}.testimonials{padding:6rem 0;background:var(--bg-color);position:relative}.testimonials:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(21,101,192,.05),transparent 70%)}.testimonials-container{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.testimonials-header{margin-bottom:4rem}.testimonials-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-color)}.testimonials-header p{font-size:1.1rem;color:var(--text-color);opacity:.7}.testimonials .testimonial-slider{position:relative;min-height:300px;display:flex;justify-content:center;align-items:center}.testimonials .testimonial-slider .slider-btn{background:rgba(21,101,192,.1);color:#1565c0;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .3s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.testimonials .testimonial-slider .slider-btn:hover{background:#1565c0;color:#fff}.testimonials .testimonial-slider .slider-btn.prev{left:-20px}.testimonials .testimonial-slider .slider-btn.next{right:-20px}@media (max-width: 576px){.testimonials .testimonial-slider .slider-btn{width:30px;height:30px}.testimonials .testimonial-slider .slider-btn.prev{left:0}.testimonials .testimonial-slider .slider-btn.next{right:0}}.testimonials .testimonial-slider .slide-content{width:100%}.testimonials .testimonial-slider .testimonial-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000000d}.testimonials .testimonial-slider .testimonial-card .quote-icon{font-size:2rem;color:#1565c04d;margin-bottom:1.5rem}.testimonials .testimonial-slider .testimonial-card .text{font-size:1.2rem;font-style:italic;margin-bottom:2rem;color:var(--text-color);line-height:1.8}.testimonials .testimonial-slider .testimonial-card .author h4{color:#1565c0;font-size:1.1rem;margin-bottom:.2rem}.testimonials .testimonial-slider .testimonial-card .author span{font-size:.9rem;opacity:.7;color:var(--text-color)}.testimonials .slider-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.testimonials .slider-dots .dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(21,101,192,.3);cursor:pointer;transition:all .3s ease}.testimonials .slider-dots .dot:hover{background:rgba(21,101,192,.6)}.testimonials .slider-dots .dot.active{background:linear-gradient(135deg,#1565c0,#00bcd4);width:30px;border-radius:5px}.home-services{background-color:var(--bg-secondary);padding:7rem 0;position:relative;overflow:hidden}.home-services .home-services-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-services .home-services-bg .bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--bg-primary) 0%,rgba(21,101,192,.03) 30%,rgba(0,151,167,.04) 70%,var(--bg-primary) 100%)}.home-services-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.home-services .section-header{text-align:center;margin-bottom:5rem}.home-services .section-header .section-tag{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#1565c0;margin-bottom:1rem}.home-services .section-header h2{font-size:2.75rem;margin-bottom:1rem;color:var(--text-primary);font-weight:700}@media (max-width: 768px){.home-services .section-header h2{font-size:2.25rem}}.home-services .section-header p{font-size:1.15rem;color:var(--text-primary);opacity:.7;max-width:480px;margin:0 auto}.home-services .services-grid-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:4rem;margin-bottom:6rem}@media (max-width: 576px){.home-services .services-grid-modern{grid-template-columns:1fr}}.home-services .service-card-v2{background:var(--card-bg);border:1px solid rgba(0,0,0,.04);border-radius:20px;padding:3rem;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;box-shadow:0 10px 30px #00000005;position:relative;cursor:pointer}.home-services .service-card-v2:hover{transform:translateY(-8px);border-color:#1565c0;box-shadow:0 20px 40px #1565c014}.home-services .service-card-v2:hover .icon-wrapper{background:#1565c0;color:#fff;transform:scale(1.05)}.home-services .service-card-v2:hover .service-link span{transform:translate(5px)}.home-services .service-card-v2 .icon-wrapper{width:60px;height:60px;background:rgba(21,101,192,.06);color:#1565c0;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:2rem;transition:all .3s ease}.home-services .service-card-v2 h3{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-primary)}.home-services .service-card-v2 p{font-size:1.05rem;line-height:1.6;color:var(--text-primary);opacity:.7;margin-bottom:2.5rem;flex:1}.home-services .service-card-v2 .service-link{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:800;color:#1565c0;text-decoration:none;text-transform:uppercase;letter-spacing:1px}.home-services .service-card-v2 .service-link span{font-size:1.2rem;transition:transform .3s ease}.home-services .services-cta{display:flex;justify-content:center;margin-top:4rem}.about-page{background:var(--bg-color);overflow-x:hidden}.about-hero{display:flex;align-items:center;justify-content:space-between;padding:8rem 2rem 4rem;max-width:1200px;margin:0 auto;min-height:80vh;gap:4rem}@media (max-width: 768px){.about-hero{flex-direction:column;text-align:center;padding:6rem 1.5rem 3rem;gap:3rem}}.about-hero .hero-content{flex:1}.about-hero .hero-content h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-color) 0%,rgba(21,101,192,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 576px){.about-hero .hero-content h1{font-size:2.5rem}}.about-hero .hero-content .subtitle{font-size:1.2rem;opacity:.8;margin-bottom:2.5rem;line-height:1.6;max-width:600px}@media (max-width: 768px){.about-hero .hero-content .subtitle{margin:0 auto 2rem}}.about-hero .hero-visual{flex:1;display:flex;justify-content:center;position:relative;z-index:2}.about-hero .hero-visual .visual-circle-container{width:450px;height:450px;position:relative}@media (max-width: 576px){.about-hero .hero-visual .visual-circle-container{width:300px;height:300px}}.about-hero .hero-visual .visual-circle-container .circular-image-wrapper{width:100%;height:100%;border-radius:50%;overflow:hidden;border:1px solid rgba(21,101,192,.3);box-shadow:0 0 40px #1565c033;position:relative;z-index:2;background:#000}.about-hero .hero-visual .visual-circle-container .circular-image-wrapper img{width:100%;height:100%;object-fit:cover;transform:scale(1.6)}.about-hero .hero-visual .visual-circle-container .circular-image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(21,101,192,.2),transparent 60%);pointer-events:none}.about-hero .hero-visual .visual-circle-container .circle-decoration{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border:1px dashed rgba(0,151,167,.3);border-radius:50%;z-index:1;animation:spin-slow 20s linear infinite}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes spin{to{transform:rotate(360deg)}}.section-wrapper{padding:5rem 2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.section-wrapper{padding:3rem 1.5rem}}.section-wrapper .section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-wrapper .section-title:after{content:"";display:block;width:60px;height:3px;background:#0097a7;margin:1rem auto 0;border-radius:2px}.who-we-are{text-align:center;max-width:1000px;margin:0 auto;padding:4rem 2rem}.who-we-are .content-card{background:var(--card-bg, rgba(255, 255, 255, .03));border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:4rem 3rem;box-shadow:0 10px 40px -10px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 576px){.who-we-are .content-card{padding:2.5rem 1.5rem}}.who-we-are .section-title{font-size:3rem;margin-bottom:2.5rem;font-weight:700;letter-spacing:-.02em;color:var(--text-color);display:flex;flex-direction:column;align-items:center}.who-we-are .section-title .divider-line{display:block;height:4px;background:linear-gradient(90deg,#1565c0,#0097a7);border-radius:2px}.who-we-are .section-title .divider-line:first-of-type{display:none}.who-we-are p{font-size:1.2rem;line-height:1.8;color:var(--text-color);opacity:.9;margin-bottom:2rem;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.who-we-are p:last-child{margin-bottom:0}.who-we-are p strong{font-weight:600;color:#1565c0}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}@media (max-width: 768px){.mission-vision-grid{grid-template-columns:1fr}}.mission-vision-grid .mv-card{background:var(--card-bg, rgba(255, 255, 255, .03));padding:3rem;border-radius:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #00000005;transition:transform .3s ease}.mission-vision-grid .mv-card:hover{transform:translateY(-5px);border-color:#1565c033}.mission-vision-grid .mv-card h3{font-size:1.8rem;margin-bottom:1rem;color:#1565c0}.mission-vision-grid .mv-card p{line-height:1.7;opacity:.8}.what-we-do-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:3rem}.what-we-do-grid .service-mini-card{background:var(--bg-color);padding:2rem;border-radius:16px;text-align:center;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.what-we-do-grid .service-mini-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d;border-color:#0097a74d}.what-we-do-grid .service-mini-card:hover .icon{color:#0097a7;transform:scale(1.1)}.what-we-do-grid .service-mini-card .icon{font-size:2.5rem;color:#1565c0;margin-bottom:1rem;transition:all .3s ease}.what-we-do-grid .service-mini-card h4{font-size:1.2rem;margin-bottom:.8rem}.what-we-do-grid .service-mini-card p{font-size:.9rem;opacity:.7;line-height:1.5}.center-btn{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.features-grid .feature-card{text-align:center;padding:1.5rem}.features-grid .feature-card .icon-circle{width:70px;height:70px;background:rgba(21,101,192,.05);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#1565c0;font-size:1.8rem}.features-grid .feature-card h4{font-size:1.1rem;margin-bottom:.5rem}.philosophy-timeline{display:flex;justify-content:space-between;position:relative;margin-top:3rem;gap:1rem}@media (max-width: 768px){.philosophy-timeline{flex-direction:column;gap:3rem}}.philosophy-timeline:before{content:"";position:absolute;top:25px;left:0;right:0;height:2px;background:rgba(0,0,0,.05);z-index:0}@media (max-width: 768px){.philosophy-timeline:before{display:none}}.philosophy-timeline .step-item{flex:1;text-align:center;position:relative;z-index:1}.philosophy-timeline .step-item .step-number{width:50px;height:50px;background:var(--bg-color);border:2px solid #0097a7;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0097a7;font-size:1.2rem}.philosophy-timeline .step-item h4{font-size:1.2rem;margin-bottom:.8rem}.philosophy-timeline .step-item p{font-size:.9rem;opacity:.7;padding:0 1rem}.about-cta{background:linear-gradient(135deg,#1565c0 0%,#0097a7 100%);padding:5rem 2rem;text-align:center;color:#fff;margin-top:4rem}.about-cta h2{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width: 576px){.about-cta h2{font-size:2rem}}.about-cta .cta-btn{background:white;color:#1565c0;border:none;padding:1rem 3rem;font-weight:600;border-radius:20px}.about-cta .cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003;background:white}.page-header{padding:8rem 0 4rem;position:relative;overflow:hidden}.page-header.centered{text-align:center}.page-header-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.page-header-bg .circle{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.page-header-bg .circle-1{width:300px;height:300px;background:#1565c0;top:-100px;right:-50px}.page-header-bg .circle-2{width:200px;height:200px;background:#0097a7;bottom:20%;left:-50px}.page-header-container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-header-container h1{font-size:3.5rem;margin-bottom:1rem;color:var(--text-color)}@media (max-width: 768px){.page-header-container h1{font-size:2.5rem}}.page-header-container p{font-size:1.2rem;color:var(--text-color);opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}.services-page{background:var(--bg-color)}.services-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 8rem}@media (max-width: 768px){.services-container{padding:3rem 1.5rem 6rem}}.services-wrapper{display:flex;flex-direction:column;gap:8rem}@media (max-width: 768px){.services-wrapper{gap:6rem}}.service-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;align-items:center;padding:3rem;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,rgba(21,101,192,.02) 100%);border:1px solid rgba(21,101,192,.06)}@media (max-width: 768px){.service-section{grid-template-columns:1fr;gap:3rem;padding:2rem;text-align:left}}.service-section.reverse{grid-template-columns:1.2fr .8fr}.service-section.reverse .service-visual{order:2}.service-section.reverse .service-details{order:1}@media (max-width: 768px){.service-section.reverse{grid-template-columns:1fr}.service-section.reverse .service-visual{order:1}.service-section.reverse .service-details{order:2}}.service-section .service-visual{display:flex;flex-direction:column;align-items:center;gap:2rem}.service-section .service-visual .icon-large-wrapper{position:relative;width:160px;height:160px;display:grid;place-items:center}.service-section .service-visual .icon-large-wrapper .icon-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(21,101,192,.2) 0%,transparent 70%);filter:blur(20px);border-radius:50%}.service-section .service-visual .icon-large-wrapper .main-icon{position:relative;font-size:5rem;color:#1565c0;z-index:1}.service-section .service-visual .service-intro-card{background:var(--bg-color);padding:1.5rem;border-radius:16px;box-shadow:0 10px 30px #0000000d;border-left:4px solid #00bcd4;max-width:320px}.service-section .service-visual .service-intro-card h4{font-size:.95rem;color:#00bcd4;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-weight:700}.service-section .service-visual .service-intro-card p{font-size:.95rem;opacity:.8;line-height:1.6;font-style:italic}.service-section .service-details .service-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.service-section .service-details .service-header .service-number{font-size:1.5rem;font-weight:800;color:#1565c033;font-family:Montserrat,sans-serif}.service-section .service-details .service-header h3{font-size:2.5rem;color:var(--text-color);margin:0}@media (max-width: 576px){.service-section .service-details .service-header h3{font-size:2rem}}.service-section .service-details .lead-intro{font-size:1.25rem;color:#0097a7;margin-bottom:1rem;font-weight:500}.service-section .service-details .main-description{font-size:1.05rem;opacity:.8;line-height:1.8;margin-bottom:2.5rem;max-width:90%}.service-section .service-details .features-block{margin-bottom:3rem}.service-section .service-details .features-block h5{font-size:1.1rem;margin-bottom:1.5rem;font-weight:600;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem;display:inline-block}.service-section .service-details .features-block .features-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 576px){.service-section .service-details .features-block .features-list{grid-template-columns:1fr}}.service-section .service-details .features-block .features-list .feature-item{display:flex;align-items:center;gap:.8rem;font-size:.95rem;opacity:.9}.service-section .service-details .features-block .features-list .feature-item .check-icon{color:#00bcd4;font-size:1rem;flex-shrink:0}.service-section .service-details .service-action .apply-btn{padding:1rem 2.5rem;font-size:1.05rem;display:inline-flex;align-items:center;gap:.8rem}.service-section .service-details .service-action .apply-btn .arrow-icon{font-size:.9rem;transition:transform .3s ease}.service-section .service-details .service-action .apply-btn:hover .arrow-icon{transform:translate(4px)}.service-details-page{background:var(--bg-color);padding-bottom:6rem}.service-details-page .service-hero{padding:8rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,rgba(21,101,192,.05) 0%,rgba(0,151,167,.05) 100%);border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 576px){.service-details-page .service-hero{padding-top:6rem}}.service-details-page .service-hero .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#0097a7;font-weight:600;margin-bottom:2rem;font-size:.95rem;transition:transform .2s ease}.service-details-page .service-hero .back-link:hover{transform:translate(-4px)}.service-details-page .service-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--text-color);line-height:1.1}@media (max-width: 576px){.service-details-page .service-hero h1{font-size:2.5rem}}.service-details-page .service-hero .intro{font-size:1.25rem;color:#64748b;max-width:800px;margin:0 auto 3rem;line-height:1.6}.service-details-page .service-hero .hero-icon{font-size:4rem;color:#1565c0;margin-bottom:2rem;display:inline-block;background:white;padding:2rem;border-radius:50%;box-shadow:0 10px 30px #0000000d}.service-details-page .details-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}@media (max-width: 768px){.service-details-page .details-content{grid-template-columns:1fr;gap:3rem}}.service-details-page .details-content .main-info .description{font-size:1.1rem;line-height:1.8;color:var(--text-color);opacity:.9;margin-bottom:3rem}.service-details-page .details-content .main-info .why-this-service{margin:4rem 0 5rem;padding:3rem;background:linear-gradient(135deg,rgba(21,101,192,.04) 0%,rgba(0,151,167,.04) 100%);border-radius:24px;border:1px solid rgba(21,101,192,.08)}@media (max-width: 576px){.service-details-page .details-content .main-info .why-this-service{padding:2rem}}.service-details-page .details-content .main-info .why-this-service h3{font-size:1.6rem;margin-bottom:2rem;color:var(--text-color);font-weight:700}.service-details-page .details-content .main-info .why-this-service .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 576px){.service-details-page .details-content .main-info .why-this-service .why-grid{grid-template-columns:1fr;gap:2rem}}.service-details-page .details-content .main-info .why-this-service .why-grid .why-text p{font-size:1.05rem;line-height:1.7;color:var(--text-color);opacity:.85}.service-details-page .details-content .main-info .why-this-service .why-grid .why-bullets{display:grid;gap:1rem}.service-details-page .details-content .main-info .why-this-service .why-grid .why-bullets .bullet-item{display:flex;align-items:center;gap:1rem;font-weight:600;font-size:1rem;color:#1565c0;background:white;padding:.8rem 1.2rem;border-radius:12px;box-shadow:0 4px 10px #00000008;border:1px solid rgba(0,0,0,.03)}.service-details-page .details-content .main-info .why-this-service .why-grid .why-bullets .bullet-item .bullet-icon{color:#00bcd4;font-size:1rem;flex-shrink:0}.service-details-page .details-content .main-info .features-section h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-color)}.service-details-page .details-content .main-info .features-section .features-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 576px){.service-details-page .details-content .main-info .features-section .features-list{grid-template-columns:1fr}}.service-details-page .details-content .main-info .features-section .features-list .feature-item{display:flex;align-items:flex-start;gap:1rem;background:rgba(21,101,192,.03);padding:1.2rem;border-radius:12px;border:1px solid rgba(21,101,192,.1)}.service-details-page .details-content .main-info .features-section .features-list .feature-item .icon{color:#0097a7;font-size:1.2rem;margin-top:2px}.service-details-page .details-content .main-info .features-section .features-list .feature-item span{font-weight:500;color:var(--text-color)}.service-details-page .details-content .sidebar .value-card{background:linear-gradient(135deg,#1565c0,#0097a7);color:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 20px 40px #1565c033;position:sticky;top:2rem}.service-details-page .details-content .sidebar .value-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.service-details-page .details-content .sidebar .value-card p{font-size:1.05rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.portfolio-page{background:var(--bg-color);overflow-x:hidden;scroll-behavior:smooth}.portfolio-hero{min-height:90vh;display:flex;align-items:center;padding:6rem 2rem 2rem;position:relative;max-width:1200px;margin:0 auto}@media (max-width: 768px){.portfolio-hero{flex-direction:column;justify-content:center;text-align:center;padding-top:8rem;gap:4rem}}.portfolio-hero .hero-content{flex:1;z-index:2;padding-right:2rem}@media (max-width: 768px){.portfolio-hero .hero-content{padding-right:0}}.portfolio-hero .hero-content .micro-badge{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#0097a7;margin-bottom:1.5rem;background:rgba(0,151,167,.1);padding:.5rem 1rem;border-radius:4px}.portfolio-hero .hero-content h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-color) 0%,rgba(21,101,192,.8) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 576px){.portfolio-hero .hero-content h1{font-size:2.8rem}}.portfolio-hero .hero-content .subtitle{font-size:1.25rem;opacity:.9;line-height:1.6;margin-bottom:2.5rem;max-width:600px}.portfolio-hero .hero-visual{flex:.9;height:500px;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 576px){.portfolio-hero .hero-visual{height:350px;width:100%}}.portfolio-hero .hero-visual .glass-card{width:300px;height:400px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,255,255,.35));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(190,210,255,.9);box-shadow:0 35px 70px #0003;position:relative;overflow:hidden}.portfolio-hero .hero-visual .glass-card .abstract-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(0,0,0,.05) 1px,transparent 1px);background-size:18px 18px;opacity:.35}.portfolio-hero .hero-visual .glass-card .floating-cards{position:absolute;top:0;right:0;bottom:0;left:0}.portfolio-hero .hero-visual .glass-card .floating-cards .card-layer{position:absolute;border-radius:20px;background:rgba(255,255,255,.45);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.portfolio-hero .hero-visual .glass-card .floating-cards .card-layer.layer-1{width:210px;height:270px;top:60px;left:50%;transform:translate(-50%);opacity:.35}.portfolio-hero .hero-visual .glass-card .floating-cards .card-layer.layer-2{width:235px;height:295px;top:45px;left:50%;transform:translate(-50%);opacity:.55}.portfolio-hero .hero-visual .glass-card .floating-cards .card-layer.image-layer{width:260px;height:370px;margin-top:15px;margin-left:20px;transform:translate(-50%);background:rgba(255,255,255,.75);box-shadow:0 25px 55px #0000002e;overflow:hidden;padding:8px}.portfolio-hero .hero-visual .glass-card .floating-cards .card-layer.image-layer img{width:100%;height:100%;object-fit:cover;border-radius:16px}@keyframes pulse-grid{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}.portfolio-projects{padding:6rem 2rem;max-width:1200px;margin:0 auto}.portfolio-projects .section-header{margin-bottom:5rem;text-align:center}.portfolio-projects .project-card{display:flex;align-items:center;gap:4rem;margin-bottom:8rem}@media (max-width: 768px){.portfolio-projects .project-card{flex-direction:column;gap:2rem;margin-bottom:6rem}}.portfolio-projects .project-card.reverse{flex-direction:row-reverse}@media (max-width: 768px){.portfolio-projects .project-card.reverse{flex-direction:column}}.portfolio-projects .project-card .project-image{flex:1.2;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026;position:relative;background:#fff;display:flex;align-items:center;justify-content:center}.portfolio-projects .project-card .project-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .6s ease}.portfolio-projects .project-card .project-image:hover{box-shadow:0 30px 80px #0003}.portfolio-projects .project-card .project-image:hover img{transform:scale(1.03)}.portfolio-projects .project-card .project-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}.portfolio-projects .project-card .project-info{flex:1}.portfolio-projects .project-card .project-info .category{color:#0097a7;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;display:block;font-size:.9rem}.portfolio-projects .project-card .project-info h2{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2}.portfolio-projects .project-card .project-info p{font-size:1.1rem;opacity:.8;margin-bottom:2rem;line-height:1.7}.portfolio-projects .project-card .project-info .tech-stack{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.portfolio-projects .project-card .project-info .tech-stack span{background:rgba(21,101,192,.08);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;color:#1565c0;border:1px solid rgba(21,101,192,.1)}.portfolio-results{background:var(--card-bg, #f8f9fa);padding:6rem 2rem}.portfolio-results .results-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 768px){.portfolio-results .results-container{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 576px){.portfolio-results .results-container{grid-template-columns:1fr}}.portfolio-results .results-container .metric-card{text-align:center}.portfolio-results .results-container .metric-card h3{font-size:3.5rem;font-weight:800;color:#1565c0;margin-bottom:.5rem}@media (max-width: 576px){.portfolio-results .results-container .metric-card h3{font-size:2.5rem}}.portfolio-results .results-container .metric-card p{font-size:1.1rem;font-weight:600;opacity:.9}.portfolio-process{padding:6rem 2rem;max-width:1200px;margin:0 auto}.portfolio-process h2{text-align:center;font-size:2.5rem;margin-bottom:4rem}.portfolio-process .process-timeline{display:flex;justify-content:space-between;position:relative;overflow-x:auto;padding-top:2rem;padding-bottom:2rem}.portfolio-process .process-timeline::-webkit-scrollbar{display:none}.portfolio-process .process-timeline .timeline-line{position:absolute;top:calc(2rem + 25px);left:0;right:0;height:2px;background:rgba(0,0,0,.1);z-index:0;min-width:800px}.portfolio-process .process-timeline .process-step{flex:1;min-width:200px;text-align:center;position:relative;z-index:1;padding:0 1rem;cursor:default}.portfolio-process .process-timeline .process-step .step-dot{width:50px;height:50px;background:var(--bg-color);border:2px solid #0097a7;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease;color:var(--text-color)}.portfolio-process .process-timeline .process-step:hover .step-dot{background:#0097a7;color:#fff;transform:scale(1.1);box-shadow:0 0 20px #0097a766}.portfolio-process .process-timeline .process-step h4{font-size:1.1rem;margin-bottom:.5rem}.tech-expertise-strip{background:#0f172a;padding:3rem 0;overflow:hidden;white-space:nowrap;position:relative}.tech-expertise-strip .marquee-track{display:inline-flex;gap:4rem;padding-left:4rem}.tech-expertise-strip .marquee-track .tech-item{display:flex;align-items:center;gap:1rem;color:#ffffffb3;font-size:1.5rem;font-weight:600;transition:color .3s ease;cursor:default}.tech-expertise-strip .marquee-track .tech-item:hover{color:#0097a7}.tech-expertise-strip .marquee-track .tech-item svg{font-size:2rem}.portfolio-cta{padding:8rem 2rem;text-align:center;background:radial-gradient(circle at center,rgba(21,101,192,.1) 0%,transparent 70%)}.portfolio-cta h2{font-size:3.5rem;margin-bottom:1.5rem}@media (max-width: 576px){.portfolio-cta h2{font-size:2.5rem}}.portfolio-cta p{font-size:1.5rem;opacity:.8;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.portfolio-cta .cta-button-wrapper{display:inline-block}.products-page{background:var(--bg-primary);overflow-x:hidden;color:var(--text-primary)}.products-hero{min-height:85vh;display:flex;align-items:center;padding:10rem 2rem 6rem;max-width:1200px;margin:0 auto;color:var(--text-primary)}@media (max-width: 768px){.products-hero{padding-top:8rem}}.products-hero .hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:8rem;align-items:center;width:100%}@media (max-width: 768px){.products-hero .hero-grid{grid-template-columns:1fr;gap:4rem;display:flex;flex-direction:column-reverse;text-align:center}}.products-hero .hero-text-side .badge{display:inline-block;padding:.6rem 1.4rem;background:rgba(21,101,192,.08);color:#1565c0;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:2rem;border:1px solid rgba(21,101,192,.1)}.products-hero .hero-text-side h1{font-size:4.2rem;line-height:1.25;font-weight:800;margin-bottom:2rem;color:var(--text-primary);letter-spacing:-.5px}@media (max-width: 768px){.products-hero .hero-text-side h1{font-size:3.5rem}}@media (max-width: 576px){.products-hero .hero-text-side h1{font-size:2.6rem}}.products-hero .hero-text-side p{font-size:1.2rem;line-height:1.6;opacity:.8;margin-bottom:3.5rem;max-width:600px;color:var(--text-primary)}@media (max-width: 768px){.products-hero .hero-text-side p{margin-left:auto;margin-right:auto}}.products-hero .hero-visual-side{width:100%;display:flex;justify-content:center}.products-hero .hero-visual-side .hero-image-container{width:100%;max-width:600px;border-radius:32px;overflow:hidden;background:var(--card-bg);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px #0000000f,0 0 0 1px #00000005;transition:all .5s cubic-bezier(.22,1,.36,1)}.products-hero .hero-visual-side .hero-image-container img{width:100%;display:block;height:auto}.crm-product-section{padding:8rem 0;background:var(--bg-secondary)}.crm-product-section .container{max-width:1100px;margin:0 auto;padding:0 2rem}.crm-product-section .crm-layout-v2{display:flex;flex-direction:column;align-items:center;gap:6rem}.crm-product-section .crm-hero-image{width:100%;max-width:900px;border-radius:24px;overflow:hidden;box-shadow:0 40px 100px #00000014;border:1px solid rgba(0,0,0,.03)}.crm-product-section .crm-hero-image img{width:100%;height:auto;display:block}.crm-product-section .crm-main-content{width:100%;text-align:center}.crm-product-section .crm-main-content .header-block{margin-bottom:5rem}.crm-product-section .crm-main-content .header-block .now-live{display:inline-block;padding:.5rem 1.2rem;background:rgba(16,185,129,.08);color:#10b981;border-radius:6px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1.5rem}.crm-product-section .crm-main-content .header-block h2{font-size:3.2rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.2}.crm-product-section .crm-main-content .header-block p{font-size:1.2rem;line-height:1.7;color:var(--text-primary);opacity:.7;max-width:800px;margin:0 auto}.crm-product-section .crm-main-content .content-grid-wrap{text-align:left}.crm-product-section .crm-main-content .info-grid-modern{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.crm-product-section .crm-main-content .info-grid-modern{grid-template-columns:1fr}}.crm-product-section .crm-main-content .content-block{background:var(--card-bg);border:1px solid rgba(0,0,0,.04);border-radius:24px;padding:3rem;transition:transform .3s ease}.crm-product-section .crm-main-content .content-block:hover{transform:translateY(-5px)}.crm-product-section .crm-main-content .content-block .block-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem}.crm-product-section .crm-main-content .content-block .block-header .icon-wrap{width:48px;height:48px;background:#1565c0;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 10px 20px #1565c033}.crm-product-section .crm-main-content .content-block .block-header h3{font-size:1.4rem;font-weight:700;margin:0;color:var(--text-primary)}.crm-product-section .crm-main-content .content-block .benefit-list{list-style:none;padding:0;margin:0}.crm-product-section .crm-main-content .content-block .benefit-list li{display:flex;align-items:center;gap:12px;font-size:1.1rem;margin-bottom:1rem;font-weight:500;color:var(--text-primary)}.crm-product-section .crm-main-content .content-block .benefit-list li svg{color:#10b981;font-size:1.1rem}.crm-product-section .crm-main-content .content-block .ideal-chips{display:flex;flex-wrap:wrap;gap:1rem}.crm-product-section .crm-main-content .content-block .ideal-chips .chip{padding:.8rem 1.5rem;background:var(--bg-secondary);border:1px solid rgba(0,0,0,.05);border-radius:12px;font-size:1rem;font-weight:600;box-shadow:0 4px 10px #00000005;color:var(--text-primary)}.crm-product-section .crm-main-content .crm-actions{margin-top:5rem;display:flex;gap:2rem;justify-content:center}@media (max-width: 576px){.crm-product-section .crm-main-content .crm-actions{flex-direction:column;padding:0 2rem}}.crm-product-section .crm-main-content .crm-actions .btn-scale{min-width:220px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.crm-product-section .crm-main-content .crm-actions .btn-scale:hover{transform:scale(1.05);box-shadow:0 15px 30px #0000001a}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:scroll!important;transition-delay:0s!important;transition-duration:0s!important}}.tab-panel{padding:0 2rem}.tab-panel .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}.tab-panel .products-grid .product-card{background:var(--card-bg);border-radius:30px;padding:3rem;border:1px solid rgba(var(--text-color),.05);transition:all .4s ease}.tab-panel .products-grid .product-card:hover{border-color:#1565c033}.tab-panel .products-grid .product-card .icon-container{width:70px;height:70px;background:rgba(21,101,192,.08);color:#1565c0;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:2rem}.tab-panel .products-grid .product-card .status-badge{display:inline-block;margin-bottom:1.5rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:.4rem 1rem;border-radius:50px;background:rgba(0,151,167,.1);color:#0097a7}.tab-panel .products-grid .product-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.tab-panel .products-grid .product-card p{opacity:.7;line-height:1.6;margin-bottom:2rem;color:var(--text-primary)}.tab-panel .products-grid .product-card .features-list{display:flex;flex-direction:column;gap:.8rem}.tab-panel .products-grid .product-card .features-list .feature-item{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;color:var(--text-primary)}.tab-panel .products-grid .product-card .features-list .feature-item svg{color:#1565c0}.differentiation-strip{padding:8rem 2rem;border-top:1px solid rgba(var(--text-color),.05);background:var(--bg-primary)}.differentiation-strip .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:4rem}@media (max-width: 768px){.differentiation-strip .container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.differentiation-strip .container{grid-template-columns:1fr}}.differentiation-strip .diff-card{text-align:center}.differentiation-strip .diff-card .icon-box{font-size:2.8rem;color:#1565c0;margin-bottom:1.5rem;opacity:.8}.differentiation-strip .diff-card h4{font-size:1.25rem;font-weight:800;margin-bottom:.8rem;color:var(--text-primary)}.differentiation-strip .diff-card p{font-size:.95rem;opacity:.6;line-height:1.5;color:var(--text-primary)}.products-cta{padding:12rem 2rem;text-align:center;background:radial-gradient(circle at center,rgba(21,101,192,.05) 0%,transparent 70%),var(--bg-primary)}.products-cta h2{font-size:3.8rem;font-weight:800;margin-bottom:2rem;color:var(--text-primary)}@media (max-width: 576px){.products-cta h2{font-size:2.6rem}}.products-cta p{font-size:1.3rem;opacity:.7;margin-bottom:3.5rem;max-width:650px;margin-left:auto;margin-right:auto;color:var(--text-primary)}.pricing-page-v2{background:var(--bg-secondary);color:var(--text-primary);overflow-x:hidden}.pricing-page-v2 .container{max-width:1200px;margin:0 auto;padding:0 5%}.pricing-page-v2 .gradient-text{background:linear-gradient(135deg,#1565c0,#00bcd4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pricing-page-v2 .pricing-hero{padding:10rem 0 6rem;background:var(--bg-primary);position:relative;text-align:center;color:var(--text-primary);overflow:hidden;border-bottom:1px solid rgba(0,0,0,.05)}.pricing-page-v2 .pricing-hero .hero-bg-animations{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.pricing-page-v2 .pricing-hero .hero-bg-animations .blob{position:absolute;filter:blur(80px);opacity:.1;border-radius:50%;background:#1565c0}.pricing-page-v2 .pricing-hero .hero-bg-animations .blob-1{width:400px;height:400px;top:-100px;left:-100px;background:#0097a7;animation:float 15s infinite alternate}.pricing-page-v2 .pricing-hero .hero-bg-animations .blob-2{width:500px;height:500px;bottom:-150px;right:-150px;background:#1565c0;animation:float 18s infinite alternate-reverse}.pricing-page-v2 .pricing-hero .container{position:relative;z-index:1}.pricing-page-v2 .pricing-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-family:Montserrat,sans-serif;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}.pricing-page-v2 .pricing-hero p{font-size:1.15rem;max-width:650px;margin:0 auto;color:var(--text-primary);opacity:.8;line-height:1.6}.pricing-page-v2 .section-title{text-align:center;margin-bottom:4rem}.pricing-page-v2 .section-title h2{font-size:2.2rem;font-family:Montserrat,sans-serif;color:var(--text-primary);margin-bottom:1rem}.pricing-page-v2 .section-title .title-bar{width:50px;height:3px;background:linear-gradient(135deg,#1565c0,#00bcd4);margin:0 auto;border-radius:2px}.pricing-page-v2 .services-pricing-section{padding:8rem 0;background:var(--bg-secondary)}.pricing-page-v2 .services-pricing-section .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (max-width: 768px){.pricing-page-v2 .services-pricing-section .pricing-grid{grid-template-columns:1fr}}.pricing-page-v2 .services-pricing-section .pricing-card{background:var(--card-bg);border-radius:24px;padding:3rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #00000005;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative}.pricing-page-v2 .services-pricing-section .pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014;border-color:#1565c026}.pricing-page-v2 .services-pricing-section .pricing-card.highlight{border:2px solid #1565c0;box-shadow:0 0 30px #1565c026;transform:scale(1.02);z-index:5}@media (max-width: 768px){.pricing-page-v2 .services-pricing-section .pricing-card.highlight{transform:none}}.pricing-page-v2 .services-pricing-section .pricing-card.highlight .highlight-tag{position:absolute;top:-12px;right:30px;background:#1565c0;color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.pricing-page-v2 .services-pricing-section .pricing-card .card-header{margin-bottom:2rem}.pricing-page-v2 .services-pricing-section .pricing-card .card-header .icon-box{font-size:2.2rem;color:#1565c0;margin-bottom:1.2rem;background:rgba(21,101,192,.04);width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:14px}.pricing-page-v2 .services-pricing-section .pricing-card .card-header h3{font-size:1.6rem;margin-bottom:.8rem;color:var(--text-primary)}.pricing-page-v2 .services-pricing-section .pricing-card .card-header p{color:var(--text-primary);opacity:.7;line-height:1.5;font-size:.9rem}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices{margin-bottom:2rem;padding:1.2rem 0;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices .price-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices .price-item:last-child{margin-bottom:0}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices .price-item .label{font-weight:600;color:var(--text-primary);font-size:.85rem;opacity:.7}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices .price-item .amount{font-weight:700;font-family:Montserrat,sans-serif;color:var(--text-primary);font-size:1.3rem}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices .price-item .amount small{font-size:.75rem;font-weight:500;color:var(--text-primary);opacity:.6}.pricing-page-v2 .services-pricing-section .pricing-card .card-prices .price-item.maintenance .amount{color:#0097a7}.pricing-page-v2 .services-pricing-section .pricing-card .card-features{margin-bottom:2.5rem;flex-grow:1}.pricing-page-v2 .services-pricing-section .pricing-card .card-features h4{font-size:.95rem;margin-bottom:1rem;color:var(--text-primary);font-weight:700}.pricing-page-v2 .services-pricing-section .pricing-card .card-features ul{list-style:none;padding:0}.pricing-page-v2 .services-pricing-section .pricing-card .card-features ul li{display:flex;align-items:center;gap:10px;margin-bottom:.8rem;color:var(--text-primary);font-size:.9rem;opacity:.8}.pricing-page-v2 .services-pricing-section .pricing-card .card-features ul li .check{color:#10b981;font-weight:700}.pricing-page-v2 .services-pricing-section .pricing-card .cta-button{display:block;text-align:center;background:#1565c0;color:#fff;padding:1rem;border-radius:10px;text-decoration:none;font-weight:700;transition:all .3s ease}.pricing-page-v2 .services-pricing-section .pricing-card .cta-button:hover{background:#0097a7}.pricing-page-v2 .product-pricing-section{padding:8rem 0;background:var(--bg-primary)}.pricing-page-v2 .product-pricing-section .crm-premium-card{background:var(--card-bg);color:var(--text-primary);border-radius:28px;padding:4rem;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 40px #0000000d}.pricing-page-v2 .product-pricing-section .crm-premium-card:before{content:"";position:absolute;top:0;right:0;width:30%;height:100%;background:linear-gradient(to left,rgba(21,101,192,.03),transparent);pointer-events:none}.pricing-page-v2 .product-pricing-section .crm-premium-card.highlight{border:2px solid #1565c0;box-shadow:0 0 50px #1565c01a}.pricing-page-v2 .product-pricing-section .crm-premium-card .crm-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;position:relative;z-index:1}@media (max-width: 768px){.pricing-page-v2 .product-pricing-section .crm-premium-card .crm-content{grid-template-columns:1fr;gap:3rem}}.pricing-page-v2 .product-pricing-section .crm-premium-card .left-side .premium-badge{display:inline-block;background:linear-gradient(135deg,#1565c0,#00bcd4);color:#fff;padding:.4rem 1.2rem;border-radius:50px;font-size:.75rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase}.pricing-page-v2 .product-pricing-section .crm-premium-card .left-side h3{font-size:2.2rem;font-family:Montserrat,sans-serif;margin-bottom:1.2rem;color:var(--text-primary)}.pricing-page-v2 .product-pricing-section .crm-premium-card .left-side p{font-size:1rem;color:var(--text-primary);line-height:1.7;margin-bottom:2rem;opacity:.8}.pricing-page-v2 .product-pricing-section .crm-premium-card .left-side .security-mentions{display:flex;gap:1.5rem;margin-bottom:2rem}.pricing-page-v2 .product-pricing-section .crm-premium-card .left-side .security-mentions .item{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:var(--text-primary)}.pricing-page-v2 .product-pricing-section .crm-premium-card .left-side .security-mentions .item .icon{color:#0097a7;font-size:1.1rem}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side{background:var(--bg-secondary);border:1px solid rgba(0,0,0,.05);border-radius:18px;padding:2.5rem}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .price-block{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .price-block .price-item{margin-bottom:1.2rem}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .price-block .price-item:last-child{margin-bottom:0}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .price-block .price-item .label{display:block;font-size:.8rem;color:var(--text-primary);margin-bottom:.4rem;font-weight:600;opacity:.7}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .price-block .price-item .value{display:block;font-size:1.8rem;font-weight:700;font-family:Montserrat,sans-serif;color:#1565c0}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .price-block .price-item .value small{color:var(--text-primary);font-size:.9rem;font-weight:500;opacity:.7}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side h4{font-size:.9rem;margin-bottom:1.2rem;color:var(--text-primary);font-weight:700}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .crm-features{list-style:none;display:grid;grid-template-columns:1fr;gap:.8rem}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .crm-features li{font-size:.85rem;color:var(--text-primary);display:flex;align-items:center;gap:10px;opacity:.8}.pricing-page-v2 .product-pricing-section .crm-premium-card .right-side .crm-features li:before{content:"→";color:#1565c0;font-weight:700}.pricing-page-v2 .product-pricing-section .crm-premium-card .crm-cta{display:inline-block;background:#1565c0;color:#fff;padding:1.1rem 2.5rem;border-radius:10px;text-decoration:none;font-weight:700;transition:all .3s ease}.pricing-page-v2 .product-pricing-section .crm-premium-card .crm-cta:hover{background:#0097a7;transform:translateY(-2px)}@media (max-width: 768px){.pricing-page-v2 .product-pricing-section .crm-premium-card .desktop-only{display:none}}.pricing-page-v2 .product-pricing-section .crm-premium-card .mobile-only{display:none}@media (max-width: 768px){.pricing-page-v2 .product-pricing-section .crm-premium-card .mobile-only{display:block}}.pricing-page-v2 .pricing-info-strip{padding:6rem 0;background:var(--bg-primary)}.pricing-page-v2 .pricing-info-strip .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 768px){.pricing-page-v2 .pricing-info-strip .info-grid{grid-template-columns:1fr}}.pricing-page-v2 .pricing-info-strip .info-box{text-align:center;padding:2.5rem;background:var(--bg-secondary);border-radius:20px;border:1px solid rgba(0,0,0,.03)}.pricing-page-v2 .pricing-info-strip .info-box .icon{font-size:2rem;color:#1565c0;margin-bottom:1.2rem}.pricing-page-v2 .pricing-info-strip .info-box h4{font-size:1.1rem;margin-bottom:.8rem;color:var(--text-primary);font-weight:700}.pricing-page-v2 .pricing-info-strip .info-box p{font-size:.9rem;color:var(--text-primary);line-height:1.6;opacity:.7}.pricing-page-v2 .pricing-final-cta{padding:8rem 0;background:var(--bg-primary);color:var(--text-primary);text-align:center;border-top:1px solid rgba(0,0,0,.05)}.pricing-page-v2 .pricing-final-cta .cta-content{max-width:750px;margin:0 auto}.pricing-page-v2 .pricing-final-cta .cta-content h2{font-size:2.5rem;font-family:Montserrat,sans-serif;margin-bottom:1.2rem;color:var(--text-primary)}.pricing-page-v2 .pricing-final-cta .cta-content p{font-size:1.1rem;color:var(--text-primary);margin-bottom:2.5rem;opacity:.7}.pricing-page-v2 .pricing-final-cta .cta-content .final-cta-btn{display:inline-block;background:linear-gradient(135deg,#1565c0,#00bcd4);color:#fff;padding:1.1rem 2.8rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 8px 25px #1565c033}.pricing-page-v2 .pricing-final-cta .cta-content .final-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1565c040;background:linear-gradient(135deg,#00bcd4,#1565c0)}@keyframes float{0%{transform:translate(0) rotate(0)}to{transform:translate(50px,50px) rotate(8deg)}}@media (max-width: 576px){.pricing-page-v2 .pricing-hero{padding:8rem 0 4rem}.pricing-page-v2 .services-pricing-section .pricing-card{padding:2rem}.pricing-page-v2 .product-pricing-section .crm-premium-card{padding:2.5rem}}.contact-page .contact-container{max-width:1200px;margin:0 auto;padding:0 2rem 6rem}.contact-page .contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}@media (max-width: 768px){.contact-page .contact-grid{grid-template-columns:1fr}}.contact-page .contact-info h2{font-size:2rem;margin-bottom:1rem;color:var(--text-color)}.contact-page .contact-info p{color:var(--text-color);opacity:.8;margin-bottom:2.5rem}.contact-page .contact-info .info-item{display:flex;gap:1.5rem;margin-bottom:2rem}.contact-page .contact-info .info-item .icon{font-size:1.5rem;color:#1565c0;margin-top:5px}.contact-page .contact-info .info-item h4{margin-bottom:.5rem;font-size:1.1rem;color:var(--text-color)}.contact-page .contact-info .info-item a,.contact-page .contact-info .info-item p{color:var(--text-color);opacity:.8;margin-bottom:0;transition:color .3s ease}.contact-page .contact-info .info-item a:hover{color:#1565c0}.contact-page .contact-info .map-placeholder{width:100%;height:250px;background:rgba(21,101,192,.05);border:2px dashed rgba(21,101,192,.2);border-radius:20px;display:flex;justify-content:center;align-items:center;color:#1565c080;font-weight:600;margin-top:2rem}.contact-page .contact-form-wrapper{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:3rem;border-radius:20px;border:1px solid rgba(0,0,0,.05)}@media (max-width: 576px){.contact-page .contact-form-wrapper{padding:2rem}}.contact-page .contact-form .status-message{display:flex;align-items:center;gap:.8rem;padding:1rem;border-radius:10px;margin-bottom:2rem;font-weight:500;font-size:.95rem}.contact-page .contact-form .status-message.success{background:rgba(34,197,94,.1);color:#15803d;border:1px solid rgba(34,197,94,.2)}.contact-page .contact-form .status-message.error{background:rgba(239,68,68,.1);color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.contact-page .contact-form .status-message svg{font-size:1.2rem;flex-shrink:0}.contact-page .contact-form .form-group{margin-bottom:1.5rem}.contact-page .contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{width:100%;padding:1rem;border-radius:10px;border:1px solid rgba(var(--text-color),.1);background:rgba(var(--bg-color),.5);color:var(--text-color);font-family:Inter,sans-serif;transition:all .3s ease}.contact-page .contact-form .form-group input:focus,.contact-page .contact-form .form-group textarea:focus{outline:none;border-color:#1565c0;box-shadow:0 0 0 3px #1565c01a}.contact-page .contact-form .w-full{width:100%;margin-top:1rem}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);font-family:Inter,Segoe UI,sans-serif;padding:20px}.admin-login-card{background:rgba(30,41,59,.95);border-radius:16px;padding:48px 40px;width:100%;max-width:420px;box-shadow:0 25px 60px #0006;border:1px solid rgba(148,163,184,.1)}.admin-login-header{text-align:center;margin-bottom:36px}.admin-login-header h1{color:#f1f5f9;font-size:28px;font-weight:700;margin:0 0 8px}.admin-login-header p{color:#94a3b8;font-size:14px;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:20px}.admin-form-group{display:flex;flex-direction:column;gap:6px}.admin-form-group label{color:#cbd5e1;font-size:13px;font-weight:500}.admin-form-group input{background:rgba(15,23,42,.8);border:1px solid rgba(148,163,184,.2);border-radius:8px;padding:12px 16px;font-size:14px;color:#f1f5f9;outline:none;transition:border-color .2s}.admin-form-group input:focus{border-color:#3b82f6}.admin-form-group input::placeholder{color:#64748b}.admin-login-btn{background:linear-gradient(135deg,#1565c0,#00bcd4);color:#fff;box-shadow:0 4px 15px #1565c04d,0 0 20px #00bcd433;padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;margin-top:8px;width:100%}.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1565c066,0 0 25px #00bcd44d;opacity:1}.admin-login-btn:active{transform:translateY(0)}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.admin-login-error{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:10px 14px;border-radius:8px;font-size:13px;text-align:center}.admin-dark{--admin-bg: #0f1117;--admin-sidebar-bg: #161822;--admin-card-bg: #1e2130;--admin-text: #e4e6ef;--admin-text-muted: #9ca3af;--admin-border: rgba(255, 255, 255, .06);--admin-accent: #4f8ef7;--admin-accent-hover: #6ba1ff;--admin-nav-hover: rgba(79, 142, 247, .1);--admin-nav-active: rgba(79, 142, 247, .15);--admin-input-bg: #252836;--admin-input-border: rgba(255, 255, 255, .08);--admin-shadow: 0 2px 8px rgba(0, 0, 0, .3);--admin-topbar-bg: #161822;--admin-danger: #e53e3e;--admin-success: #38a169}.admin-light{--admin-bg: #f5f6fa;--admin-sidebar-bg: #ffffff;--admin-card-bg: #ffffff;--admin-text: #1a1a2e;--admin-text-muted: #6b7280;--admin-border: rgba(0, 0, 0, .08);--admin-accent: #1565c0;--admin-accent-hover: #1976d2;--admin-nav-hover: rgba(21, 101, 192, .06);--admin-nav-active: rgba(21, 101, 192, .1);--admin-input-bg: #f8f9fc;--admin-input-border: rgba(0, 0, 0, .12);--admin-shadow: 0 2px 8px rgba(0, 0, 0, .06);--admin-topbar-bg: #ffffff;--admin-danger: #dc2626;--admin-success: #16a34a}.admin-layout{display:flex;min-height:100vh;background:var(--admin-bg);color:var(--admin-text);font-family:Inter,Segoe UI,sans-serif}.admin-sidebar{width:260px;min-height:100vh;background:var(--admin-sidebar-bg);border-right:1px solid var(--admin-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100;transition:transform .3s ease}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between}.sidebar-logo{font-size:1.3rem;font-weight:700;color:var(--admin-text);margin:0}.sidebar-logo span{color:var(--admin-accent)}.sidebar-close{display:none;background:none;border:none;color:var(--admin-text-muted);font-size:1.2rem;cursor:pointer}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.sidebar-nav .nav-item{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:8px;color:var(--admin-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;margin-bottom:2px}.sidebar-nav .nav-item:hover{background:var(--admin-nav-hover);color:var(--admin-accent)}.sidebar-nav .nav-item.active{background:var(--admin-nav-active);color:var(--admin-accent);font-weight:600}.sidebar-nav .nav-item svg{font-size:1rem;flex-shrink:0}.sidebar-footer{padding:.75rem;border-top:1px solid var(--admin-border)}.logout-btn{width:100%;background:none;border:none;cursor:pointer;color:var(--admin-text-muted)!important;justify-content:flex-start}.logout-btn:hover{color:var(--admin-danger)!important;background:rgba(229,62,62,.08)!important}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.admin-topbar{position:sticky;top:0;z-index:50;background:var(--admin-topbar-bg);border-bottom:1px solid var(--admin-border);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--admin-text);font-size:1.2rem;cursor:pointer;padding:.5rem}.topbar-info{flex:1}.welcome-text{font-size:.9rem;color:var(--admin-text-muted)}.welcome-text strong{color:var(--admin-text)}.topbar-actions{display:flex;align-items:center;gap:.5rem}.theme-toggle-btn{background:var(--admin-card-bg);border:1px solid var(--admin-border);color:var(--admin-text);width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease}.theme-toggle-btn:hover{background:var(--admin-nav-hover);color:var(--admin-accent);transform:scale(1.05)}.admin-content{padding:1.5rem;flex:1}.admin-card{background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:var(--admin-shadow)}.admin-card h2{font-size:1.3rem;font-weight:700;margin:0 0 .3rem;color:var(--admin-text)}.admin-card h3{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:var(--admin-text)}.btn{padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}.btn-primary{background:linear-gradient(135deg,#1565c0,#00bcd4);color:#fff;box-shadow:0 4px 15px #1565c04d,0 0 20px #00bcd433;padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1565c066,0 0 25px #00bcd44d}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;border:1px solid var(--admin-border);color:var(--admin-text)}.btn-secondary:hover{background:var(--admin-nav-hover);border-color:var(--admin-accent);color:var(--admin-accent)}.btn-danger{background:transparent;border:1px solid rgba(229,62,62,.3);color:var(--admin-danger)}.btn-danger:hover{background:rgba(229,62,62,.1)}.btn-small{padding:.35rem .75rem;font-size:.8rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.6rem .9rem;background:var(--admin-input-bg);border:1px solid var(--admin-input-border);border-radius:8px;color:var(--admin-text);font-size:.9rem;transition:border-color .2s ease;outline:none;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--admin-accent);box-shadow:0 0 0 3px #4f8ef71a}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{opacity:.5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:80px}.form-group select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid var(--admin-border);vertical-align:top}.admin-table th{font-size:.75rem;font-weight:600;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.5px}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--admin-nav-hover)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:90}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.media-item{border-radius:10px;overflow:hidden;background:var(--admin-input-bg);border:1px solid var(--admin-border);transition:transform .2s}.media-item:hover{transform:translateY(-3px)}.media-item img{width:100%;height:120px;object-fit:cover}.media-item-actions{padding:.5rem;display:flex;gap:.3rem;flex-wrap:wrap}.status-msg{padding:.5rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem}.status-msg.success{background:rgba(56,161,105,.1);color:var(--admin-success);border:1px solid rgba(56,161,105,.2)}.status-msg.error{background:rgba(229,62,62,.1);color:var(--admin-danger);border:1px solid rgba(229,62,62,.2)}.seo-preview{background:var(--admin-input-bg);padding:1rem;border-radius:8px;border:1px solid var(--admin-border)}.seo-preview .seo-title{color:#1a0dab;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.seo-preview .seo-url{color:#006621;font-size:.8rem;margin-bottom:.25rem}.seo-preview .seo-desc{color:var(--admin-text-muted);font-size:.85rem}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:200;display:flex;align-items:center;justify-content:center}.admin-modal{background:var(--admin-card-bg);border-radius:16px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@media (max-width: 768px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.sidebar-close,.sidebar-overlay{display:block}.admin-main{margin-left:0}.mobile-menu-btn{display:block}.admin-content{padding:1rem}.admin-table{font-size:.8rem}.admin-table th,.admin-table td{padding:.5rem .3rem}}:root{--bg-color: #ffffff;--text-color: #1e293b;--nav-bg: rgba(255, 255, 255, .8);--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--text-primary: #1a1a1a;--card-bg: #ffffff}[data-theme=dark]{--bg-color: #0a1628;--text-color: #f1f5f9;--nav-bg: rgba(15, 23, 42, .8);--bg-primary: #0f172a;--bg-secondary: #0f172a;--text-primary: #e2e8f0;--card-bg: #1e293b}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--text-primary: #e2e8f0;--card-bg: #1e293b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;line-height:1.6;transition:all .3s ease-in-out}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2;color:var(--text-primary)}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:Inter,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#1565c0;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0097a7}
