.elementor-3876 .elementor-element.elementor-element-c12cf36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b71281d */<style>
/* ============ DOLME: Podstránka "Proč nakupovat u nás" ============ */
:root{
  --dl-accent:#b07a1a;
  --dl-text:#161616;
  --dl-muted:#666;
  --dl-bg:#ffffff;
  --dl-soft:#faf7f1;                 /* jemně teplé pozadí */
  --dl-border:rgba(0,0,0,.08);
  --dl-shadow:0 14px 34px rgba(0,0,0,.10);
  --dl-shadow-soft:0 10px 26px rgba(0,0,0,.06);
  --dl-radius:20px;
  --dl-max:1180px;
}

.dl-page{
  background:var(--dl-bg);
  color:var(--dl-text);
  font-family:inherit;
}

/* wrap */
.dl-wrap{
  max-width:var(--dl-max);
  margin:0 auto;
  padding:0 18px;
}

/* typografie */
.dl-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
  color:var(--dl-accent);
}
.dl-kicker:before{
  content:"";
  width:18px;
  height:2px;
  background:rgba(176,122,26,.55);
  border-radius:99px;
}

.dl-h1{
  margin:10px 0 10px;
  font-size:clamp(28px, 3.4vw, 44px);
  line-height:1.08;
  letter-spacing:.2px;
}
.dl-lead{
  margin:0;
  max-width:820px;
  font-size:clamp(14px, 1.25vw, 18px);
  line-height:1.6;
  color:var(--dl-muted);
}

/* HERO */
.dl-hero{
  padding: clamp(28px, 4vw, 54px) 0 18px;
  background:
    radial-gradient(900px 360px at 20% -10%, rgba(176,122,26,.14), transparent 60%),
    radial-gradient(900px 360px at 80% 0%, rgba(176,122,26,.10), transparent 55%),
    linear-gradient(180deg, var(--dl-soft), #fff 62%);
  border-bottom:1px solid var(--dl-border);
}

.dl-hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:stretch;
  margin-top:18px;
}

.dl-hero__card{
  border:1px solid var(--dl-border);
  border-radius: calc(var(--dl-radius) + 6px);
  background:#fff;
  box-shadow: var(--dl-shadow-soft);
  padding:18px;
}

.dl-hero__highlights{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}

.dl-pill{
  border:1px solid var(--dl-border);
  border-radius: 999px;
  padding:10px 12px;
  display:flex;
  gap:10px;
  align-items:center;
  background: #fff;
}
.dl-pill strong{
  display:block;
  font-size:13px;
  line-height:1.15;
}
.dl-pill span{
  display:block;
  font-size:12px;
  color:var(--dl-muted);
  margin-top:2px;
  line-height:1.25;
}
.dl-pill .dl-ic{
  width:38px; height:38px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(176,122,26,.10);
  color: var(--dl-accent);
  flex:0 0 auto;
}
.dl-pill .dl-ic svg,
.dl-pill .dl-ic img{ width:22px; height:22px; display:block; }

.dl-hero__media{
  border:1px solid var(--dl-border);
  border-radius: calc(var(--dl-radius) + 6px);
  background:#fff;
  box-shadow: var(--dl-shadow-soft);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.dl-media__top{
  padding:14px 16px;
  border-bottom:1px solid var(--dl-border);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.dl-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  font-size:12px;
  color:var(--dl-text);
}
.dl-dot{
  width:10px;height:10px;border-radius:99px;
  background: rgba(176,122,26,.55);
  box-shadow: 0 0 0 3px rgba(176,122,26,.16);
}
.dl-media__frame{
  aspect-ratio: 16/10;
  background: #fff
  display:grid;
  place-items:center;
  color: var(--dl-muted);
  font-weight:700;
}

/* Rychlá navigace (kotvy) */
.dl-nav{
  margin-top:14px;
  position: sticky;
  top: 10px;
  z-index: 5;
}
.dl-nav__bar{
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border:1px solid var(--dl-border);
  border-radius: 999px;
  padding:10px;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
  display:flex;
  gap:8px;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}
.dl-nav__bar a{
  text-decoration:none;
  color: var(--dl-text);
  font-weight:800;
  font-size:12.5px;
  white-space:nowrap;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid transparent;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.dl-nav__bar a:hover{
  background: rgba(176,122,26,.08);
  border-color: rgba(176,122,26,.18);
  transform: translateY(-1px);
}

/* sekce */
.dl-section{
  padding: clamp(26px, 3.8vw, 56px) 0;
}
.dl-section--soft{
  background: var(--dl-soft);
  border-top:1px solid var(--dl-border);
  border-bottom:1px solid var(--dl-border);
}

/* bloky výhod */
.dl-feature{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap:18px;
  align-items:stretch;
  margin-top:18px;
}

.dl-feature__card{
  border:1px solid var(--dl-border);
  border-radius: calc(var(--dl-radius) + 6px);
  background:#fff;
  box-shadow: var(--dl-shadow-soft);
  padding:18px;
}

.dl-feature__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.dl-icbox{
  width:54px;height:54px;
  border-radius:18px;
  display:grid;place-items:center;
  background: rgba(176,122,26,.10);
  color: var(--dl-accent);
  flex:0 0 auto;
}
.dl-icbox svg, .dl-icbox img{ width:30px; height:30px; display:block; }

.dl-feature__title{
  margin:0;
  font-size:20px;
  font-weight:900;
  line-height:1.15;
}
.dl-feature__subtitle{
  margin:4px 0 0;
  color: var(--dl-muted);
  font-size:13.5px;
  line-height:1.45;
}

.dl-list{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.dl-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: var(--dl-text);
  line-height:1.55;
  font-size:14px;
}
.dl-check{
  width:22px;height:22px;
  border-radius: 10px;
  background: rgba(176,122,26,.12);
  color: var(--dl-accent);
  display:grid;place-items:center;
  flex:0 0 auto;
  margin-top:2px;
}
.dl-check svg{ width:14px;height:14px; display:block; }

/* media box */
.dl-media{
  border:1px solid var(--dl-border);
  border-radius: calc(var(--dl-radius) + 6px);
  overflow:hidden;
  background:#fff;
  box-shadow: var(--dl-shadow-soft);
  display:flex;
  flex-direction:column;
}

.dl-media__img{
  aspect-ratio: 4/3;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* když uvnitř používáš <img> */
.dl-media__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* grid pro další výhody */
.dl-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.dl-card{
  border:1px solid var(--dl-border);
  border-radius: calc(var(--dl-radius) + 6px);
  background:#fff;
  box-shadow: var(--dl-shadow-soft);
  padding:16px;
}
.dl-card__top{
  display:flex; align-items:center; gap:10px;
  margin-bottom:8px;
}
.dl-card__h{
  margin:0;
  font-weight:900;
  font-size:16px;
}
.dl-card__p{
  margin:0;
  color: var(--dl-muted);
  font-size:13.5px;
  line-height:1.55;
}

/* CTA */
.dl-cta{
  border:1px solid rgba(176,122,26,.25);
  border-radius: calc(var(--dl-radius) + 10px);
  background:
    radial-gradient(700px 260px at 15% 20%, rgba(176,122,26,.18), transparent 55%),
    #fff;
  box-shadow: var(--dl-shadow);
  padding: 18px;
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  margin-top:18px;
}
.dl-cta h3{
  margin:0 0 6px;
  font-weight:1000;
  font-size:20px;
}
.dl-cta p{
  margin:0;
  color: var(--dl-muted);
  line-height:1.55;
  font-size:14px;
}
.dl-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.dl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius:999px;
  font-weight:950;
  text-decoration:none;
  transition: transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
  border:1px solid rgba(0,0,0,.10);
  white-space:nowrap;
}
.dl-btn--primary{ background: var(--dl-accent); color:  }
.dl-btn--ghost{ background: #fff; color: var(--dl-text); border-color: rgba(0,0,0,.14); }
.dl-btn:hover{ transform: translateY(-1px); filter: brightness(1.03); }

/* FAQ */
.dl-faq{
  margin-top: 18px;
  display:grid;
  gap: 10px;
}
.dl-faq details{
  border: 1px solid var(--dl-border);
  border-radius: calc(var(--dl-radius) + 6px);
  background:#fff;
  box-shadow: var(--dl-shadow-soft);
  padding: 12px 14px;
}
.dl-faq summary{
  cursor:pointer;
  font-weight: 950;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.dl-faq summary::-webkit-details-marker{ display:none; }
.dl-faq summary span{
  color: var(--dl-accent);
  font-weight: 1000;
}
.dl-faq .dl-faq__a{
  margin-top:10px;
  color: var(--dl-muted);
  line-height:1.65;
  font-size:14px;
}

/* ===== DOLME mobile polish (přehledné obrázky + layout) ===== */
@media (max-width: 980px){

  /* trochu menší boční padding */
  .dl-wrap{ padding: 0 14px; }

  /* menší mezery, ať není stránka zbytečně dlouhá */
  .dl-section{ padding: 22px 0; }
  .dl-hero{ padding: 22px 0 14px; }

  /* Sticky navigace na mobilu méně agresivní */
  .dl-nav{ top: 8px; }
  .dl-nav__bar{
    padding: 8px;
    gap: 6px;
  }
  .dl-nav__bar a{
    padding: 8px 10px;
    font-size: 12px;
  }

  /* HERO: místo 3 pilulí vedle sebe uděláme „stack“ */
  .dl-hero__highlights{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dl-pill{
    border-radius: 16px;            /* méně “tabletka”, víc karta */
  }

  /* ====== KLÍČ: sekce s obrázkem a kartou ====== */
  .dl-feature{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* vždycky chceme na mobilu obrázek nahoře */
  .dl-feature .dl-media{ order: 1; }
  .dl-feature .dl-feature__card{ order: 2; }

  /* obrázek na mobilu – hezký poměr a žádné divné ořezy */
  .dl-media{
    border-radius: 18px;
  }
  .dl-media__img{
    aspect-ratio: 16/10;            /* na mobilu vypadá líp než 4/3 */
    background: #fff;
  }
  .dl-media__img img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  /* karta: menší padding, větší čitelnost */
  .dl-feature__card{
    padding: 16px;
    border-radius: 18px;
  }
  .dl-feature__title{
    font-size: 18px;
    line-height: 1.2;
  }
  .dl-feature__subtitle{
    font-size: 13.5px;
  }
  .dl-list li{
    font-size: 14px;
  }

  /* ikonový head ať se nerozbíhá */
  .dl-feature__head{
    align-items: flex-start;
  }
  .dl-icbox{
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  /* CTA na mobil: full width tlačítka */
  .dl-cta{
    padding: 16px;
    border-radius: 20px;
  }
  .dl-actions{
    width: 100%;
    justify-content: flex-start;
  }
  .dl-btn{
    width: 100%;
    justify-content: center;
  }

  /* karty ve 3 sloupcích -> 1 sloupec */
  .dl-cards{
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* responsivita */
@media (max-width: 980px){
  .dl-hero__grid{ grid-template-columns: 1fr; }
  .dl-hero__highlights{ grid-template-columns: 1fr; }
  .dl-feature{ grid-template-columns: 1fr; }
  .dl-cards{ grid-template-columns: 1fr; }
  .dl-cta{ flex-direction:column; align-items:flex-start; }
  .dl-actions{ justify-content:flex-start; }
}

/* jemné odsazení kotvy, aby sticky menu nezakrývalo nadpis */
.dl-anchor{ scroll-margin-top: 90px; }
</style>/* End custom CSS */