/* ===========================
   RESET
=========================== */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

/* ===========================
COLORS
=========================== */

:root{

    --navy:#0B1F3A;

    --teal:#16817A;

    --gold:#D9A404;

    --white:#ffffff;

    --light:#F5F7F8;

    --dark:#333;

}

/* ===========================
BODY
=========================== */

body{

    font-family:'Open Sans',sans-serif;

    background:white;

    color:var(--dark);

}

/* ===========================
NAVIGATION
=========================== */

.navbar{

    position:sticky;

    top:0;

    z-index:1000;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 8%;

    background:var(--navy);

    box-shadow:0 3px 15px rgba(0,0,0,.15);

}

.logo{

    display:flex;

    align-items:center;

    gap:15px;

}

.logo img{

    width:55px;

    height:55px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid var(--gold);

}

.logo-text h2{

    margin:0;

    font-size:1.1rem;

    font-family:'Poppins',sans-serif;

    color:white;

}

.logo-text span{

    font-size:.85rem;

    color:#d9d9d9;

}

.nav-links{

    display:flex;

    list-style:none;

    gap:30px;

}

.nav-links a{

    color:white;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.nav-links a:hover{

    color:var(--gold);

}

.join-btn{

    background:var(--gold);

    color:var(--navy);

    text-decoration:none;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.join-btn:hover{

    transform:translateY(-2px);

}
/* ===========================
MOBILE MENU
=========================== */

.menu-toggle{

    display:none;

    font-size:2rem;

    color:white;

    cursor:pointer;

}
/* ===========================
CAMPAIGN BADGE
=========================== */

.campaign-badge{

    display:inline-block;

    background:rgba(11,31,58,0.08);

    color:var(--teal);

    padding:10px 18px;

    border-radius:40px;

    font-size:.85rem;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:25px;

    text-transform:uppercase;

}

/* ===========================
HERO
=========================== */

.hero{

    background:linear-gradient(135deg,#ffffff 0%,#f3f8f8 100%);

    padding:90px 8%;

}

.hero-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

}

.hero-text{

    flex:1;

}

.hero-text h1{

    font-size:3.3rem;

    color:var(--navy);

    margin-bottom:15px;

    font-family:'Poppins',sans-serif;

}

.hero-text h2{

    color:var(--teal);

    margin-bottom:10px;

}

.hero-text h3{

    margin-bottom:25px;

}

.hero-text p{

    font-size:1.1rem;

    line-height:1.8;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:20px;

}

.hero-image img{

    width:100%;

    max-width:420px;

    border-radius:20px;

    object-fit:cover;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

/* ===========================
   REUSABLE CONTAINER
=========================== */

.container{

    width:min(1200px,90%);

    margin:auto;

}

/* ===========================
SECTION TITLES
=========================== */

.section-title{

    font-family:'Poppins',sans-serif;

    font-size:2.5rem;

    color:var(--navy);

    text-align:center;

    margin-bottom:20px;

}

.section-subtitle{

    text-align:center;

    max-width:750px;

    margin:0 auto 60px;

    line-height:1.8;

    color:#666;

}

/* ===========================
VISION SECTION
=========================== */

.vision{

    padding:100px 0;

    background:#f8fbfc;

}

.vision-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.vision-card{

    background:white;

    padding:35px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.vision-card:hover{

    transform:translateY(-8px);

}

.icon{

    font-size:2.8rem;

    margin-bottom:20px;

}

.vision-card h3{

    color:var(--navy);

    margin-bottom:15px;

    font-family:'Poppins',sans-serif;

}

.vision-card p{

    line-height:1.7;

}


/* ==========================================
   PAGE BANNERS
========================================== */

.page-banner{

    height:400px;

    background-size:cover;

    background-position:center center;

    position:relative;

}

.banner-overlay{

    width:100%;

    height:100%;

    background:rgba(8,35,67,.20);

    display:flex;

    justify-content:center;

    align-items:flex-end;

}

.banner-text{

    width:100%;

    padding-bottom:40px;

    text-align:center;

    color:white;

}

.banner-text h1{

    font-family:'Poppins',sans-serif;

    font-size:3.2rem;

    font-weight:700;

    margin-bottom:10px;

    color:white;

    text-shadow:
        2px 2px 8px rgba(0,0,0,.9),
        0 0 15px rgba(0,0,0,.5);

}

.banner-text p{

    font-size:1.25rem;

    font-weight:500;

    color:white;

    text-shadow:
        2px 2px 8px rgba(0,0,0,.9),
        0 0 15px rgba(0,0,0,.5);

}

.banner-overlay h1{

    font-size:3rem;

    margin-bottom:20px;

}

.banner-overlay p{

    font-size:1.2rem;

    max-width:700px;

    margin:auto;

}

.about-banner{

    background-image:url("../images/about.jpg");

}

.manifesto-banner{

    background-image:url("/images/manifesto.jpg");

}

.community-banner{

    background-image:url("/images/community.jpg");

}

.news-banner{

    background-image:url("../images/news.jpg");

}

.contact-banner{

    background-image:url("/images/contact.jpg");

}

/* ===========================
FOOTER
=========================== */

footer{

    background:var(--navy);

    color:white;

    margin-top:100px;

}

.footer-container{

    width:min(1200px,90%);

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:40px;

    padding:70px 0;

}

.footer-column h3{

    margin-bottom:20px;

    color:var(--gold);

}

.footer-column a{

    display:block;

    color:white;

    text-decoration:none;

    margin-bottom:12px;

}

.footer-column a:hover{

    color:var(--teal);

}

.footer-column p{

    margin-bottom:12px;

    line-height:1.7;

}

.copyright{

    text-align:center;

    padding:25px;

    border-top:1px solid rgba(255,255,255,.15);

    font-size:.9rem;

}

/* ===========================
PAGE HEADER
=========================== */

.page-header{

    background:linear-gradient(
        135deg,
        var(--navy),
        var(--teal)
    );

    color:white;

    text-align:center;

    padding:100px 20px;

}

.page-header h1{

    font-size:3rem;

    margin-bottom:20px;

}

.page-content{

    padding:80px 0;

}

/* ==========================================
ABOUT PAGE
========================================== */

.about-story{

    padding:80px 0 50px;

}

.about-intro{

    max-width:850px;

    margin:30px auto;

    text-align:center;

    font-size:1.15rem;

    line-height:1.9;

}

.photo-gallery{

    padding:40px 0 100px;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:35px;

    margin-top:50px;

}

.gallery-card{

    background:white;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.gallery-card:hover{

    transform:translateY(-8px);

}

.gallery-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.gallery-card h3{

    color:var(--navy);

    margin:20px;

    font-family:'Poppins',sans-serif;

}

.gallery-card p{

    margin:0 20px 25px;

    line-height:1.7;

}

/* ==========================================
MANIFESTO
========================================== */

.manifesto-document{

    padding:80px 0;

}

.manifesto-intro{

    text-align:center;

    max-width:700px;

    margin:25px auto 45px;

    line-height:1.8;

}

.manifesto-document iframe{

    width:100%;

    height:900px;

    border:none;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.download-area{

    text-align:center;

    margin-top:40px;

}

/* ==========================================
MANIFESTO PILLARS
========================================== */

.manifesto-pillars{

    padding:80px 0 50px;

}

.pillar-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

    margin-top:50px;

}

.pillar-card{

    background:white;

    border-radius:18px;

    padding:40px 25px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

    cursor:pointer;

}

.pillar-card:hover{

    transform:translateY(-8px);

}

.pillar-card:hover .pillar-icon{

    color:var(--gold);

    transform:scale(1.15);

}

.pillar-icon{

    font-size:3.5rem;

    color:var(--teal);

    margin-bottom:25px;

    transition:.3s;

}

.pillar-card h3{

    color:var(--navy);

    font-family:'Poppins',sans-serif;

}

/* ==========================================
NEWS PAGE
========================================== */

.news-section{

    padding:80px 0;

}

.news-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:35px;

    margin-top:50px;

}

.news-card{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.news-card:hover{

    transform:translateY(-8px);

}

.news-card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.news-content{

    padding:25px;

}

.news-date{

    color:var(--gold);

    font-weight:bold;

    font-size:.9rem;

}

.news-content h3{

    margin:15px 0;

    color:var(--navy);

    font-family:'Poppins',sans-serif;

}

.news-content p{

    line-height:1.8;

    margin-bottom:20px;

}

.read-more{

    text-decoration:none;

    color:var(--teal);

    font-weight:bold;

}

.read-more:hover{

    color:var(--gold);

}

/* ==========================================
CONTACT PAGE
========================================== */

.contact-section{

    padding:80px 0;

}

.contact-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

    margin-top:50px;

}

.contact-card{

    background:white;

    padding:35px;

    text-align:center;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.contact-card:hover{

    transform:translateY(-8px);

}

.contact-icon{

    font-size:3rem;

    color:var(--teal);

    margin-bottom:20px;

}

.contact-card h3{

    margin-bottom:15px;

    color:var(--navy);

    font-family:'Poppins',sans-serif;

}

.contact-card p{

    line-height:1.7;

}


/* Survey Section */

.survey-section{

    background:#f8fbfc;

    padding:90px 0;

    text-align:center;

}

.survey-section h2{

    color:var(--navy);

    margin-bottom:20px;

    font-family:'Poppins',sans-serif;

}

.survey-section p{

    max-width:700px;

    margin:0 auto 40px;

    line-height:1.8;

}


/* Social Section */

.social-section{

    padding:80px 0;

    text-align:center;

}

.social-icons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:30px;

}

.social-icons a{

    width:65px;

    height:65px;

    border-radius:50%;

    background:var(--navy);

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:1.5rem;

    text-decoration:none;

    transition:.3s;

}

.social-icons a:hover{

    background:var(--gold);

    transform:translateY(-5px);

}

/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width:768px){
    .hero{

    padding:50px 8%;

}

.hero-content{

    flex-direction:column-reverse;

    text-align:center;

    gap:40px;

}

.hero-image img{

    width:260px;

}

.hero-text h1{

    font-size:2.6rem;

}

.hero-text h2{

    font-size:2rem;

}

.hero-text p{

    font-size:1.1rem;

}

.hero-buttons{

    flex-direction:column;

    align-items:center;

    gap:15px;

}

.primary-btn,
.secondary-btn{

    width:100%;

    max-width:300px;

    text-align:center;

}

/* ===========================
NAVIGATION
=========================== */

.navbar{

    flex-direction:row;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    padding:15px 5%;

}

.logo-text h2{

    font-size:1.3rem;

}

.logo-text span{

    font-size:.95rem;

}

.menu-toggle{

    display:block;

}

.nav-links{

    display:none;

    width:100%;

    flex-direction:column;

    margin-top:20px;

    gap:18px;

}

.nav-links.active{

    display:flex;

}

.join-btn{

    display:none;

}

/* ===========================
HERO
=========================== */

.hero{

    padding:50px 6%;

}

.hero-content{

    flex-direction:column-reverse;

    text-align:center;

    gap:40px;

}

.hero-image img{

    width:260px;

    max-width:100%;

}

.hero-text h1{

    font-size:2.6rem;

    line-height:1.1;

}

.hero-text h2{

    font-size:1.8rem;

}

.hero-text h3{

    font-size:1.2rem;

}

.hero-text p{

    font-size:1.1rem;

    line-height:1.8;

}

.hero-buttons{

    flex-direction:column;

    gap:15px;

    align-items:center;

}

.primary-btn,

.secondary-btn{

    width:100%;

    max-width:320px;

    text-align:center;

}

/* ===========================
SECTION TITLES
=========================== */

.section-title{

    font-size:2rem;

}

.section-subtitle{

    font-size:1rem;

    margin-bottom:40px;

}

/* ===========================
VISION
=========================== */

.vision{

    padding:70px 0;

}

.vision-grid{

    grid-template-columns:1fr;

}

/* ===========================
PAGE BANNERS
=========================== */

.page-banner{

    height:260px;

}

.banner-overlay h1{

    font-size:2rem;

}

.banner-overlay p{

    font-size:1rem;

    width:90%;

}

/* ===========================
FOOTER
=========================== */

.footer-container{

    grid-template-columns:1fr;

    text-align:center;

}

}