body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  color: white;
}
.hero-banner {
  background: linear-gradient(135deg, rgba(15, 12, 41, 0.6), rgba(48, 43, 99, 0.6), rgba(138, 35, 135, 0.6)),
              url('../images/banner-header2.jpg') no-repeat right center;
  background-size: cover;
  color: white;
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

/*
.gradient-text {
  background: linear-gradient(to right, #00fff7, #a64aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
} */

.bg-dark-gradient {
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
}

.hero {
  background: linear-gradient(to right, #1f1c2c, #928dab);
  background-size: cover;
  background-position: center;
}

.gradient-text {
  background: linear-gradient(90deg, #00fff7, #a64ac9, #ff0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
 /*   background-clip: text;
  color: transparent;
  display: inline-block; /* ważne! */ */
}

.gradient-sub {
  background: linear-gradient(90deg, #00fff7, #a64ac9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
}

.neon-text {
  color: #00fff7;
  font-weight: bold;
}

.bg-card {
  background: linear-gradient(135deg, #0f0c29, #302b63, #8a2387);
  border: none;
}


.bg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 247, 0.2);
}
.tool-link:hover {
  text-shadow: 0 0 10px rgba(0, 255, 247, 0.5), 0 0 20px rgba(0, 255, 247, 0.4), 0 0 30px rgba(0, 255, 247, 0.3);
}

.nav-link {
  color: #ccc !important;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-left: 1rem;
}

.nav-link:hover {
  color: #00fff7 !important;
}
.gradient-recenzje {
  background: linear-gradient(90deg, #ff0080, #b026ff, #2e2f92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}
/* Wyrównanie wysokości kart w "Najnowsze realizacje" */
.realizacje-card .card-img-top {
    width: 100%;
    height: 200px; /* albo 220px – wybierz idealną */
    object-fit: cover;
    object-position: center;
}

.realizacje-card {
    height: 100%;
}

.card {
    position: relative;
}
//
.realizacje-card {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #0f0c29, #302b63, #8a2387);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.realizacje-card .card-img-top {
    width: 100%;
    height: 250px;       /* stała wysokość obrazka */
    object-fit: cover;   /* przycinanie nadmiaru */
    object-position: center;
}

.realizacje-card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;        /* zajmuje pozostałe miejsce */
}

.realizacje-card .czytaj-dalej {
    margin-top: auto;    /* przykleja przycisk do dołu */
    text-decoration: underline;
    color: #f206a7;
    font-weight: bold;
    display: inline-block;
}

/* Lightbox */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}
