* {
    margin: 10;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* === TOPBAR === */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    z-index: 1000;
}



/* Kontakt */
.topbar-left {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.topbar-left a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.topbar-left a:hover {
    opacity: 1;
}


.section {
    padding: 80px 20px;
	scroll-margin-top: 48px; /* wysokość topbara */
}

.section h2 {
    text-align: center;
    font-size: clamp(26px, 4vw, 36px);
    margin-bottom: 30px;
}

.section p {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0;
}

.about {
    position: relative;
    background: url('upload/pc.png') no-repeat center bottom; /* użyj ścieżki do pliku */
    background-size: cover; /* dopasowanie do szerokości ekranu */
    color: black;
}

.hero-overlay {
    padding: 90px 20px;
    background: rgba(10, 40, 20, 0.5); /* półprzezroczyste ciemne tło dla czytelności */
    backdrop-filter: blur(4px);
}

.hero h2 {
    color: #dff5e1;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(26px, 4vw, 36px);
}

.hero p {
    max-width: 900px;
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.65;
}

.hero strong {
    color: #9be39b; /* akcent OZE */
}


/* === HAMBURGER === */
.hamburger {
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
}


.pumps {
    position: relative;
	    padding: 20px 20px;
	 background: rgb(116 102 93 / 20%);
   /* background: white; */
	  backdrop-filter: blur(4px);
    color: #e6f3ea;  
}

.section-overlay {
    padding: 90px 20px;
}

.pumps h2 {
    color: #030302;
    text-align: center;
    margin-bottom: 30px;
}

.pumps p {
	color: white;
    max-width: 900px;
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.65;
}

.pumps strong {
    color: #f1bd36;
}


.pv {
    position: relative;
    background: rgba(12, 40, 18, 0.9);
    color: #e6f3ea;
}

.pv h2 {
    color: #f4f9e8;
}

.pv strong {
    color: #b6f59a;
}


/* === MENU MOBILNE === */
.mobile-menu {
    position: fixed;
    top: 48px;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: calc(100vh - 48px);
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    transition: 0.3s ease;
    z-index: 999;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.mobile-menu.active {
    right: 0;
}

/* === ODSUNIĘCIE TREŚCI OD TOPBAR === */
body {
    padding-top: 0px;


body, html {
    height: 100%;
}

.hero {
    min-height: 100vh;
    background-image: url("upload/tuo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

h1 {
    color: #ffffff;
    font-size: clamp(32px, 5vw, 56px);
    margin-bottom: 10px;
}

p {
    color: #f0f0f0;
    font-size: clamp(16px, 2.5vw, 20px);
    margin-bottom: 40px;
}

.buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(14px, 3vw, 28px);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* PRZYCISK */
.btn.glass {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    padding: clamp(14px, 2.5vw, 22px);
    border-radius: clamp(12px, 2vw, 16px);

    font-size: clamp(14px, 2vw, 16px);

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    text-decoration: none;

    transition: 0.3s ease;
}

/* IKONA */
.btn.glass .icon {
    font-size: clamp(22px, 4vw, 30px);
}

/* TEKST */
.btn.glass .text {
    line-height: 1.2;
    font-weight: 500;
}

/* HOVER tylko tam gdzie ma sens */
@media (hover: hover) {
    .btn.glass:hover {
        transform: translateY(-4px) scale(1.03);
    }
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff; /* numer */
    text-decoration: none;
    font-weight: 600;
}

.phone-icon {
    width: 16px;
    height: 16px;
    fill: #7fb43c; /* ZIELONY */
    flex-shrink: 0;
}


.mail-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff; /* numer */
    text-decoration: none;
    font-weight: 600;
}

.mail-icon {
    width: 16px;
    height: 16px;
    fill: #ecb633; /* turkus jak "Napisz" */
}

/* Kolory glow */
.blue {
    box-shadow: 0 0 25px rgba(0, 180, 255, 0.6);
    border-color: rgba(0, 180, 255, 0.8);
}

.yellow {
    box-shadow: 0 0 25px rgba(255, 200, 0, 0.6);
    border-color: rgba(255, 200, 0, 0.8);
}

.green {
    box-shadow: 0 0 25px rgba(0, 255, 120, 0.6);
    border-color: rgba(0, 255, 120, 0.8);
}

.cyan {
    box-shadow: 0 0 25px rgba(0, 220, 255, 0.6);
    border-color: rgba(0, 220, 255, 0.8);
}

.white {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.9);
}

.orange {
    box-shadow: 0 0 25px rgba(255, 120, 0, 0.65);
    border-color: rgba(255, 120, 0, 0.9);
}


.contact-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.contact-btn {
    min-width: 160px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    transition: 0.25s ease;
}

.site-footer {
    background: #020402;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    text-align: center;
}

.footer-item h4 {
    margin: 15px 0 20px;
    font-size: 18px;
    color: #ffffff;
}

.footer-icon {
    width: 48px;
    height: 48px;
    fill: #00b7c7;
}

.footer-btn {
    display: inline-block;
    padding: 14px 26px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    min-width: 220px;
}

/* Kolory przycisków */
.footer-btn.phone {
    background: #7fb43c;
}

.footer-btn.mail {
    background: #ecb633;
}

.footer-btn.fb {
    background: #1a73e8;
}

/* Hover */
@media (hover: hover) {
    .footer-btn:hover {
        filter: brightness(1.1);
        transform: translateY(-2px);
    }
}

.realizations {
    background: #ffffff;
    padding: 90px 20px;
}

.realizations h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    font-size: clamp(26px, 4vw, 36px);
}

.realizations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.realization-card {
    text-align: center;
}

.realization-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.realization-card p {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

/* Hover – delikatny premium efekt */
@media (hover: hover) {
    .realization-card img:hover {
        transform: scale(1.03);
        transition: 0.3s ease;
    }
}


/* Napisz */
.contact-btn.mail {
    background: #00b7c7; /* turkus */
}

/* Zadzwoń */
.contact-btn.phone {
    background: #7fb43c; /* zielony */
}

/* Hover */
@media (hover: hover) {
    .contact-btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.1);
    }
}

