/* How to Order Page */

/* ===== HERO FULL WIDTH FIX ===== */
.page-banner{
    padding:32px 0 20px;
}

.page-banner-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    align-items:center;
    gap:36px;
}

.page-banner-image{
    width:100%;
}

.page-banner-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:32px;
    display:block;
}

.page-banner-content{
    width:100%;
}

.order-intro{
    padding:10px 0 20px;
}

/* Steps */

.order-steps-section{
    padding:20px 0 80px;
}

.steps-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:40px;
}

.step-card{
    position:relative;
    background:#fff;
    border-radius:28px;
    padding:34px 28px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    text-align:center;
}

.step-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 55px rgba(0,0,0,.14);
}

.step-number{
    position:absolute;
    top:18px;
    right:18px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#1F5C3A;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:.9rem;
}

.step-icon{
    font-size:2.2rem;
    color:#D4AF37;
    margin-bottom:18px;
}

.step-card h3{
    margin-bottom:12px;
    color:#143323;
}

.step-card p{
    color:#5b5b5b;
    line-height:1.8;
}

.order-cta-inline{
    text-align:center;
    margin-top:40px;
}

/* Payment */

.payment-section{
    padding:40px 0;
    background:#FCFAF6;
}

.payment-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:36px;
}

.payment-card{
    background:#fff;
    border-radius:24px;
    padding:34px 28px;
    text-align:center;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
}

.payment-card i{
    font-size:2rem;
    color:#1F5C3A;
    margin-bottom:16px;
}

.payment-card h3{
    margin-bottom:10px;
    color:#143323;
}

.payment-card p{
    color:#666;
    line-height:1.7;
}

/* Delivery */

.delivery-section{
    padding:50px 0;
}

.delivery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:36px;
}

.delivery-card{
    background:#fff;
    border-radius:24px;
    padding:30px 24px;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    text-align:center;
}

.delivery-number{
    width:56px;
    height:56px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#D4AF37;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:1.1rem;
}

.delivery-card h3{
    margin-bottom:10px;
    color:#143323;
}

.delivery-card p{
    color:#666;
    line-height:1.7;
}

/* FAQ */

.faq-section{
    padding:50px 0;
    background:#F8F5EF;
}

.faq-wrapper{

    max-width:900px;

    margin:auto;

}

.faq-wrapper details{

    background:#fff;
    border-radius:18px;

    margin-bottom:18px;

    overflow:hidden;

    border:1px solid #ececec;

    transition:.3s;

}

.faq-wrapper details:hover{

    border-color:rgba(22,87,58,.20);

}

.faq-wrapper summary{

    list-style:none;

    cursor:pointer;

    padding:22px 28px;

    font-size:1.05rem;

    font-weight:600;

    color:#222;

    position:relative;

}

.faq-wrapper summary::-webkit-details-marker{

    display:none;

}

.faq-wrapper summary::after{

    content:"+";

    position:absolute;

    right:25px;

    top:50%;

    transform:translateY(-50%);

    font-size:22px;

    color:var(--primary-color);

    transition:.3s;

}

.faq-wrapper details[open] summary::after{

    content:"−";

}

.faq-wrapper details p{

    padding:0 28px 24px;

    color:#666;

    line-height:1.9;

}

/* Final CTA */

.order-final-cta{
    padding:50px 0;
    background:linear-gradient(135deg,#1F5C3A,#2E7D50);
}

.order-final-cta .category-cta-box{
    max-width:950px;
    margin:auto;
    text-align:center;
    padding:64px;
    border-radius:34px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
}

.light-tag{
    background:rgba(255,255,255,.14);
    color:#fff;
}

.order-final-cta h2{
    color:#fff;
    font-size:2.7rem;
    line-height:1.2;
    margin:22px 0 18px;
}

.order-final-cta h2 span{
    color:#D4AF37;
}

.order-final-cta p{
    color:#fff;
    opacity:.96;
    max-width:720px;
    margin:0 auto 34px;
    line-height:1.9;
}

.btn-large{
    padding:16px 30px;
}

.btn-light{
    border-color:#fff;
    color:#fff;
}

.btn-light:hover{
    background:#fff;
    color:#143323;
}

.cta-contact-row{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    margin-top:30px;
}

.cta-contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    border-radius:14px;
    background:rgba(255,255,255,.1);
    color:#fff;
    text-decoration:none;
}

/* Tablet */

@media (max-width:991px){

    .steps-grid,
    .payment-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .delivery-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */

@media (max-width:767px){

    .offers-grid,
    .combo-grid{
        grid-template-columns:1fr;
    }

    /* Hero section mobile fix */
    .page-banner{
        padding-top:24px;
    }

    .page-banner-grid{
        display:flex !important;
        flex-direction:column !important;
        gap:24px;
    }

    .page-banner-content{
        order:1;
    }

    .page-banner-image{
        order:2;
        width:100%;
    }

    .page-banner-image img{
        width:100%;
        height:auto;
        border-radius:26px;
        display:block;
    }

    .page-banner-title{
        font-size:2.6rem;
        line-height:1.08;
        letter-spacing:-0.5px;
    }

    .page-banner-buttons{
        display:flex;
        flex-direction:column;
        gap:14px;
        margin-top:22px;
    }

    .page-banner-buttons .btn{
        width:100%;
        justify-content:center;
    }

    .festival-content,
    .bulk-offer-content{
        padding:28px 24px;
    }

    .festival-content h2,
    .bulk-offer-content h2{
        font-size:1.9rem;
    }

    .limited-strip-content{
        justify-content:center;
        text-align:center;
    }

    .limited-text{
        justify-content:center;
    }

    .countdown-boxes{
        width:100%;
        justify-content:center;
    }

    .count-box{
        min-width:80px;
        padding:12px 14px;
    }

    .offers-final-cta{
        padding:80px 0;
    }

    .offers-final-cta .category-cta-box{
        padding:36px 22px;
        border-radius:26px;
    }

    .offers-final-cta h2{
        font-size:2rem;
    }
}

/* Mobile hero fix */
@media (max-width: 768px) {

    .hero-grid,
    .hero-content,
    .hero-section,
    .hero-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }

    .hero-image,
    .hero-banner {
        width: 100% !important;
        order: 2;
    }

    .hero-image img,
    .hero-banner img {
        width: 100% !important;
        height: auto !important;
        border-radius: 24px;
        display: block;
    }

    .hero-text,
    .hero-copy {
        order: 1;
        width: 100%;
    }

    .hero-title {
        font-size: 2.6rem !important;
        line-height: 1.08 !important;
        letter-spacing: -0.5px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 20px;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===== MOBILE STEPS GRID FIX ===== */
@media (max-width: 767px){

    .steps-grid{
        grid-template-columns:1fr !important;
        gap:22px;
    }

    .step-card{
        width:100%;
        padding:30px 22px;
    }

    .step-card h3{
        font-size:1.9rem;
        line-height:1.25;
    }

    .step-card p{
        font-size:1rem;
        line-height:1.75;
    }

    .step-number{
        width:48px;
        height:48px;
        font-size:1rem;
    }

    .step-icon{
        font-size:2.3rem;
    }

    .order-steps-section .container{
        overflow:hidden;
    }
}

/* ===== MOBILE PAYMENT & DELIVERY FIX ===== */
@media (max-width: 767px){

    /* Payment cards */
    .payment-grid{
        grid-template-columns:1fr !important;
        gap:22px;
    }

    .payment-card{
        width:100%;
        padding:28px 22px;
    }

    .payment-card h3{
        font-size:1.6rem;
    }

    .payment-card p{
        font-size:1rem;
        line-height:1.7;
    }

    /* Delivery cards */
    .delivery-grid{
        grid-template-columns:1fr !important;
        gap:22px;
    }

    .delivery-card{
        width:100%;
        padding:28px 22px;
    }

    .delivery-card h3{
        font-size:1.5rem;
    }

    .delivery-card p{
        font-size:1rem;
        line-height:1.7;
    }

    .delivery-number{
        width:54px;
        height:54px;
        font-size:1rem;
        margin-bottom:14px;
    }
}