* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f7f6;
    color: #263238;
    line-height: 1.6;
}

.hero {
    text-align: center;
    padding: 50px 20px 35px;
}

.logo-placeholder {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.na-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

h2 {
    color: #245b66;
    margin-top: 0;
}

.tagline {
    font-size: 1.2rem;
    font-weight: bold;
}


main {
    max-width: 700px;
    margin: auto;
    padding: 20px;
}


section {
    background: white;
    padding: 30px 25px;
    margin-bottom: 25px;
    border-radius: 14px;
}


.meeting-card {
    text-align: center;
    border-top: 5px solid #245b66;
}


.meeting-status {
    color: #245b66;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}


.button {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 24px;
    background: #245b66;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}


.button:hover {
    opacity: 0.85;
}


footer {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9rem;
    color: #546e7a;
}


@media (max-width: 600px) {

    h1 {
        font-size: 1.6rem;
    }

    section {
        padding: 25px 20px;
    }


}
.na-logo {
    display: block;
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: contain;
    margin: 0 auto 25px;
}
.na-logo {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}
