/* EZGO My Account Custom Styles */

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none !important;
}

/* Hide WooCommerce default page title */
.woocommerce-account .entry-title,
.woocommerce-account .page-title,
.woocommerce-account .woocommerce > h2:first-child,
.woocommerce-account article > header {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
}

.ezgo-my-account-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Assistant", sans-serif;
    direction: rtl;
}

.ezgo-account-header {
    text-align: center;
    margin-bottom: 40px;
}

.ezgo-account-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.ezgo-account-breadcrumb {
    color: #666;
    font-size: 14px;
}

.ezgo-account-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.ezgo-account-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ezgo-account-card:hover,
.ezgo-account-card:focus,
.ezgo-account-card:active {
    text-decoration: none !important;
}

.ezgo-account-card:hover {
    border-color: #1a3a6e;
    box-shadow: 0 4px 15px rgba(26, 58, 110, 0.15);
    transform: translateY(-2px);
}

.ezgo-account-card.active {
    background: #1a3a6e;
    border-color: #1a3a6e;
    color: #fff;
}

.ezgo-account-card.active .ezgo-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ezgo-account-card.active h3,
.ezgo-account-card.active p {
    color: #fff;
}

.ezgo-card-icon {
    width: 50px;
    height: 50px;
    background: #1a3a6e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ezgo-card-icon svg {
    width: 24px;
    height: 24px;
}

.ezgo-card-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 5px 0;
}

.ezgo-card-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.ezgo-account-welcome {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.ezgo-account-welcome p {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.ezgo-account-welcome p:last-child {
    margin-bottom: 0;
}

.ezgo-account-welcome a {
    color: #1a3a6e;
    text-decoration: none;
}

.ezgo-account-welcome a:hover {
    text-decoration: underline;
}

.ezgo-account-welcome a:hover {
    color: #0d2240;
}

.ezgo-account-note {
    color: #888 !important;
    font-size: 13px !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .ezgo-account-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .ezgo-account-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ezgo-account-title {
        font-size: 26px;
    }
    
    .ezgo-account-card {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .ezgo-account-grid {
        grid-template-columns: 1fr;
    }
    
    .ezgo-my-account-wrapper {
        padding: 20px 15px;
    }
}

/* Coming Soon / In Development Page */
.ezgo-inventory-page {
    text-align: center;
    padding: 40px 20px;
}

.ezgo-inventory-page h2 {
    color: #1a3a6e;
    margin-bottom: 30px;
}

.ezgo-coming-soon {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 60px 40px;
    max-width: 500px;
    margin: 0 auto;
}

.coming-soon-icon {
    margin-bottom: 20px;
}

.ezgo-coming-soon h3 {
    font-size: 28px;
    color: #1a3a6e;
    margin-bottom: 15px;
}

.ezgo-coming-soon p {
    color: #666;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.6;
}
