/* --------------------------------
   NAVIGATION BAR
----------------------------------- */

.navbar {
    display: flex;
    justify-content: flex-end;
    padding: 15px 25px;
    background: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    position: static;
}

.nav-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.nav-links a {
    margin-left: 20px;
    font-weight: 500;
}

.nav-links .cta {
    padding: 6px 12px;
    background: #333;
    color: white;
    border-radius: 8px;
}

/* --------------------------------
   HEADER
----------------------------------- */

.site-header {
    text-align: center;
    padding: 40px 0 20px;
}

.site-header h1 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.tagline {
    color: #777;
    margin-top: 8px;
    font-size: 1rem;
}

/* --------------------------------
   HERO IMAGES
----------------------------------- */

.hero img {
    width: 80%;
    object-fit: cover;
    border-radius: 12px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* --------------------------------
   FOOTER
----------------------------------- */

.site-footer {
    text-align: center;
    padding: 40px 0 30px;
    color: #777;
    font-size: 0.9rem;
}
