*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#0b1f3a;background:#fff;font-family:Arial,sans-serif}.navbar{z-index:1000;background:#fffffff2;border-bottom:1px solid #e5e7eb;width:100%;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:15px 25px;display:flex}.navbar-logo{color:#fff;background:#0b3d91;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.navbar-links{gap:30px;display:flex}.navbar-links a{color:#0b1f3a;font-weight:500;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#1557d6}.navbar-button{color:#fff;background:#0b3d91;border-radius:8px;padding:11px 20px;font-weight:600;text-decoration:none;transition:background .3s}.navbar-button:hover{background:#1557d6}.hero{background:linear-gradient(135deg,#f5f8ff 0%,#fff 60%);align-items:center;min-height:100vh;padding:140px 25px 80px;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:auto;display:grid}.hero-content{max-width:600px}.hero-tag{color:#1557d6;letter-spacing:1.5px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.hero h1{color:#061a40;margin-bottom:25px;font-size:clamp(42px,5vw,68px);line-height:1.05}.hero p{color:#526174;margin-bottom:35px;font-size:18px;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:15px;display:flex}.hero-button-primary,.hero-button-secondary{border-radius:8px;padding:14px 25px;font-weight:600;text-decoration:none;transition:all .3s}.hero-button-primary{color:#fff;background:#0b3d91}.hero-button-primary:hover{background:#1557d6;transform:translateY(-2px)}.hero-button-secondary{color:#0b3d91;border:2px solid #0b3d91}.hero-button-secondary:hover{color:#fff;background:#0b3d91}.hero-image img{object-fit:cover;border-radius:20px;width:100%;height:520px;box-shadow:0 20px 50px #061a4026}@media (width<=850px){.navbar-links{display:none}.hero{padding-top:120px}.hero-container{grid-template-columns:1fr}.hero-content{text-align:center;margin:auto}.hero-buttons{justify-content:center}.hero-image img{height:400px}}.about{background:#fff;padding:100px 25px}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:70px;max-width:1200px;margin:auto;display:grid}.about-image img{object-fit:cover;border-radius:20px;width:100%;height:500px;box-shadow:0 15px 40px #061a401f}.about-content{max-width:550px}.section-tag{color:#1557d6;letter-spacing:1.5px;margin-bottom:15px;font-size:14px;font-weight:700;display:inline-block}.about h2{color:#061a40;margin-bottom:25px;font-size:clamp(35px,4vw,52px);line-height:1.1}.about p{color:#526174;margin-bottom:18px;font-size:17px;line-height:1.7}.about-features{flex-direction:column;gap:14px;margin-top:30px;display:flex}.about-feature{align-items:center;gap:12px;display:flex}.about-feature span{color:#0b3d91;background:#eaf1ff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.about-feature p{color:#0b1f3a;margin:0;font-size:16px}@media (width<=850px){.about-container{grid-template-columns:1fr;gap:40px}.about-content{text-align:center;max-width:100%}.about-features{align-items:center}.about-image img{height:400px}}.services{background:#f5f8ff;padding:100px 25px}.services-container{max-width:1200px;margin:auto}.services-header{text-align:center;max-width:700px;margin:0 auto 60px}.services h2{color:#061a40;margin-bottom:20px;font-size:clamp(35px,4vw,52px);line-height:1.1}.services-header p{color:#526174;font-size:17px;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.service-card{background:#fff;border-radius:18px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #061a4014}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #061a4024}.service-card-image{width:100%;height:230px}.service-card-image img{object-fit:cover;width:100%;height:100%}.service-card-content{padding:25px}.service-icon{background:#eaf1ff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:18px;font-size:25px;display:flex}.service-card h3{color:#061a40;margin-bottom:12px;font-size:23px}.service-card p{color:#526174;font-size:15px;line-height:1.6}@media (width<=950px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid{grid-template-columns:1fr}}.caneria{width:10px;height:10px}.gallery{background:#fff;padding:100px 25px}.gallery-container{max-width:1200px;margin:auto}.gallery-header{text-align:center;max-width:700px;margin:0 auto 60px}.gallery-header h2{color:#061a40;margin-bottom:20px;font-size:clamp(35px,4vw,52px);line-height:1.1}.gallery-header p{color:#526174;font-size:17px;line-height:1.7}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.gallery-item{cursor:pointer;border-radius:18px;height:320px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#061a40e6);padding:30px 25px 25px;transition:opacity .3s,transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0)}.gallery-overlay span{color:#8bb5ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.gallery-overlay h3{font-size:21px}.gallery-overlay{opacity:1}.footer{color:#fff;background:#061a40;padding:70px 25px 0}.footer-container{grid-template-columns:2fr 1fr 1.5fr;gap:60px;max-width:1200px;margin:auto;padding-bottom:60px;display:grid}.footer-brand{align-items:flex-start;gap:18px;display:flex}.footer-logo{background:#1557d6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:22px;font-weight:700;display:flex}.footer-brand h3{margin-bottom:10px;font-size:22px}.footer-brand p,.footer-contact p{color:#b8c5da;line-height:1.6}.footer-links,.footer-contact{flex-direction:column;gap:10px;display:flex}.footer h4{margin-bottom:10px;font-size:18px}.footer a{color:#b8c5da;text-decoration:none;transition:color .3s}.footer a:hover{color:#fff}.footer-bottom{color:#8f9db3;border-top:1px solid #ffffff26;justify-content:space-between;gap:20px;max-width:1200px;margin:auto;padding:20px 0;font-size:13px;display:flex}@media (width<=800px){.footer-container{grid-template-columns:1fr;gap:40px}.footer-bottom{text-align:center;flex-direction:column}}
