.price-hero {
    background: url('/img/banner2.jpg') no-repeat center/cover;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.price-hero h1 {
    font-family: 'PlayfairDisplay', serif;
    font-size: 42px;
    margin-bottom: 10px;
}

.price-page .menu-section {
    padding: 60px 20px;
    text-align: center;
}

.menu-section h2 {
    font-family: 'PlayfairDisplay', serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.menu-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.menu-images-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.menu-images-row img {
    max-width: 45%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.menu-images-row img:hover {
    transform: scale(1.02);
}

.download-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 26px;
    background-color: #a67852;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'PlayfairDisplay', serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background-color: #8a5e40;
}
