body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #eef2f7;
}

/* EU sáv */
.eu-bar {
    background: linear-gradient(90deg, #003399, #0055cc);
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* fejléc */
#top-bar {
    background: white;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

#main-title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
}

/* tartalom */
.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 40 20px;
}

/* kártya */
.container > * {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* cím */
.section-title {
    font-size: 20px;
    color: #003399;
    margin-bottom: 20px;
    font-weight: 600;
}

/* adatsor */
.data-row {
    display: flex;
    justify-content: space-between;
    padding: px;
    border-bottom: 1px solid #eee;
}

/* utolsó ne legyen vonalas */
.data-row:last-child {
    border-bottom: none;
}

.label {
    color: #555;
    font-weight: 500;
}

.value {
    color: #111;
    font-weight: 600;
    text-align: right;
    max-width: 60%;
}

/* leírás */
h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    line-height: 1.7;
    color: #444;
}