:root{--blue:#215baf;--blue-dark:#174582;--blue-light:#eaf3ff;--cyan:#0eb2e9;--cyan-light:#e9f9fd;--magenta:#bc2a71;--magenta-light:#fcecf4;--yellow:#face39;--yellow-light:#fff8d9;--black:#303238;--gray-dark:#555a63;--gray:#7b8088;--light-gray:#f5f7fa;--border:#e4e8ed;--white:#fff;--container:1180px;--radius:18px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{width:min(var(--container), calc(100% - 40px));margin:auto}.header{z-index:1000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff5;border-bottom:1px solid #215baf14;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;height:78px;display:flex}.logo{align-items:center;display:flex}.logo img{width:180px;height:auto;display:block}.nav{align-items:center;gap:30px;font-size:14px;font-weight:600;display:flex}.nav a{transition:color .2s}.nav a:hover{color:var(--blue)}.btn{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:13px 22px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 7px 20px #215baf2e}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px)}.btn-secondary{border-color:var(--border);background:#fff}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.btn-dark{background:var(--black);color:#fff}.btn-light{color:var(--blue);background:#fff}.menu-toggle{cursor:pointer;background:0 0;border:none;font-size:25px;display:none}.hero{background:radial-gradient(circle at 85% 15%,#0eb2e924,#0000 28%),radial-gradient(circle at 10% 85%,#face391a,#0000 25%),#fafcff;padding:100px 0 90px;position:relative;overflow:hidden}.hero-image{filter:drop-shadow(0 25px 35px #0032642e);border-radius:24px;width:100%;max-width:650px;height:auto;display:block}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;display:grid}.eyebrow{color:var(--blue);letter-spacing:1.8px;margin-bottom:18px;font-size:11px;font-weight:800;display:inline-block}.hero h1 span{background:linear-gradient(90deg, var(--blue), var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{max-width:580px;color:var(--gray-dark);font-size:18px}.hero-buttons{gap:12px;margin-top:35px;display:flex}.hero-info{gap:35px;margin-top:55px;display:flex}.hero-info div{flex-direction:column;display:flex}.hero-info strong{font-size:13px}.hero-info span{color:var(--gray);margin-top:3px;font-size:11px}.hero-visual{place-items:center;min-height:470px;display:grid;position:relative}.visual-card{filter:drop-shadow(0 30px 35px #00326429);width:330px;position:relative}.printer-top{background:linear-gradient(135deg,#dde5ee,#c8d1dc);border-radius:15px 15px 5px 5px;width:260px;height:55px;margin:auto}.printer-body{background:linear-gradient(135deg,#f3f6f9,#dde4ea);border-radius:8px 8px 18px 18px;height:250px;padding:35px}.printer-display{background:var(--blue);color:#fff;letter-spacing:1px;text-align:center;border-radius:4px;width:80px;padding:8px 5px;font-size:7px}.printer-paper{background:#fff;width:220px;height:120px;margin:40px auto 0;box-shadow:0 8px 20px #00326414}.printer-bottom{background:#c7d0d9;border-radius:0 0 12px 12px;width:270px;height:30px;margin:auto}.floating-card{background:#fff;border:1px solid #215baf14;border-radius:14px;align-items:center;gap:12px;padding:15px 18px;display:flex;position:absolute;box-shadow:0 15px 40px #0032641f}.floating-card strong{font-size:12px;display:block}.floating-card small{color:var(--gray);font-size:10px;display:block}.floating-icon{border-radius:10px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.card-toner{top:75px;left:5px}.card-toner .floating-icon{background:var(--yellow-light);color:#b58b00}.card-service{bottom:75px;right:0}.card-service .floating-icon{background:var(--cyan-light);color:var(--blue)}.categories,.products,.about{padding:110px 0}.section-heading{max-width:620px;margin-bottom:50px}.section-heading h2,.services h2,.about h2,.business h2,.contact h2{letter-spacing:-2px;font-size:clamp(34px,4vw,48px);line-height:1.1}.section-heading p{color:var(--gray);margin-top:15px}.section-heading-row{justify-content:space-between;align-items:end;max-width:none;display:flex}.text-link,.category-link{color:var(--blue);font-size:13px;font-weight:700}.category-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:30px;transition:all .25s}.category-card:hover{border-color:#215baf40;transform:translateY(-6px);box-shadow:0 18px 40px #00326412}.category-icon{background:var(--blue-light);width:52px;height:52px;color:var(--blue);border-radius:14px;place-items:center;margin-bottom:25px;font-size:22px;display:grid}.category-card:nth-child(2) .category-icon{background:var(--cyan-light);color:var(--blue)}.category-card:nth-child(3) .category-icon{background:var(--yellow-light);color:#b58b00}.category-card:nth-child(4) .category-icon{background:var(--magenta-light);color:var(--magenta)}.category-card h3{font-size:18px}.category-card p{color:var(--gray);margin:10px 0 25px;font-size:13px}.services{background:var(--light-gray);padding:110px 0}.services-grid{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.services h2 span{color:var(--blue)}.services-content>p{max-width:560px;color:var(--gray-dark);margin:25px 0}.service-list{margin:30px 0;list-style:none}.service-list li{align-items:center;gap:12px;margin:13px 0;font-size:14px;display:flex}.service-list span{color:var(--cyan);font-weight:800}.service-panel{color:#fff;background:linear-gradient(145deg,#174582,#215baf);border-radius:25px;flex-direction:column;justify-content:space-between;min-height:450px;padding:35px;display:flex;position:relative;overflow:hidden}.service-panel:after{content:"";background:#0eb2e940;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-100px;right:-80px}.service-panel-header{letter-spacing:2px;opacity:.7;justify-content:space-between;font-size:11px;display:flex}.service-panel-content{z-index:2;padding:30px 10px;position:relative}.tool-circle{background:var(--cyan);color:#fff;border-radius:50%;place-items:center;width:90px;height:90px;margin-bottom:35px;font-size:35px;display:grid}.service-panel h3{letter-spacing:-1.5px;max-width:350px;font-size:40px;line-height:1.05}.service-panel p{color:#dcebfa;max-width:400px;margin-top:20px}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:all .25s;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00326414}.product-image{letter-spacing:4px;place-items:center;height:230px;font-size:22px;font-weight:800;display:grid}.toner-black{color:var(--blue);background:radial-gradient(circle at 50% 40%,#215baf29,#0000 45%),#eff3f8}.ink{color:var(--cyan);background:radial-gradient(circle at 30% 40%,#0eb2e92e,#0000 45%),#eef9fc}.usb{color:#b58b00;background:radial-gradient(circle at 70% 40%,#face3938,#0000 45%),#fff9e5}.cable{color:var(--magenta);background:radial-gradient(circle at 40% 40%,#bc2a7126,#0000 45%),#fcf0f6}.product-info{padding:25px}.product-category{color:var(--blue);letter-spacing:1.5px;font-size:9px;font-weight:800}.product-info h3{margin-top:10px;font-size:16px}.product-info p{color:var(--gray);margin:7px 0 18px;font-size:12px}.product-info a{color:var(--blue);font-size:12px;font-weight:700}.business{padding:80px 0}.business-box{background:linear-gradient(135deg, var(--blue-dark), var(--blue));color:#fff;border-radius:25px;justify-content:space-between;align-items:center;gap:40px;padding:65px;display:flex;position:relative;overflow:hidden}.business-box:after{content:"";border:45px solid #0eb2e933;border-radius:50%;width:300px;height:300px;position:absolute;top:-130px;right:-100px}.business-box>*{z-index:2;position:relative}.business-box .eyebrow{color:#bdebfa}.business h2{max-width:700px}.business p{color:#d8e8f8;max-width:650px;margin-top:15px}.about-grid{grid-template-columns:350px 1fr;align-items:center;gap:90px;display:grid}.about-number{background:linear-gradient(145deg,#eef5ff,#f8fcff);border:1px solid #ddeaf9;border-radius:25px;place-items:center;height:350px;display:grid}.about-number img{width:220px;max-width:80%;height:auto;display:block}.about p{max-width:650px;color:var(--gray);margin-top:25px}.contact-box{justify-content:space-between;align-items:center;gap:40px;display:flex}.contact p{color:var(--gray);margin-top:15px}.footer{color:#fff;background:#20242a;padding:70px 0 25px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:50px;display:grid}.footer-logo{color:#fff}.footer p{color:#a8adb5;margin-top:15px;font-size:13px}.footer h4{margin-bottom:18px;font-size:13px}.footer-grid>div:not(:first-child){flex-direction:column;gap:9px;display:flex}.footer-grid a:not(.logo){color:#a8adb5;font-size:12px}.footer-grid a:hover{color:#fff}.footer-bottom{color:#777d86;text-align:center;border-top:1px solid #343941;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;max-width:none;margin-top:45px;padding-top:22px;font-size:10px;display:flex}.footer-bottom span{text-align:center;display:block}.footer-brand img{width:175px;height:auto;margin-bottom:14px;display:block}@media (width<=950px){.nav,.header-btn{display:none}.menu-toggle{color:var(--blue);display:block}.hero-grid,.services-grid{grid-template-columns:1fr}.hero-content{text-align:center}.hero p{margin:auto}.hero-buttons{justify-content:center}.hero-info{text-align:left;justify-content:center}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.business-box{flex-direction:column;align-items:flex-start}.about-grid{grid-template-columns:1fr}}@media (width<=600px){.container{width:min(100% - 28px,1180px)}.hero{padding:70px 0}.hero h1{letter-spacing:-2px;font-size:44px}.hero-info{flex-direction:column;gap:15px;margin-top:40px}.hero-visual{min-height:380px;transform:scale(.85)}.category-grid,.product-grid{grid-template-columns:1fr}.section-heading-row{display:block}.section-heading-row .text-link{margin-top:20px;display:inline-block}.business-box{padding:40px 28px}.contact-box{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}}.category-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.category-card{border:1px solid var(--border);background:#fff;border-radius:18px;transition:transform .25s,box-shadow .25s;display:block;overflow:hidden}.category-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #215baf1f}.category-image{background:#f3f5f7;height:220px;overflow:hidden}.category-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{padding:24px}.category-label{color:var(--blue);letter-spacing:1.5px;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.category-content h3{color:var(--black);margin-bottom:8px;font-size:21px}.category-content p{min-height:42px;color:var(--gray);margin-bottom:18px;font-size:13px}.category-link{color:var(--blue);font-size:13px;font-weight:700}@media (width<=900px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.category-grid{grid-template-columns:1fr}.category-image{height:230px}}.contact{background:var(--light-gray);padding:100px 0}.contact-section{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.contact-intro h2{max-width:500px;margin-top:10px}.contact-intro p{max-width:500px;color:var(--gray);margin:20px 0 30px}.contact-details{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-detail{border:1px solid var(--border);background:#fff;border-radius:16px;gap:15px;padding:22px;display:flex}.contact-detail-icon{background:var(--blue-light);width:42px;min-width:42px;height:42px;color:var(--blue);border-radius:11px;place-items:center;display:grid}.contact-detail strong{font-size:14px}.contact-detail p{color:var(--gray);margin:5px 0;font-size:12px}.contact-detail a{color:var(--blue);font-size:12px;font-weight:700}.map-container{margin-top:35px}.map-header{border:1px solid var(--border);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:25px;padding:30px;display:flex}.map-header h3{margin-top:5px;font-size:22px}@media (width<=800px){.contact-section{grid-template-columns:1fr;gap:40px}.contact-details{grid-template-columns:1fr}.map-header{flex-direction:column;align-items:flex-start}}.map-frame{border:1px solid var(--border);background:#fff;border-radius:20px;margin-top:20px;overflow:hidden;box-shadow:0 15px 35px #0032640f}.map-frame iframe{width:100%;height:400px;display:block}@media (width<=600px){.map-frame iframe{height:320px}}.product-image{justify-content:center;align-items:center;height:230px;display:flex;position:relative;overflow:hidden}.product-image:before{content:"";background:#ffffff8c;border-radius:50%;width:170px;height:170px;position:absolute}.product-visual{z-index:2;filter:drop-shadow(0 12px 15px #0028501f);font-size:70px;position:relative}.product-image>span{z-index:3;letter-spacing:2px;font-size:9px;font-weight:800;position:absolute;bottom:15px;right:18px}.product-toner{color:var(--blue);background:linear-gradient(145deg,#eaf3ff,#f7fbff)}.product-ink{color:var(--cyan);background:linear-gradient(145deg,#e9f9fd,#f8fdff)}.product-storage{color:#b58b00;background:linear-gradient(145deg,#fff8d9,#fffdf2)}.product-cables{color:var(--magenta);background:linear-gradient(145deg,#fcecf4,#fff9fc)}.products-action{justify-content:center;margin-top:40px;display:flex}@media (width<=600px){.product-image{height:210px}}.brands{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:110px 0}.brands-heading{max-width:720px}.brands-heading p{max-width:650px}.brands-groups{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.brand-group{border:1px solid var(--border);background:var(--light-gray);border-radius:20px;padding:30px;transition:all .25s}.brand-group:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0032640f}.brand-group-header{align-items:center;gap:12px;margin-bottom:22px;display:flex}.brand-group-icon{background:var(--blue-light);border-radius:11px;place-items:center;width:42px;height:42px;font-size:19px;display:grid}.brand-group-title{color:var(--blue);letter-spacing:1.4px;font-size:10px;font-weight:800}.brand-list{flex-wrap:wrap;gap:9px;display:flex}.brand-item{border:1px solid var(--border);color:var(--black);background:#fff;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:700;transition:all .2s}.brand-item:hover{color:var(--blue);border-color:#215baf59;transform:translateY(-2px)}.other-brands{color:var(--blue);cursor:pointer;background:0 0;border:none;margin-top:22px;padding:0;font-family:inherit;font-size:12px;font-weight:800}.other-brands:hover{color:var(--blue-dark);text-decoration:underline}.brands-cta{background:var(--blue-light);border:1px solid #dcebfa;border-radius:18px;justify-content:space-between;align-items:center;gap:25px;margin-top:35px;padding:25px 30px;display:flex}.brands-cta div{flex-direction:column;gap:4px;display:flex}.brands-cta strong{font-size:15px}.brands-cta span{color:var(--gray);font-size:12px}.brands-modal{z-index:3000;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.brands-modal.active{display:flex}.brands-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#141e2da6;position:absolute;inset:0}.brands-modal-content{z-index:2;background:#fff;border-radius:22px;width:min(600px,100%);max-height:80vh;padding:40px;position:relative;overflow-y:auto;box-shadow:0 30px 80px #0003}.brands-modal-content h2{letter-spacing:-1px;margin:5px 0 25px;font-size:32px}.brands-modal-close{background:var(--light-gray);width:38px;height:38px;color:var(--black);cursor:pointer;border:none;border-radius:50%;font-size:25px;line-height:1;position:absolute;top:18px;right:20px}.brands-modal-close:hover{background:var(--blue-light);color:var(--blue)}.modal-brand-list{flex-wrap:wrap;gap:10px;display:none}.modal-brand-list.active{display:flex}.modal-brand-list span{background:var(--light-gray);border:1px solid var(--border);border-radius:10px;padding:11px 16px;font-size:13px;font-weight:700}@media (width<=950px){.brands-groups{grid-template-columns:1fr}.brands-cta{flex-direction:column;align-items:flex-start}}@media (width<=600px){.brands{padding:80px 0}.brand-group{padding:24px}.brands-modal-content{padding:30px 24px}}.menu-toggle{color:var(--blue);cursor:pointer;background:0 0;border:none;padding:5px;font-size:28px;line-height:1;display:none}@media (width<=850px){.menu-toggle{display:block!important}.header-content{position:relative}.nav{border:1px solid var(--border);z-index:2000;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:2px;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 20px 45px #0028501f}.nav.active{display:flex!important}.nav a{border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.2;display:block}.nav a:hover{background:var(--blue-light)}.nav .mobile-whatsapp{text-align:center;border-radius:9px;justify-content:center;align-items:center;margin-top:12px;font-size:12px;font-weight:800;background:var(--blue)!important;color:#fff!important;padding:12px 14px!important;display:flex!important}.nav .mobile-whatsapp:hover{background:var(--blue-dark)!important;color:#fff!important}.header-btn{display:none}}@media (width>=851px){.mobile-whatsapp{display:none!important}}.whatsapp-float{z-index:2500;color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:9px;padding:11px 17px 11px 13px;font-size:13px;font-weight:800;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 28px #00000029}.whatsapp-icon{fill:#fff;width:26px;height:26px;display:block}.whatsapp-float:hover{color:#fff;transform:translateY(-3px);box-shadow:0 14px 35px #0003}@media (width<=600px){.whatsapp-float{background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:0;display:flex;bottom:18px;right:18px;box-shadow:0 6px 18px #00000029}.whatsapp-icon{width:27px;height:27px}.whatsapp-float span{display:none}}.business-contact-btn{justify-content:center;align-items:center;gap:10px;display:inline-flex}.business-contact-btn span{font-weight:800}.business-contact-btn img{width:78px;height:auto;display:block}.footer-logo img{width:155px;height:auto;display:block}.footer-contact-link{align-items:center;gap:9px;display:flex!important}.footer-contact-link span{color:#a8adb5;text-align:center;width:20px;font-size:14px}.footer-contact-link:hover span{color:#fff}.footer-column{flex-direction:column;gap:11px;display:flex}.footer-column h4{color:#fff;margin-bottom:8px;font-size:13px;font-weight:800}.footer-link{align-items:center;gap:10px;transition:color .2s,transform .2s;color:#a8adb5!important;font-size:12px!important;display:flex!important}.footer-link:hover{transform:translate(3px);color:#fff!important}.footer-icon{color:#a8adb5;background:#ffffff0f;border-radius:6px;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:11px;transition:background .2s,color .2s;display:grid}.footer-link:hover .footer-icon{color:var(--cyan);background:#0eb2e926}.product-security{background:#fff1f7}.cctv-visual{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cctv-visual svg{filter:drop-shadow(0 8px 8px #0000001a);width:120px;height:120px;overflow:visible}.cctv-body{fill:#f4f4f4;stroke:#111;stroke-width:4px}.cctv-lens{fill:#242424;stroke:#111;stroke-width:4px}.cctv-lens-inner{fill:#111;stroke:#555;stroke-width:2px}.cctv-back{fill:#d8d8d8;stroke:#111;stroke-width:4px}.cctv-support{fill:#333;stroke:#111;stroke-width:4px;stroke-linejoin:round}.cctv-led{fill:#20b8e8;stroke:none}.brand-group{background:#fff;position:relative;overflow:hidden;box-shadow:0 8px 25px #14325a0a}.brand-group:before{content:"";background:var(--blue);opacity:.9;height:3px;position:absolute;top:0;left:0;right:0}.brand-group-icon{border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.brand-group-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.brand-icon-print{color:#215baf;background:#eaf3ff}.brand-icon-cctv{color:#d52b78;background:#fff0f6}.brand-icon-tech{color:#b58b00;background:#fff8dd}.brand-item{background:#fafbfd;border:1px solid #e1e6ed;border-radius:9px;padding:9px 13px;transition:background .2s,border-color .2s,color .2s,transform .2s}.brand-item:hover{color:var(--blue);background:#fff;border-color:#215baf59;transform:translateY(-2px)}.other-brands{letter-spacing:.1px;align-items:center;gap:5px;margin-top:20px;font-size:11px;transition:transform .2s,color .2s;display:inline-flex}.other-brands:hover{text-decoration:none;transform:translate(3px)}.brands-cta{background:linear-gradient(135deg,#eef6ff,#f7faff);border:1px solid #d8e7f8;border-radius:18px;margin-top:30px;padding:24px 28px;position:relative}.brands-cta strong{color:var(--black);margin-bottom:3px;font-size:15px;display:block}.brands-cta span{font-size:12px;line-height:1.5}.brands-cta .btn{white-space:nowrap}.brand-list{grid-template-columns:repeat(4,max-content);justify-content:start;align-items:center;gap:8px;display:grid}.brand-item{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;min-width:62px;height:38px;padding:0 13px;display:flex}@media (width<=600px){.brand-list{grid-template-columns:repeat(2,max-content);gap:8px}}.brands-modal-heading{align-items:center;gap:14px;margin-bottom:22px;display:flex}.brands-modal-logo{background:#f7fafd;border:1px solid #e3eaf1;border-radius:10px;width:105px;height:auto;padding:7px 10px;display:block}.brands-modal-heading .eyebrow{margin-bottom:3px;display:block}.brands-modal-heading h2{margin:0;font-size:22px;line-height:1.2}@media (width<=600px){.brands-modal-heading{gap:11px;margin-bottom:18px}.brands-modal-logo{width:82px;padding:6px 8px}.brands-modal-heading h2{font-size:17px}}.instagram-contact-icon{justify-content:center;align-items:center;display:flex}.instagram-contact-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1500;background:#fffffff5;border-bottom:1px solid #dce3ebbf;height:78px;position:relative}.header-content{justify-content:space-between;align-items:center;gap:30px;height:100%;display:flex}.header .logo{flex-shrink:0;align-items:center;display:flex}.header .logo img{width:158px;height:auto;display:block}.header .nav{align-items:center;gap:27px;margin-left:auto;display:flex}.header .nav a{color:#252a31;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.header .nav a:not(.mobile-whatsapp):after{content:"";background:var(--blue);width:0;height:2px;transition:width .2s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.header .nav a:not(.mobile-whatsapp):hover{color:var(--blue)}.header .nav a:not(.mobile-whatsapp):hover:after{width:18px}.header-btn{border-radius:11px;justify-content:center;align-items:center;min-width:100px;height:46px;padding:0 20px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #215baf29}.header-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #215baf38}.hero{background:radial-gradient(circle at 78% 45%,#1bb5eb14,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#fff 55%,#f7fbff 100%);position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;border:1px solid #215baf0f;border-radius:50%;width:420px;height:420px;position:absolute;top:-220px;right:-130px}.hero-content{z-index:2;position:relative}.hero h1{letter-spacing:-3px;max-width:650px;margin-top:18px;margin-bottom:24px;font-size:clamp(48px,5vw,72px);line-height:.98}.hero h1 span{color:var(--blue)}.hero-content>p{color:#687486;max-width:570px;margin-bottom:30px;font-size:16px;line-height:1.7}.hero-buttons{align-items:center;gap:12px;display:flex}.hero-buttons .btn{border-radius:10px;min-height:48px;padding:0 20px;font-size:12px;font-weight:800}.hero-buttons .btn-primary{box-shadow:0 10px 24px #215baf2e}.hero-buttons .btn-primary:hover{transform:translateY(-2px)}.hero-info{border-top:1px solid #e4eaf1;align-items:center;gap:0;max-width:620px;margin-top:42px;padding-top:22px;display:flex}.hero-info>div{flex:1;padding:0 22px}.hero-info>div:first-child{padding-left:0}.hero-info>div+div{border-left:1px solid #e4eaf1}.hero-info strong{color:var(--black);margin-bottom:4px;font-size:12px;font-weight:800;display:block}.hero-info small{color:#8a94a3;font-size:11px}.hero-buttons .btn-secondary{color:#252a31;background:#fff;border:1px solid #dce3eb}.hero-buttons .btn-secondary:hover{color:var(--blue);background:#f7fafd;border-color:#c9d7e7;transform:translateY(-2px)}@media (width<=850px){.header{height:68px}.header .logo img{width:135px}.hero h1{letter-spacing:-2.2px;font-size:48px}.hero-content>p{font-size:14px}.hero-buttons{flex-wrap:wrap}}@media (width<=600px){.header{height:64px}.header .logo img{width:128px}.hero{padding-top:55px;padding-bottom:60px}.hero h1{letter-spacing:-2px;font-size:44px;line-height:1}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%}.hero-info{text-align:left;flex-direction:column;align-items:stretch;gap:16px}.hero-info>div{padding:0!important}.hero-info>div+div{border-top:1px solid #e4eaf1;border-left:none;padding-top:16px!important}}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding-top:18px;font-size:10px;display:flex}.footer-bottom span:last-child{opacity:.65;font-size:9px}@media (width<=850px){.header .nav{display:none!important}.header .nav.active{display:flex!important}}@media (width<=600px){html,body{width:100%;max-width:100%;overflow-x:hidden}.container{width:calc(100% - 28px);max-width:100%}.hero{width:100%;overflow:hidden}.hero-grid,.hero-content{width:100%;min-width:0}.hero h1{letter-spacing:-1.5px;overflow-wrap:break-word;width:100%;max-width:100%;font-size:38px;line-height:1.02}.hero-content>p{width:100%;max-width:100%;font-size:14px}.hero-buttons{width:100%}.hero-buttons .btn,.hero-info{width:100%;max-width:100%}.hero{padding:55px 0 30px}.hero h1{letter-spacing:-1.8px;font-size:38px;line-height:1.02}.hero-content>p{margin-bottom:20px;font-size:14px;line-height:1.55}.hero-buttons{gap:9px;margin-top:24px}.hero-buttons .btn{padding:12px 14px;font-size:12px}.hero-info{display:none!important}.hero-visual{height:250px;min-height:250px;margin-top:0;transform:scale(.82)}.header-content{justify-content:center;position:relative}.header-btn{display:none!important}.header .logo{position:absolute;left:50%;transform:translate(-50%)}.header .logo img{width:128px}.menu-toggle{position:absolute;top:50%;right:0;transform:translateY(-50%)}.about-grid{grid-template-columns:1fr}.about-number,.about{display:none!important}}.usb-visual svg{color:#2563b8;width:48px;height:48px}.usb-visual{justify-content:center;align-items:center;display:flex}.usb-visual svg{filter:drop-shadow(0 5px 7px #00000026);width:70px;height:70px;overflow:visible}
