/* Import Outfit font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap');

/* Modern Product Ordering Page Styles */
body {
    font-family: 'Outfit', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

div#order-hustbee_cart {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Outfit', sans-serif;
}

#order-hustbee_cart a,
#order-hustbee_cart a:hover,
#order-hustbee_cart a:active,
#order-hustbee_cart a:visited,
#order-hustbee_cart a:link {
    outline: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

#order-hustbee_cart div,
#order-hustbee_cart ul,
#order-hustbee_cart li {
    padding: 0;
    margin: 0;
}

/* Typography */
#order-hustbee_cart h1,
#order-hustbee_cart h2,
#order-hustbee_cart h3,
#order-hustbee_cart h4,
#order-hustbee_cart h5 {
    font-family: 'Outfit', sans-serif;
}

#order-hustbee_cart h3 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #333;
    text-align: center;
}

#order-hustbee_cart h4 {
    padding: 0;
    margin: 10px 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

#order-hustbee_cart h5 {
    padding: 0;
    margin: 5px 0 20px 0;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: center;
}

#order-hustbee_cart .txt-center {
    text-align: center;
    padding: 40px 0;
}

#order-hustbee_cart .alert {
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 8px;
    border: 2px solid #dc3545;
    background-color: #f8d7da;
    color: #721c24;
    font-weight: 600;
}

#order-hustbee_cart .page-container {
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

#order-hustbee_cart .page-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9747FF 0%, #7a3ac2 100%);
}

/* Product Grid Container */
#order-hustbee_cart .price-table-container {
    padding: 40px 0;
    margin: 0;
}

#order-hustbee_cart .pricing-holder {
    max-width: 1200px;
    margin: 0 auto;
}

/* Product Cards */
#order-hustbee_cart .pricing-box {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#order-hustbee_cart .pricing-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #9747FF;
}

#order-hustbee_cart .pricing-box.featured {
    border-color: #9747FF;
    position: relative;
    transform: scale(1.05);
}

#order-hustbee_cart .pricing-box.featured::before {
    content: 'Featured';
    position: absolute;
    top: 15px;
    right: -30px;
    background: linear-gradient(45deg, #9747FF, #7a3ac2);
    color: #fff;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg);
    letter-spacing: 0.5px;
}

/* Product Title */
#order-hustbee_cart .pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

#order-hustbee_cart .pricing-tagline {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

/* Pricing Section */
#order-hustbee_cart .pricing-price {
    text-align: center;
    margin-bottom: 25px;
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

#order-hustbee_cart .pricing-price .price {
    padding: 0;
    margin: 0;
}

#order-hustbee_cart .pricing-price .price .num {
    font-size: 32px;
    font-weight: 800;
    color: #9747FF;
    display: block;
    line-height: 1;
}

#order-hustbee_cart .pricing-price .price .duration {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
    display: block;
}

#order-hustbee_cart .pricing-price .price small {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 10px;
}

/* Order Button */
#order-hustbee_cart .pricing-button {
    text-align: center;
    margin-bottom: 25px;
}

#order-hustbee_cart .pricing-button a,
#order-hustbee_cart .order-button {
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, #9747FF 0%, #7a3ac2 100%);
    color: #fff;
    border: 2px solid #000;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(151, 71, 255, 0.3);
}

#order-hustbee_cart .pricing-button a:hover,
#order-hustbee_cart .order-button:hover {
    background: linear-gradient(135deg, #7a3ac2 0%, #9747FF 100%);
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 1px 0px #9747FF;
}

#order-hustbee_cart .order-button.unavailable {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    cursor: not-allowed;
    opacity: 0.7;
}

#order-hustbee_cart .order-button.unavailable:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

/* Product Features */
#order-hustbee_cart .pricing-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#order-hustbee_cart .pricing-details div {
    padding: 8px 0;
    border-bottom: 1px solid #f1f3f4;
    color: #333;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#order-hustbee_cart .pricing-details div:last-child {
    border-bottom: none;
}

#order-hustbee_cart .pricing-details div span {
    font-weight: 700;
    color: #9747FF;
}

/* Includes Features Section */
#order-hustbee_cart .includes-features {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1000px;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #e9ecef;
}

#order-hustbee_cart .includes-features .head-area {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

#order-hustbee_cart .includes-features .head-area span {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    font-family: 'Outfit', sans-serif;
    position: relative;
    padding: 0 20px;
    background: #ffffff;
}

#order-hustbee_cart .includes-features .head-area span::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #9747FF;
}

#order-hustbee_cart .includes-features .head-area span::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #9747FF;
}

#order-hustbee_cart .includes-features ul.list-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

#order-hustbee_cart .includes-features ul.list-features li {
    padding: 15px 20px 15px 50px;
    margin: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    border: 1px solid #e9ecef;
    position: relative;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

#order-hustbee_cart .includes-features ul.list-features li::before {
    content: '✓';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #9747FF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

#order-hustbee_cart .includes-features ul.list-features li:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: translateY(-2px);
}

/* Sidebar Styles */
html, body {
    overflow-x: hidden;
}

.row-product-selection {
    position: relative;
    left: 0;
    transition: all 0.25s ease-out;
    min-height: 100vh;
    padding: 20px;
}

.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9ecef;
    padding: 20px;
    z-index: 1000;
}

#btnShowSidebar {
    margin: 20px 0 20px 20px;
    background: #9747FF;
    color: #fff;
    border: 2px solid #000;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
}

#btnShowSidebar:hover {
    background: #7a3ac2;
    transform: translate(-2px, -2px);
    box-shadow: 3px 3px 1px 0px #9747FF;
}

/* Responsive Design */
@media (max-width: 768px) {
    #order-hustbee_cart .page-container {
        margin: 10px;
        padding: 15px;
        border-radius: 10px;
    }
    
    #order-hustbee_cart .pricing-box {
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    
    #order-hustbee_cart .pricing-box.featured {
        transform: none;
    }
    
    #order-hustbee_cart .includes-features ul.list-features {
        grid-template-columns: 1fr;
    }
    
    .row-product-selection {
        padding: 10px;
    }
    
    #order-hustbee_cart h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    #order-hustbee_cart .pricing-title {
        font-size: 20px;
    }
    
    #order-hustbee_cart .pricing-price .price .num {
        font-size: 24px;
    }
    
    #order-hustbee_cart .includes-features {
        margin-top: 30px;
        padding: 20px 15px;
    }
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#order-hustbee_cart .pricing-box {
    animation: fadeInUp 0.6s ease-out;
}

#order-hustbee_cart .pricing-box:nth-child(1) { animation-delay: 0.1s; }
#order-hustbee_cart .pricing-box:nth-child(2) { animation-delay: 0.2s; }
#order-hustbee_cart .pricing-box:nth-child(3) { animation-delay: 0.3s; }
#order-hustbee_cart .pricing-box:nth-child(4) { animation-delay: 0.4s; }
