.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  background: #f5f5f5;
}

/* bal oldal */
.logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-area img {
  width: 60px;
}

.site-name {
  font-weight: bold;
}

/* középső menü */
.menu {
  display: flex;
  gap: 30px;
}

.menu a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}


.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

/* bal oldal */
.footer-left {
  color: #555;
}

/* jobb oldal */
.footer-right a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.footer-right a:hover {
  text-decoration: underline;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}

.pricing-container {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: Arial, sans-serif;
}

.pricing-container h1 {
    color: #0277bd;
    text-align: center;
    margin-bottom: 1rem;
}

.pricing-section {
    margin-bottom: 2rem;
}

.pricing-section h2 {
    color: #555;
    margin-bottom: 0.8rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.pricing-table th, .pricing-table td {
    border: 1px solid #ddd;
    padding: 0.8rem;
    text-align: center;
    font-size: 0.95rem;
}

.pricing-table th {
    background-color: #0277bd;
    color: white;
}

.pricing-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pricing-table tr:hover {
    background-color: #e0f0ff;
}

.note {
    font-size: 0.9rem;
    color: #666;
}

ul {
    list-style: disc inside;
    padding-left: 0;
}
.optional-costs ul {
    list-style: circle inside;
    padding-left: 0;
    margin-bottom: 1rem;
}

.optional-costs li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #444;
}

.optional-costs h2 {
    color: #d84315; /* Narancsos kiemelés, külön a fő táblázatoktól */
    margin-bottom: 0.8rem;
}

.optional-costs .note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}
