:root{
  --hero-bg: #1aa24a;
}

/* Sekcje */
.section{ scroll-margin-top: 80px; }
.section-hero{
  background: var(--hero-bg);
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}
.section-hero::before{
  content:"";
  position:absolute; inset:0;
  opacity:.12;
  background: radial-gradient(180px 180px at 10% 0%, #fff 0, transparent 60%),
              radial-gradient(220px 220px at 80% 10%, #fff 0, transparent 60%),
              radial-gradient(260px 260px at 50% 100%, #fff 0, transparent 60%);
}
.hero-badge{ width:96px; height:auto; filter:drop-shadow(0 6px 16px rgba(0,0,0,.2)); }

.pricing-card .card-header{ letter-spacing:.2px; }

/* Górny pasek */
.topbar{ position: sticky; top: 0; z-index: 1030; }

/* Dolna belka nawigacyjna */
.top-nav {
  background-color: #1b6e06 !important; 
  margin-bottom: auto;
}
.top-nav .nav-link,
.top-nav .navbar-brand {
  color: #fff !important;
}
.top-nav .nav-link:hover {
  color: #e6ffe6 !important; 
}
.bottom-nav-inner{ gap: 8px; }
.bottom-link{
  color: #cfd7df; text-decoration: none;
  display:flex; flex-direction:column; align-items:center; gap:2px;
  padding: 10px 6px; font-size:12px;
}
.bottom-link i{ font-size: 18px; }
.bottom-link.active, .bottom-link:hover{ color:#ffffff; }
@media (min-width: 768px){
  .bottom-link{ font-size:13px; padding: 12px 10px; }
  .bottom-link i{ font-size:20px; }
}

/* Uspójnienie */
body{ scroll-behavior:smooth;
padding-top: 70px; }

.text-bg-primary {
  background-color: #1b6e06 !important; /* Twój zielony */
  color: #fff !important;
}

.btn-primary {
  background-color: #1b6e06 !important;
  border-color: #1b6e06 !important;
}
.btn-primary:hover {
  background-color: #1b6e06 !important; /* ciemniejszy zielony przy hover */
  border-color: #1b6e06 !important;
}

#pricing .card {
  border-color: #1b6e06 !important;
}


#sche .sche-hero-img{
  width: 100%;
  height: auto;
  max-width: 640px;        /* zwiększ do woli: 700/800 */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

@media (min-width: 992px){
  #sche .col-lg-6:first-child { padding-right: 1rem; }
}
