.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-61547 .elementor-element.elementor-element-16d274f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}/* Start custom CSS for html, class: .elementor-element-9fccfd7 */.hero {
            padding: 120px 0 100px;
            background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
            text-align: center;
            margin-top: 80px;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(229, 62, 62, 0.1);
            color: #e53e3e;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 2rem;
            border: 1px solid rgba(229, 62, 62, 0.2);
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 800;
            color: #1a202c;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .hero .highlight {
            color: #e53e3e;
            position: relative;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            color: #718096;
            margin-bottom: 3rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
        }

        .hero-cta {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-primary {
            background: #e53e3e;
            color: white;
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-primary:hover {
            background: #c53030;
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(229, 62, 62, 0.3);
        }

        .btn-secondary {
            background: transparent;
            color: #4a5568;
            padding: 16px 32px;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-secondary:hover {
            border-color: #e53e3e;
            color: #e53e3e;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99524c0 */.stats {
            padding: 80px 0;
            background: white;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .stat-card {
            text-align: center;
            padding: 2.5rem 1.5rem;
            border-radius: 20px;
            background: #f7fafc;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #e53e3e;
            margin-bottom: 0.5rem;
            line-height: 1;
        }

        .stat-label {
            font-size: 1.1rem;
            color: #4a5568;
            font-weight: 600;
        }

        .stat-description {
            font-size: 0.9rem;
            color: #718096;
            margin-top: 0.5rem;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d29cec */.categories {
            padding: 100px 0;
            background: #f7fafc;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 800;
            color: #1a202c;
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #718096;
            max-width: 600px;
            margin: 0 auto;
        }

        .categories-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
        }

        .category-item {
            background: white;
            padding: 2rem;
            border-radius: 16px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
            cursor: pointer;
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
        }

        .category-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.08);
            border-color: #e53e3e;
        }

        .category-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            background: rgba(229, 62, 62, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .category-icon i {
            font-size: 1.5rem;
            color: #e53e3e;
        }

        .category-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 0.5rem;
        }

        .category-content p {
            color: #718096;
            font-size: 0.95rem;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e6d50b */.linde-section {
            padding: 100px 0;
            background: white;
        }

        .linde-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            margin-top: 2rem;
        }

        .linde-content h2 {
            font-size: 3rem;
            font-weight: 800;
            color: #1a202c;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }

        .linde-highlight {
            color: #e53e3e;
        }

        .linde-description {
            font-size: 1.2rem;
            color: #718096;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .linde-services {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-bottom: 2.5rem;
        }

        .linde-service {
            text-align: center;
            padding: 1.5rem;
            border-radius: 12px;
            background: #f7fafc;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .linde-service:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            border-color: #e53e3e;
        }

        .linde-service-icon {
            width: 50px;
            height: 50px;
            border-radius: 10px;
            background: rgba(229, 62, 62, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
        }

        .linde-service-icon i {
            font-size: 1.2rem;
            color: #e53e3e;
        }

        .linde-service h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 0.5rem;
        }

        .linde-service p {
            font-size: 0.9rem;
            color: #718096;
        }

        .linde-contact {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .linde-contact-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            background: #f7fafc;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .linde-contact-item:hover {
            border-color: #e53e3e;
            transform: translateX(4px);
        }

        .linde-contact-icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            background: rgba(229, 62, 62, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .linde-contact-icon i {
            color: #e53e3e;
        }

        .linde-contact-text {
            color: #4a5568;
            font-weight: 600;
            text-decoration: none;
        }

        .linde-contact-text:hover {
            color: #e53e3e;
        }

        .linde-image {
            text-align: center;
        }

        .linde-image-placeholder {
            width: 100%;
            height: 400px;
            border-radius: 20px;
            background: linear-gradient(135deg, #f7fafc 0%, #e2e8f0 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px dashed #cbd5e0;
            transition: all 0.3s;
        }

        .linde-image-placeholder:hover {
            border-color: #e53e3e;
            background: linear-gradient(135deg, rgba(229, 62, 62, 0.05) 0%, rgba(229, 62, 62, 0.1) 100%);
        }

        .linde-image-placeholder i {
            font-size: 4rem;
            color: #cbd5e0;
            margin-bottom: 1rem;
        }

        .linde-image-text {
            color: #718096;
            font-size: 1.1rem;
            font-weight: 600;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4cb51b */.features {
            padding: 100px 0;
            background: white;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 3rem;
            margin-top: 4rem;
        }

        .feature-item {
            text-align: center;
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
        }

        .feature-icon i {
            font-size: 2rem;
            color: white;
        }

        .feature-item h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 1rem;
        }

        .feature-item p {
            color: #718096;
            font-size: 1rem;
            line-height: 1.6;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f4bb27 */.cta-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
            text-align: center;
            color: white;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: white; /* Dodane dla pewności */
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
            color: white; /* Dodane dla pewności */
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-white {
            background: white;
            color: #1a202c !important; /* Ciemny tekst na białym tle */
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 2px solid white; /* Dodana obramówka */
        }

        .btn-white:hover {
            background: transparent;
            color: white !important; /* Biały tekst po hover */
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(255,255,255,0.3);
        }/* End custom CSS */