@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;600;800;900&display=swap');

*{box-sizing:border-box}

body{
margin:0;
background:#000;
color:#fff;
font-family:'Inter',Arial,sans-serif;
}

.page{
width:min(1120px,100%);
margin:auto;
padding:38px 50px 28px;
background:
radial-gradient(circle at 50% 45%,rgba(255,255,255,.055),transparent 30%),
radial-gradient(circle at 48% 55%,rgba(215,25,32,.07),transparent 24%),
linear-gradient(180deg,#040404,#000);
min-height:100vh;
}

.top{
display:grid;
grid-template-columns:240px 1fr;
gap:40px;
align-items:center;
padding-bottom:28px;
border-bottom:1.5px solid #d71920;
}

.logo-box img{
width:210px;
display:block;
}

.info{
display:grid;
grid-template-columns:1fr 1fr;
border-left:1.5px solid #d71920;
}

.info-card{
display:grid;
grid-template-columns:42px 1fr;
gap:10px;
align-items:center;
padding:14px 18px;
border-bottom:1px solid #d71920;
border-right:1px solid #242424;
}

.info-card:nth-child(2),
.info-card:nth-child(4){
border-right:0;
}

.info-card:nth-child(3),
.info-card:nth-child(4){
border-bottom:0;
}

.icon{
color:#e51b23;
font-size:28px;
}

.info h3{
margin:0 0 5px;
color:#e51b23;
font-size:15px;
}

.info p{
margin:0;
font-size:15px;
line-height:1.35;
color:#f1eee7;
}

.main-title{
text-align:center;
padding:40px 0 24px;
}

h1{
font-family:'Anton',Impact,sans-serif;
margin:0;
font-size:clamp(58px,9vw,110px);
line-height:.94;
letter-spacing:2px;
text-transform:uppercase;
}

h1 span{
color:#d71920;
}

.stroke{
width:68px;
height:4px;
background:#d71920;
transform:skewX(-30deg);
margin:20px auto 18px;
}

.main-title p{
margin:0;
font-size:21px;
color:#bbb;
text-transform:uppercase;
}

.booking{
text-align:center;
}

.slots{
display:flex;
justify-content:center;
gap:26px;
flex-wrap:wrap;
}

.slot{
width:240px;
min-height:95px;
padding:18px;
border:1.5px solid #d71920;
background:rgba(0,0,0,.68);
}

.slot-date{
color:#e51b23;
font-size:20px;
font-weight:900;
}

.slot-time{
margin-top:10px;
font-size:28px;
}

.slot-time small{
font-size:17px;
color:#aaa;
margin-left:5px;
}

.admin-btn{
margin-top:28px;
padding:12px 22px;
border:1px solid #d71920;
background:transparent;
color:#e51b23;
font-weight:900;
cursor:pointer;
}

footer{
display:grid;
grid-template-columns:1fr auto 1fr;
gap:20px;
align-items:center;
padding-top:60px;
}

footer span{
height:1px;
background:#d71920;
}

footer p{
margin:0;
color:#ccc;
}

footer b{
color:#e51b23;
font-size:24px;
}

.modal{
position:fixed;
inset:0;
background:rgba(0,0,0,.9);
display:flex;
justify-content:center;
align-items:center;
z-index:99;
}

.hidden{
display:none;
}

.admin{
width:min(500px,92vw);
background:#070707;
border:1.5px solid #d71920;
padding:32px;
position:relative;
}

.close{
position:absolute;
top:10px;
right:16px;
background:none;
border:0;
color:white;
font-size:34px;
cursor:pointer;
}

.admin label{
display:block;
margin:16px 0 7px;
color:#e51b23;
font-weight:900;
}

.admin input{
width:100%;
padding:14px;
background:#111;
border:1px solid #333;
color:white;
}

.add-btn{
width:100%;
margin-top:20px;
padding:14px;
background:#d71920;
border:0;
color:white;
font-weight:900;
cursor:pointer;
}

.admin-item{
display:flex;
justify-content:space-between;
padding:10px 0;
border-bottom:1px solid #242424;
}

.admin-item button{
border:1px solid #d71920;
background:transparent;
color:#e51b23;
padding:6px 10px;
cursor:pointer;
}

@media(max-width:860px){

.page{
padding:26px 18px;
}

.top{
grid-template-columns:1fr;
gap:24px;
}

.logo-box img{
width:190px;
margin:auto;
}

.info{
grid-template-columns:1fr;
border-left:0;
}

.info-card{
border-right:0!important;
padding:14px 8px;
}

h1{
font-size:72px;
}

.main-title p{
font-size:18px;
}

.slot{
width:min(100%,300px);
}

footer{
grid-template-columns:1fr;
text-align:center;
}

}


/* FORCE INLINE TERMÍNY */
.slots{
display:flex !important;
flex-direction:row !important;
justify-content:center !important;
align-items:center !important;
gap:14px !important;
flex-wrap:nowrap !important;
overflow-x:auto;
padding-bottom:10px;
}

.slot{
width:185px !important;
min-height:72px !important;
padding:14px !important;
flex-shrink:0;
}

.slot-date{
font-size:15px !important;
}

.slot-time{
font-size:22px !important;
margin-top:6px !important;
}

.slot-time small{
font-size:14px !important;
}

@media(max-width:860px){

.slots{
justify-content:flex-start !important;
padding-left:4px;
}

.slot{
width:165px !important;
}

}

/* MOBILNÍ ÚPRAVA v6 – původní design zůstává, jen se lépe skládá na menší displeje */
.admin-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #222;
  color:#f1eee7;
}

.admin-item button{
  border:1px solid #d71920;
  background:transparent;
  color:#e51b23;
  padding:8px 12px;
  font-weight:900;
  cursor:pointer;
}

@media (max-width: 820px){
  .page{
    padding:22px 16px 24px;
  }

  .top{
    grid-template-columns:1fr;
    gap:22px;
    text-align:center;
    padding-bottom:22px;
  }

  .logo-box{
    display:flex;
    justify-content:center;
  }

  .logo-box img{
    width:min(190px,72vw);
  }

  .info{
    grid-template-columns:1fr 1fr;
    border-left:0;
    border-top:1.5px solid #d71920;
  }

  .info-card{
    grid-template-columns:1fr;
    gap:7px;
    padding:13px 10px;
    text-align:center;
  }

  .icon{
    font-size:24px;
    line-height:1;
  }

  .info h3{
    font-size:13px;
  }

  .info p{
    font-size:13px;
    overflow-wrap:anywhere;
  }

  .main-title{
    padding:32px 0 20px;
  }

  h1{
    font-size:clamp(48px,15vw,76px);
    letter-spacing:1px;
  }

  .main-title p{
    font-size:16px;
  }

  .slots{
    gap:14px;
  }

  .slot{
    width:100%;
    max-width:360px;
    min-height:88px;
    padding:16px;
  }

  .slot-date{
    font-size:18px;
  }

  .slot-time{
    font-size:26px;
  }

  .admin-btn{
    width:100%;
    max-width:360px;
    margin-top:20px;
    padding:14px 18px;
  }

  footer{
    grid-template-columns:1fr;
    gap:12px;
    padding-top:42px;
    text-align:center;
  }

  footer span{
    width:100%;
  }

  .admin{
    width:calc(100vw - 24px);
    max-height:92vh;
    overflow:auto;
    padding:26px 18px 22px;
  }
}

@media (max-width: 480px){
  .page{
    padding:18px 12px 22px;
  }

  .info{
    grid-template-columns:1fr;
  }

  .info-card,
  .info-card:nth-child(2),
  .info-card:nth-child(3),
  .info-card:nth-child(4){
    border-right:0;
    border-bottom:1px solid #d71920;
  }

  .info-card:last-child{
    border-bottom:0;
  }

  h1{
    font-size:clamp(44px,18vw,64px);
  }

  .stroke{
    margin-top:16px;
  }

  .slot-time{
    font-size:24px;
  }

  .admin-item{
    align-items:flex-start;
    flex-direction:column;
  }

  .admin-item button{
    width:100%;
  }
}


/* MOBILNÍ HLAVIČKA v7 – logo vlevo, kontakty kompaktně vedle něj */
@media (max-width: 620px){
  .top{
    display:grid !important;
    grid-template-columns:92px 1fr !important;
    gap:12px !important;
    align-items:center !important;
    text-align:left !important;
    padding-bottom:16px !important;
  }

  .logo-box{
    justify-content:flex-start !important;
    align-items:center !important;
  }

  .logo-box img{
    width:88px !important;
    max-width:88px !important;
    margin:0 !important;
  }

  .info{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:6px !important;
    border:0 !important;
  }

  .info-card,
  .info-card:nth-child(2),
  .info-card:nth-child(3),
  .info-card:nth-child(4){
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    min-height:46px !important;
    padding:7px 6px !important;
    text-align:left !important;
    border:1px solid rgba(215,25,32,.55) !important;
    background:rgba(0,0,0,.32) !important;
  }

  .icon{
    font-size:16px !important;
    width:18px !important;
    min-width:18px !important;
    text-align:center !important;
  }

  .info h3{
    display:none !important;
  }

  .info p{
    font-size:11px !important;
    line-height:1.2 !important;
    margin:0 !important;
    overflow-wrap:anywhere !important;
  }
}

@media (max-width: 380px){
  .top{
    grid-template-columns:78px 1fr !important;
    gap:9px !important;
  }

  .logo-box img{
    width:74px !important;
    max-width:74px !important;
  }

  .info{
    gap:5px !important;
  }

  .info-card,
  .info-card:nth-child(2),
  .info-card:nth-child(3),
  .info-card:nth-child(4){
    min-height:42px !important;
    padding:6px 5px !important;
  }

  .icon{
    font-size:14px !important;
    width:15px !important;
    min-width:15px !important;
  }

  .info p{
    font-size:10px !important;
  }
}
