*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#4a90e2}.nav-buttons{display:flex;gap:1rem}.btn{padding:.5rem 1.5rem;border:none;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-size:.9rem}.btn-outline{background:transparent;border:2px solid #4a90e2;color:#4a90e2}.btn-outline:hover{background:#4a90e2;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #4a90e24d}.btn-primary{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a90e266}.btn-secondary{background:linear-gradient(135deg,#7bb3f0,#4a90e2);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #7bb3f066}.btn-green{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.btn-green:hover{transform:translateY(-2px);box-shadow:0 4px 15px #28a74566}.hero{background:linear-gradient(135deg,#4a90e2,#357abd,#2e5a8b);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-text p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{text-align:center;position:relative}.hero-illustration{max-width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.features{padding:4rem 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4a90e2,#7bb3f0)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#4a90e2,#7bb3f0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem;color:#fff}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.feature-card p{color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.feature-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#e9ecef;color:#495057;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.tag.tag-blue{background:#4a90e21a;color:#4a90e2}.tag.tag-green{background:#28a7451a;color:#28a745}.tag.tag-orange{background:#ffc1071a;color:#ffc107}.about{padding:4rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{font-size:2.2rem;margin-bottom:1.5rem;color:#2c3e50}.about-text p{color:#6c757d;line-height:1.8;margin-bottom:1rem}.about-image{text-align:center}.modern-center{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 0;position:relative}.modern-center-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.center-features{display:grid;gap:1.5rem}.center-feature{background:#ffffff1a;padding:1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.center-feature h4{font-size:1.1rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.center-feature p{opacity:.9;font-size:.9rem}.tests{padding:4rem 0;background:#f8f9fa}.tests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.test-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.test-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.test-logo{width:80px;height:80px;margin:0 auto 1rem;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.test-card h4{margin-bottom:.5rem;color:#2c3e50}.test-card p{color:#6c757d;font-size:.9rem;margin-bottom:1.5rem}.news{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:4rem 0;text-align:center}.news h2{margin-bottom:1rem}.news p{opacity:.9;margin-bottom:2rem}.contact{padding:4rem 0;background:#fff}.contact-form{max-width:600px;margin:0 auto;background:#f8f9fa;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.contact-form h3{text-align:center;margin-bottom:1rem;color:#2c3e50}.contact-form p{text-align:center;color:#6c757d;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-control{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease}.form-control:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}textarea.form-control{resize:vertical;min-height:120px}.gallery{padding:4rem 0;background:#f8f9fa}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.gallery-item{aspect-ratio:16/10;background:linear-gradient(135deg,#e9ecef,#dee2e6);border-radius:15px;overflow:hidden;position:relative;cursor:pointer;transition:all .3s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:0 15px 40px #00000026}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.footer-text p{margin-bottom:.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#4a90e2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #4a90e266}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.section-title p{color:#6c757d;font-size:1.1rem;max-width:600px;margin:0 auto}@media (max-width: 768px){.hero-content,.about-content,.modern-center-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.features-grid{grid-template-columns:1fr}.tests-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.nav-buttons{flex-direction:column;gap:.5rem}.hero-buttons{justify-content:center}.footer-content{grid-template-columns:1fr;text-align:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-3{margin-top:1.5rem}.carousel{position:relative;width:100%;max-width:800px;margin:0 auto}.carousel-container{position:relative;display:flex;align-items:center;width:100%}.carousel-content{width:100%;overflow:hidden;border-radius:15px;box-shadow:0 10px 30px #0000001a}.carousel-slides{display:flex;transition:transform .5s ease-in-out;width:100%}.carousel-slide{min-width:100%;width:100%;flex-shrink:0}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#4a90e2;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px #0000001a}.carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #00000026}.carousel-arrow-prev{left:-25px}.carousel-arrow-next{right:-25px}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#4a90e24d;cursor:pointer;transition:all .3s ease}.carousel-dot:hover{background:#4a90e299;transform:scale(1.2)}.carousel-dot.active{background:#4a90e2;transform:scale(1.3)}.gallery-carousel .gallery-item{width:100%;height:400px;border-radius:10px;overflow:hidden}@media (max-width: 768px){.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.carousel-arrow-prev{left:-20px}.carousel-arrow-next{right:-20px}.gallery-carousel .gallery-item{height:300px}}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;margin:3rem 0;max-width:1200px;margin-left:auto;margin-right:auto}.news-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;height:100%}.news-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.news-card-content{display:flex;flex-direction:column;height:100%;padding:1.5rem}.news-card-image{width:100%;height:200px;overflow:hidden;border-radius:10px;margin-bottom:1rem}.news-card-image img{width:100%;height:100%;object-fit:cover}.news-card-logo{display:flex;justify-content:center;align-items:center;height:120px;margin-bottom:1rem;background:#f8f9fa;border-radius:10px;padding:1rem}.news-card-logo img{max-width:100%;max-height:100%;object-fit:contain}.news-card-body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.news-card-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.4;text-align:center}.btn-link{background:transparent;color:#27ae60;border:2px solid #27ae60;padding:.5rem 1.5rem;border-radius:25px;font-weight:500;text-decoration:none;transition:all .3s ease;align-self:center}.btn-link:hover{background:#27ae60;color:#fff;transform:translateY(-2px)}.news-card-btn{margin-top:auto}.mt-4{margin-top:2rem}@media (max-width: 768px){.news-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.news-card-content{padding:1rem}.news-card-logo{height:100px}}
