body, html {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    scroll-behavior: smooth;
}

.parallax {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #2d3436;
}

.bg-main { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('nature.png'); }
.bg-crafts { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('abstract-crafts.png'); }
.bg-bees { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('bees.png'); }

.content h1 { font-size: 4rem; text-shadow: 2px 2px 15px rgba(0,0,0,0.7); margin: 0; }
.content p { font-size: 1.6rem; text-shadow: 1px 1px 10px rgba(0,0,0,0.7); }

.text-section { padding: 80px 20px; max-width: 900px; margin: auto; text-align: center; }
.highlight { background-color: #f9f9f9; max-width: 100%; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; }
.item { padding: 25px; background: #fff8e1; border-radius: 10px; border: 1px solid #ffe082; font-weight: bold; }

/* QR KÓDY VEDĽA SEBA */
.qr-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 30px auto;
}

.qr-item { flex: 0 1 150px; text-align: center; }
.qr-item img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #eee; background: white; padding: 5px; }
.qr-item p { margin-top: 10px; font-size: 0.8rem; color: #7f8c8d; }

.separator { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); margin-bottom: 40px; }
.bank-details { padding: 20px; border-top: 1px solid #eee; display: inline-block; }
.bank-details p { margin: 5px 0; font-family: monospace; font-size: 1.1rem; }

.contact-section { padding: 60px 20px; background: #2c3e50; color: white; text-align: center; }

@media (max-width: 500px) {
    .qr-container { flex-direction: column; align-items: center; }
}
