/* ============================================================
   INCHCRAFT - DINING PAGE STYLES
   Parent Scoped: .dining-page-scope
   ============================================================ */

.dining-page-scope .dn-hero-section {
    position: relative;
    background: #080c14;
    color: #ffffff;
    padding: 95px 0 75px 0;
    overflow: hidden;
}

.dining-page-scope .dn-hero-glow {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 140%;
    background: radial-gradient(circle, rgba(200, 59, 59, 0.18) 0%, rgba(8, 12, 20, 0) 70%);
    pointer-events: none;
}

.dining-page-scope .dn-feature-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 32px 26px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.dining-page-scope .dn-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(200, 59, 59, 0.3);
}

.dining-page-scope .dn-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(200, 59, 59, 0.1);
    color: #c83b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.dining-page-scope .dn-price-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 35px 28px;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.dining-page-scope .dn-price-card.featured {
    border: 2px solid #c83b3b;
    box-shadow: 0 20px 45px rgba(200, 59, 59, 0.15);
}

.dining-page-scope .dn-price-badge {
    position: absolute;
    top: -14px;
    right: 25px;
    background: #c83b3b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.dining-page-scope .dn-step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #c83b3b;
    color: #ffffff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
