/**
 * Szkoła Jazdy - Frontend Styles
 * Mobile-first, responsywne, accessibility-friendly
 */

/* === RESET & BASE === */
.szkola-jazdy-price-list {
    display: grid;
    gap: 20px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

/* === POJEDYNCZA POZYCJA === */
/* === POJEDYNCZA POZYCJA === */
.szkola-jazdy-item {
    background: var(--sj-card-bg, #ffffff);
    border: 1px solid var(--sj-card-border, #e5e7eb);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;

    /* Domyślnie ukryte dla animacji JS */
    opacity: 0;
    transform: translateY(20px);
}

.szkola-jazdy-item.szkola-jazdy-visible {
    opacity: 1;
    transform: translateY(0);
}

.szkola-jazdy-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* === GRAFIKA === */
.szkola-jazdy-item-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f3f4f6;
}

.szkola-jazdy-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.szkola-jazdy-item:hover .szkola-jazdy-item-image img {
    transform: scale(1.05);
}

/* === TREŚĆ === */
.szkola-jazdy-item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* === KATEGORIA BADGE === */
.szkola-jazdy-item-category-badge {
    display: inline-block;
    background: var(--sj-badge-bg, #dbeafe);
    color: var(--sj-badge-text, #1e40af);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    align-self: flex-start;
}

/* === TYTUŁ === */
.szkola-jazdy-item-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--sj-title-color, #111827);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

/* === OPIS === */
.szkola-jazdy-item-description {
    color: var(--sj-text-color, #4b5563);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.szkola-jazdy-item-description ul {
    /*. ... */
}

/* === OBRAZEK CZASU === */
.szkola-jazdy-item-duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f3f4f6;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--sj-text-color, #6b7280);
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    font-weight: 500;
}

.szkola-jazdy-icon-clock::before {
    content: "⏱";
    font-size: 16px;
    margin-right: 6px;
}

/* === FOOTER (CENA + LINK) === */
.szkola-jazdy-item-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--sj-card-border, #e5e7eb);
}

.szkola-jazdy-item-pricing {
    display: flex;
    flex-direction: column;
}

/* Przekreślona cena regularna */
.szkola-jazdy-price-regular {
    font-size: 14px;
    text-decoration: line-through;
    color: #9ca3af;
    margin-bottom: 4px;
}

/* Aktualna cena */
.szkola-jazdy-price-current {
    font-size: 28px;
    font-weight: 800;
    color: var(--sj-price-color, #111827);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.szkola-jazdy-price-promo {
    color: var(--sj-price-sale-color, #dc2626);
}

.szkola-jazdy-sale-badge {
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
}

/* === BUTTON (LINK) === */
.szkola-jazdy-item-link,
.szkola-jazdy-btn {
    display: block;
    width: 100%;
    /* Full width as per design image? Or auto? Image shows full width button at bottom */
    box-sizing: border-box;
    background: var(--sj-btn-bg, #059669);
    /* Green default */
    color: var(--sj-btn-text, #ffffff);
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    /* Space from price if wrapped */
}

@media (min-width: 400px) {

    /* Adjust for larger cards if needed, but flex wrap handles it */
}

.szkola-jazdy-item-link:hover,
.szkola-jazdy-btn:hover {
    background: var(--sj-btn-hover-bg, #047857);
    color: var(--sj-btn-text, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.szkola-jazdy-item-link.szkola-jazdy-loading {
    background: #9ca3af;
    pointer-events: none;
    cursor: wait;
}

.szkola-jazdy-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.szkola-jazdy-btn.added {
    background: #10b981;
}

.szkola-jazdy-item-description li {
    margin: 4px 0;
}

/* === LAYOUT KOLUMNOWY === */

/* Mobile (domyślnie): 1 kolumna */
.szkola-jazdy-price-list {
    grid-template-columns: 1fr;
}

/* Tablet: 2 kolumny */
@media (min-width: 640px) {
    .szkola-jazdy-price-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 3 kolumny */
@media (min-width: 1024px) {
    .szkola-jazdy-price-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* === KOLUMNY WYMUSZANE PRZEZ SHORTCODE === */
.szkola-jazdy-columns-1 {
    grid-template-columns: 1fr !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.szkola-jazdy-columns-2 {
    grid-template-columns: 1fr !important;
}

@media (min-width: 640px) {
    .szkola-jazdy-columns-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.szkola-jazdy-columns-3 {
    grid-template-columns: 1fr !important;
}

@media (min-width: 640px) {
    .szkola-jazdy-columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .szkola-jazdy-columns-3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.szkola-jazdy-columns-4 {
    grid-template-columns: 1fr !important;
}

@media (min-width: 640px) {
    .szkola-jazdy-columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .szkola-jazdy-columns-4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1280px) {
    .szkola-jazdy-columns-4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* === ACCESSIBILITY === */
@media (prefers-reduced-motion: reduce) {

    .szkola-jazdy-item,
    .szkola-jazdy-item-image img,
    .szkola-jazdy-item-link {
        transition: none;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* === PRINT === */
@media print {
    .szkola-jazdy-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #000;
        opacity: 1 !important;
        transform: none !important;
    }

    .szkola-jazdy-item-link {
        display: none;
    }
}

/* === WARIANTY CEN === */
.szkola-jazdy-item-pricing {
    flex: 1;
}

.szkola-jazdy-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Przekreślona cena regularna */
.szkola-jazdy-price-regular-crossed {
    font-size: 16px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

/* Cena promocyjna - większa i wyróżniona */
.szkola-jazdy-price-sale .szkola-jazdy-price-amount {
    font-size: 36px;
    color: #dc2626;
}

/* Badge promocji */
.szkola-jazdy-sale-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
    align-self: flex-start;
}

/* Odliczanie promocji */
.szkola-jazdy-sale-countdown {
    font-size: 13px;
    color: #dc2626;
    font-weight: 600;
    background: #fee2e2;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
}

/* Przycisk dodaj do koszyka */
.szkola-jazdy-add-to-cart {
    background: #059669;
}

.szkola-jazdy-add-to-cart:hover {
    background: #047857;
}

/* Animacja badge */
@keyframes pulse-badge {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.szkola-jazdy-sale-badge {
    animation: pulse-badge 2s ease-in-out infinite;
}

/* Responsywność wariantów */
@media (max-width: 640px) {
    .szkola-jazdy-price-sale .szkola-jazdy-price-amount {
        font-size: 28px;
    }

    .szkola-jazdy-price-wrapper {
        align-items: flex-start;
    }
}