:root{
  --navy:#012847;
  --gold:#febd2b;
  --text:#0b1220;
  --muted: rgba(11,18,32,.68);
  --line: rgba(1,40,71,.10);
  --soft: rgba(1,40,71,.04);
  --radius: 18px;
}

.hero {
    margin-top: -25px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 96px 0;
  background-image: url("/assets/img/background.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero {
    padding: 72px 0;
    background-position: center;
  }

  .hero::before {
    background: rgba(255,255,255,0.96);
  }
}




.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.98) 0%,
    rgba(255,255,255,0.92) 38%,
    rgba(255,255,255,0.70) 55%,
    rgba(255,255,255,0.25) 75%,
    rgba(255,255,255,0.05) 100%
  );
  z-index: 0;
}

@media (max-width: 991px) {
  .hero {
    background-position: center;
    padding: 72px 0;
  }

  .hero::before {
    background: rgba(255,255,255,0.95);
  }
}



.eyebrow{
  display:inline-flex;
  align-items:center;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgb(255 255 255);
  border: 1px solid rgba(1,40,71,.10);
  font-weight: 700;
  color: var(--navy);
  font-size: .9rem;
}

.hero__title{
  margin: 14px 0 10px;
  font-weight: 900;
  letter-spacing: -0.4px;
  color: var(--navy);
  line-height: 1.05;
}

.hero__lead{
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 18px;
}

.hero__cta{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.trust{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}
@media (min-width: 768px){
  .trust{ grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px){
  .trust{ grid-template-columns: 1fr; }
}

.trust__item{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(1,40,71,.08);
}

.trust__dot{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(254,189,43,.22);
  border: 1px solid rgba(254,189,43,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: var(--navy);
  flex: 0 0 auto;
}

.trust small{
  display:block;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.25;
}

.section{
  margin-top: 26px;
  margin-bottom: 26px;
}

.section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 39px;
}

.section__head--split{
  flex-wrap: wrap;
}

.section__title{
  font-weight: 900;
  color: var(--navy);
  margin: 0;
}
.section__desc{
  color: var(--muted);
  margin: 4px 0 0;
}

.card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.card--soft{
  background: #ffffff;
  padding: 18px;
}

.card__title {
    font-weight: 800;
    color: var(--navy);
    margin: 0;
    font-size: 20px;
}

.card__subtitle{
  color: var(--muted);
  margin: 6px 0 0;
}

.chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chip{
  font-size: 14px;
  display:inline-flex;
  align-items:center;
  padding: .55rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(1,40,71,.16);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.chip:hover{
  transform: translateY(-1px);
  background: rgba(254,189,43,.18);
  border-color: rgba(254,189,43,.45);
  color: var(--navy);
}

.kpi{
  border: 1px solid rgba(1,40,71,.10);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  transition: transform .12s ease, box-shadow .12s ease;
  height: 100%;
}
.kpi:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(1,40,71,.10);
}
.kpi__title{
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 20px;
}

.kpi__desc{
  color: var(--muted);
  margin: 0;
  line-height: 1.4;
}

.card--map{
  padding: 8px;
  background: #fff;
}
.map{
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
}

.hint{
  margin-top: 8px;
  color: var(--muted);
  font-size: .9rem;
}

.loclist{
  display:flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.loclist__item{
  width: 100%;
  text-align: left;
  border: 1px solid rgba(1,40,71,.10);
  background: #fff;
  border-radius: 14px;
  padding: 12px 12px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease;
}
.loclist__item:hover{
  transform: translateY(-1px);
  background: rgba(1,40,71,.02);
}
.loclist__left small{
  display:block;
  color: var(--muted);
  margin-top: 2px;
}
.loclist__action{
  font-weight: 900;
  color: var(--navy);
  background: rgba(1,40,71,.06);
  border: 1px solid rgba(1,40,71,.10);
  padding: .35rem .6rem;
  border-radius: 999px;
  white-space: nowrap;
}

.step{
  border: 1px solid rgba(1,40,71,.10);
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  display:flex;
  gap: 10px;
  align-items:center;
}
.step__n{
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: rgba(254,189,43,.22);
  border: 1px solid rgba(254,189,43,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: var(--navy);
}

.cta{
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  padding: 18px;
  background: #f8fafc;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.cta__title{
  font-weight: 900;
  color: var(--navy);
  margin: 0;
}
.cta__desc{
  color: var(--muted);
  margin: 6px 0 0;
}
.cta__right{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}


.why {
  max-width: 340px;
}

.why__icon {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 12px;
  color: #f4b400; /* złoto */
}

.why h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.why p {
  font-size: 15px;
  color: #5b6770;
}

.section--muted {
  background: #f8fafc;
      padding: 40px;
}

.highlight-box {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,.06);
}

.clean-list li,
.check-list li {
  margin-bottom: 8px;
}


/* HOW IT WORKS */
.how-it-works .how {
  padding: 28px;
  position: relative;
  overflow: hidden;
}

/* delikatny akcent tła (premium feel) */
.how-it-works .how::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.10); /* gold */
  filter: blur(0px);
  pointer-events: none;
}

.how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.how__item {
  background: #fff;
  border: 1px solid rgba(17, 34, 51, 0.10); /* navy-ish */
  border-radius: 14px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  position: relative;
}

.how__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  border-color: rgba(244, 180, 0, 0.35);
}

.how__badge {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #112233;
  background: rgba(244, 180, 0, 0.18);
  border: 1px solid rgba(244, 180, 0, 0.35);
  flex: 0 0 38px;
}

.how__title {
  font-size: 16px;
  margin: 0 0 6px 0;
  color: #0b2239; /* navy */
  line-height: 1.25;
}

.how__desc {
  margin: 0;
  font-size: 14px;
  color: #5b6770;
  line-height: 1.55;
}

.how__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 991px) {
  .how__grid {
    grid-template-columns: 1fr;
  }

  .how-it-works .how {
    padding: 22px;
  }
}
