*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;background:#f4f8fc;color:#071b35}
a{text-decoration:none;color:inherit}
.nav{background:#061b35;color:white;display:flex;align-items:center;justify-content:space-between;padding:16px 5%;position:sticky;top:0;z-index:99}
.logo img{height:64px;width:auto;max-width:190px;object-fit:contain}
.menu a{margin:0 14px;font-size:14px;font-weight:800}
.menu a:hover{color:#35b8e8}
.btn{display:inline-block;background:#168bea;color:white;padding:14px 24px;border-radius:8px;font-weight:900}
.btn.out{background:transparent;border:1px solid white}
.hero{min-height:650px;background:linear-gradient(90deg,#061b35 0%,rgba(6,27,53,.88) 42%,rgba(6,27,53,.18)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=90') center/cover;display:flex;align-items:center;padding:70px 6%}
.hero h5{color:#35b8e8;font-size:16px;margin-bottom:20px}
.hero h1{font-size:58px;line-height:1.1;color:white;margin-bottom:22px}
.hero h1 span{display:block;color:#168bea}
.hero p{color:#e8f1fa;font-size:19px;line-height:1.7;max-width:650px;margin-bottom:32px}
.section{padding:70px 6%}
.title{text-align:center;font-size:36px;margin-bottom:35px;color:#061b35}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.card,.box{background:white;border-radius:18px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.08);line-height:1.75}
.card img{width:100%;height:170px;object-fit:cover;border-radius:14px;margin-bottom:18px}
.card h3,.box h2{color:#061b35;margin-bottom:12px}
.card p,.box p{color:#42526b}
.page-hero{background:#061b35;color:white;padding:80px 6%;text-align:center}
.page-hero h1{font-size:48px;margin-bottom:15px}
.page-hero p{font-size:18px;color:#dbe7f5}
.stats{background:#061b35;color:white;border-radius:18px;padding:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;text-align:center}
.stats strong{font-size:34px;color:#35b8e8}
.founder{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center;background:white}
.founder-photo{height:420px;border-radius:18px;background:url('https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=900&q=90') center/cover}
footer{background:#061b35;color:white;padding:45px 6%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
footer img{height:75px;width:auto;margin-bottom:15px}
footer h3{color:#35b8e8;margin-bottom:15px}
footer p,footer a{display:block;color:#dbe7f5;margin:8px 0}
.copy{grid-column:1/-1;text-align:center;color:#9fb4cc;border-top:1px solid rgba(255,255,255,.15);padding-top:20px}
@media(max-width:900px){.nav{flex-direction:column;gap:14px}.menu{text-align:center}.menu a{display:inline-block;margin:7px}.hero h1{font-size:40px}.founder,footer{grid-template-columns:1fr}}

.founder{
grid-template-columns:180px 1fr !important;
gap:28px !important;
}

.founder-img{
width:180px !important;
height:180px !important;
object-fit:cover !important;
border-radius:16px !important;
box-shadow:0 10px 25px rgba(0,0,0,.18) !important;
display:block !important;
margin:auto !important;
}

@media(max-width:900px){
.founder-img{
width:130px !important;
height:130px !important;
}
}
