        :root {
            --oaza-green: #88B03D;
            --oaza-green-dark: #6d8f2f;
            --oaza-dark: #1a1a1a;
            --oaza-gray: #f5f5f5;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
        }
        
        /* Topbar telefony */
        .topbar-phone {
            background-color: var(--oaza-green);
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.875rem;
        }
        .topbar-phone:hover {
            background-color: var(--oaza-green-dark);
            color: #fff;
        }
        
        /* Hero */
        .hero-section {
            background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('TUTAJ_WSTAW_URL_HERO_IMAGE') center/cover no-repeat;
            min-height: 500px;
        }
        
        /* Badge 25 lat */
        .badge-25 {
            width: 140px;
            height: 140px;
            border: 3px solid var(--oaza-green);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .badge-25 .number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--oaza-green);
            line-height: 1;
        }
        .badge-25 .text {
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #333;
            text-align: center;
        }
        
        /* Tekst zielony */
        .text-oaza-green {
            color: var(--oaza-green) !important;
        }
        
        /* Tło zielone */
        .bg-oaza-green {
            background-color: var(--oaza-green) !important;
        }
        
        /* Tło szare */
        .bg-oaza-gray {
            background-color: var(--oaza-gray) !important;
        }
        
        /* Kafelki usług */
        .service-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            transition: box-shadow 0.2s ease;
        }
        .service-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }
        .service-icon {
            width: 48px;
            height: 48px;
            /* Placeholder dla ikon SVG */
        }
        
        /* Kontakt sekcja */
        .contact-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--oaza-green);
            font-weight: 600;
        }
        
        /* Social icons */
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--oaza-green);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: background-color 0.2s ease;
        }
        .social-icon:hover {
            background-color: var(--oaza-green-dark);
            color: #fff;
        }
        
        /* Mapa placeholder */
        .map-placeholder {
            background-color: #e9e9e9;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 0.875rem;
        }
        /* === TOPBAR - dane firmy (F.P.H.U OAZA...) === */
        .topbar-company {
            font-family: 'Montserrat', sans-serif;
            font-size: 10px;
            font-weight: 500;
            line-height: 15px;
            letter-spacing: 0;
            color: #000000;
        }
        
        /* === TOPBAR - etykiety przy telefonach (PROJEKTOWANIE, USŁUGI KOPARKO...) === */
        .topbar-label {
            font-family: 'Montserrat', sans-serif;
            font-size: 10px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: 0;
            color: #000000;
            height: 100%;
            background-color: #EBEBEB;
        }
        
        .topbar-phone {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0;
        color: #FFFFFF;
        background-color: #88B03D;
        text-decoration: none;
        border-radius: 5px;
        height: 100%;
    }
    
    .topbar-phone:hover {
        background-color: #769a2f;
        color: #FFFFFF;
    }

    .topbar-shadow {
        /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    h1 {
    	font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: clamp(28px, 5vw, 42px);
        line-height: 1.38;
        letter-spacing: 0;
        color: #fff;
        margin-bottom: 30px;
    }

    h1 span {
    	color: #90B438;
    }

    section.main {
    	height:90vh;max-height:495px;background-image: url('section-background.jpg');background-size: cover; background-repeat: no-repeat;
    	color: #fff;
    	background-position-y: 10px;
    	margin-top: -10px;
    }

    section.main p {
    	max-width: 542px;
    }

    img#seal {
    position: absolute;
    top: 10px;
    left: 30vw;
    max-width: 160px;
}

.thirdrow .service-title {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	font-weight: 500;
}

.thirdrow .contact-label {
	line-height: 24px;
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 0;
}

.thirdrow iframe {
	max-height: 280px;
}

@media (min-width: 1200px) and (max-width: 1700px) {
	img#seal {
		left: 33vw;
	}
}

@media (min-width: 900px) and (max-width: 1200px) {
	img#seal {
		left: 43vw;
	}
}

@media (max-width: 1100px) {
	img#seal {
		position: relative;
		top: unset;
		left: unset;
		margin-top: 20px;
	}
	section.main {
		max-height: unset;
		background-position-x: right;
	}
}

@media (max-width: 700px) {
	section.main {
		max-height: unset;
		background-position-x: right;
	}
}