html {
  overflow-x: hidden;
}

.navbar .navbar-nav > li > a {
  font-weight: 700;
}

main > div > p,
main > div > div > p{
  margin: 0 !important;
}

footer > .container,
#comments,
#favorite-links {
  display: none !important;
}

footer {
  padding-top: 0;
}

#content {
  padding: 80px 0 0;
}

.container {
  width: 100vw;
  padding: 0;
}
@media (min-width: 768px) {
  .section-dynamic,
  #top-ribbon > .container,
  .navbar > .container,
  footer  .container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .section-dynamic,
  #top-ribbon > .container,
  .navbar > .container,
  footer  .container {
    width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .section-dynamic,
  #top-ribbon > .container,
  .navbar > .container,
  footer  .container {
    width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .section-dynamic,
  #top-ribbon > .container,
  .navbar > .container,
  footer  .container {
    width: 1420px;
    margin: 0 auto;
  }
}

/* MOTTO */
#index #motive {
  max-height: 700px !important;
}

#motive {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(
    90deg,
    rgba(20, 32, 28, 0.72) 0%,
    rgba(20, 32, 28, 0.52) 35%,
    rgba(20, 32, 28, 0.18) 65%,
    rgba(20, 32, 28, 0.08) 100%
  ),
    url('/obrazok/3/top-banner/');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#motive .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

#motto {
  max-width: 720px;
  padding: 40px 0;
}

#motto-title {
  margin: 0 0 24px 0;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #ffffff;
  text-shadow: none;
}

#motto-text {
  margin: 0;
  max-width: 620px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

/* jemne zjemnenie obrazu */
#motive::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.03) 0%,
    rgba(255,255,255,0.00) 100%
  );
  pointer-events: none;
}

/* tablet */
@media (max-width: 991px) {
  #motive {
    min-height: 520px;
    background-position: center center;
  }

  #motto {
    max-width: 620px;
  }

  #motto-title {
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  #motto-text {
    font-size: 20px;
    line-height: 1.45;
  }
}

/* mobil */
@media (max-width: 767px) {
  #motive {
    min-height: 460px;
    align-items: flex-end;
    background-image: linear-gradient(
      180deg,
      rgba(20, 32, 28, 0.18) 0%,
      rgba(20, 32, 28, 0.45) 35%,
      rgba(20, 32, 28, 0.74) 100%
    ),
      url('/cesta-k-obrazku/banner.jpg');
  }

  #motive .container {
    padding: 0 18px 28px 18px;
  }

  #motto {
    max-width: 100%;
    padding: 0;
  }

  #motto-title {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }

  #motto-text {
    font-size: 17px;
    line-height: 1.45;
    max-width: 100%;
  }
}
/* Motto */

section.section-services li,
.section.section-services li {
  width: 100% !important;
}

.scpp-offer-section {
  background: linear-gradient(135deg, #dff3c8 0%, #f4fbec 55%, #ffffff 100%) !important;
  padding: 70px 0 !important;
}

.section-cell-parent.custom-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
  max-width: 860px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .section-cell-parent.custom-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.custom-cards .section-cell-item {
  background: #ffffff;
  padding: 28px 20px 24px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  font-size: 14.5px;
  line-height: 1.55;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  color: #1e2d1a;
}

.custom-cards .section-cell-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.custom-cards .section-cell-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
}

/* STAT BARS */
.stats-bar {
  /*background: linear-gradient(135deg, #5a8f1e 0%, #82c835 60%, #9ed44f 100%);*/
  padding: 48px 5%;
  display: flex;
  justify-content: center;
  gap: 0;
}
.stat-item {
  flex: 1;
  max-width: 280px;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: 0; top: 10%; height: 80%;
  width: 1px;
  background: rgba(255,255,255,0.25);
}
.stat-number {
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -1px;
}
.stat-label {
  color: rgba(255,255,255,0.75);
  margin-top: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .stat-number { font-size: 2.6rem; }
  .stat-item { padding: 0 24px; }
}
@media (max-width: 560px) {
  .stats-bar { flex-direction: column; align-items: center; gap: 32px; }
  .stat-item + .stat-item::before { display: none; }
}

/* Section Wrap */
.section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5%;
}

.section-eyebrow {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6aab28;
  text-align: center;
  margin-bottom: 12px;
}

h2 {
  text-align: center;
  color: #1c2b2a;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px auto;
  color: #4a5e40;
  font-weight: 300;
}

.custom-cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section-cell-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}

.section-cell-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(135deg, #5a8f1e 0%, #82c835 60%, #b0dc72 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.section-cell-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(130,200,53,0.15);
}

.section-cell-item:hover::before {
  transform: scaleX(1);
}

.item-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #eef7e0;
  line-height: 1;
  margin-bottom: 4px;
  user-select: none;
}

.section-cell-item strong {
  color: #1c2b2a;
  line-height: 1.35;
}

.section-cell-item span {
  color: #4a5e40;
  font-weight: 300;
}

@media (max-width: 1000px) {
  .custom-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .custom-cards { grid-template-columns: 1fr; }
  h2 { font-size: 1.8rem; }
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5%;
}
.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}
.card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: #82c835;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(130,200,53,0.15);
}
.card:hover::after {
  transform: scaleX(1);
}
.card-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #eef7e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.card-icon svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 900px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .cards-grid { grid-template-columns: 1fr; }
}

/* Formulár */
.form-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
  .form-container {
    max-width: 95vw;
  }
  .formular-content {
    padding: 0 12px;
  }
}

.aster {
  color: #4a5e40;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #1e2d1a;
  margin-bottom: 6px;
}

.asterisk {
  color: #82c835;
  margin-right: 3px;
}

.form-container span.asterisk {
  left: -11px;
  right: 0;
}

.form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d8e8c8;
  border-radius: 8px;
  color: #1e2d1a;
  background: #f9fdf4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.form-control:focus {
  border-color: #82c835;
  box-shadow: 0 0 0 3px rgba(130,200,53,0.15);
  background: #ffffff;
}

textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2382c835' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

#captcha-img {
  display: block;
  margin-top: 10px;
  border-radius: 6px;
}

#captcha {
  max-width: 160px;
}

.btn-primary {
  background: #82c835;
  color: #ffffff;
  border: none;
  padding: 13px 36px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  letter-spacing: 0.02em;
}

.btn-primary:hover {
  background: #6aab28;
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: translateY(0);
}

/* SLUZBY */
.sluzby-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  text-align: center;
}

.sluzby-intro p {
  color: #4a5e40;
  margin-top: 16px;
}

/* ── SEKCIA SLUŽBY ── */
.sluzba-sekcia {
  padding: 60px 20px;
}

.sluzba-sekcia.alt {
  background: linear-gradient(135deg, #dff3c8 0%, #f4fbec 55%, #ffffff 100%);
}

.sluzba-inner {
  max-width: 860px;
  margin: 0 auto;
}

.sluzba-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.sluzba-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background: #eef7e0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sluzba-icon svg {
  width: 26px;
  height: 26px;
}

.sluzba-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6aab28;
  margin-bottom: 4px;
}

.sluzba-header h2 {
  margin: 0;
  color: #1e2d1a;
}

/* ── GRID BLOKOV ── */
.sluzba-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.sluzba-blok {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.sluzba-blok::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
}

.sluzba-blok h4 {
  color: #1e2d1a;
  margin-bottom: 12px;
}

.sluzba-blok ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sluzba-blok ul li {
  color: #4a5e40;
  padding: 5px 0;
  padding-left: 18px;
  position: relative;
}

.sluzba-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background: #82c835;
  border-radius: 50%;
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .sluzba-grid {
    grid-template-columns: 1fr;
  }
  .sluzba-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ====================================================
TERAPEUTICKÉ PROGRAMY – kompletné CSS
==================================================== */

.terapia-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  text-align: center;
}

.terapia-intro p {
  color: #4a5e40;
  margin-top: 16px;
}

.terapia-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6aab28;
  margin-bottom: 4px;
}

/* ── ZOZNAM ── */
.terapia-list {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ── ITEM ── */
.terapia-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.terapia-item[open] {
  box-shadow: 0 6px 24px rgba(130,200,53,0.15);
}

.terapia-item[open]::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
}

/* ── SUMMARY ── */
.terapia-item summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  flex-wrap: nowrap;
  color: #1e2d1a;
}

.terapia-item summary::-webkit-details-marker {
  display: none;
}

.terapia-item[open] summary {
  border-bottom: 1px solid #eef7e0;
}

/* prvý SVG = ikona programu */
.terapia-item summary > svg:first-child {
  width: 22px;
  height: 22px;
  min-width: 22px;
  flex-shrink: 0;
  background: #eef7e0;
  border-radius: 10px;
  padding: 10px;
  box-sizing: content-box;
}

/* span = "Program" label */
.terapia-item summary > span {
  display: none;
}

/* posledný SVG = šípka */
.terapia-item summary > svg:last-child {
  width: 14px;
  height: 14px;
  min-width: 14px;
  flex-shrink: 0;
  margin-left: auto;
  background: #eef7e0;
  border-radius: 50%;
  padding: 7px;
  box-sizing: content-box;
  transition: transform 0.25s ease, background 0.2s ease;
}

.terapia-item[open] summary > svg:last-child {
  transform: rotate(180deg);
  background: #82c835;
}

/* ── BODY ── */
.terapia-body {
  padding: 24px 24px 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* ── BLOK ── */
.terapia-blok h4 {
  color: #1e2d1a;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #eef7e0;
}

.terapia-blok ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terapia-blok ul li {
  color: #4a5e40;
  padding: 4px 0 4px 18px;
  position: relative;
}

.terapia-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #82c835;
  border-radius: 50%;
}

.terapia-blok p {
  color: #4a5e40;
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .terapia-body {
    grid-template-columns: 1fr;
  }
  .terapia-item summary {
    padding: 16px;
  }
}

/* PRE RODIČOV */
/* ── SPOLOČNÉ ── */
.rodicov-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6aab28;
  margin-bottom: 4px;
}

.rodicov-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  text-align: center;
}

.rodicov-intro p {
  color: #4a5e40;
  margin-top: 16px;
}

.rodicov-sekcia {
  padding: 60px 20px;
}

.rodicov-sekcia.alt {
  background: linear-gradient(135deg, #dff3c8 0%, #f4fbec 55%, #ffffff 100%);
}

.rodicov-inner {
  max-width: 860px;
  margin: 0 auto;
}

.rodicov-inner h2 {
  margin-bottom: 32px;
  color: #1e2d1a;
}

/* ── VAROVNÉ SIGNÁLY – GRID ── */
.signal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
}

.signal-blok {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.signal-blok::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
}

.signal-blok h4 {
  color: #1e2d1a;
  margin-bottom: 12px;
}

.signal-blok ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.signal-blok ul li {
  color: #4a5e40;
  padding: 4px 0 4px 18px;
  position: relative;
}

.signal-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #82c835;
  border-radius: 50%;
}

/* ── PRIEBEH VYŠETRENIA – KROKY ── */
.kroky-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.krok-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 24px 24px 80px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
}

.krok-cislo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #82c835;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.krok-item h4 {
  color: #1e2d1a;
  margin-bottom: 6px;
}

.krok-item p {
  color: #4a5e40;
  margin: 0;
}

/* ── ČO PRINIESŤ ── */
.priniest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.priniest-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 20px 20px 60px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: relative;
  color: #4a5e40;
}

.priniest-item::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #eef7e0;
  border-radius: 8px;
}

.priniest-ico {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #eef7e0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.priniest-ico svg {
  width: 14px;
  height: 14px;
}

.priniest-item strong {
  display: block;
  color: #1e2d1a;
  margin-bottom: 2px;
}

/* ── FAQ ACCORDION ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item[open] {
  box-shadow: 0 4px 20px rgba(130,200,53,0.12);
}

.faq-item[open]::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  color: #1e2d1a;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] summary {
  border-bottom: 1px solid #eef7e0;
  color: #82c835;
}

.faq-arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #eef7e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.2s ease;
  flex-shrink: 0;
}

.faq-item[open] .faq-arrow {
  transform: rotate(180deg);
  background: #82c835;
}

.faq-answer {
  padding: 16px 20px 20px;
  color: #4a5e40;
}

/* ── RADY ── */
.rady-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.rada-blok {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.rada-blok h4 {
  color: #1e2d1a;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #eef7e0;
}

.rada-blok ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rada-blok ul li {
  color: #4a5e40;
  padding: 4px 0 4px 18px;
  position: relative;
}

.rada-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #82c835;
  border-radius: 50%;
}

/* ── FORMULÁRE ── */
.formulare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.formular-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.formular-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.formular-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(130,200,53,0.15);
}

.formular-item:hover::before {
  transform: scaleX(1);
}

.formular-ico {
  width: 48px;
  height: 48px;
  background: #eef7e0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formular-ico svg {
  width: 22px;
  height: 22px;
}

.formular-item strong {
  color: #1e2d1a;
  display: block;
}

.formular-item p {
  color: #4a5e40;
  margin: 0;
}

.formular-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #82c835;
  margin-top: auto;
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .signal-grid,
  .priniest-grid,
  .rady-grid,
  .formulare-grid { grid-template-columns: 1fr; }
  .krok-item { padding: 20px 16px 20px 70px; }
}

/* PRE SKOLY */
/* ── SPOLOČNÉ ── */
.skoly-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6aab28;
  margin-bottom: 4px;
}

.skoly-sekcia {
  padding: 60px 20px;
}

.skoly-sekcia.alt {
  background: linear-gradient(135deg, #dff3c8 0%, #f4fbec 55%, #ffffff 100%);
}

.skoly-inner {
  max-width: 860px;
  margin: 0 auto;
}

.skoly-inner h2 {
  margin-bottom: 32px;
  color: #1e2d1a;
}

.skoly-inner > p {
  color: #4a5e40;
  margin-bottom: 16px;
  max-width: 680px;
}

/* ── GRID KARIET ── */
.skoly-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.skoly-blok {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.skoly-blok::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
}

.skoly-blok h4 {
  color: #1e2d1a;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.skoly-blok ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skoly-blok ul li {
  color: #4a5e40;
  padding: 4px 0 4px 18px;
  position: relative;
}

.skoly-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #82c835;
  border-radius: 50%;
}

/* ── TÉMY VZDELÁVANÍ ── */
.temy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.tema-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  color: #4a5e40;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tema-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #82c835;
  border-radius: 50%;
}

/* ── ŠPT SEKCIA ── */
.spt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.spt-blok {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spt-ico {
  width: 48px;
  height: 48px;
  background: #eef7e0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spt-ico svg {
  width: 22px;
  height: 22px;
}

.spt-blok h4 {
  color: #1e2d1a;
  margin: 0;
}

.spt-blok p {
  color: #4a5e40;
  margin: 0;
}

/* ── KONTAKT BOX ── */
.skoly-kontakt-box {
  background: #82c835;
  border-radius: 16px;
  padding: 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.skoly-kontakt-text h3 {
  color: #ffffff;
  margin-bottom: 8px;
}

.skoly-kontakt-text p {
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.skoly-kontakt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #82c835;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.skoly-kontakt-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .skoly-grid,
  .spt-grid,
  .temy-grid { grid-template-columns: 1fr; }
  .skoly-kontakt-box { flex-direction: column; }
}

/* KONTAKT */
/* ── TÍM ── */
.tim-skupina {
  margin-bottom: 32px;
}

.tim-skupina h3 {
  color: #1e2d1a;
  padding-bottom: 8px;
  border-bottom: 2px solid #eef7e0;
  margin-bottom: 16px;
}

.tim-osoba {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.tim-osoba:last-child {
  border-bottom: none;
}

.tim-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #eef7e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tim-info {
  flex: 1;
  min-width: 0;
}

.tim-meno {
  color: #1e2d1a;
  margin: 0 0 2px 0;
}

.tim-pozicia {
  color: #6aab28;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 6px 0;
}

.tim-kontakt {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tim-kontakt a {
  color: #4a5e40;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tim-kontakt a:hover {
  color: #82c835;
}

/* ── KONTAKT SEKCIA ── */
.kontakt-blok {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .kontakt-blok {
    padding: 0 12px;
  }
}

.kontakt-blok h3 {
  color: #1e2d1a;
  padding-bottom: 8px;
  border-bottom: 2px solid #eef7e0;
  margin-bottom: 16px;
}

.kontakt-riadok {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: #4a5e40;
}

.kontakt-riadok a {
  color: #4a5e40;
  text-decoration: none;
}

.kontakt-riadok a:hover {
  color: #82c835;
}

.kontakt-mapa {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eef7e0;
}

.kontakt-mapa iframe {
  display: block;
  width: 100%;
  height: 200px;
  border: none;
}

.hodiny-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hodiny-riadok {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f4fbec;
  color: #4a5e40;
}

.hodiny-riadok span:first-child {
  color: #1e2d1a;
}

/* PATICKA */
.paticka-wrap {
  background: #1e2d1a;
  padding: 56px 5% 0;
}

.paticka-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

/* ── ĽAVÝ STĹPEC ── */
.paticka-o-nas p {
  color: rgba(255,255,255,0.65);
  margin-top: 16px;
  line-height: 1.7;
}

.paticka-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.paticka-logo-ico {
  width: 40px;
  height: 40px;
  background: #82c835;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paticka-logo-text {
  color: #ffffff;
  line-height: 1.2;
}

.paticka-logo-text small {
  display: block;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
}

.paticka-tagline {
  display: inline-block;
  margin-top: 20px;
  background: rgba(130,200,53,0.15);
  border-left: 3px solid #82c835;
  padding: 10px 14px;
  color: rgba(255,255,255,0.8) !important;
  border-radius: 0 8px 8px 0;
}

/* ── STREDNÝ STĹPEC ── */
.paticka-nadpis {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(130,200,53,0.3);
}

.paticka-linky {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.paticka-linky li a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.paticka-linky li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #82c835;
  border-radius: 50%;
  flex-shrink: 0;
}

.paticka-linky li a:hover {
  color: #82c835;
}

/* ── PRAVÝ STĹPEC ── */
.paticka-kontakt-riadok {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.65);
}

.paticka-kontakt-riadok a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.paticka-kontakt-riadok a:hover {
  color: #82c835;
}

.paticka-ico {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: rgba(130,200,53,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

/* ── SPODNÁ LIŠTA ── */
.paticka-spodok {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 5%;
}

.paticka-spodok-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.paticka-copyright {
  color: rgba(255,255,255,0.4);
}

.paticka-gdpr {
  display: flex;
  gap: 20px;
}

.paticka-gdpr a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

.paticka-gdpr a:hover {
  color: #82c835;
}

/* ── RESPONSIVE ── */
@media (max-width: 780px) {
  .paticka-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .paticka-spodok-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* GDPR */
.gdpr-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}

.gdpr-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6aab28;
  margin-bottom: 4px;
}

.gdpr-wrap h2 {
  color: #1e2d1a;
  margin-bottom: 40px;
}

.gdpr-sekcia {
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.gdpr-sekcia::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #82c835, #b0dc72);
  border-radius: 14px 14px 0 0;
}

.gdpr-sekcia h3 {
  color: #1e2d1a;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gdpr-sekcia p {
  color: #4a5e40;
  line-height: 1.75;
  margin-bottom: 10px;
}

.gdpr-sekcia p:last-child {
  margin-bottom: 0;
}

.gdpr-sekcia ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.gdpr-sekcia ul li {
  color: #4a5e40;
  padding: 4px 0 4px 18px;
  position: relative;
  line-height: 1.65;
}

.gdpr-sekcia ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #82c835;
  border-radius: 50%;
}

.gdpr-highlight {
  background: #f4fbec;
  border-left: 4px solid #82c835;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  color: #4a5e40;
  margin-top: 14px;
  line-height: 1.7;
}

.gdpr-datum {
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

.gdpr-header-box {
  background: linear-gradient(135deg, #5a8f1e 0%, #82c835 60%, #9ed44f 100%);
  border-radius: 16px;
  padding: 36px 32px;
  margin-bottom: 40px;
}

.gdpr-header-box h1 {
  color: #ffffff;
  margin-bottom: 8px;
}

/* BLOG */
.rubric-73400 section.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.rubric-73400 #motive {
  display: none;
}
@media (max-width: 1200px) {
  .rubric-73400 #content {
    padding-top: 0;
  }
}

section.section-bg.blog-img {
  min-height: 480px;
  /*
  width: 850px;
  */
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  section.section-bg.blog-img {
    min-height: 268px;
  }
}

section.section-bg.blog-img {
  left: unset;
  right: unset;
}

.rubric-73400 .nocomment {
  padding-bottom: 80px;
}


/* BENNRY */
#article-604509 #motive {
  background-image: linear-gradient( 90deg, rgba(20, 32, 28, 0.72) 0%, rgba(20, 32, 28, 0.52) 35%, rgba(20, 32, 28, 0.18) 65%, rgba(20, 32, 28, 0.08) 100% ), url('/obrazok/3/o-nas-png/');
}
#article-604224 #motive {
  background-image: linear-gradient( 90deg, rgba(20, 32, 28, 0.72) 0%, rgba(20, 32, 28, 0.52) 35%, rgba(20, 32, 28, 0.18) 65%, rgba(20, 32, 28, 0.08) 100% ), url('/obrazok/3/sluzby-png/');
}
#article-604217 #motive {
  background-image: linear-gradient( 90deg, rgba(20, 32, 28, 0.72) 0%, rgba(20, 32, 28, 0.52) 35%, rgba(20, 32, 28, 0.18) 65%, rgba(20, 32, 28, 0.08) 100% ), url('/obrazok/3/programy-png/');
}
#article-604223 #motive {
  background-image: linear-gradient( 90deg, rgba(20, 32, 28, 0.72) 0%, rgba(20, 32, 28, 0.52) 35%, rgba(20, 32, 28, 0.18) 65%, rgba(20, 32, 28, 0.08) 100% ), url('/obrazok/3/pre-rodicov-png/');
}
#article-604615 #motive {
  background-image: linear-gradient( 90deg, rgba(20, 32, 28, 0.72) 0%, rgba(20, 32, 28, 0.52) 35%, rgba(20, 32, 28, 0.18) 65%, rgba(20, 32, 28, 0.08) 100% ), url('/obrazok/3/pre-skoly-png/');
}
#article-604221 #motive {
  background-image: linear-gradient( 90deg, rgba(20, 32, 28, 0.72) 0%, rgba(20, 32, 28, 0.52) 35%, rgba(20, 32, 28, 0.18) 65%, rgba(20, 32, 28, 0.08) 100% ), url('/obrazok/3/kontakt-png/');
}