*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    overflow-x:hidden;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

h1{
    color:#12235F;
}.announcement-bar{
    background:#12235F;
    color:white;
    text-align:center;
    padding:12px;
    font-size:14px;
    font-weight:600;
}.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.navbar{
    background:white;
    padding:7px 0;
    position:sticky;
    top:0;
    z-index:999;
}
.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.feature-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
    min-height:260px;
}

.feature-card h3{
    font-size:28px;
    margin-bottom:15px;
    color:#12235F;
}

.feature-card p{
    font-size:18px;
    line-height:1.6;
    color:#555;
}

.navbar .container{
    display:flex;
    align-items:center;
    justify-content:space-between;

    
}

.logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-text h3{
    color:#12235F;
    font-size:24px;
    margin:0;
    font-weight:800;
}

.logo-text span{
    color:#777;
    font-size:14px;
}

.logo img{
    height:25px;
    width:auto;
    display:block;
}
.nav-links{
    display:flex;
    gap:40px;
    list-style:none;
}

.nav-links a{
    text-decoration:none;
    color:#12235F;
    font-weight:600;
}

.cta-btn{
    background:#F4B020;
    color:white;
    text-decoration:none;
    padding:12px 24px;
    border-radius:12px;
    font-weight:700;
}
.hero{
    min-height:85vh;
    background:linear-gradient(
        135deg,
        #12235F,
        #1B3285
    );

    display:flex;
    justify-content:center;
    align-items:center;

    padding:120px 20px;
}

.hero-content{
    max-width:900px;
    width:100%;
    text-align:center;
    color:white;
}

.hero h1{
    font-size:64px;
    line-height:1.1;
    margin:20px 0;
    color:white;
}

.hero p{
    font-size:24px;
    margin-bottom:40px;
    line-height:1.6;
}

.hero-content{
    max-width:900px;
    text-align:center;
    color:white;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    background:#F2B12D;
    color:#12235F;

    padding:10px 18px;
    border-radius:50px;

    font-weight:700;
    margin-bottom:25px;
}

.hero h1{
    font-size:72px;
    line-height:1.1;
    margin-bottom:25px;
    font-weight:800;
}

.hero p{
    font-size:22px;
    line-height:1.7;
    max-width:700px;
    margin:0 auto 40px;
    opacity:.9;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

.btn-primary{
    background:#F2B12D;
    color:#12235F;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
}

.btn-secondary{
    border:2px solid white;
    color:white;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
}
.features{
    padding:100px 0;
    background:#f8f9fc;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#F4B328;
    font-weight:700;
}

.section-title h2{
    font-size:42px;
    color:#12235F;
    margin:15px 0;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.feature-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card h3{
    color:#12235F;
    margin-bottom:15px;
}
.process-section{
    padding:120px 0;
    background:#ffffff;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:60px;
}

.process-card{
    background:#f8f9fc;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    transition:.3s;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.process-number{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#F4B328;
    color:#12235F;
    font-size:28px;
    font-weight:800;

    display:flex;
    align-items:center;
    justify-content:center;
}

.process-card h3{
    color:#12235F;
    margin-bottom:15px;
    font-size:24px;
}

.process-card p{
    color:#666;
    line-height:1.7;
}.programs-section{
    padding:120px 0;
    background:#f8f9fc;
}

.program-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:60px;
}

.program-card{
    background:#fff;
    border-radius:24px;
    padding:40px 30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.program-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.program-icon{
    font-size:42px;
    margin-bottom:20px;
}

.program-card h3{
    color:#12235F;
    font-size:28px;
    margin-bottom:5px;
}

.program-card h4{
    color:#F4B328;
    margin-bottom:25px;
    font-size:18px;
    font-weight:700;
}

.program-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.program-card li{
    padding:10px 0;
    color:#555;
    border-bottom:1px solid #eee;
}

.program-card li:last-child{
    border-bottom:none;
}

.featured{
    background:#12235F;
    color:white;
}

.featured h3{
    color:white;
}

.featured h4{
    color:#F4B328;
}

.featured li{
    color:white;
    border-bottom:1px solid rgba(255,255,255,.15);
}