*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 20px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:#667eea}.language-switcher{margin-left:1rem}.lang-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:700;font-size:.9rem;transition:all .3s;box-shadow:0 2px 10px #667eea4d}.lang-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:25px;cursor:pointer;font-weight:700;text-decoration:none;display:inline-block;transition:transform .3s,box-shadow .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff6b6b66}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:8rem 0 4rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.hero-card{background:rgba(255,255,255,.1);padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-card h3{font-size:1.5rem;margin-bottom:1rem}.stats{padding:4rem 0;background:#f8f9fa}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.stat-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;margin-bottom:1rem}.products{padding:4rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s,box-shadow .3s;border-left:4px solid #667eea}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.product-card h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.product-card p{color:#666;margin-bottom:1rem}.product-features{list-style:none;margin-top:1rem}.product-features li{padding:.3rem 0;color:#555}.product-features li:before{content:"✓";color:#28a745;margin-right:.5rem;font-weight:700}.partners{padding:4rem 0;background:#2c3e50}.partners .section-title{color:#fff}.partners p{color:#bdc3c7!important}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;align-items:center;text-align:center}.partner-logo{background:white;padding:2rem;border-radius:10px;box-shadow:0 3px 15px #0000001a;font-size:1.5rem;font-weight:700;color:#333;transition:transform .3s;display:flex;align-items:center;justify-content:center;min-height:120px}.partner-logo:hover{transform:scale(1.05);box-shadow:0 5px 20px #0003}.partner-logo img{max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain}.cloud-services{padding:4rem 0}.cloud-intro{text-align:center;margin-bottom:3rem}.cloud-intro h2{font-size:2rem;margin-bottom:1rem;color:#333}.cloud-intro p{font-size:1.1rem;color:#666;margin-bottom:2rem}.contact{padding:4rem 0;background:#f8f9fa}.contact h2{text-align:center;margin-bottom:1rem;color:#2c3e50}.contact p{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;text-align:center}.contact-card{background:white;padding:2.5rem 2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s,box-shadow .3s;border-top:4px solid #667eea}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.contact-card p{color:#666;margin-bottom:1.5rem;font-size:1rem}.contact-link{display:inline-block;font-size:1.1rem;font-weight:700;color:#667eea;text-decoration:none;padding:.5rem 1rem;border:2px solid #667eea;border-radius:25px;transition:all .3s}.contact-link:hover{background:#667eea;color:#fff;transform:scale(1.05)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:white;border-radius:20px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #eee}.modal-header h3{font-size:1.8rem;color:#333;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.close-btn:hover{background:#f5f5f5;color:#333;transform:rotate(90deg)}.modal-body{padding:2rem}.modal-description{color:#666;margin-bottom:2rem;line-height:1.6;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:all .3s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.btn-secondary{background:#6c757d;color:#fff;padding:.8rem 2rem;border:none;border-radius:25px;cursor:pointer;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s;font-size:1rem}.btn-secondary:hover{background:#5a6268;transform:translateY(-2px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary:disabled:hover{transform:none;box-shadow:none}.about{padding:5rem 0;background:#f8f9fa}.about h2{text-align:center;margin-bottom:3rem;color:#2c3e50;font-size:2.5rem;font-weight:700}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.about-card{background:white;padding:2rem 1.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #667eea}.about-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.about-card h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem}.about-card p{color:#666;font-size:1rem;line-height:1.6;margin:0}.certifications{padding:5rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.certifications h2{text-align:center;margin-bottom:3rem;color:#fff;font-size:2.5rem;font-weight:700}.cert-image-container{text-align:center;max-width:1000px;margin:0 auto}.cert-image{max-width:100%;height:auto;border-radius:15px;box-shadow:0 15px 40px #0000004d;margin-bottom:2rem}.cert-description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;max-width:800px;margin:0 auto;text-align:center}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{text-align:left}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.3rem;margin-bottom:1rem;color:#ecf0f1}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:.5rem}.footer-contact{margin-top:1rem}.footer-contact p{margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.footer-contact a{color:#3498db;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#5dade2}.contact-icon-small{font-size:1rem;margin-right:.5rem}.footer-services{list-style:none;padding:0}.footer-services li{color:#bdc3c7;margin-bottom:.5rem;padding-left:1rem;position:relative}.footer-services li:before{content:"▸";color:#3498db;position:absolute;left:0}.footer-legal{border-top:1px solid #34495e;padding-top:2rem;margin-top:2rem;text-align:center}.footer-legal p{color:#95a5a6;font-size:.9rem;margin-bottom:.5rem}.footer-disclaimer{background:#34495e;padding:1rem 0;margin-top:2rem;font-size:.9rem;opacity:.8;text-align:center}@media (max-width: 768px){.nav-links{display:none}.hero{padding:6rem 0 3rem}.hero h1{font-size:2.5rem}.hero-features{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.contact-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;text-align:center}.footer-contact p{text-align:center}.modal-content{width:95%;max-height:95vh;margin:1rem}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h3{font-size:1.5rem}.modal-body{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%;margin-bottom:.5rem}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem}.cert-image-container{max-width:100%;padding:0 1rem}.cert-image{border-radius:10px;margin-bottom:1.5rem;box-shadow:0 10px 30px #0003}.cert-description{font-size:1rem;padding:0 1rem}.certifications h2{font-size:2rem;margin-bottom:2rem}.language-switcher{position:absolute;top:10px;right:10px}.lang-btn{font-size:.8rem;padding:.5rem 1rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:2rem 1.5rem}.about h2{font-size:2rem;margin-bottom:2rem}}@media (max-width: 1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}
