/* ===================================================
   HERO SECTIONS ACCENT BACKDROPS INDUSTRIAL CANVAS
=================================================== */
.rest-hero-section {
    padding: 165px 0 90px 0 !important;
    background: radial-gradient(circle at 90% 10%, #fff7ed 0%, #ffffff 65%) !important; /* Soft premium food orange glow tint */
    width: 100%;
}

.rest-hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ffedd5 !important;
    color: #ea580c !important;
    font-weight: 700;
    font-size: 12.5px !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    margin-bottom: 25px;
    border: 1px solid rgba(234, 88, 12, 0.15);
}

.rest-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 54px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1.16 !important;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}
.rest-hero-title span { color: #ea580c; } /* Deep saffron food tone highlight */

.rest-hero-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    color: #475569 !important;
    max-width: 630px;
    margin-bottom: 35px;
}

/* Button sets design metrics */
.rest-btn-demo {
    background-color: #ea580c !important;
    color: #ffffff !important;
    padding: 15px 34px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.25);
    transition: all 0.25s ease;
}
.rest-btn-demo:hover { background-color: #c2410c !important; transform: translateY(-2px); }

.rest-btn-whatsapp {
    background-color: #25d366 !important;
    color: #ffffff !important;
    padding: 15px 34px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.15);
    transition: all 0.25s ease;
}
.rest-btn-whatsapp:hover { background-color: #128c7e !important; transform: translateY(-2px); }

.rest-hero-img {
    max-width: 580px; width: 100%; height: auto;
    border-radius: 20px; box-shadow: 0 25px 60px rgba(15, 23, 42, 0.06);
}

/* ===================================================
   DUAL SPLIT PACKAGES: ONLINE VS OFFLINE CARDS
=================================================== */
.rest-platforms-section {
    padding: 95px 0 !important; background-color: #f8fafc !important;
}
.rest-section-heading { margin-bottom: 60px; }
.rest-mini-tag { font-size: 11px; font-weight: 800; color: #ea580c; letter-spacing: 1.5px; text-transform: uppercase; display: block; margin-bottom: 6px; }
.rest-section-heading h2 { font-size: 38px !important; font-weight: 800; color: #08142e; letter-spacing: -0.5px; }
.rest-section-heading p { font-size: 16px; color: #64748b; max-width: 620px; margin: 6px auto 0 auto; }

.rest-platform-card {
    background-color: #ffffff !important; padding: 40px 35px !important;
    border-radius: 24px !important; border: 1px solid #e2e8f0 !important; height: 100% !important;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rest-platform-card:hover { transform: translateY(-5px); }
.online-shield:hover { border-color: #06b6d4 !important; box-shadow: 0 20px 35px rgba(6, 182, 212, 0.05) !important; }
.offline-shield:hover { border-color: #ec4899 !important; box-shadow: 0 20px 35px rgba(236, 72, 153, 0.05) !important; }

.rest-card-header-row {
    display: flex !important; align-items: center !important; gap: 16px !important; margin-bottom: 25px;    
}
.rest-avatar-icon {
    width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.op-sh-cyan { background-color: #ecfeff; color: #0891b2; }
.op-sh-pink { background-color: #fce7f3; color: #db2777; }

.rest-title-meta h3 { font-size: 22px !important; font-weight: 800; color: #0f172a; margin: 0 0 2px 0 !important; }
.rest-category-tag { font-size: 11.5px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; }

.rest-card-description { font-family: 'Inter', sans-serif !important; font-size: 14.5px !important; line-height: 1.6 !important; color: #475569 !important; margin-bottom: 25px !important; }

.rest-bullet-points-list { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; flex-direction: column !important; gap: 14px !important; }
.rest-bullet-points-list li { font-size: 14.5px !important; font-weight: 500; color: #1e293b !important; display: flex !important; align-items: center !important; gap: 12px !important; }
.online-shield .rest-bullet-points-list li i { color: #0891b2 !important; font-size: 14px; }
.offline-shield .rest-bullet-points-list li i { color: #db2777 !important; font-size: 14px; }

/* ===================================================
   SYSTEM FEATURES STYLES 3-COLUMN STRUCTURE
=================================================== */
.rest-features-grid-section {
    padding: 95px 0 !important; background-color: #ffffff !important;
}

.rest-feature-card {
    background: #ffffff !important; padding: 40px 25px !important; border-radius: 20px !important;
    border: 1px solid #edf2f7 !important; height: 100% !important; text-align: center !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.01) !important;
    transition: all 0.25s ease;
}
.rest-feature-card:hover { transform: translateY(-5px); border-color: #ea580c !important; box-shadow: 0 15px 30px rgba(234, 88, 12, 0.05) !important; }

.rest-feat-icon {
    width: 60px; height: 60px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin: 0 auto 22px auto;
}
.r-ic-blue { background-color: #e0f2fe; color: #0284c7; }
.r-ic-green { background-color: #dcfce7; color: #16a34a; }
.r-ic-red { background-color: #ffe4e6; color: #e11d48; }
.r-ic-purple { background-color: #f3e8ff; color: #7c3aed; }
.r-ic-gold { background-color: #fef3c7; color: #d97706; }
.r-ic-teal { background-color: #ccfbf1; color: #0f766e; }

.rest-feature-card h4 { font-size: 19px !important; font-weight: 700; color: #08142e; margin-bottom: 10px; }
.rest-feature-card p { color: #64748b !important; font-size: 13.5px !important; line-height: 1.55; margin: 0; }

/* ===================================================
   BOTTOM CTA CANVAS CONVERSION OVERLAYS STRIP
=================================================== */
.rest-cta-bottom-strip { padding: 60px 0 !important; background-color: #ffffff !important; }
.rest-cta-box-wrapper { background: linear-gradient(135deg, #ea580c 0%, #9a3412 100%) !important; padding: 65px 30px !important; border-radius: 24px !important; color: #ffffff !important; box-shadow: 0 15px 35px rgba(234, 88, 12, 0.2) !important; }
.rest-cta-box-wrapper h2 { color: #ffffff !important; font-size: 38px !important; font-weight: 800; letter-spacing: -0.5px; }
.rest-cta-box-wrapper p { font-size: 16.5px; color: #ffedd5; max-width: 580px; margin: 8px auto 0 auto; }
.rest-cta-action-pill { display: inline-block; background-color: #ffffff; color: #ea580c !important; padding: 15px 36px; border-radius: 50px; font-weight: 800; font-size: 15px; text-decoration: none !important; margin-top: 20px; transition: all 0.2s ease; }
.rest-cta-action-pill:hover { background-color: #f8fafc; transform: scale(1.02); }

/* ===================================================
   📱 PERFECTED RESPONSIVE CODES ENGINE (MOBILE FIXES)
=================================================== */
@media (max-width: 991px) {
    .rest-hero-section { padding: 120px 0 50px 0 !important; text-align: center !important; }
    .rest-hero-title { font-size: 36px !important; letter-spacing: -0.5px !important; }
    .rest-hero-desc { font-size: 15px !important; margin-left: auto; margin-right: auto; }
    .rest-hero-btns { justify-content: center !important; }
    .rest-hero-right { margin-top: 40px !important; }
    
    .rest-section-heading h2 { font-size: 30px !important; }
    .rest-platforms-section { padding: 50px 0 !important; }
    .rest-platform-card { padding: 30px 20px !important; margin-bottom: 10px; }
    .rest-features-grid-section { padding: 50px 0 !important; }
    .rest-cta-box-wrapper { padding: 45px 20px !important; }
    .rest-cta-box-wrapper h2 { font-size: 26px !important; }
}

@media (max-width: 576px) {
    .rest-hero-title { font-size: 30px !important; }
    .rest-btn-demo, .rest-btn-whatsapp, .rest-cta-action-pill { width: 100% !important; justify-content: center !important; }
    .rest-bullet-points-list li { font-size: 13.5px !important; }
}