
h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #1f2f46;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 10px auto 20px;
  padding: 0 20px;
  white-space: nowrap;
}

h1 span {
  color: #c8a96a;
}

h3 {
    line-height: normal;
}
@media (max-width: 768px) {
  h1 {
    white-space: normal;
    font-size: clamp(24px, 6vw, 34px);
  }
}
.page {
    overflow-x: hidden;
    overflow-y: visible;
}
.main {
    padding-top: 115px;
}

@media (max-width: 991.98px) {
    .main {
        padding-top: 75px;
    }
}

@media (max-width: 575.98px) {
    .main {
        padding-top: 60px;
    }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.box-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

.box-icon i {
  font-size: 28px;
  color: #c8a96a;
}

.box:hover .box-icon {
  background: #c8a96a;
  border-color: #c8a96a;
}

.box:hover .box-icon i {
  color: #fff;
}
.box small {
  display: inline-block;
  margin-top: 10px;
  color: #c8a96a;
  font-weight: 500;
}
.site-header {
    position: relative;
    z-index: 1030;
    position: fixed;
    width: 100%;
}
.site-navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.container-wide {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.topbar {
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    font-size: 1rem;
}

.topbar .container-wide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 38px;
}

.topbar-link {
    color: #6c757d;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.3rem;
}

.topbar-link:hover {
    color: #b08b57;
    text-decoration: none;
}

.site-navbar {
    padding: 10px 0;
    background: #ffffff;
    top: 0;
    z-index: 1030;
}

.site-navbar .container-wide {
    display: flex;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;

    flex-shrink: 0;
}

.site-logo img {
    display: block;
    height: 100px;
    width: auto;
    max-width: 100%;
}

.navbar-brand.site-logo {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 2rem;
}

.navbar-collapse {
    align-items: center;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #111 !important;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0.5rem 0.9rem !important;
    line-height: 1.2;
}
.navbar-nav .nav-item:not(:last-child)::after {
  content: "•";

  color: #b08b57; /* zamiast białego */
}
@media (max-width: 991px) {
  .navbar-nav .nav-item::after {
    display: none;
  }
}
.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
    color: #b08b57 !important;
}

.btn-outline-gold {
    color: #b08b57;
    border: 1px solid #b08b57;
    background: transparent;
    border-radius: 0;
    font-weight: 600;
}

.btn-outline-gold:hover {
    color: #fff;
    background: #b08b57;
    border-color: #b08b57;
}

.btn-header {
    padding: 0.65rem 1.2rem;
    white-space: nowrap;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .navbar-nav .nav-link {
        font-size: 1rem;
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }

    .btn-header {
        padding: 0.55rem 1rem;
    }
}

@media (max-width: 991.98px) {
    .container-wide {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .topbar {
        font-size: 0.9rem;
    }

    .topbar .container-wide {
        min-height: 34px;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .site-navbar {
        padding: 8px 0;
    }

    .site-logo {
        margin-right: 0;
    }

    .site-logo img {
        height: 42px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #e9ecef;
        align-items: flex-start;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.6rem 0 !important;
        line-height: 1.3;
    }

    .btn-header {
        display: inline-block;
        margin-top: 0.75rem;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .topbar {
        display: none;
    }

    .site-logo img {
        height: 38px;
    }
}
.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.benefits-list i {
  color: #c9a46a;
  margin-top: 4px;
  font-size: 1.4rem;
}
.file-upload {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.file-upload input[type="file"] {
  display: none;
}

/* button */
.file-btn {
  padding: 10px 18px;
  border: 1px solid #b08b57;
  color: #111;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}

.file-btn:hover {
  background: #b08b57;
  color: #fff;
}

/* nazwa pliku */
#fileName {
  font-size: 1.4rem;
  color: #777;
}

/* opis */
.file-info {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  color: #999;
}
.liczniki {
    background: linear-gradient(180deg, #eeeeee 0%, #e2e2e2 100%);
    position: relative;
}
.box-counter .box-header {
	font: 400 18px 'Inter', sans-serif;
}
.box-counter .counter {
  font-family: 'Inter', sans-serif;
	font-style: normal;
  text-shadow: 0 3px 6px rgba(0,0,0,0.35);
}
.cta-section {
    padding: 80px 20px;
    background: #8a0e0e;
    color: #fff;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
    color:whitesmoke;
    text-shadow: 0 3px 6px rgba(0,0,0,0.35);
}

.cta-subtitle {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: #c9a96a;
    color: #000;
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #b89655;
}

.btn-outline {
    border: 2px solid #c9a96a;
    color: #c9a96a;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #c9a96a;
    color: #000;
}
.stars {
    color: #c9a96a;
    margin-bottom: 10px;
    font-size: 18px;
}
.kropka_small {
     font-size: 0.6em;
    opacity: 0.7; /* opcjonalnie, wygląda elegancko */
    vertical-align: middle;
}
.justowany {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
.navbar-nav .nav-link.tel_cta {
    font-size: 2.5rem;
}
.subpage {
    position: relative;
    overflow: hidden;
    padding-top: 500px;
}

.subpage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/bg-image-1.webp');
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.subpage-rozwody::before {
    background-image: url('../images/bg-image-21.webp');
}
.subpage-pisma::before {
    background-image: url('../images/bg-image-22.webp');
}
.subpage-rodo::before {
    background-image: url('../images/rodo.webp');
}
.subpage-reklamacje::before {
    background-image: url('../images/bg-image-3.webp');
}
.subpage-prawo-pracy::before {
    background-image: url('../images/bg-image-4.webp');
}
.subpage-detektyw::before {
    background-image: url('../images/bg-image-5.webp');
}
.subpage-windykacja::before {
    background-image: url('../images/bg-image-6.webp');
}
.subpage > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .subpage {
        padding-top: 200px;
    }

    .subpage::before {
        background-position: center bottom;
    }
}

@media (max-width: 575.98px) {
    .subpage {
        padding-top: 100px;
    }

    .subpage::before {
        background-position: center bottom;
    }
}
.cta-subtle {
    margin-top: 25px;
    padding: 16px 20px;
    border-left: 4px solid #c9a96e; /* złotawy akcent */
    background: rgba(0, 0, 0, 0.03);
    font-size: 15px;
    line-height: 1.6;
    border-radius: 6px;
}

.cta-subtle a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transition: all 0.2s ease;
}

.cta-subtle a:hover {
    color: #c9a96e;
    border-bottom: 1px solid #c9a96e;
}
.footer-address {
    color: #666c84;
}
.kurtyna {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.icon-box {
    cursor: pointer !important;
}
.pisma_wrap {
    max-width: 450px;
}
.pisma_image {
    max-width: 420px;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;

    transform: rotate(-6deg);
    opacity: 0.9;

    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.phone-number {
    animation: pulse 2.5s infinite;
    color:#8a0e0e;
    font-size: 2.3rem;
    font-weight: bolder;
  }
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}