*{margin:0;padding:0;box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.1);position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:10px}.logo-img{width:40px;height:40px;object-fit:contain}.logo-text{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}.logo-text h2{color:#2c5aa0;font-weight:700;font-size:2rem;margin:0;line-height:1;text-align:center}.logo-text p{color:#2c5aa0;font-weight:400;font-size:1rem;margin:0;margin-top:3px;text-align:center;opacity:.9}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2c5aa0}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2c5aa0;transition:width .3s ease}.nav-link:hover::after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#2c5aa0 0%,#1e3a5f 100%);color:white;padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;justify-items:center;min-height:70vh;place-items:center}.hero-cta{display:flex;justify-content:center;margin-top:1rem}.hero-content{text-align:center;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:.8rem;text-align:center;color:white}.hero-subtitle-main{font-size:2.2rem;font-weight:500;line-height:1.2;margin-bottom:1.2rem;text-align:center;color:rgba(255,255,255,.95);font-style:italic}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;text-align:center;font-weight:400;color:white;max-width:500px}.cta-button{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:white;padding:15px 30px;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(37,211,102,.3);margin:0 auto}.cta-button:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.4)}.hero-image{display:flex;justify-content:center;align-items:center;width:100%}.hero-photo{width:100%;max-width:100%;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3);border:3px solid rgba(255,255,255,.2);transition:transform .3s ease}.hero-photo:hover{transform:translateY(-5px)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}img{max-width:100%;height:auto}img[loading="lazy"]{opacity:0;transition:opacity .3s}img[loading="lazy"].loaded{opacity:1}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#2c5aa0;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.about{padding:80px 0;background:#f8f9fa}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text p{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.8}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:white;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature i{font-size:3rem;color:#2c5aa0}.feature span{font-weight:600;font-size:1.1rem;color:#333}.services{padding:80px 0;background:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center;transition:all .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#2c5aa0,#1e3a5f);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.service-icon i{font-size:2rem;color:white}.service-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.service-description{color:#666;line-height:1.6}.contact{padding:80px 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:white;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#2c5aa0,#1e3a5f);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{font-size:1.5rem;color:white}.contact-details h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.contact-details a{color:#2c5aa0;text-decoration:none;font-weight:500;font-size:1.1rem}.contact-details p{color:#666;font-size:1.1rem}.contact-form{background:white;padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:15px 20px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2c5aa0}.submit-btn{width:100%;background:linear-gradient(135deg,#2c5aa0,#1e3a5f);color:white;padding:15px 30px;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(44,90,160,.3)}.footer{background:#1e3a5f;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#ccc;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;flex-direction:column;gap:10px}.social-links a{display:flex;align-items:center;gap:8px;color:#ccc;text-decoration:none;transition:all .3s ease;padding:5px 0}.social-links a:hover{color:#fff;transform:translateX(5px)}.social-links a i{font-size:1.2rem;width:20px;text-align:center}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#ccc}@media (max-width:1200px){.container{max-width:100%;padding:0 30px}.hero-container{max-width:100%;padding:0 30px}}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:2.5rem}.hero-photo{max-width:480px;height:320px}.nav-container{padding:0 30px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:white;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0;z-index:999}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.logo-img{width:35px;height:35px}.logo-text h2{font-size:1.6rem}.logo-text p{font-size:.9rem}.hero{padding:90px 0 40px;min-height:100vh}.hero-container{grid-template-columns:1fr;text-align:center;gap:1.2rem;justify-items:center;padding:0 15px;min-height:85vh}.hero-title{font-size:3.2rem;margin-bottom:.2rem}.hero-subtitle-main{font-size:1.8rem;margin-bottom:.3rem}.hero-subtitle{font-size:1.1rem;margin-bottom:.4rem;line-height:1.4;max-width:380px}.hero-photo{max-width:420px;height:280px;margin-top:.5rem}.cta-button{padding:14px 28px;font-size:1.1rem;border-radius:30px}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}.about-features{grid-template-columns:1fr}.container{padding:0 20px}}@media (max-width:480px){.container{padding:0 10px}.hero{padding:70px 0 25px;min-height:90vh}.hero-container{gap:.8rem;padding:0 10px;min-height:80vh}.hero-title{font-size:2.4rem;margin-bottom:.1rem}.hero-subtitle-main{font-size:1.5rem;margin-bottom:.2rem}.hero-subtitle{font-size:1rem;margin-bottom:.3rem;max-width:320px}.service-card,.contact-form{padding:1.5rem}.contact-item{flex-direction:column;text-align:center}.hero-photo{max-width:320px;height:220px;margin-top:.4rem}.cta-button{padding:12px 24px;font-size:1rem;border-radius:25px}.nav-container{padding:0 10px}.about{padding:60px 0}.services{padding:60px 0}.contact{padding:60px 0}}@media (max-width:375px){.hero{padding:60px 0 20px;min-height:85vh}.hero-container{gap:.6rem;min-height:75vh}.hero-title{font-size:2rem;margin-bottom:.05rem}.hero-subtitle-main{font-size:1.3rem;margin-bottom:.1rem}.hero-subtitle{font-size:.9rem;margin-bottom:.2rem;max-width:280px}.hero-photo{max-width:280px;height:180px;margin-top:.3rem}.cta-button{padding:10px 20px;font-size:.9rem}.service-card,.contact-form{padding:1rem}.about{padding:50px 0}.services{padding:50px 0}.contact{padding:50px 0}}@media (max-width:320px){.hero{padding:50px 0 15px;min-height:80vh}.hero-container{gap:.5rem;min-height:70vh}.hero-title{font-size:1.8rem;margin-bottom:.05rem}.hero-subtitle-main{font-size:1.2rem;margin-bottom:.05rem}.hero-subtitle{font-size:.85rem;margin-bottom:.1rem;max-width:250px}.hero-photo{max-width:250px;height:160px;margin-top:.2rem}.cta-button{padding:8px 16px;font-size:.8rem}.service-card,.contact-form{padding:.8rem}.about{padding:40px 0}.services{padding:40px 0}.contact{padding:40px 0}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.contact-item,.feature{animation:fadeInUp .6s ease-out}html{scroll-padding-top:70px}