:root{
  font-family:Inter,system-ui,sans-serif;
  color:#111;
  background:#f4f4f4
}

*{
  box-sizing:border-box;
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

.app-shell{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body{
  margin:0
}

.app-shell{
  max-width:480px;
  margin:auto;
  min-height:100vh;
  background:#fff;
  box-shadow:0 0 30px #0001
}

header{
  height:64px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #eee;
  position:sticky;
  top:0;
  background:#fff;
  z-index:5
}

.brand{
  font-weight:900;
  letter-spacing:1px
}

.brand span{
  color:#e21b23
}

.ghost{
  border:0;
  background:#eee;
  padding:9px 12px;
  border-radius:10px
}

main{
  padding:20px 18px 90px
}

.hero{
  background:#111;
  color:#fff;
  border-radius:22px;
  padding:24px;
  margin-bottom:18px
}

.hero h1{
  font-size:29px;
  margin:0 0 8px
}

.muted{
  color:#777
}

.hero .muted{
  color:#bbb
}

.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}

.card{
  border:1px solid #e7e7e7;
  border-radius:18px;
  padding:16px;
  background:#fff
}

.card h3{
  margin:8px 0 6px
}

.coupon{
  border:2px dashed #ddd;
  border-radius:18px;
  padding:18px;
  margin-bottom:14px
}

.coupon .discount{
  font-size:34px;
  font-weight:900
}

.tag{
  display:inline-block;
  padding:6px 9px;
  background:#f1f1f1;
  border-radius:8px;
  font-size:12px
}

.btn{
  width:100%;
  border:0;
  background:#e21b23;
  color:white;
  padding:13px;
  border-radius:12px;
  font-weight:800;
  margin-top:12px
}

.btn.dark{
  background:#111
}

.btn.secondary{
  background:#eee;
  color:#111
}

.timer{
  font-size:25px;
  font-weight:900;
  margin:8px 0;
  color:#e21b23
}

.code{
  font:900 25px ui-monospace,monospace;
  letter-spacing:2px;
  background:#111;
  color:#fff;
  padding:14px;
  border-radius:12px;
  text-align:center;
  margin-top:10px
}

.field{
  margin:10px 0
}

.field label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin-bottom:6px
}

.field input,
.field textarea,
.field select{
  width:100%;
  padding:12px;
  border:1px solid #ddd;
  border-radius:10px;
  font:inherit
}

.status{
  padding:12px;
  border-radius:12px;
  background:#f5f5f5;
  margin:10px 0
}

.green{
  background:#e9f8ee
}

.red{
  background:#fff0f0
}

.timeline{
  border-left:3px solid #e21b23;
  padding-left:14px
}

.step{
  margin:0 0 18px
}

.step strong{
  display:block
}

.nav{
  display:flex
}

.admin{
  background:#111;
  color:#fff;
  min-height:calc(100vh - 64px);
  padding:20px
}

.admin .card{
  color:#111
}

.admin table{
  width:100%;
  border-collapse:collapse;
  font-size:12px
}

.admin td,
.admin th{
  padding:9px 4px;
  border-bottom:1px solid #ddd;
  text-align:left
}

nav{
  position:fixed;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:min(480px,100%);
  height:70px;
  background:#fff;
  border-top:1px solid #eee;
  display:flex;
  justify-content:space-around;
  z-index:10
}

nav button{
  border:0;
  background:none;
  font-size:19px;
  color:#555;
  flex:1
}

nav button small{
  display:block;
  font-size:10px;
  margin-top:3px
}

nav button.active{
  color:#e21b23;
  font-weight:900
}

.notice{
  padding:13px;
  background:#fff5df;
  border-radius:12px;
  margin-bottom:14px;
  font-size:13px
}

.promo-card{
  overflow:hidden;
  border:1px solid #e7e7e7;
  border-radius:20px;
  background:#fff;
  margin-bottom:16px;
  box-shadow:0 8px 24px #0000000a
}*{

.promo-card img{
  display:block;
  width:100%;
  aspect-ratio:12/7;
  object-fit:cover
}

.promo-body{
  padding:16px
}

.promo-body h3{
  font-size:21px;
  margin:10px 0 5px
}

.intro{
  margin-top:-8px;
  margin-bottom:16px
}

.promo-body .btn{
  margin-top:8px
}

.check{
  display:block;
  margin:12px 0;
  line-height:1.45
}

.check input{
  margin-right:8px
}

.check a,
.link{
  color:inherit;
  text-decoration:underline;
  background:none;
  border:0;
  padding:0
}

.legal{
  max-width:850px;
  margin:40px auto;
  padding:24px;
  line-height:1.65
}

.legal h1{
  margin-top:0
}


/* =========================================
   USŁUGI
   ========================================= */

.service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:20px
}

.service-card{
  cursor:pointer;
  min-height:175px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:20px 14px;
  transition:transform .15s ease,box-shadow .15s ease
}

.service-card:active{
  transform:scale(.97)
}

.service-icon{
  font-size:42px;
  line-height:1;
  margin-bottom:14px
}

.service-card h3{
  margin:0 0 8px
}

.service-card p{
  margin:0;
  font-size:14px;
  line-height:1.4
}

@media(max-width:420px){

  .service-grid{
    gap:10px
  }

  .service-card{
    min-height:155px;
    padding:16px 10px
  }

  .service-icon{
    font-size:36px
  }

}


/* =========================================
   TŁO I WYGLĄD KAFELKÓW USŁUG
   ========================================= */

.service-card:hover{
  box-shadow:0 8px 24px #00000012
}

.service-card h3{
  font-size:17px
}

.service-card .muted{
  color:#777
}


@media(min-width:700px){

  body{
    background:#ddd
  }

}

/* =========================================
   NOWY WYGLĄD USŁUG
   ========================================= */

.services-title{
  font-size:42px;
  font-weight:900;
  margin:8px 0 4px;
  letter-spacing:-1.5px;
}

.services-intro{
  font-size:18px;
  margin:0 0 22px;
}

.service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.service-card{
  overflow:hidden;
  padding:0;
  border:1px solid #e5e5e5;
  border-radius:22px;
  background:#fff;
  box-shadow:0 8px 25px #00000012;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease;
}

.service-card:active{
  transform:scale(.98);
}

.service-image{
  position:relative;
  height:185px;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.service-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  z-index:0;
}

.service-image-text,
.service-icon-box{
  z-index:1;
}

.service-door-image{
  background-image:url('/uploads/dostawa.png') !important;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-repair-image{
  background-image:url('/uploads/serwis.png') !important;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.service-image-text{
  position:absolute;
  left:14px;
  top:18px;
  color:#111;
  font-size:13px;
  line-height:1.35;
}

.service-image-text strong{
  display:block;
}

.repair-text{
  left:auto;
  right:12px;
  color:#fff;
  text-align:left;
  font-size:12px;
}

.repair-text strong{
  color:#e21b23;
}

.service-icon-box{
  position:absolute;
  left:14px;
  bottom:-22px;
  width:66px;
  height:66px;
  border-radius:17px;
  background:#e21b23;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px #0003;
  border:4px solid #fff;
}

.service-icon-box svg{
  width:38px;
  height:38px;
}

.service-content{
  padding:32px 14px 16px;
}

.service-content h3{
  font-size:20px;
  line-height:1.05;
  margin:0 0 10px;
  font-weight:900;
}

.service-content p{
  font-size:13px;
  line-height:1.4;
  color:#666;
  margin:0 0 16px;
}

.service-more{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#e21b23;
  font-size:11px;
  font-weight:900;
  letter-spacing:.2px;
}

.service-more span{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#e21b23;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  line-height:1;
}


/* Telefon — kafelki pozostają czytelne */

@media(max-width:420px){

  .services-title{
    font-size:36px;
  }

  .services-intro{
    font-size:16px;
  }

  .service-grid{
    gap:10px;
  }

  .service-image{
    height:150px;
  }

  .service-content{
    padding:30px 11px 13px;
  }

  .service-content h3{
    font-size:17px;
  }

  .service-content p{
    font-size:12px;
  }

  .service-more{
    font-size:9px;
  }

  .service-more span{
    width:32px;
    height:32px;
    font-size:21px;
  }

}
.service-photo{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  z-index:10 !important;
}

.service-image-text{
  position:absolute;
  z-index:20 !important;
}

.service-icon-box{
  z-index:30 !important;
}
/* =========================================
   PEŁNE GRAFICZNE KAFELKI USŁUG
   ========================================= */

.service-full-photo{
  position:relative;
  height:260px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:20px;
  background:#111;
  box-shadow:0 8px 24px #00000018;
  cursor:pointer;
}

.service-full-photo > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.service-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:18px;
  background:linear-gradient(
    to top,
    #000c 0%,
    #0007 28%,
    transparent 65%
  );
  color:#fff;
}

.service-label{
  display:inline-block;
  width:max-content;
  font-size:17px;
  font-weight:900;
  margin-bottom:7px;
  padding-bottom:4px;
  border-bottom:3px solid #e21b23;
  letter-spacing:.3px;
}

.service-text{
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  max-width:85%;
}

.service-arrow{
  position:absolute;
  right:12px;
  bottom:12px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#e21b23;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  line-height:1;
}

@media(max-width:420px){
  .service-full-photo{
    height:230px;
    border-radius:18px;
  }

  .service-overlay{
    padding:14px;
  }

  .service-label{
    font-size:14px;
    border-bottom-width:2px;
  }

  .service-text{
    font-size:11px;
  }

  .service-arrow{
    width:28px;
    height:28px;
    right:10px;
    bottom:10px;
    font-size:16px;
  }
}
/* =========================================
   DOLNE MENU – IKONY
   ========================================= */

nav button{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#666;
}

.nav-icon{
  width:23px;
  height:23px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.nav-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

nav button small{
  font-size:10px;
  margin-top:1px;
}

nav button.active{
  color:#e21b23;
}
/* =========================================
   SLIDER NA STRONIE START
   ========================================= */

.home-slider{
  position:relative;
  width:100%;
  height:280px;
margin-bottom:24px;
  border-radius:20px;
  overflow:hidden;
  background:#111;
  box-shadow:0 8px 25px #00000018;
  
}


.slider-track{
  display:flex;
  width:100%;
  height:100%;
  transition:transform .45s ease;
}

.slider-slide{
  flex:0 0 100%;
  width:100%;
  height:100%;
  position:relative;
}

.slider-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.slider-slide{
  width:100%;
  height:100%;
}

.slider-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  font-size:18px;
  font-weight:900;
  letter-spacing:.5px;
}

.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#000b;
  color:#fff;
  font-size:25px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:5;
}

.slider-prev{
  left:10px;
}

.slider-next{
  right:10px;
}

.slider-dots{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:flex;
  gap:6px;
  z-index:5;
}

.slider-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff9;
}

.slider-dot.active{
  background:#e21b23;
  width:18px;
  border-radius:5px;
}

.home-kręcimy{
  margin-bottom:0;
  padding:24px 20px;
border-radius:20px;
background:#111;
box-shadow:0 8px 24px #00000012;
text-align:center;
}
.home-kręcimy h1{
  margin:0 0 8px;
  font-size:28px;
  font-weight:900;
  letter-spacing:-.5px;
 
}

.home-kręcimy p{
  margin:0 0 20px;
  font-size:13px;
  line-height:1.5;
}
.home-kręcimy #homeCouponsBtn{
  width:auto;
  min-width:190px;
  padding:13px 24px;
  margin-top:0;
  border-radius:14px;
  font-size:12px;
  letter-spacing:.3px;
}

@media(max-width:420px){
  .home-slider{
    height:170px;
    border-radius:20px;
  }

  .slider-arrow{
    width:30px;
    height:30px;
    font-size:22px;
  }

  .slider-placeholder{
    font-size:15px;
  }
}
.app-header{
  width:100%;
  max-width:100vw;
  height:64px;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 16px;
  overflow:hidden;
}

.app-brand{
  display:flex;
  align-items:center;
}

.app-brand img{
  height:30px;
  width:220px;
  max-width:220px;
  object-fit:contain;
  display:block;
}

.header-login{
  border:1px solid #fff;
  background:transparent;
  color:#fff;
  border-radius:20px;
  padding:8px 16px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:.2s;
}

.header-login:active{
  transform:scale(.96);
  background:#fff;
  color:#000;
}