
body {

margin:0;
font-family:Arial;
background:#f4f6f8;

}


/* NAVBAR */

nav {

display:flex;
justify-content:space-between;
align-items:center;
padding:18px 40px;
background:#0c1c2c;

}

.nav-logo {

color:white;
font-size:26px;
font-weight:bold;

}

.nav-links a {

color:white;
text-decoration:none;
margin-left:25px;
font-weight:bold;

}

.nav-links a:hover {

color:#f2b705;

}


/* HERO */

.hero {

background:linear-gradient(#0c1c2c,#132f4d);
color:white;
text-align:center;
padding:80px 20px;

}

.hero h1 {

font-size:44px;

}


/* BUTTONS */

.btn-primary {

display:inline-block;
background:#f2b705;
color:black;
padding:14px 28px;
margin:10px;
text-decoration:none;
border-radius:6px;
font-weight:bold;

}

.btn-secondary {

display:inline-block;
background:white;
color:black;
padding:14px 28px;
margin:10px;
text-decoration:none;
border-radius:6px;

}


/* DIVISION HEADER */

.division-header {

background:#122b44;
text-align:center;
padding:40px;
color:white;

}

.division-logo {

width:320px;

}

.tagline {

color:#f2b705;

}


/* SECTION */

.section {

max-width:1000px;
margin:auto;
padding:60px 20px;

}

.dark {

background:#eef3f7;

}


/* DIVISION GRID */

.division-grid {

display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
padding:40px;

}

.division-card {

background:white;
padding:40px;
width:320px;
border-radius:10px;
text-decoration:none;
color:black;
box-shadow:0px 5px 18px rgba(0,0,0,0.08);

}

.division-card span {

color:#f2b705;
font-weight:bold;

}


/* FOOTER */

footer {

background:#0c1c2c;
color:white;
text-align:center;
padding:40px;

}


/* WHATSAPP BUTTON */

.whatsapp {

position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:white;
padding:16px 28px;
border-radius:40px;
text-decoration:none;
font-weight:bold;

}
