/* =========================================================
   JOSPORT.CZ — REDESIGN 2026 / PRÁZDNÝ KOŠÍK V6 LANDING
   Kompletní moderní landing page pro prázdný košík
   Hlavní barva: #254480
   Akcent: #199CE6
   ========================================================= */

:root{
  --jec5-primary:#254480;
  --jec5-primary-dark:#17345f;
  --jec5-primary-light:#315a9c;
  --jec5-accent:#199ce6;
  --jec5-accent-light:#5bc2f4;
  --jec5-bg:#f3f6fa;
  --jec5-white:#fff;
  --jec5-text:#17304f;
  --jec5-muted:#728297;
  --jec5-line:#dce5ef;
  --jec5-shadow:0 24px 60px rgba(31,58,101,.11);
}

body.josport-empty-cart-v5-ready{
  background:
    radial-gradient(circle at 88% 8%,rgba(25,156,230,.07),transparent 24%),
    linear-gradient(180deg,#f7f9fc 0%,var(--jec5-bg) 100%)!important;
}

body.josport-empty-cart-v5-ready main#content{
  padding-top:34px;
  padding-bottom:96px;
}

.jec5-shell{
  width:100%;
  max-width:1560px;
  margin:0 auto;
  padding:0 30px;
}

/* HERO */
.jec5-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:38px;
  align-items:center;
  margin-bottom:24px;
  padding:42px 44px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 18%,rgba(25,156,230,.28),transparent 28%),
    linear-gradient(135deg,var(--jec5-primary-dark),var(--jec5-primary) 62%,var(--jec5-primary-light));
  border-radius:24px;
  box-shadow:0 28px 70px rgba(23,52,95,.18);
}

.jec5-hero::after{
  content:"J";
  position:absolute;
  right:-30px;
  bottom:-92px;
  color:rgba(255,255,255,.045);
  font:900 300px/1 "Roboto",Arial,sans-serif;
  pointer-events:none;
}

.jec5-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:13px;
  color:#dff4ff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.jec5-kicker::before{
  content:"";
  width:34px;
  height:3px;
  border-radius:99px;
  background:var(--jec5-accent);
}

.jec5-hero h1{
  margin:0 0 13px!important;
  padding:0!important;
  color:#fff!important;
  font-family:"Roboto Condensed","Roboto",Arial,sans-serif!important;
  font-size:44px!important;
  font-weight:700!important;
  line-height:1.08!important;
  letter-spacing:-.03em;
}

.jec5-hero h1::before,
.jec5-hero h1::after{
  display:none!important;
}

.jec5-hero p{
  max-width:650px;
  margin:0;
  color:#e8f1fa;
  font-size:17px;
  line-height:1.6;
}

.jec5-search-panel{
  position:relative;
  z-index:2;
  padding:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  backdrop-filter:blur(8px);
}

.jec5-search-panel h2{
  margin:0 0 8px;
  color:#fff;
  font:700 21px/1.2 "Roboto Condensed","Roboto",sans-serif;
}

.jec5-search-panel p{
  margin:0 0 15px;
  color:#d9e7f4;
  font-size:13px;
}

.jec5-search-slot form,
.jec5-search-slot .search-form{
  margin:0!important;
}

.jec5-search-slot fieldset{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  margin:0!important;
  padding:5px!important;
  background:#fff!important;
  border:0!important;
  border-radius:999px!important;
  box-shadow:0 15px 34px rgba(0,0,0,.18)!important;
}

.jec5-search-slot input{
  flex:1 1 auto!important;
  min-width:0!important;
  height:50px!important;
  margin:0!important;
  padding:0 19px!important;
  color:var(--jec5-text)!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}

.jec5-search-slot button,
.jec5-search-slot .btn{
  flex:0 0 auto!important;
  min-width:62px!important;
  height:50px!important;
  margin:0!important;
  padding:0 19px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--jec5-accent),#0c78ba)!important;
  border:0!important;
  border-radius:999px!important;
  box-shadow:0 9px 20px rgba(25,156,230,.30)!important;
}

/* HLAVNÍ OBSAH */
.jec5-content{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(330px,.72fr);
  gap:22px;
  align-items:start;
}

.jec5-card{
  background:#fff;
  border:1px solid rgba(37,68,128,.08);
  border-radius:20px;
  box-shadow:var(--jec5-shadow);
}

.jec5-offer{
  padding:30px 32px 32px;
}

.jec5-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.jec5-section-head h2{
  margin:0;
  color:var(--jec5-primary-dark);
  font:700 23px/1.2 "Roboto Condensed","Roboto",sans-serif;
}

.jec5-section-head p{
  margin:0;
  color:var(--jec5-muted);
  font-size:13px;
}

.jec5-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.jec5-link-item a{
  position:relative;
  display:flex!important;
  align-items:center;
  min-height:52px;
  padding:11px 42px 11px 16px!important;
  color:var(--jec5-primary)!important;
  background:#f8fbfe;
  border:1px solid #e7edf4;
  border-radius:12px;
  font-size:14px!important;
  font-weight:500;
  line-height:1.35!important;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;
}

.jec5-link-item a::after{
  content:"›";
  position:absolute;
  right:16px;
  color:var(--jec5-accent);
  font-size:24px;
  line-height:1;
}

.jec5-link-item a:hover{
  color:var(--jec5-accent)!important;
  border-color:rgba(25,156,230,.34);
  box-shadow:0 12px 26px rgba(37,68,128,.09);
  transform:translateY(-2px);
}

/* KONTAKT */
.jec5-help{
  overflow:hidden;
}

.jec5-help-head{
  padding:26px 26px 22px;
  color:#fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(25,156,230,.25),transparent 32%),
    linear-gradient(135deg,var(--jec5-primary-dark),var(--jec5-primary));
}

.jec5-help-head span{
  display:block;
  margin-bottom:7px;
  color:#cfeeff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.jec5-help-head h2{
  margin:0 0 8px;
  color:#fff;
  font:700 23px/1.2 "Roboto Condensed","Roboto",sans-serif;
}

.jec5-help-head p{
  margin:0;
  color:#e5eef7;
  font-size:13px;
  line-height:1.5;
}

.jec5-help-body{
  padding:24px 26px 26px;
}

.jec5-help-body strong{
  display:block;
  margin-bottom:13px;
  color:var(--jec5-primary-dark);
  font-size:15px;
}

.jec5-help-body p{
  margin:0 0 10px;
  color:var(--jec5-text);
  font-size:14px;
  line-height:1.55;
}

.jec5-help-body a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:3px 8px;
  color:var(--jec5-primary)!important;
  border-radius:8px;
  text-decoration:none!important;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.jec5-help-body a:hover{
  color:var(--jec5-accent)!important;
  background:rgba(25,156,230,.07);
  transform:translateX(2px);
}

.jec5-proof{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e8edf3;
}

.jec5-proof span{
  position:relative;
  padding-left:22px;
  color:var(--jec5-muted);
  font-size:13px;
}

.jec5-proof span::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--jec5-accent);
  font-weight:800;
}

/* BENEFITY */
.jec5-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:22px;
}

.jec5-benefit{
  padding:18px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(37,68,128,.08);
  border-radius:15px;
  box-shadow:0 14px 30px rgba(31,58,101,.07);
}

.jec5-benefit strong{
  display:block;
  margin-bottom:4px;
  color:var(--jec5-primary-dark);
  font:700 14px/1.25 "Roboto Condensed","Roboto",sans-serif;
  text-transform:uppercase;
}

.jec5-benefit span{
  color:var(--jec5-muted);
  font-size:12px;
}

/* Skrytí původní struktury až po úspěšném sestavení */
body.josport-empty-cart-v5-ready .jec5-original-hidden{
  display:none!important;
}

@media (max-width:1100px){
  .jec5-hero,
  .jec5-content{
    grid-template-columns:1fr;
  }

  .jec5-benefits{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:767px){
  .jec5-shell{
    padding:0 15px;
  }

  .jec5-hero{
    padding:28px 22px;
    border-radius:18px;
  }

  .jec5-hero h1{
    font-size:32px!important;
  }

  .jec5-hero p{
    font-size:15px;
  }

  .jec5-search-panel{
    padding:18px;
  }

  .jec5-offer,
  .jec5-help-body{
    padding-left:20px;
    padding-right:20px;
  }

  .jec5-links{
    grid-template-columns:1fr;
  }

  .jec5-section-head{
    display:block;
  }

  .jec5-section-head p{
    margin-top:6px;
  }

  .jec5-benefits{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V6 — KONTAKTNÍ ÚDAJE V SERVISNÍ KARTĚ
   ========================================================= */

.jec5-contact-list{
  display:grid;
  gap:9px;
  margin:0 0 18px;
}

.jec5-contact-row{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-height:42px;
  padding:7px 9px;
  background:#f7fafe;
  border:1px solid #e5edf5;
  border-radius:10px;
}

.jec5-contact-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  color:#fff;
  background:linear-gradient(135deg,var(--jec5-primary),var(--jec5-accent));
  border-radius:50%;
  font-size:15px;
  font-weight:700;
}

.jec5-contact-content strong{
  display:block;
  margin:0 0 2px;
  color:var(--jec5-primary-dark);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.jec5-contact-content a,
.jec5-contact-content span{
  display:inline-block;
  min-height:0!important;
  padding:0!important;
  color:var(--jec5-primary)!important;
  background:transparent!important;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
}

.jec5-contact-content a:hover{
  color:var(--jec5-accent)!important;
  background:transparent!important;
  transform:none!important;
}

.jec5-contact-person{
  margin-bottom:15px;
  color:var(--jec5-primary-dark);
  font-size:15px;
  font-weight:700;
}

@media (max-width:767px){
  .jec5-contact-row{
    grid-template-columns:32px minmax(0,1fr);
  }

  .jec5-contact-icon{
    width:32px;
    height:32px;
  }
}
