/* === SECTION HERO === */
.commande-hero {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 350px;
    margin-top: -80px;
    padding-top: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0F3A36, #082621);
}

.commande-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 0 20px;
    background: none !important;
}

.commande-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B8894A;
    background: none !important;
    padding: 0 !important;
}

.commande-hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 400;
    font-style: italic;
    opacity: 0.95;
}

/* Styles spécifiques pour la page commande */
.commande-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 60px 40px;
    background: #ffffff;
}

.commande-title {
    font-family: 'Playfair Display', serif;
    font-size: 3em;
    font-weight: 600;
    color: var(--text);
    text-align: center;
    margin-bottom: 20px;
}

.commande-subtitle {
    font-size: 1.2em;
    color: var(--muted-green);
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}

.info-steps {
    background: #f8f6f3;
    border-left: 4px solid var(--accent);
    padding: 40px;
    margin: 40px 0;
    border-radius: 4px;
}

.info-steps h2 {
    font-family: 'Playfair Display', serif;
    color: var(--muted-green);
    font-size: 1.8em;
    margin-bottom: 30px;
}

.info-steps ol {
    font-size: 1.1em;
    line-height: 2;
    color: var(--text);
    padding-left: 25px;
}

.info-steps li {
    margin-bottom: 20px;
}

.info-steps li strong {
    color: var(--muted-green);
}

.phone-highlight {
    background: var(--muted-green);
    color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    font-size: 2em;
    font-weight: 600;
    margin: 40px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-family: 'Playfair Display', serif;
}

.security-note {
    background: #fff;
    border: 2px solid var(--accent);
    color: var(--text);
    font-size: 1em;
    padding: 20px;
    margin: 30px 0;
    text-align: center;
    border-radius: 4px;
}

.security-note strong {
    color: var(--accent);
}

.btn-menu-link {
    display: inline-block;
    padding: 16px 48px;
    background: var(--accent);
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1em;
    margin-top: 30px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-menu-link:hover {
    background: #a07840;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 137, 74, 0.3);
}

.cta-center {
    text-align: center;
    margin-top: 40px;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--accent), transparent);
    margin: 50px 0;
}
