*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{padding:4rem 0;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-text p{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.hero-image{text-align:center}.hero-img{width:100%;max-width:400px;height:300px;object-fit:cover;border-radius:15px;box-shadow:0 20px 40px rgba(0,0,0,.2)}.services{padding:5rem 0}.service-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-bottom:3rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-header{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:2rem;display:flex;align-items:center;gap:1rem}.service-icon{background:rgba(255,255,255,.2);padding:1rem;border-radius:50%;font-size:1.5rem}.service-header h2{font-size:1.8rem;font-weight:600}.service-content{padding:6rem;display:grid;grid-template-columns:2fr 0fr;gap:2rem}.service-description{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.service-features{display:grid;gap:1.5rem;margin-bottom:2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:10px;transition:background .3s ease}.feature-item:hover{background:#e2e8f0}.feature-item i{color:#06c;font-size:1.2rem;margin-top:.2rem;min-width:20px}.feature-item h4{font-weight:600;margin-bottom:.5rem;color:#1e293b}.feature-item p{color:#64748b;font-size:.9rem}.iso-standards{margin-bottom:2rem}.iso-standards h4{margin-bottom:1rem;color:#1e293b;font-weight:600}.iso-badges{display:flex;flex-wrap:wrap;gap:.5rem}.iso-badge{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.service-image{text-align:center}.service-img{width:100%;max-width:450px;height:250px;object-fit:cover;border-radius:15px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.cta-button{background:linear-gradient(135deg,#06c 0%,#049 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,102,204,.3)}.cta-section{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:4rem 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button-large{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;padding:1.2rem 3rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem}.cta-button-large:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(245,158,11,.4)}.footer{background:#2c3e50;color:#fff;padding:2rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #334155;color:#94a3b8}