/*
 Theme Name: L4QS Consulting Theme
 Theme URI: https://example.com/
 Author: L4QS
 Description: Custom theme for Level 4 Quality Solutions consulting website.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: l4qs
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f7f9fb;
    color: #1E2A36;
    margin: 0;
}

a {
    color: #00A5B5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header {
    background-color: #0B1F3B;
    color: #ffffff;
    padding: 20px 40px;
}

.site-header a {
    color: #ffffff;
}

.site-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.site-description {
    margin: 4px 0 0 0;
    font-size: 14px;
    opacity: 0.8;
}

.site-main {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.site-footer {
    text-align: center;
    padding: 24px 16px;
    background-color: #0B1F3B;
    color: #ffffff;
    margin-top: 40px;
    font-size: 14px;
}

.nav-menu {
    margin-top: 10px;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.nav-menu a {
    font-size: 14px;
    font-weight: 500;
}

.button-primary {
    display: inline-block;
    background-color: #F2B544;
    color: #0B1F3B;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 16px;
}

.button-primary:hover {
    opacity: 0.9;
}

.hero {
    padding: 40px 0;
    border-bottom: 1px solid #e1e5ec;
}

.hero h1 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #0B1F3B;
}

.hero p {
    font-size: 16px;
    line-height: 1.6;
}

.section {
    padding: 32px 0;
    border-bottom: 1px solid #f0f2f7;
}

.section h2 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #0B1F3B;
}

.section h3 {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.section ul {
    padding-left: 20px;
}

.badge {
    display: inline-block;
    background-color: #00A5B5;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}
