/**
 * Spare Parts Page - Modern & Futuristic Design
 * Menggunakan warna biru identitas theme dengan gaya modern dan futuristik
 * Desain 100% sama dengan Paket Usaha
 */

/* ============================================
   VARIABLES - Menggunakan warna dari Customizer Identitas Situs
   ============================================ */
/* Warna menggunakan CSS variables dari customizer yang sudah didefinisikan di functions.php */

/* ============================================
   PAGE LAYOUT
   ============================================ */
.paket-usaha-page {
    /* padding-top: 80px; */
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    min-height: 100vh;
}

/* ============================================
   HERO SECTION - Futuristic
   ============================================ */
.paket-usaha-hero {
    position: relative;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary-medium, #4FB3E8) 50%, var(--inviro-primary, #2F80ED) 100%);
    color: white;
    padding: 100px 0 80px;
    text-align: center;
    overflow: hidden;
}

.paket-usaha-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.paket-usaha-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.paket-usaha-hero .container {
    position: relative;
    z-index: 1;
}

.paket-usaha-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.paket-usaha-hero p {
    font-size: 1.25rem;
    opacity: 0.95;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ============================================
   FILTER SECTION - Modern
   ============================================ */
.paket-usaha-filter {
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid rgba(47, 128, 237, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 80px;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.7);
}

.filter-bar {
    display: flex;
    gap: 16px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.filter-dropdowns {
    display: flex;
    gap: 16px;
    align-items: center;
}

#paket-search {
    flex: 1;
    min-width: 0;
    padding: 12px 20px;
    border: 2px solid rgba(47, 128, 237, 0.2);
    border-radius: 12px;
    font-size: 15px;
    font-family: var(--font-family, 'Poppins', sans-serif);
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
}

#paket-search:focus {
    outline: none;
    border-color: var(--inviro-primary, #2F80ED);
    box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.1), 0 0 20px rgba(47, 128, 237, 0.3), 0 0 40px rgba(47, 128, 237, 0.2);
    transform: translateY(-2px);
}

#paket-search::placeholder {
    color: #999;
}

#filter-category,
#sort-by {
    min-width: 200px;
    max-width: 250px;
    padding: 12px 20px;
    border: 2px solid rgba(47, 128, 237, 0.2);
    border-radius: 12px;
    font-size: 15px;
    font-family: var(--font-family, 'Poppins', sans-serif);
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232F80ED' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px;
    flex-shrink: 0;
    box-sizing: border-box;
}

#filter-category:focus,
#sort-by:focus {
    outline: none;
    border-color: var(--inviro-primary, #2F80ED);
    box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.1), 0 0 20px rgba(47, 128, 237, 0.3), 0 0 40px rgba(47, 128, 237, 0.2);
    transform: translateY(-2px);
}

/* ============================================
   GRID SECTION
   ============================================ */
.paket-usaha-grid-section {
    padding: 10px 0 80px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.paket-usaha-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}

/* ============================================
   PAKET CARD - Futuristic Design
   ============================================ */
.paket-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(117, 198, 241, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(47, 128, 237, 0.1);
    height: 100%;
}

.paket-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary-medium, #4FB3E8) 50%, var(--inviro-primary, #2F80ED) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.paket-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(47, 128, 237, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.paket-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(47, 128, 237, 0.25), 0 0 30px rgba(47, 128, 237, 0.5), 0 0 60px rgba(47, 128, 237, 0.3);
    border-color: var(--inviro-primary, #2F80ED);
}

.paket-card:hover::before {
    opacity: 1;
}

.paket-card:hover::after {
    opacity: 1;
}

/* Image Container - Fixed Height */
.paket-image {
    position: relative;
    width: 100%;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    flex-shrink: 0;
}

.paket-image img {
    width: 100%;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
}

.paket-card:hover .paket-image img {
    transform: scale(1.1) rotate(2deg);
}

.paket-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    min-height: 240px;
    max-height: 240px;
    height: 240px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.paket-image-placeholder svg {
    width: 80px;
    height: 80px;
    color: rgba(47, 128, 237, 0.3);
    display: block;
}

/* Ensure SVG placeholder is visible even when no image */
.paket-image svg {
    width: 80px;
    height: 80px;
    color: rgba(47, 128, 237, 0.3);
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Stock Badge */
.stock-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.stock-badge.in-stock {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.stock-badge.promo-badge {
    background: linear-gradient(135deg, #FF8B25 0%, #E66A00 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(255, 139, 37, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(255, 139, 37, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(255, 139, 37, 0.6);
    }
}

.paket-card:hover .stock-badge {
    transform: scale(1.1);
}

/* Content */
.paket-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    min-height: 0;
}

.paket-sku {
    display: inline-block;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary, #2F80ED) 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(47, 128, 237, 0.2);
}

.paket-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.paket-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.paket-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(47, 128, 237, 0.1);
}

.paket-price {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary-medium, #4FB3E8) 50%, var(--inviro-primary, #2F80ED) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.paket-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.paket-price-original {
    font-size: 1rem;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
    text-decoration-color: #999;
    opacity: 0.7;
    display: inline;
    position: relative;
}

.paket-price-promo {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary-medium, #4FB3E8) 50%, var(--inviro-primary, #2F80ED) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

/* Actions */
.paket-actions {
    margin-top: auto;
    padding-top: 16px;
}

.btn-order {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary-medium, #4FB3E8) 50%, var(--inviro-primary, #2F80ED) 100%);
    color: white;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(47, 128, 237, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-order::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-order:hover::before {
    left: 100%;
}

.btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(47, 128, 237, 0.4), 0 0 20px rgba(47, 128, 237, 0.3), 0 0 40px rgba(47, 128, 237, 0.2);
    background: linear-gradient(135deg, var(--inviro-primary-medium, #4FB3E8) 0%, var(--inviro-primary, #2F80ED) 100%);
}

.btn-order:active {
    transform: translateY(0);
}

/* ============================================
   CTA SECTION - Futuristic
   ============================================ */
.paket-usaha-cta {
    position: relative;
    background: linear-gradient(135deg, var(--inviro-primary-light, #75C6F1) 0%, var(--inviro-primary-medium, #4FB3E8) 50%, var(--inviro-primary, #2F80ED) 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

.paket-usaha-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.paket-usaha-cta .container {
    position: relative;
    z-index: 1;
}

.paket-usaha-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
    color: #ffffff;
}

.paket-usaha-cta p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-whatsapp {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 18px 48px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-whatsapp:hover::before {
    left: 100%;
}

.btn-whatsapp:hover {
    background: #22c55e;
    color: white;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp:active {
    transform: translateY(-2px);
}

/* ============================================
   NO RESULTS
   ============================================ */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 2px dashed rgba(47, 128, 237, 0.3);
}

.no-results p {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.no-results strong {
    color: var(--inviro-primary, #2F80ED);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .paket-usaha-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .filter-bar {
        max-width: 100%;
        gap: 16px;
    }
    
    #paket-search {
        flex: 1;
        min-width: 300px;
    }
    
    #filter-category,
    #sort-by {
        min-width: 200px;
        max-width: 220px;
    }
}

@media (max-width: 992px) {
    .paket-usaha-hero h1 {
        font-size: 2.5rem;
    }
    
    .paket-usaha-hero p {
        font-size: 1.1rem;
    }
    
    .paket-usaha-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .paket-usaha-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .paket-usaha-hero {
        padding: 60px 0 50px;
    }
    
    .paket-usaha-hero h1 {
        font-size: 2rem;
    }
    
    .paket-usaha-hero p {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .paket-usaha-filter {
        top: 70px;
        padding: 16px 0;
    }
    
    .paket-usaha-filter .container {
        padding: 0 16px;
    }
    
    .filter-bar {
        flex-direction: column;
        gap: 12px;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .filter-dropdowns {
        width: 100%;
        display: flex;
        gap: 12px;
        align-items: stretch;
    }
    
    #paket-search {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 12px;
    }
    
    #paket-search::placeholder {
        font-size: 14px;
    }
    
    #filter-category,
    #sort-by {
        flex: 1 1 calc(50% - 6px);
        width: calc(50% - 6px);
        min-width: 0 !important;
        max-width: calc(50% - 6px) !important;
        box-sizing: border-box;
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 12px;
        padding-right: 40px;
    }
    
    .paket-usaha-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .paket-image {
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
    }
    
    .paket-image img {
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
    }
    
    .paket-content {
        padding: 8px 10px;
    }
    
    .paket-content h3 {
        font-size: 0.75rem;
    }
    
    .paket-price {
        font-size: 0.85rem;
    }
    
    .paket-actions {
        margin-top: auto;
        padding-top: 8px;
    }
    
    .btn-order {
        padding: 6px 10px;
        font-size: 0 !important;
        position: relative;
    }
    
    .btn-order::after {
        content: 'Beli';
        font-size: 0.7rem;
        font-weight: 600;
        color: white;
    }
    
    .paket-usaha-cta {
        padding: 2rem 1rem;
    }
    
    .paket-usaha-cta .container {
        padding: 0 0.75rem;
    }
    
    .paket-usaha-cta h2 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .paket-usaha-cta p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
        line-height: 1.6;
    }
    
    .btn-whatsapp {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
        border-radius: 40px;
    }
}

@media (max-width: 480px) {
    .paket-usaha-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px;
    }
    
    .paket-usaha-grid-section {
        padding: 10px 0 15px;
    }
    
    .paket-usaha-hero {
        padding: 20px 0 10px;
    }
    
    .paket-usaha-hero h1 {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    
    .paket-usaha-hero p {
        font-size: 0.85rem;
        padding: 0 12px;
    }
    
    .paket-usaha-filter {
        padding: 12px 0;
    }
    
    .paket-usaha-filter .container {
        padding: 0 12px;
    }
    
    .filter-bar {
        gap: 10px;
    }
    
    .filter-dropdowns {
        gap: 10px;
    }
    
    #paket-search {
        padding: 10px 14px;
        font-size: 13px;
        border-radius: 10px;
    }
    
    #paket-search::placeholder {
        font-size: 13px;
    }
    
    #filter-category,
    #sort-by {
        flex: 1 1 calc(50% - 5px);
        width: calc(50% - 5px);
        max-width: calc(50% - 5px) !important;
        padding: 10px 14px;
        font-size: 13px;
        border-radius: 10px;
        padding-right: 36px;
    }
    
    .paket-card {
        border-radius: 10px;
    }
    
    .paket-image {
        height: 140px !important;
        min-height: 140px !important;
        max-height: 140px !important;
    }
    
    .paket-image img {
        height: 140px !important;
        min-height: 140px !important;
        max-height: 140px !important;
    }
    
    .paket-content {
        padding: 10px 10px;
        gap: 5px;
    }
    
    .paket-content h3 {
        font-size: 0.8rem;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        margin: 0;
        font-weight: 600;
    }
    
    .paket-desc {
        display: none !important; /* Hide description to save space */
    }
    
    .paket-meta {
        padding-top: 6px;
        margin-top: 5px;
        border-top: 1px solid rgba(47, 128, 237, 0.1);
    }
    
    .paket-price {
        font-size: 0.85rem;
        font-weight: 700;
        /* Override gradient untuk mobile */
        -webkit-text-fill-color: #2F80ED !important;
        background: none !important;
        -webkit-background-clip: unset !important;
        background-clip: unset !important;
        color: #2F80ED !important;
    }
    
    .paket-price-promo {
        font-size: 0.85rem;
        font-weight: 700;
        /* Override gradient untuk mobile */
        -webkit-text-fill-color: #2F80ED !important;
        background: none !important;
        -webkit-background-clip: unset !important;
        background-clip: unset !important;
        color: #2F80ED !important;
    }
    
    .paket-price-original {
        font-size: 0.7rem;
        color: #999 !important;
        text-decoration: line-through !important;
        opacity: 0.7 !important;
    }
    
    .paket-price-wrapper {
        gap: 3px;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .paket-actions {
        margin-top: auto;
        padding-top: 8px;
    }
    
    .btn-order {
        padding: 7px 12px;
        font-size: 0 !important;
        border-radius: 6px;
        font-weight: 600;
        width: 100%;
        position: relative;
    }
    
    .btn-order::after {
        content: 'Beli';
        font-size: 0.75rem;
        font-weight: 600;
        color: white;
    }
    
    .stock-badge {
        padding: 4px 8px;
        font-size: 9px;
        top: 6px;
        right: 6px;
        border-radius: 8px;
    }
}

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

.paket-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.paket-card:nth-child(1) { animation-delay: 0.1s; }
.paket-card:nth-child(2) { animation-delay: 0.2s; }
.paket-card:nth-child(3) { animation-delay: 0.3s; }
.paket-card:nth-child(4) { animation-delay: 0.4s; }
.paket-card:nth-child(5) { animation-delay: 0.5s; }
.paket-card:nth-child(6) { animation-delay: 0.6s; }
.paket-card:nth-child(n+7) { animation-delay: 0.7s; }

/* ============================================
   LOADING STATE
   ============================================ */
.paket-card.loading {
    pointer-events: none;
    opacity: 0.6;
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .paket-card,
    .paket-card::after,
    .paket-usaha-hero::after {
        animation: none;
    }
    
    .paket-card:hover {
        transform: translateY(-4px);
    }
}
