body {
    background-color: #f5f5f0;
    font-family: Inter, Arial, sans-serif;
    margin: 0;
    color: #1f1f1f;
}

header {
    background: linear-gradient(135deg, #d6b23f 0%, #c49a1a 100%);
    color: white;
    padding: 55px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

nav {
    margin-bottom: 25px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 14px;
    font-weight: 600;
    transition: 0.25s ease;
    padding: 8px 14px;
    border-radius: 8px;
}

nav a:hover {
    background-color: rgba(255,255,255,0.18);
    color: #fff8dc;
}

header h1 {
    font-size: 2.8rem;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

header p {
    font-size: 1.1rem;
    opacity: 0.95;
}

.perustiedot {
    background: white;
    border-radius: 18px;
    padding: 30px;
    margin: 40px auto;
    max-width: 920px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-top: 6px solid #d6b23f;
    text-align: center;
}

.perustiedot h2 {
    color: #b88c10;
    margin-bottom: 20px;
    font-size: 2rem;
}

.info-lista {
    padding-left: 20px;
}

.info-lista li {
    margin-bottom: 14px;
    line-height: 1.7;
}

.Aikataulutus {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 920px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-top: 6px solid #d6b23f;
    transition: all 0.3s ease;
}

.Aikataulutus:hover {
    transform: translateY(-4px);
}

.Aikataulutus h2 {
    color: #b88c10;
    font-size: 2rem;
    margin-bottom: 30px;
    border-bottom: 3px solid #d6b23f;
    padding-bottom: 12px;
}

.Aikataulutus .info-lista li {
    padding: 16px 20px;
    margin-bottom: 14px;
    background: #fffdf7;
    border-left: 5px solid #d6b23f;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
    list-style: none;
}

.Aikataulutus .info-lista li:hover {
    transform: translateX(6px);
    background: #fff8e1;
    border-left-color: #b88c10;
}

footer {
    text-align: center;
    padding: 35px 20px;
    font-size: 13px;
    color: #666;
    background-color: white;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
}

.logot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.logot img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.logot img:hover {
    transform: scale(1.05);
}

.yrittäjälista {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 920px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-top: 6px solid #d6b23f;
    transition: all 0.3s ease;
}

.palaute {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 920px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-top: 6px solid #d6b23f;
    transition: all 0.3s ease;
}