/* Togalma /repas/ order hub v10 — extends home-v10.css */

.repas-v10-page {
    background: var(--v10-light);
}

.repas-v10-page .menu-sidenav-toggle,
.repas-v10-page .menu-sidenav,
.repas-v10-page .menu-sidenav-new-badge {
    display: none !important;
}

.repas-v10-main {
    padding: 0 0 4rem;
}

.repas-v10-menu-preview {
    padding-top: 2rem;
}

.repas-v10-menu-extras {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 19, 26, 0.08);
}

.repas-v10-menu-extras-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: var(--v10-text);
}

.repas-v10-menu-extras-lead {
    font-size: 0.875rem;
    color: var(--v10-muted);
    margin-bottom: 1.25rem;
}

.repas-v10-menu-extra-card {
    border: 1px solid rgba(25, 135, 84, 0.2);
    background: linear-gradient(180deg, #f6fff9 0%, #fff 100%);
}

.repas-v10-menu-extra-badge {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
    font-size: 0.8125rem;
    font-weight: 700;
}

/* Page intro */
.repas-v10-intro {
    padding: 2rem 0 1.5rem;
    text-align: center;
}

.repas-v10-intro .v10-section-lead {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.repas-v10-cgv {
    display: inline-block;
    max-width: 32rem;
    margin-top: 1.25rem;
    padding: 0.85rem 1.15rem;
    background: #fff;
    border-radius: var(--v10-radius);
    border: 1px solid rgba(0, 19, 26, 0.06);
    font-size: 0.875rem;
    color: var(--v10-muted);
    line-height: 1.5;
}

.repas-v10-cgv a {
    color: var(--v10-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.repas-v10-menu-preview-cta,
.repas-v10-reserve-cta {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

/* Choice cards */
.repas-v10-choice {
    background: #fff;
    border-radius: var(--v10-radius);
    padding: 1.75rem 1.5rem;
    height: 100%;
    box-shadow: var(--v10-card-shadow);
    border: 1px solid rgba(0, 19, 26, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.repas-v10-choice:hover {
    box-shadow: 0 8px 28px rgba(0, 19, 26, 0.1);
    transform: translateY(-2px);
}

.repas-v10-choice-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(217, 8, 11, 0.1);
    color: var(--v10-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.repas-v10-choice h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
    color: var(--v10-text);
}

.repas-v10-choice > p {
    font-size: 0.9375rem;
    color: var(--v10-muted);
    margin-bottom: 1rem;
    max-width: 22rem;
}

.repas-v10-benefits {
    list-style: none;
    width: 100%;
    max-width: 18rem;
    margin: 0 auto 1.25rem;
    padding: 0.85rem 1rem;
    background: var(--v10-light);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.repas-v10-benefits li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    margin: 0.35rem 0;
    color: var(--v10-text);
}

.repas-v10-benefits li i.fa-check-circle {
    color: #198754;
}

.repas-v10-benefits li i.fa-times-circle {
    color: var(--v10-primary);
}

.repas-v10-choice-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: auto;
    width: 100%;
}

.repas-v10-choice--guest {
    border-color: rgba(255, 152, 0, 0.35);
    background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
}

.repas-v10-choice--guest .repas-v10-choice-icon {
    background: rgba(255, 152, 0, 0.15);
    color: #e65100;
}

.repas-v10-choice--guest h2 {
    color: #e65100;
}

.repas-v10-choice--guest .repas-v10-benefits {
    background: rgba(255, 152, 0, 0.08);
}

.repas-v10-choice-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.repas-v10-choice-link:hover {
    color: inherit;
}

/* Subscription band */
.repas-v10-subscribe {
    text-align: center;
    padding: 2.5rem 0;
}

.repas-v10-subscribe-note {
    font-size: 0.875rem;
    color: var(--v10-muted);
    margin-top: 0.75rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.btn.v10-btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
    font-weight: 700;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
}

.btn.v10-btn-whatsapp:hover {
    background: #1ebe57;
    border-color: #1ebe57;
    color: #fff;
}

/* Social embed */
.repas-v10-social {
    padding: 2rem 0 1rem;
    text-align: center;
}

.repas-v10-social .tiktok-embed {
    margin: 0 auto;
}

@media (max-width: 575px) {
    .repas-v10-choice-actions {
        grid-template-columns: 1fr;
    }

    .repas-v10-intro {
        padding-top: 1.75rem;
    }
}
