.order-hero {
    background: url('/img/sutik.jpg') no-repeat center/cover;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.order-hero h1 {
    font-family: 'PlayfairDisplay', serif;
    font-size: 42px;
    margin-bottom: 10px;
}

.order-hero p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.order-content {
    background-color: #fefefe;
    padding: 40px 20px 60px;
}

.order-content h2 {
    font-family: 'PlayfairDisplay', serif;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.order-intro,
.order-note {
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.order-form-wrapper {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px;
}

.order-form-iframe {
    width: 100%;
    max-width: 900px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.order-products {
    background-color: #fefefe;
    padding: 40px 20px 10px;
}

.order-products-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.order-product-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    padding: 24px 24px 28px;
    max-width: 420px;
    flex: 1 1 320px;
    text-align: center;
}

.order-product-card h3 {
    font-family: 'PlayfairDisplay', serif;
    font-size: 22px;
    margin-bottom: 16px;
    color: #3b2a1c; /* barna árnyalat */
}

.order-product-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
}

.order-product-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

/* mobilbarát iframe magasság */
@media (max-width: 768px) {

    .order-form-iframe iframe {
        height: 1000px;
    }

    .order-products-grid {
        flex-direction: column;
        align-items: center;
    }

    .order-product-card {
        max-width: 500px;
    }
}
