.Blok_01_hero {
    padding: 20px 20px 20px 20px;
    max-width: 1250px;
    margin: 0 auto;
    background-color: #000000;
}

.hero-section {
    text-align: center;
    padding: 0px 0 40px 0;
    border-bottom: 1px solid rgba(164, 178, 164, 0.15);
}

.hero-section h1 {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-section h1 .highlight {
    color: #a4b2a4;
    font-size: 2.5rem;
    display: block;
    margin-top: 10px;
}

.hero-lead {
    font-family: 'Lora', serif;
    color: #cccccc;
    font-size: 1.3rem;
    max-width: 1250px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.hero-buttons a {
    font-family: 'Lora', serif;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #a4b2a4;
    color: #000000;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
}

.btn-secondary {
    border: 1px solid #a4b2a4;
    color: #a4b2a4;
}

.btn-secondary:hover {
    background-color: rgba(164, 178, 164, 0.1);
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-section h1 { font-size: 2.3rem; }
    .hero-section h1 .highlight { font-size: 1.7rem; }
    .hero-buttons { flex-direction: column; gap: 15px; }
}
