.vo-section {
  margin: 0 auto;
  padding: 50px 0px;
}

.vo-lead {
  font-family: "Montserrat", sans-serif !important;
  font-style: italic;
  color: #6b4a32;
  margin: 0 0 56px;
  max-width: 64ch;
  font-size: 20px !important;
  margin-bottom: 30px !important;
}

.vo-steps-section {
  margin: 0 auto;
}

.vo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.vo-step-card {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 10px !important;
  padding: 34px 30px;
}

.vo-step-number {
  font-family: "Playfair Display", serif !important;
  color: var(--color-secondary);
  margin-bottom: 14px;
  font-size: 34px;
}

.vo-step-title {
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  margin: 0 0 10px;
}

.vo-step-text {
  color: #6e655c;
  margin: 0;
}

.vo-steps-cta {
  text-align: left;
}

.vo-cta-button {
  display: inline-block;
  background: var(--color-primary-hover);
  color: #fff;
  font-weight: 600;
  padding: 15px 36px;
  border-radius: 5px;
  text-align: left;
  text-decoration: none;
  transition: background 0.2s ease;
}

.vo-cta-button:hover {
  background: var(--color-primary);
  color: white;
}

.vo-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.vo-feature-heading {
  font-family: "Playfair Display", serif !important;
  font-weight: bold;
  margin: 0 0 30px;
}

.vo-feature-text {
  color: #4a443d;
  margin: 0 0 18px;
}

.vo-feature-text p {
  margin: 0;
}

.vo-feature-text:last-child {
  margin: 0;
}

.vo-feature-image {
  aspect-ratio: 4/3;
  border-radius: 10px !important;
  overflow: hidden;
  background: #e2d6c2;
}

.vo-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   Responsive – Shoptet breakpointy (1200 / 992 / 768 / 480)
   ========================================================================== */

/* Menší desktop / tablet na šířku */
@media (max-width: 1200px) {
  .vo-steps {
    gap: 20px;
  }

  .vo-feature {
    gap: 40px;
  }
}

/* Tablet na šířku */
@media (max-width: 992px) {
  .vo-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .vo-feature {
    gap: 32px;
  }
}

/* Tablet na výšku / velký mobil */
@media (max-width: 767px) {
  .vo-section {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .vo-lead {
    margin-bottom: 40px;
  }

  .vo-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vo-feature-image {
    order: -1;
  }
}

/* Mobil */
@media (max-width: 480px) {
  .vo-lead {
    margin-bottom: 32px;
  }

  .vo-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vo-step-card {
    padding: 26px 22px;
  }

  .vo-cta-button {
    display: block;
    text-align: center;
  }
}
.in-velkoobchod p {
  line-height: 1.4 !important;
}
