:root{--primary: #e00025;--secondary: #ffffff;--text: #ffffff;--muted: #a0a0a0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--text);min-height:100vh;display:flex;flex-direction:column}.abouthome{background:#0d3b66;padding:4rem 2rem;color:#fff}.abouthome-container{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.abouthome-image img{width:100%;max-width:350px;border-radius:12px;box-shadow:0 6px 15px #0000004d}.abouthome-content{max-width:600px}.abouthome-content h2{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#fff}.abouthome-content p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#e0e0e0}.abouthome-btn{background:#2a9df4;color:#fff;padding:.8rem 1.6rem;border-radius:25px;text-decoration:none;font-weight:700;transition:background .3s ease}.abouthome-btn:hover{background:#1c7ac5}@media (max-width: 768px){.abouthome-container{flex-direction:column;text-align:center}.abouthome-content{max-width:100%}}.faq{background:#f8f9fa;padding:4rem 2rem;text-align:center}.faq-title{font-size:2.5rem;font-weight:800;color:#2a9df4;margin-bottom:2rem}.faq-list{max-width:800px;margin:0 auto;text-align:left}.faq-item{margin-bottom:1.2rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.faq-question{background:none;border:none;outline:none;width:100%;text-align:left;font-size:1.2rem;font-weight:600;cursor:pointer;color:#0d3b66;transition:color .3s ease}.faq-question:hover{color:#2a9df4}.faq-answer{margin-top:.8rem;font-size:1rem;line-height:1.6;color:#555}.faq-item.open .faq-question{color:#2a9df4}.homehero{position:relative;height:100vh;width:100%;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.homehero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.homehero-overlay{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:5%;color:#fff;text-shadow:1px 1px 6px rgba(0,0,0,.6)}.homehero-title{font-size:3rem;font-weight:800;color:#2a9df4;max-width:700px;line-height:1.2;margin-bottom:1.5rem}.homehero-btn{background:#2a9df4;color:#fff;padding:.9rem 1.8rem;font-size:1.2rem;border-radius:30px;font-weight:700;text-decoration:none;transition:background .3s ease}.homehero-btn:hover{background:#1c7ac5}@media (max-width: 768px){.homehero-overlay{justify-content:flex-start;align-items:center;text-align:center;padding-left:0;padding-top:20%}.homehero-title{font-size:2rem;max-width:90%;margin-bottom:1rem}.homehero-btn{font-size:1rem;padding:.7rem 1.4rem}}.reviews{padding:4rem 2rem;background:#0d3b66;color:#fff;text-align:center}.reviews-title{font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:#2a9df4}.reviews-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.review-card{background:#ffffff14;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border-radius:15px;padding:2rem;max-width:350px;text-align:left;box-shadow:0 4px 15px #0000004d}.review-card h3{margin-bottom:.8rem;font-size:1.2rem;font-weight:700;color:#fff}.review-text{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#e0e0e0}.review-date{font-size:.85rem;color:#aaa}.services{background:#f8f9fa;padding:4rem 2rem;text-align:center}.services-title{font-size:2.5rem;font-weight:800;color:#2a9df4;margin-bottom:.5rem}.services-subtitle{font-size:1.2rem;margin-bottom:3rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 10px #0000001a;text-align:left;display:flex;flex-direction:column;justify-content:space-between}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#0d3b66}.service-card p{font-size:1rem;margin-bottom:1.5rem;color:#555;line-height:1.6}.service-btn{background:#2a9df4;color:#fff;padding:.7rem 1.2rem;border-radius:25px;text-decoration:none;font-weight:700;transition:background .3s ease}.service-btn:hover{background:#1c7ac5}.contact{position:relative;height:100vh;width:100%;overflow:hidden;color:#fff;text-align:center;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat}.contact-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.contact-overlay{position:relative;z-index:1;height:100%;display:flex;justify-content:center;align-items:center;padding:1rem}.contact-card{background:#ffffff14;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-radius:16px;padding:3rem 2rem;max-width:700px;width:100%;box-shadow:0 8px 20px #0000004d;text-shadow:1px 1px 6px rgba(0,0,0,.6)}.contact-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#2a9df4}.contact-subtitle{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-info p{margin:.6rem 0}.contact-info a{color:#fff;font-size:1.2rem;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#2a9df4}@media (max-width: 768px){.contact-card{padding:2rem 1.5rem}.contact-title{font-size:2rem}.contact-subtitle,.contact-info a{font-size:1rem}}.about{color:#333;line-height:1.7}.about-hero{height:40vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-size:2.5rem;font-weight:800;text-shadow:2px 2px 6px rgba(0,0,0,.6)}.about-content{max-width:1000px;margin:3rem auto;padding:0 2rem;font-size:1.05rem;color:#444}.about-content p{margin-bottom:1.2rem}.about-mission{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:1100px;margin:4rem auto;padding:0 2rem;flex-wrap:wrap}.mission-text{flex:1;min-width:300px}.mission-text h2{font-size:2rem;font-weight:800;color:#2a9df4;margin-bottom:1rem}.mission-text p{font-size:1.05rem;color:#555}.mission-image{flex:1;min-width:300px}.mission-image img{width:100%;max-width:450px;border-radius:12px;box-shadow:0 6px 15px #00000040}@media (max-width: 768px){.about-hero{font-size:1.8rem;height:30vh}.about-mission{flex-direction:column;text-align:center}.mission-image img{margin-top:1.5rem}}.projects{padding:4rem 2rem;text-align:center;background:#f8f9fa}.projects-title{font-size:2.5rem;font-weight:800;color:#2a9df4;margin-bottom:.5rem}.projects-subtitle{font-size:1.1rem;margin-bottom:2rem;color:#444}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 2rem}.project-card{overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card img:hover{transform:scale(1.05)}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem}.pagination button{background:#2a9df4;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:700;cursor:pointer;transition:background .3s ease}.pagination button:disabled{background:#aaa;cursor:not-allowed}.pagination button:hover:not(:disabled){background:#1c7ac5}.footer{background:#000;color:#fff;text-align:center;padding:2rem 1rem}.footer-logo{height:70px;width:auto;margin-bottom:1rem}.footer-contact h3{margin-bottom:.5rem;font-size:1.2rem;color:#2a9df4}.footer-contact p{margin:.3rem 0}.footer-contact a{color:#fff;text-decoration:none}.footer-contact a:hover{color:#2a9df4}.footer-credit{margin-top:1rem;font-size:.9rem}.footer-credit a{color:#2a9df4;text-decoration:none}.footer-credit a:hover{text-decoration:underline}.siteHeader{position:sticky;top:0;z-index:50;background:#000000eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);color:#ffffffeb}.siteHeaderContainer{max-width:1200px;margin:0 auto;padding:0 16px;position:relative}.siteHeaderInner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;min-width:0}.brandMark{width:40px;height:40px;flex:none;border-radius:10px;overflow:hidden;background:#ffffff14}.brandMark img{display:block;width:100%;height:100%;object-fit:contain}.brandText{display:flex;flex-direction:column;line-height:1.1;min-width:0}.brandText strong{font-size:.98rem;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brandText span{font-size:.82rem;color:#ffffffb3}.navToggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff0f;color:inherit}.navLinksMobile{display:none}.nav{display:flex;align-items:center;gap:18px}.navLinks{display:flex;align-items:center;gap:14px}.navLink{text-decoration:none;color:#ffffffe0;font-weight:600;font-size:.95rem;padding:8px 10px;border-radius:10px;position:relative}.navLink:hover{background:#ffffff14}.navLinkActive{background:#ffffff14;color:#2a9df4}.navLinkActive:after{content:"";position:absolute;left:10px;right:10px;bottom:4px;height:2px;border-radius:999px;background:#2a9df4}.navCta{display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:10px 12px;border-radius:12px;background:#2a9df4;color:#fff;font-weight:800;white-space:nowrap}.navCta:hover{filter:brightness(.98)}.navCtaSmall{font-weight:700;color:#ffffffe6;background:#ffffff14}@media (max-width: 900px){.nav{gap:12px}.navLinks{display:none}}@media (min-width: 901px){.navToggle{display:none}}@media (max-width: 900px){.navLinksMobile[data-open=true]{display:grid}.navLinksMobile{position:absolute;top:100%;left:0;right:0;z-index:60;grid-template-columns:1fr;gap:6px;padding:12px 12px 16px;background:#000000fa;border-bottom:1px solid rgba(255,255,255,.08)}.navLink{padding:10px 12px}.navCta{width:100%;justify-content:center}}
