
        .content {
            min-height: 155vh;
            padding: 20px 15px;
        }

        .d2 {
            display: flex;
            background-color: black;
            width: 100%;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            height: auto;
        }

        .d2 img {
            max-width: 100%;
            height: auto;
            
            object-fit: contain;
        }

        .d3 {
            display: flex;
            width: 100%;
            background-color: black;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #b3b15d;
            padding: 30px 15px;
            text-align: center;
        }

        .d3 h1 {
            font-size: 1.5rem;
            margin: 10px 0;
            text-align: center;
            line-height: 1.4;
        }

        .d3 p {
            margin: 15px 0;
            width: 100%;
            max-width: 600px;
            text-align: center;
            color: #b3b15d;
            background-color: transparent;
            line-height: 1.6;
            font-size: 1rem;
            padding: 0 10px;
        }

        hr {
            width: 100%;
            max-width: 500px;
            height: 2px;
            background-color: #b3b15d;
            border: none;
            margin: 15px 0;
            color: #b3b15d;
        }

        /* Scrolled state */
        .header.scrolled {
            background: linear-gradient(135deg, #b3b15d 0%, #998238 100%);
            color: black;
        }

        .header.scrolled .nav-item {
            color: black;
        }

        .header.scrolled .dropdown-item {
            color: black;
            background: linear-gradient(135deg, #b3b15d 0%, #998238 100%);
        }

        /* Tablet */
        @media (min-width: 768px) {
            .header {
                flex-direction: row;
                /* justify-content: space-between; */
                height: 80px;
                padding: 0 5%;
            }

            .nav {
                flex-direction: row;
                width: auto;
                gap: 10px;
            }

            .nav-item {
                width: auto;
                font-size: 1rem;
                padding: 15px 20px;
                min-width: 120px;
                max-width: none;
            }

            .dropdown {
                width: auto;
                max-width: none;
            }

            .dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                width: 200px;
                max-height: none;
                opacity: 0;
                visibility: hidden;
                transform: translateY(-10px);
            }

            .dropdown:hover .dropdown-menu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
                max-height: none;
            }

            .dropdown.active .dropdown-menu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }

            .d3 h1 {
                font-size: 2rem;
            }

            .d3 p {
                font-size: 1.1rem;
            }
        }

        /* Desktop */
        @media (min-width: 1024px) {
            .nav-item {
                font-size: 1.1rem;
                padding: 20px 25px;
            }

            .content {
                max-width: 1200px;
                margin: 0 auto;
                padding: 40px;
            }

            .d2 img {
                /* max-height: 400px; */
                width: 100vh;
            }

            .d3 h1 {
                font-size: 2.5rem;
            }

            .d3 p {
                font-size: 1.2rem;
                max-width: 800px;
            }
        }

        /* Małe telefony */
        @media (max-width: 480px) {
            .nav-item {
                font-size: 0.9rem;
                padding: 10px 12px;
                min-height: 44px;
            }

            .d3 h1 {
                font-size: 1.3rem;
            }

            .d3 p {
                font-size: 0.9rem;
                padding: 0 5px;
            }

            .menu-toggle {
                display: flex;
            }

            .nav {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #000000 0%, #030300 100%);
                padding: 10px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            }

            .nav.active {
                display: flex;
            }
        }

        /* Optymalizacja dotykowa */
        .nav-item, .dropdown-item {
            min-height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
                .header.scrolled {
            background: linear-gradient(135deg, #b3b15d 0%, #998238 100%);
            color: black;
            /* backdrop-filter: blur(0px); */
            /* -webkit-backdrop-filter: blur(10px); */
            /* box-shadow: 0 2px 20px rgba(0,0,0,0.1); */
        }

            .header.scrolled .logo {
            color: black;  
        }
            .header.scrolled .nav-item {
            color: black;
           
        }
        .header.scrolled .dropdown-item{
            color: black;
            background: linear-gradient(135deg, #b3b15d 0%, #998238 100%);
        }
        .footer{
             position: sticky;
             width: 100%;
             background-color: black;
             color: #b3b15d;
            margin: 3vh;
            padding: 3vh;
        }
                .container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        /* Stylizacja cennika */
        .pricing-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .pricing-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 40px;
            color: #b3b15d;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .pricing-category {
            background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            border: 1px solid #b3b15d;
            box-shadow: 0 5px 15px rgba(179, 177, 93, 0.1);
        }

        .category-title {
            font-size: 1.8rem;
            color: #b3b15d;
            margin-bottom: 25px;
            text-align: center;
            border-bottom: 2px solid #b3b15d;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .service-list {
            list-style: none;
        }

        .service-item {
            padding: 15px 0;
            border-bottom: 1px solid rgba(179, 177, 93, 0.3);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .service-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }

        .service-name {
            font-size: 1.1rem;
            color: #ffffff;
            flex: 1;
        }

        .service-price {
            font-size: 1.2rem;
            font-weight: bold;
            color: #b3b15d;
            min-width: 150px;
            text-align: right;
        }

        .expand-icon {
            font-size: 1.5rem;
            color: #b3b15d;
            margin-left: 15px;
            transition: transform 0.3s ease;
        }

        .service-details {
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s ease;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 8px;
            margin-top: 10px;
        }

        .service-details.active {
            max-height: 1000px;
            padding: 20px;
        }

        .details-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            align-items: start;
        }

        .details-text {
            color: #ffffff;
        }

        .details-text h4 {
            color: #b3b15d;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        .details-list {
            list-style-type: none;
            margin: 10px 0;
        }

        .details-list li {
            margin: 8px 0;
            padding-left: 20px;
            position: relative;
        }

        .details-list li:before {
            content: "•";
            color: #b3b15d;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .details-image {
            text-align: center;
        }

        .details-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            border: 2px solid #b3b15d;
        }

        .image-placeholder {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
            border: 2px dashed #b3b15d;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #888;
            font-style: italic;
        }

        .duration {
            background: rgba(179, 177, 93, 0.2);
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.9rem;
            margin-top: 10px;
            display: inline-block;
        }

        /* Sekcja informacyjna */
        .info-section {
            background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
            border-radius: 15px;
            padding: 30px;
            margin-top: 40px;
            border: 1px solid #b3b15d;
            text-align: center;
        }

        .info-title {
            font-size: 1.5rem;
            color: #b3b15d;
            margin-bottom: 20px;
        }

        .contact-info {
            font-size: 1.1rem;
            color: #ffffff;
            margin: 10px 0;
        }

        .contact-link {
            color: #b3b15d;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-link:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        /* Animacje */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .pricing-category {
            animation: fadeInUp 0.6s ease-out;
        }

        .rotate {
            transform: rotate(180deg);
        }

        /* Responsywność */
        @media (max-width: 768px) {
            .pricing-title {
                font-size: 2rem;
            }

            .category-title {
                font-size: 1.5rem;
            }

            .service-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .service-price {
                text-align: left;
                min-width: auto;
                font-size: 1.1rem;
                margin-top: 10px;
            }

            .details-content {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .pricing-category {
                padding: 20px 15px;
            }

            .expand-icon {
                position: absolute;
                right: 0;
                top: 15px;
            }

            .service-item {
                position: relative;
            }
        }

        @media (max-width: 480px) {
            .pricing-container {
                padding: 20px 10px;
            }

            .pricing-title {
                font-size: 1.8rem;
            }

            .category-title {
                font-size: 1.3rem;
            }

            .service-name {
                font-size: 0.95rem;
            }

            .service-price {
                font-size: 1rem;
            }

            .service-details.active {
                padding: 15px;
            }
        }
           .back-button {
            display: inline-block;
            background: linear-gradient(135deg, #b3b15d 0%, #998238 100%);
            color: black;
            padding: 12px 25px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: all 0.3s ease;
            margin-top: 30px;
            text-align: center;
           }