.elementor-1929 .elementor-element.elementor-element-4a96679{--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;}@media(min-width:768px){.elementor-1929 .elementor-element.elementor-element-4a96679{--content-width:1480px;}}/* Start custom CSS for html, class: .elementor-element-b44ebf2 *//* =========================
   AKO NAKUPOVAŤ – LACES.SK / KMIŤ s.r.o.
   Max 1600px, červená paleta
========================= */

#kmit-ank.ank-wrap {
  --max: 1600px;
  --gap: 20px;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(0,0,0,.06);
  --border: #ececec;
  --fg: #111827;
  --fg2: #374151;
  --muted: #6b7280;
  --brand: #c0392b;
  --brandBg: #f3f3f3;
  --brandBorder: #818181;
  --accent: #606342;
  --red-light: #fde8e6;
  --red-border: #f5c6c2;
}

#kmit-ank,
#kmit-ank * { box-sizing: border-box; }

#kmit-ank .ank-shell {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

/* HERO */
#kmit-ank .ank-hero {
  background: linear-gradient(135deg, var(--brandBg), #fff);
  border: 1px solid var(--brandBorder);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 28px 30px;
  margin: 0 0 32px;
}

#kmit-ank .ank-hero__badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--brandBorder);
  color: var(--accent);
  margin-bottom: 12px;
}

#kmit-ank .ank-hero__title {
  font-size: 34px;
  font-weight: 800;
  color: var(--fg);
  margin: 0 0 10px;
  letter-spacing: -.3px;
  line-height: 1.15;
}

#kmit-ank .ank-hero__lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fg2);
  margin: 0;
  max-width: 65ch;
}

/* STEPS */
#kmit-ank .ank-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

/* vertical line */
#kmit-ank .ank-steps::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--red-border), #ececec);
  z-index: 0;
}

#kmit-ank .ank-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding-bottom: 28px;
  position: relative;
}

#kmit-ank .ank-step:last-child {
  padding-bottom: 0;
}

/* number bubble */
#kmit-ank .ank-step__num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(192,57,43,.25);
  position: relative;
  z-index: 1;
}

/* body */
#kmit-ank .ank-step__body {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow);
  margin-top: 0;
}

#kmit-ank .ank-step__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--fg);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red-border);
}

#kmit-ank .ank-step__body p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--fg2);
  margin: 0 0 12px;
}

#kmit-ank .ank-step__body p:last-child { margin-bottom: 0; }

#kmit-ank .ank-step__body a { color: var(--brand); }
#kmit-ank .ank-step__body a:hover { text-decoration: underline; }

/* callout */
#kmit-ank .ank-callout {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brandBg), #fff);
  border: 1px solid var(--brandBorder);
  color: var(--accent);
  font-size: 13.5px;
  line-height: 1.6;
}

#kmit-ank .ank-callout a { color: var(--brand); font-weight: 600; }

/* grid cards */
#kmit-ank .ank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}

#kmit-ank .ank-grid__card {
  background: var(--brandBg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
}

#kmit-ank .ank-grid__icon {
  font-size: 22px;
  margin-bottom: 6px;
}

#kmit-ank .ank-grid__label {
  font-size: 13px;
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 4px;
}

#kmit-ank .ank-grid__text {
  font-size: 12.5px;
  color: var(--fg2);
  line-height: 1.5;
}

/* CTA bottom */
#kmit-ank .ank-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, var(--red-light), #fff);
  border: 1px solid var(--red-border);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-top: 32px;
}

#kmit-ank .ank-cta__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg2);
  max-width: 55ch;
}

#kmit-ank .ank-cta__btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#kmit-ank .ank-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: var(--brand);
  color: #fff;
  border: 1px solid var(--brand);
  transition: background .15s, transform .12s;
}

#kmit-ank .ank-btn:hover {
  background: #a93226;
  transform: translateY(-1px);
}

#kmit-ank .ank-btn--ghost {
  background: #fff;
  color: var(--fg);
  border-color: var(--border);
}

#kmit-ank .ank-btn--ghost:hover {
  background: var(--brandBg);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 600px) {
  #kmit-ank .ank-steps::before { left: 22px; }
  #kmit-ank .ank-step { grid-template-columns: 46px 1fr; gap: 14px; }
  #kmit-ank .ank-step__num { width: 46px; height: 46px; font-size: 18px; }
  #kmit-ank .ank-grid { grid-template-columns: 1fr; }
  #kmit-ank .ank-hero__title { font-size: 26px; }
  #kmit-ank .ank-cta { flex-direction: column; align-items: flex-start; }
  #kmit-ank .ank-shell { padding: 0 12px; }
}/* End custom CSS */