html, body {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

.hero-radmuz {
    position: relative;
    width: 100%;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url('photo/image 23.png') center center/cover no-repeat;
}

body.dj-page .hero-radmuz {
    background: url('photo/image\ 30.png') center center/cover no-repeat;
}

body.foto-page .hero-radmuz {
    background: url('photo/image\ 37.png') center center/cover no-repeat;
}

body.dodatki-page .hero-radmuz {
    background: url('photo/image\ 90.png') center center/cover no-repeat;
}

.hero-radmuz-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body.add-page .hero-radmuz-bg {
    display: none;
}

.hero-radmuz-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 60px;
}

.hero-radmuz-title {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin-bottom: 0.6rem;
    text-shadow: 0 2px 16px rgba(0,0,0,0.38);
}

.hero-radmuz-subtitle {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-shadow: 0 2px 16px rgba(0,0,0,0.38);
}

.live-energy-section {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.live-energy-container {
    background: #fff;
    margin: 40px 0 0 0;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.live-energy-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.live-energy-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #000000;
    margin: 0;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: left;
}

.live-energy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    padding-left: 10px;
}

.live-energy-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
    margin: 0;
    line-height: 1.45;
    letter-spacing: 0.01em;
    text-align: left;
    max-width: 760px;
}

.live-energy-desc strong {
    font-weight: 700;
}

@media (max-width: 900px) {
    .hero-radmuz {
        min-height: 490px;
        width: 100%;
    }
    .hero-radmuz-content {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .hero-radmuz-title {
        font-size: 2.2rem;
    }
    .hero-radmuz-subtitle {
        font-size: 1.6rem;
    }
    .live-energy-container {
        padding: 18px 20px 0 20px;
        max-width: 98vw;
    }
    .live-energy-title {
        font-size: 1.7rem;
    }
    .live-energy-desc {
        font-size: 1.15rem;
        max-width: 98vw;
    }
}

@media (max-width: 600px) {
    .hero-radmuz {
        min-height: 550px;
        width: 100%;
    }
    .hero-radmuz-content {
        margin-top: 30px;
        margin-bottom: 18px;
    }
    .hero-radmuz-title {
        font-size: 2rem;
    }
    .hero-radmuz-subtitle {
        font-size: 1.5rem;
    }
    .live-energy-container {
        padding: 18px 10px 0 10px;
        margin-top: 18px;
    }
    .live-energy-title {
        font-size: 1.6rem;
        padding-bottom: 10px;
    }
    .live-energy-desc {
        font-size: 0.95rem;
        max-width: 98vw;
    }
    .live-energy-header-row {
        gap: 18px;
        margin-bottom: 12px;
    }
    .live-energy-section{
        padding-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .live-energy-header-row {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }
    .live-energy-title {
        order: 2;
        font-size: 1.5rem;
        text-align: left;
        margin: 0;
    }
    .live-energy-icon {
        order: 1;
        margin-right: 8px;
        margin-top: 2px;
        display: flex;
        padding-right: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.zespol-info-section {
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.zespol-info-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 38px 0;
    box-sizing: border-box;
}

.zespol-info-col {
    flex: 1 1 0;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.zespol-info-col:last-child {
    border-right: none;
}

.zespol-info-title {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    color: #111;
    background: #fff;
    margin: 0 0 18px 0;
    padding: 0;
    letter-spacing: 0.01em;
}

.zespol-info-list {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding-left: 22px;
    list-style-type: disc;
    line-height: 1.7;
    text-align: left;
}

.zespol-info-list li {
    margin-bottom: 8px;
    padding-left: 0;
    text-align: left;
}

.zespol-info-container.two-cols {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 38px 0;
    box-sizing: border-box;
}

.zespol-info-container.two-cols .zespol-info-col {
    flex: 1 1 0;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1.5px solid #848484;
}

.zespol-info-container.two-cols .zespol-info-col:last-child {
    border-right: none;
}

@media (max-width: 900px) {
    .zespol-info-container {
        max-width: 98vw;
        padding: 28px 0;
    }
    .zespol-info-col {
        padding: 0 14px;
    }
    .zespol-info-title {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    .zespol-info-list {
        font-size: 0.98rem;
        padding-left: 18px;
    }
    .zespol-info-container.two-cols {
        max-width: 98vw;
        padding: 28px 0;
    }
    .zespol-info-container.two-cols .zespol-info-col {
        padding: 0 14px;
    }
}

@media (max-width: 700px) {
    .zespol-info-container {
        flex-direction: column;
        padding: 18px 0;
        max-width: 99vw;
    }
    .zespol-info-col {
        border-right: none;
        padding: 15px 18px 18px 18px;
        margin-bottom: 0;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        position: relative;
    }
    .zespol-info-list {
        width: 100%;
        text-align: left !important;
        padding-left: 18px !important;
        margin-left: 0 !important;
        box-sizing: border-box;
    }
    .zespol-info-list li {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }
    .zespol-info-col:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        left: 5%;
        right: 5%;
        transform: scaleX(0);
        bottom: 0;
        width: 90%; 
        border-bottom: 1px solid #848484;
        transition: transform 0.7s cubic-bezier(.4,0,.2,1);
        z-index: 1;
        pointer-events: none;
    }
    .zespol-info-col.in-view:not(:last-child)::after {
        transform: scaleX(1);
    }
    .zespol-info-col:last-child::after {
        display: none;
    }
}

@media (min-width: 701px) {
    .zespol-info-col {
        position: relative;
    }
    .zespol-info-col:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        height: 80%;
        background: #848484;
        transform: scaleY(0);
        transition: transform 0.7s cubic-bezier(.4,0,.2,1);
        z-index: 1;
        pointer-events: none;
    }
    .zespol-info-col.in-view:not(:last-child)::after {
        transform: scaleY(1);
    }
}

.gallery-section {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-title {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 1.85rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 38px 0 2px 0;
    letter-spacing: 0.01em;
}
.gallery-subtitle {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 20px 0 32px 0;
    letter-spacing: 0.01em;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 38px auto;
    padding: 0 18px;
    box-sizing: border-box;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0,0,0,0.08);
    background: #f7f7f7;
    transition: box-shadow 0.18s cubic-bezier(.4,0,.2,1), transform 0.18s cubic-bezier(.4,0,.2,1);
    display: block;
    cursor: pointer;
}

.gallery-grid img:hover {
    box-shadow: 0 6px 32px rgba(0,0,0,0.13);
    transform: scale(1.03);
}

/* Lightbox styles */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    max-width: 85vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.lightbox-close:hover {
    opacity: 0.7;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.lightbox-prev,
.lightbox-next {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s ease;
    pointer-events: all;
    backdrop-filter: blur(4px);
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: #848484;
}

.lightbox-prev {
    margin-left: -60px;
}

.lightbox-next {
    margin-right: -60px;
}

@media (max-width: 768px) {
    .lightbox-close {
        top: -50px;
        font-size: 1.5rem;
    }
    
    .lightbox-prev,
    .lightbox-next {
        font-size: 1.5rem;
        padding: 8px 12px;
    }
    
    .lightbox-prev {
        margin-left: -50px;
    }
    
    .lightbox-next {
        margin-right: -50px;
    }
}

@media (max-width: 480px) {
    .lightbox-prev {
        margin-left: -40px;
    }
    
    .lightbox-next {
        margin-right: -40px;
    }
}

@media (max-width: 900px) {
    .gallery-title {
        font-size: 1.78rem;
        margin: 28px 0 22px 0;
    }
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        max-width: 98vw;
        padding: 0 6vw;
    }
}

@media (max-width: 700px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 0 2vw;
    }
    .gallery-title {
        font-size: 1.48rem;
        margin: 18px 0 14px 0;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 1vw;
    }
    .gallery-title {
        font-size: 1.42rem;
        margin: 12px 0 10px 0;
    }
}

.addons-section {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.addons-container {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 48px 32px 10px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.addon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.addon-header {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.addon-title {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 0 0;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.addon-desc {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 700px;
}

.addon-divider {
    border: none;
    border-top: 1.5px solid #000000;
    margin: 40px 0;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.7s cubic-bezier(.4,0,.2,1);
}

.addon-divider.in-view {
    transform: scaleX(1);
}

@media (max-width: 900px) {
    .addons-container {
        padding: 36px 12px 36px 12px;
        max-width: 98vw;
    }
    .addon-title {
        font-size: 1.5rem;
    }
    .addon-desc {
        font-size: 1.08rem;
    }
    .addon-divider {
        margin: 28px 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .addons-container {
        padding: 24px 2vw 24px 2vw;
    }
    .addon-title {
        font-size: 1.15rem;
    }
    .addon-desc {
        font-size: 0.98rem;
    }
    .addon-divider {
        margin: 18px 0;
        width: 100%;
    }
}

.video-promo-section {
    width: 100vw;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.video-promo-wrapper {
    width: 100%;
    max-width: 850px;
    margin: 48px auto 48px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-promo-video {
    display: block;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.10);
    object-fit: cover;
    transition: box-shadow 0.18s cubic-bezier(.4,0,.2,1), transform 0.18s cubic-bezier(.4,0,.2,1);
}

.video-promo-video:focus,
.video-promo-video:hover {
    box-shadow: 0 8px 36px rgba(0,0,0,0.18);
    transform: scale(1.015);
}

@media (max-width: 900px) {
    .video-promo-wrapper {
        max-width: 98vw;
        margin: 32px auto 32px auto;
    }
    .video-promo-video {
        max-width: 98vw;
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .video-promo-wrapper {
        margin: 18px auto 18px auto;
    }
    .video-promo-video {
        border-radius: 12px;
    }
}