body,html,.app{margin:0;height:100%;padding:0;font-family:Arial,sans-serif;background:radial-gradient(#559fdf,#fff);min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 16px}a{text-decoration:none;color:inherit}.logo-img{height:100px;width:auto;cursor:pointer}.navbar ul li a{position:relative;padding-bottom:4px}.navbar ul li a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background-color:#000;transition:width .25s ease}.navbar ul li a:hover:after{width:100%}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:#fff;box-shadow:0 2px 5px #0000001a}.navbar ul{display:flex;list-style:none;gap:2rem}.navbar button{background:#ef4444;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:.5rem;cursor:pointer;font-weight:700}.navbar button:hover{background:#dc2626}.navbar{position:sticky;top:0;background:#fff;z-index:1000;transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 4px 10px #0000001f}.nav-link{position:relative;padding-bottom:4px}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background:#000;transition:width .25s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}@media(max-width:768px){.navbar{padding:12px 16px}.nav-links{gap:12px;font-size:14px}}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:4rem 3rem}.hero-text{max-width:600px}.hero-text h1{font-size:3rem;margin-bottom:1rem;color:#111}.hero-text p{font-size:1.2rem;margin-bottom:1rem;color:#333}.hero-text h3{margin-top:2rem;font-weight:700}.checklist{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.checklist span{display:flex;align-items:center;gap:.3rem;background:#fff;padding:.3rem .5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;font-size:.9rem}.hero img{max-width:400px;border-radius:1rem;margin-top:2rem;box-shadow:0 5px 15px #0000001a}.services{padding:3rem;text-align:center;background:transparent}.services2{padding-bottom:1rem;text-align:center;background:transparent}.services h2{font-size:2rem;margin-bottom:1rem;font-weight:700}.services p,.services2 p{max-width:600px;margin:0 auto 2rem;color:#555;font-size:1rem}.service-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.service-list img{width:100%;max-width:350px;border-radius:.5rem;box-shadow:0 3px 6px #0000001a}.cards{text-align:center;padding:.5rem}.cards h2{font-size:2rem;margin-bottom:2rem;font-weight:700}.card-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.card{background:#fff;border-radius:.5rem;box-shadow:0 3px 6px #0000001a;width:250px;overflow:hidden;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.card img{width:100%;border-bottom:1px solid #eee;height:80%}.card div{display:flex;justify-content:space-between;padding:.5rem 1rem;align-items:center;font-weight:700}.cards button{margin-top:2rem;background:#ef4444;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:700;transition:background .3s ease}.cards button:hover{background:#dc2626}.hero-carousel{position:relative;bottom:70px;width:450px;height:280px}.carousel-image{position:absolute;inset:0;width:150%;height:150%;object-fit:cover;border-radius:1rem;opacity:0;transform:translate(20px);transition:opacity .8s ease,transform .8s ease;box-shadow:0 5px 15px #0000001a}.carousel-image.active{opacity:1;transform:translate(0);z-index:1}.carousel-dots{position:absolute;top:480px;left:50%;transform:translate(-50%);display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#fff9;border:none;cursor:pointer}.dot.active{background:#ef4444}.materials-list{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.material-row{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:center}.material-text h2{margin-bottom:.75rem}.material-text p{line-height:1.6;color:#444}.material-card img{width:100%;height:220px;object-fit:cover;border-radius:10px;box-shadow:0 8px 20px #00000014}.service-image{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.company-layout{display:grid;grid-template-columns:1.2fr 1.8fr;gap:3rem;margin-top:2.5rem;align-items:start}.company-image-wrapper{width:100%}.company-image{width:100%;height:auto;border-radius:14px;object-fit:cover}.company-text section{margin-bottom:2.5rem}.company-text h3{margin-bottom:.75rem}.company-text p{line-height:1.7;color:#333}@media(max-width:900px){.company-layout{grid-template-columns:1fr}.company-text section{margin-bottom:2rem}}.contact-card{display:grid;grid-template-columns:1.2fr 1.8fr;gap:2rem;align-items:center}.contact-image{width:100%;height:240px;object-fit:cover;border-radius:12px}.contact-info h3{margin-bottom:1rem}.contact-info p{margin-bottom:.75rem;line-height:1.6}@media(max-width:768px){.contact-card{grid-template-columns:1fr}.contact-image{height:200px}}@media(max-width:768px){.material-row{grid-template-columns:1fr}.material-card img{height:180px}}@media(max-width:768px){.article-card{grid-template-columns:1fr}.article-image{height:200px}}@media(max-width:768px){.hero{flex-direction:column;align-items:flex-start}.navbar ul{display:none}.service-list{justify-content:center}.card-container{flex-direction:column;align-items:center}.hero img{max-width:90%}}.page{padding:4rem 3rem;min-height:80vh}.page h1{font-size:2.5rem;margin-bottom:1rem}.page p{max-width:none;color:#444;margin-bottom:2rem}.page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.page-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 5px 15px #0000001a}img{max-width:100%;height:auto;display:block}.footer{background-color:#5f6ae1;color:#fff;margin-top:4rem;font-size:14px}.footer-top{max-width:1200px;margin:0 auto;padding:1rem 2rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.footer-column h4{margin-bottom:1rem;font-size:15px;font-weight:600}.footer-column p{line-height:1.6;color:#e6e9ff}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#e6e9ff;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-bottom{background-color:#4b55c8;text-align:center;padding:1rem;font-size:12px;color:#dfe3ff}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}
