/**
 * DRAK - Single Product Page
 * Wersja WOW z zaawansowanymi efektami
 */

/* ========== STRONA GŁÓWNA ========== */

.drak-single-product {
    background-color: #0a0a0a;
    color: #ffffff;
    min-height: 100vh;
    padding: 120px 20px 40px;
    position: relative;
    overflow: hidden;
}

/* Subtelne tło */
.drak-single-product::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(220, 38, 38, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* ========== BREADCRUMBS ========== */

.drak-product-breadcrumbs {
    max-width: 1400px;
    margin: 0 auto 30px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.drak-product-breadcrumbs a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.drak-product-breadcrumbs a:hover {
    color: var(--draki-red);
}

.drak-product-breadcrumbs span {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

.drak-product-breadcrumbs .current {
    color: var(--draki-red);
    margin: 0;
}

/* ========== KONTENER PRODUKTU ========== */

.drak-product-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* ========== LEWA STRONA ========== */

.drak-product-left {
    position: sticky;
    top: 120px;
    animation: fadeInLeft 0.6s ease-out;
    min-width: 0; /* pozwól kolumnie kurczyć się w gridzie (inaczej tekst/treść rozpycha poza ekran) */
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========== GALERIA ========== */

.drak-gallery-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

/* Miniatury pionowo */
.drak-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Scrollbar dla miniatur */
.drak-gallery-thumbs::-webkit-scrollbar {
    width: 4px;
}

.drak-gallery-thumbs::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 2px;
}

.drak-gallery-thumbs::-webkit-scrollbar-thumb {
    background: var(--draki-red);
    border-radius: 2px;
}

.drak-thumb {
    width: 70px;
    height: 70px;
    min-height: 70px;
    background-color: #1a1a1a;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.drak-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(220, 38, 38, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drak-thumb:hover::after {
    opacity: 1;
}

.drak-thumb:hover {
    border-color: rgba(220, 38, 38, 0.5);
    transform: scale(1.05);
}

.drak-thumb.active {
    border-color: var(--draki-red);
    box-shadow: 0 0 20px rgba(220, 38, 38, 0.4);
}

.drak-thumb.active::after {
    opacity: 0;
}

.drak-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drak-thumb--video {
    background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
}

.drak-thumb-play {
    color: var(--draki-red);
    font-size: 22px;
    text-shadow: 0 0 10px rgba(220, 38, 38, 0.5);
}

/* Główne zdjęcie */
.drak-gallery-main {
    flex: 1;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #151515 0%, #0a0a0a 100%);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    cursor: zoom-in;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.drak-gallery-main img,
.drak-gallery-main video {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* całe zdjęcie produktu widoczne (nie przycinaj nadruku); tło galerii ciemne = pasy niewidoczne */
    transition: transform 0.4s ease;
}

/* ========== EFEKT LUPY ========== */

.drak-zoom-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid var(--draki-red);
    box-shadow:
        0 0 30px rgba(220, 38, 38, 0.5),
        inset 0 0 15px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 10;
    background-repeat: no-repeat;
}

/* ========== CENA I KOSZYK ========== */

.drak-product-purchase {
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border-radius: 16px;
    padding: 35px;
    border: 1px solid rgba(220, 38, 38, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 30px 0; /* cena+koszyk teraz w prawej kolumnie pod ROZMIAR - oddech miedzy selektorami a OPIS */
}

/* Glow na górze */
.drak-product-purchase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.5), transparent);
}

.drak-price-wrapper {
    margin-bottom: 25px;
}

.drak-product-price-large {
    font-family: 'Russo One', sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: none;
    letter-spacing: 2px;
}

/* TYMCZASOWO: placeholder ceny bluz do launchu (Task #39) */
.drak-price-soon {
    font-size: 28px !important;
    letter-spacing: 0 !important;      /* bez rozstrzelenia - nie rozpycha na mobile */
    white-space: normal !important;    /* pozwól zawinąć, żeby overflow:hidden nie ucinał */
    word-break: normal;
    color: var(--draki-red, #dc2626) !important;
    opacity: 0.95;
}

@media (max-width: 749px) {
    .drak-price-soon {
        font-size: 22px !important;    /* mieści się w wąskim pudełku ceny */
    }
}

.drak-currency {
    font-size: 34px;
    color: #ffffff;
}

.drak-price-lowest {
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
}

.drak-add-to-cart-btn {
    font-family: 'Russo One', sans-serif;
    width: 100%;
    padding: 22px 40px;
    background: linear-gradient(135deg, var(--draki-red) 0%, #b91c1c 100%);
    border: none;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.4s var(--draki-ease);
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 8px 30px rgba(220, 38, 38, 0.4);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.drak-add-to-cart-btn::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.6s ease;
}

.drak-add-to-cart-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.6);
    background: linear-gradient(135deg, var(--draki-red) 0%, #ef4444 100%);
}

.drak-add-to-cart-btn:hover::before {
    left: 100%;
}

.drak-add-to-cart-btn:active {
    transform: translateY(-2px);
}

.drak-declaration-link {
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.drak-declaration-link:hover {
    color: var(--draki-red);
    transform: translateX(5px);
}

/* ========== PRAWA STRONA - INFO ========== */

.drak-product-right {
    padding: 10px 0;
    animation: fadeInRight 0.6s ease-out;
    min-width: 0; /* j.w. - wymusza zawijanie tekstu (OPIS/MATERIAŁ/FUNKCJE) zamiast ucinania */
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Tytuł + Certyfikat obok siebie */
.drak-product-title-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.drak-product-title-row::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--draki-red);
}

.drak-product-cert-img {
    width: 240px;
    height: auto;
    filter: invert(1);
    opacity: 0.9;
    flex-shrink: 0;
    margin-top: 5px;
}

.drak-product-title {
    font-family: 'Russo One', 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    letter-spacing: 4px;
    color: var(--draki-red);
    margin: 0;
    text-transform: uppercase;
    position: relative;
    flex: 1;
}

/* ========== SEKCJE INFO ========== */

.drak-product-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    animation: fadeInUp 0.5s ease-out both;
}

.drak-product-section:nth-child(2) { animation-delay: 0.1s; }
.drak-product-section:nth-child(3) { animation-delay: 0.15s; }
.drak-product-section:nth-child(4) { animation-delay: 0.2s; }
.drak-product-section:nth-child(5) { animation-delay: 0.25s; }
.drak-product-section:nth-child(6) { animation-delay: 0.3s; }
.drak-product-section:nth-child(7) { animation-delay: 0.35s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.drak-section-title {
    font-family: 'Russo One', 'Bebas Neue', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--draki-red);
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.drak-section-title::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--draki-red);
    border-radius: 50%;
}

.drak-section-content {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.9;
    letter-spacing: 0.5px;
}

.drak-tech-link {
    display: inline-block;
    margin-top: 12px;
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--draki-red);
    text-decoration: none;
    transition: all 0.3s ease;
}

.drak-tech-link:hover {
    color: #ef4444;
    letter-spacing: 2px;
}

/* ========== SELEKTOR ROZMIARU ========== */

/* ===== PŁEĆ (damska/męska) - przyciski jak rozmiar, szersze na tekst ===== */
.drak-gender-selector {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.drak-gender-btn {
    font-family: 'Russo One', 'Bebas Neue', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    width: 220px;        /* stała szerokość - identyczne prostokąty na KAŻDEJ rozdzielczości */
    flex: 0 0 auto;      /* nie rośnie i nie kurczy się (bez rozciągania do szerokości kontenera/treści) */
    height: 64px;
    padding: 0 18px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s var(--draki-ease);
}

.drak-gender-helmet {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.drak-gender-btn:hover .drak-gender-helmet,
.drak-gender-btn.active .drak-gender-helmet {
    transform: scale(1.08);
}

.drak-gender-btn:hover {
    border-color: var(--draki-red);
    color: var(--draki-red);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(220, 38, 38, 0.2);
}

.drak-gender-btn.active {
    background: linear-gradient(135deg, var(--draki-red) 0%, #b91c1c 100%);
    border-color: var(--draki-red);
    color: #ffffff;
}

/* ===== PROTEKTOR PLECÓW - toggle checkbox ===== */
.drak-protektor-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    user-select: none;
    padding: 14px 16px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.drak-protektor-toggle:hover {
    border-color: rgba(220, 38, 38, 0.5);
}

.drak-protektor-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.drak-protektor-box {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    position: relative;
    transition: all 0.25s ease;
}

.drak-protektor-box::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

.drak-protektor-checkbox:checked + .drak-protektor-box {
    background: linear-gradient(135deg, var(--draki-red) 0%, #b91c1c 100%);
    border-color: var(--draki-red);
}

.drak-protektor-checkbox:checked + .drak-protektor-box::after {
    transform: rotate(45deg) scale(1);
}

.drak-protektor-checkbox:checked ~ .drak-protektor-text .drak-protektor-name {
    color: var(--draki-red);
}

.drak-protektor-checkbox:focus-visible + .drak-protektor-box {
    outline: 2px solid var(--draki-red);
    outline-offset: 2px;
}

.drak-protektor-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.drak-protektor-name {
    font-family: 'Russo One', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: color 0.25s ease;
}

.drak-protektor-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.3px;
}

/* Dopisek: co bluza zawiera standardowo (łokcie/barki) vs protektor pleców (opcja) */
.drak-protektor-included {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Exo 2', sans-serif;
}
.drak-protektor-included strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.drak-size-selector {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.drak-size-btn {
    font-family: 'Russo One', 'Bebas Neue', sans-serif;
    min-width: 56px;
    height: 56px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s var(--draki-ease);
    position: relative;
    overflow: hidden;
}

.drak-size-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drak-size-btn:hover {
    border-color: var(--draki-red);
    color: var(--draki-red);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(220, 38, 38, 0.2);
}

.drak-size-btn:hover::before {
    opacity: 1;
}

.drak-size-btn.active {
    background: linear-gradient(135deg, var(--draki-red) 0%, #b91c1c 100%);
    border-color: var(--draki-red);
    color: #ffffff;
    box-shadow: 0 5px 25px rgba(220, 38, 38, 0.5);
    transform: translateY(-2px);
}

.drak-size-btn.active::before {
    opacity: 0;
}

/* Niedostępny rozmiar - przekreślony */
.drak-size-btn.out-of-stock {
    opacity: 0.4;
    cursor: not-allowed;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.1);
}

.drak-size-btn.out-of-stock::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: var(--draki-red);
    transform: rotate(-45deg);
}

.drak-size-btn.out-of-stock:hover {
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.1);
}

.drak-size-btn.out-of-stock:hover::before {
    opacity: 0;
}

.drak-size-table-link {
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    color: var(--draki-red);
    background: transparent;
    border: none;
    border-bottom: 1px dashed rgba(220, 38, 38, 0.5);
    padding: 0 0 2px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.drak-size-table-link:hover {
    color: #ef4444;
    border-bottom-style: solid;
}

/* ========== MOŻE CI SIĘ SPODOBAĆ ========== */

.drak-related-products {
    background-color: #0a0a0a;
    padding: 80px 20px 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.drak-related-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--draki-red), transparent);
}

.drak-related-container {
    max-width: 1400px;
    margin: 0 auto;
}

.drak-related-title {
    font-family: 'Russo One', 'Bebas Neue', sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    letter-spacing: 4px;
    color: #ffffff;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.drak-related-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.drak-related-card {
    flex: 0 1 280px;
    max-width: 300px;
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s var(--draki-ease);
    position: relative;
}

.drak-related-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--draki-red), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drak-related-card:hover::before {
    opacity: 1;
}

.drak-related-card:hover {
    transform: translateY(-10px);
    border-color: rgba(220, 38, 38, 0.3);
    box-shadow:
        0 20px 50px rgba(220, 38, 38, 0.2),
        0 0 80px rgba(220, 38, 38, 0.05);
}

.drak-related-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111;
}

.drak-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--draki-ease), opacity 0.4s ease;
}

.drak-related-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 10;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* Karty BEZ video - zoom na hover */
.drak-related-card:not([data-has-video="true"]):hover .drak-related-img-main {
    transform: scale(1.08);
}

/* Karty Z video - ukryj zdjęcie i pokaż video na hover */
.drak-related-card[data-has-video="true"]:hover .drak-related-img-main {
    opacity: 0 !important;
}

.drak-related-card[data-has-video="true"]:hover .drak-related-video {
    opacity: 1 !important;
}

.drak-related-info {
    padding: 22px 18px;
    text-align: center;
}

.drak-related-name {
    font-family: 'Russo One', 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.drak-related-card:hover .drak-related-name {
    color: var(--draki-red);
}

.drak-related-price {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--draki-red);
}

.drak-related-price .woocommerce-Price-amount {
    color: var(--draki-red);
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1100px) {
    .drak-product-container {
        gap: 40px;
    }

    .drak-product-title {
        font-size: 42px;
    }

    .drak-thumb {
        width: 60px;
        height: 60px;
        min-height: 60px;
    }

    .drak-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 990px) {
    .drak-product-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .drak-product-left {
        position: relative;
        top: 0;
    }

    .drak-product-title {
        font-size: 36px;
    }

    .drak-product-cert-img {
        width: 160px;
    }

    .drak-product-title-row {
        gap: 15px;
    }

    .drak-product-price-large {
        font-size: 42px;
    }

    .drak-gallery-thumbs {
        max-height: 500px;
    }
}

@media (max-width: 749px) {
    .drak-single-product {
        padding: 100px 15px 20px;
    }

    .drak-gallery-wrapper {
        flex-direction: column-reverse;
    }

    .drak-gallery-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .drak-thumb {
        width: 55px;
        height: 55px;
        min-height: 55px;
        min-width: 55px;
    }

    .drak-product-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .drak-product-price-large {
        font-size: 36px;
    }

    .drak-size-btn {
        min-width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .drak-product-purchase {
        padding: 25px 20px;
    }

    .drak-related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .drak-related-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .drak-related-info {
        padding: 15px 12px;
    }

    .drak-related-name {
        font-size: 14px;
    }

    .drak-related-price {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .drak-related-grid {
        gap: 12px;
    }

    .drak-related-name {
        font-size: 13px;
    }

    .drak-related-price {
        font-size: 16px;
    }
}

/* ========== MODAL: TABELA ROZMIARÓW ========== */

.drak-size-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.drak-size-modal.active {
    opacity: 1;
    visibility: visible;
}

.drak-size-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.drak-size-modal-content {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 16px;
    max-width: 900px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    transform: translateY(30px);
    transition: transform 0.3s ease;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 100px rgba(220, 38, 38, 0.1);
}

.drak-size-modal.active .drak-size-modal-content {
    transform: translateY(0);
}

/* Scrollbar */
.drak-size-modal-content::-webkit-scrollbar {
    width: 6px;
}

.drak-size-modal-content::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.drak-size-modal-content::-webkit-scrollbar-thumb {
    background: var(--draki-red);
    border-radius: 3px;
}

/* Przycisk zamknij */
.drak-size-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
    z-index: 10;
}

.drak-size-modal-close:hover {
    color: var(--draki-red);
    transform: rotate(90deg);
}

/* Tytuł */
.drak-size-modal-title {
    font-family: 'Russo One', sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.drak-size-modal-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--draki-red);
}

/* ========== ZAKŁADKI ========== */

.drak-size-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drak-size-tab {
    font-family: 'Russo One', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.drak-size-tab:hover {
    color: rgba(255, 255, 255, 0.8);
}

.drak-size-tab.active {
    color: var(--draki-red);
}

.drak-size-tab::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--draki-red);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.drak-size-tab.active::after {
    transform: scaleX(1);
}

/* ========== ZAWARTOŚĆ ZAKŁADKI ========== */

.drak-size-tab-content {
    display: none;
}

.drak-size-tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ========== INFO O JEDNOSTCE ========== */

.drak-size-unit-info {
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    margin: 0 0 15px 0;
}

/* ========== TABELA ========== */

.drak-size-table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}

.drak-size-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Orbitron', sans-serif;
}

.drak-size-table th,
.drak-size-table td {
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.drak-size-table th {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--draki-red);
    background: rgba(220, 38, 38, 0.1);
}

.drak-size-table td {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.drak-size-table .drak-size-label {
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
}

.drak-size-table tbody tr:hover {
    background: rgba(220, 38, 38, 0.05);
}

/* ========== NOTATKA ========== */

.drak-size-note {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 25px;
}

.drak-size-note h4 {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    color: var(--draki-red);
    margin: 0 0 10px 0;
}

.drak-size-note p {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin: 0;
}

/* ========== JAK SIĘ ZMIERZYĆ ========== */

.drak-measure-guide {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

.drak-measure-image {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drak-body-svg {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.drak-measure-instructions {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.drak-measure-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.drak-measure-letter {
    font-family: 'Russo One', sans-serif;
    font-size: 18px;
    color: #0a0a0a;
    background: var(--draki-red);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.drak-measure-text h4 {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    color: var(--draki-red);
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.drak-measure-text p {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin: 0;
}

/* ========== LINK ZNAJDŹ ROZMIAR ========== */

.drak-size-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.drak-size-links-sep {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.drak-size-calc-link {
    color: var(--draki-red) !important;
    border-color: rgba(220, 38, 38, 0.5) !important;
}

.drak-size-calc-link:hover {
    color: #ef4444 !important;
}

/* ========== MODAL KALKULATOR ROZMIARÓW ========== */

.drak-calc-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.drak-calc-modal.active {
    opacity: 1;
    visibility: visible;
}

.drak-calc-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.drak-calc-modal-content {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.drak-calc-modal.active .drak-calc-modal-content {
    transform: translateY(0);
}

.drak-calc-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.drak-calc-modal-close:hover {
    color: var(--draki-red);
}

.drak-calc-modal-title {
    font-family: 'Russo One', sans-serif;
    font-size: 24px;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-align: center;
}

.drak-calc-intro {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px 0;
    text-align: center;
}

/* ===== ACCORDION: JAK SIĘ ZMIERZYĆ ===== */
.drak-calc-measure-accordion {
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.drak-calc-measure-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.drak-calc-measure-toggle:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.drak-calc-measure-toggle.open {
    color: var(--draki-red);
}

.drak-calc-measure-arrow {
    transition: transform 0.3s ease;
}

.drak-calc-measure-toggle.open .drak-calc-measure-arrow {
    transform: rotate(180deg);
}

.drak-calc-measure-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.drak-calc-measure-content.open {
    max-height: 400px;
}

.drak-calc-measure-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 18px;
    background: rgba(0, 0, 0, 0.2);
}

.drak-calc-measure-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.drak-calc-measure-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--draki-red);
    border-radius: 50%;
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    flex-shrink: 0;
}

.drak-calc-measure-item strong {
    display: block;
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.drak-calc-measure-item p {
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .drak-calc-measure-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== KROKI KALKULATORA ===== */
.drak-calc-step {
    display: none;
}

.drak-calc-step.active {
    display: block;
}

.drak-calc-question {
    font-family: 'Russo One', sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 35px 0;
    letter-spacing: 1px;
}

/* ===== KROK 2: WYBÓR KSZTAŁTU SYLWETKI ===== */
.drak-calc-shape-section {
    margin-bottom: 25px;
}

.drak-calc-shape-label {
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.drak-calc-shape-cards {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.drak-calc-shape-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
}

.drak-calc-shape-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.drak-calc-shape-card.active {
    background: rgba(220, 38, 38, 0.1);
    border-color: var(--draki-red);
    color: var(--draki-red);
}

.drak-calc-shape-icon {
    width: 50px;
    height: 65px;
    transition: all 0.3s ease;
}

.drak-calc-shape-icon--belly {
    width: 45px;
    height: 65px;
}

.drak-calc-shape-card span {
    font-family: 'Russo One', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.drak-calc-shape-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 20px 0;
}

.drak-calc-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.drak-calc-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 25px 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.drak-calc-option:hover {
    background: rgba(220, 38, 38, 0.15);
    border-color: var(--draki-red);
    transform: translateY(-3px);
}

.drak-calc-helmet-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.drak-calc-option:hover .drak-calc-helmet-img {
    transform: scale(1.1);
}

.drak-calc-option span {
    font-family: 'Russo One', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.drak-calc-back {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.drak-calc-back:hover {
    color: var(--draki-red);
}

.drak-calc-back svg {
    transition: transform 0.3s ease;
}

.drak-calc-back:hover svg {
    transform: translateX(-4px);
}

.drak-calc-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 25px;
}

.drak-calc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.drak-calc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.drak-calc-field label {
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.drak-calc-field label .optional {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: lowercase;
    font-style: italic;
}

.drak-calc-field input {
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.drak-calc-field input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.drak-calc-field input:focus {
    outline: none;
    border-color: var(--draki-red);
    background: rgba(220, 38, 38, 0.05);
}

.drak-calc-btn {
    font-family: 'Russo One', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 16px 25px;
    background: linear-gradient(135deg, var(--draki-red) 0%, #b91c1c 100%);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.drak-calc-btn:hover {
    background: linear-gradient(135deg, #ef4444 0%, var(--draki-red) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

/* WYNIKI KALKULATORA */
.drak-calc-results {
    display: none;
    gap: 15px;
    margin-bottom: 20px;
}

.drak-calc-results.active {
    display: flex;
    flex-direction: column;
}

/* Główny wynik */
.drak-calc-result-main {
    background: rgba(220, 38, 38, 0.1);
    border: 2px solid var(--draki-red);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.result-badge {
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--draki-red);
    background: rgba(220, 38, 38, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.result-size-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.result-size {
    font-family: 'Russo One', sans-serif;
    font-size: 48px;
    color: #ffffff;
    line-height: 1;
}

.result-percent {
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    color: #22c55e;
    font-weight: 700;
}

.result-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.result-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #22c55e, #4ade80);
    border-radius: 4px;
    width: 0;
    transition: width 0.5s ease;
}

.result-select-btn {
    font-family: 'Russo One', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px;
    background: var(--draki-red);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.result-select-btn:hover {
    background: #ef4444;
    transform: translateY(-1px);
}

/* Alternatywny wynik */
.drak-calc-result-alt {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.result-badge-alt {
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.drak-calc-result-alt .result-size-row {
    margin-bottom: 0;
    gap: 10px;
    flex: 1;
}

.result-size-alt {
    font-family: 'Russo One', sans-serif;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
}

.result-percent-alt {
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    color: rgba(34, 197, 94, 0.7);
    font-weight: 600;
}

.drak-calc-result-alt .result-bar {
    flex: 1;
    margin-bottom: 0;
    height: 6px;
}

.drak-calc-result-alt .result-bar.alt .result-bar-fill {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.6), rgba(74, 222, 128, 0.6));
}

.result-select-btn-alt {
    font-family: 'Russo One', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 8px 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.result-select-btn-alt:hover {
    border-color: var(--draki-red);
    color: var(--draki-red);
}

.drak-calc-tip {
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid var(--draki-red);
    padding: 12px 15px;
    border-radius: 0 8px 8px 0;
}

.drak-calc-tip strong {
    color: rgba(255, 255, 255, 0.8);
}

/* ========== MODAL RESPONSIVE ========== */

@media (max-width: 768px) {
    .drak-size-modal-content {
        padding: 25px 20px;
        max-height: 95vh;
    }

    .drak-calc-modal-content {
        padding: 25px 20px;
    }

    .drak-calc-question {
        font-size: 18px;
        margin: 15px 0 25px 0;
    }

    .drak-calc-options {
        flex-direction: column;
        gap: 12px;
    }

    .drak-calc-option {
        padding: 20px 30px;
        min-width: auto;
        width: 100%;
    }

    .drak-calc-row {
        grid-template-columns: 1fr;
    }

    /* Shape selection responsive */
    .drak-calc-shape-cards {
        gap: 8px;
    }

    .drak-calc-shape-card {
        padding: 12px 14px;
        min-width: 85px;
    }

    .drak-calc-shape-icon {
        width: 40px;
        height: 55px;
    }

    .drak-calc-shape-icon--belly {
        width: 38px;
        height: 55px;
    }

    .drak-calc-shape-card span {
        font-size: 9px;
    }

    .result-size {
        font-size: 36px;
    }

    .result-percent {
        font-size: 20px;
    }

    .drak-calc-result-alt {
        flex-wrap: wrap;
        gap: 10px;
    }

    .drak-calc-result-alt .result-bar {
        width: 100%;
        order: 3;
    }

    .drak-size-modal-title {
        font-size: 22px;
        padding-right: 40px;
    }

    .drak-size-tabs {
        flex-direction: column;
        gap: 0;
    }

    .drak-size-tab {
        padding: 12px 15px;
        font-size: 13px;
    }

    .drak-size-table th,
    .drak-size-table td {
        padding: 12px 10px;
        font-size: 12px;
    }

    .drak-size-table .drak-size-label {
        font-size: 11px;
        min-width: 100px;
    }

    .drak-measure-guide {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .drak-measure-image {
        max-width: 200px;
        margin: 0 auto;
    }

    .drak-measure-item {
        gap: 15px;
    }

    .drak-measure-letter {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .drak-measure-text h4 {
        font-size: 14px;
    }

    .drak-measure-text p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .drak-size-table-wrapper {
        margin: 0 -10px 30px;
    }

    .drak-size-table th,
    .drak-size-table td {
        padding: 10px 8px;
        font-size: 11px;
    }

    .drak-size-unit-switch {
        justify-content: center;
    }
}

/* ========== ACCORDION: INSTRUKCJA PIELĘGNACJI ========== */

.drak-care-accordion {
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.drak-care-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.drak-care-toggle:hover {
    background: rgba(255, 255, 255, 0.06);
}

.drak-care-toggle span {
    font-family: 'Russo One', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
}

.drak-care-arrow {
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease;
}

.drak-care-toggle.active .drak-care-arrow {
    transform: rotate(180deg);
    color: var(--draki-red);
}

.drak-care-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
}

.drak-care-content.active {
    max-height: 800px;
}

.drak-care-item {
    display: flex;
    gap: 20px;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.drak-care-item:last-of-type {
    border-bottom: none;
}

.drak-care-icon {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.6);
}

.drak-care-text h4 {
    font-family: 'Russo One', sans-serif;
    font-size: 15px;
    color: var(--draki-red);
    margin: 0 0 8px 0;
    letter-spacing: 2px;
}

.drak-care-text p {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    letter-spacing: 0.4px;
    margin: 0;
}

.drak-care-warnings {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px 25px;
    background: rgba(220, 38, 38, 0.05);
    border-top: 1px solid rgba(220, 38, 38, 0.1);
}

.drak-care-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    color: var(--draki-red);
}

.drak-care-warning svg {
    color: var(--draki-red);
}

@media (max-width: 600px) {
    .drak-care-item {
        padding: 15px 18px;
        gap: 15px;
    }

    .drak-care-icon svg {
        width: 26px;
        height: 26px;
    }

    .drak-care-text h4 {
        font-size: 13px;
    }

    .drak-care-text p {
        font-size: 12px;
    }

    .drak-care-warnings {
        padding: 15px 18px;
        gap: 12px;
    }

    .drak-care-warning {
        font-size: 12px;
    }
}
