/* Shared Styles for ASE GROUP */
body {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

header {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.container {
    padding: 50px;
    max-width: 1200px;
    margin: auto;
}

h1 { font-size: 3rem; margin-bottom: 20px; }
p { font-size: 1.1rem; color: #666; }

footer {
    padding: 40px 50px;
    background: #f9f9f9;
    text-align: center;
    border-top: 1px solid #eee;
}