.mz-organizers {
  padding: 50px 40px;
  background: #fff;
}

.mz-container {
  max-width: 1600px;
  margin: 0 auto;
}

/* HEADER */
.mz-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #b08d3c;
  font-weight: 700;
}

.mz-header h2 {
  font-size: 44px;
  margin: 10px 0 15px;
  font-weight: 800;
text-align: center;
}
.mz-podnadpis {
 
text-align: center;
}

.mz-subtitle {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
text-align: center;
}

/* BOX */
.mz-box {
    margin: 50px 0;
    padding: 50px 45px;
    background: #fcfaf6;
    border: 1px solid rgba(176, 141, 60, 0.12);
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.05);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;

    position: relative;
    overflow: hidden;
}

.mz-box::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(176,141,60,0.12);
    box-shadow:
        0 0 0 40px rgba(176,141,60,0.03),
        0 0 0 80px rgba(176,141,60,0.02),
        0 0 0 120px rgba(176,141,60,0.015);
    pointer-events: none;
}

/* LEVÁ IKONA */

.mz-box-icon {
    flex: 0 0 170px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.mz-icon-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #0e171e;
    color: #d4af37;
    font-size: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 15px 35px rgba(15,34,56,0.12);
border: 4px solid #cbbb86;
}

/* TEXT */

.mz-box-content {
    flex: 1;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    border-left: 2px solid #c8a44d;
}

.mz-box-content p {
    margin: 0 0 22px;
    line-height: 1.9;
    color: #23384f;
    font-weight: 500;
}

.mz-box-content p:last-child {
    margin-bottom: 0;
}

.mz-box-content strong {
    font-weight: 700;
    color: #12253b;
}

.gold {
    color: #b08d3c;
    font-weight: 700;
}

/* PRAVÉ IKONY */

.mz-box-features {
    flex: 0 0 250px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 1.5px solid rgba(176,141,60,0.5);
    background: #fff !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    color: #0f2238 !important;
}

.feature-item span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0e171e !important;
}

/* GRID */
.mz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.mz-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #d4af37;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
position: relative;
}

.mz-card::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;

  width: 25px;
  height: 25px;

  background-image: url("/wp-content/uploads/2026/04/trubka.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  opacity: 1;
}

.mz-card h3 {
margin-top:25px;
}
.mz-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

/* NADPIS NA STŘED */
.mz-benefits-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1b1b1b;
}

/* ROW BOXŮ */
.mz-benefits-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 1600px;
}

/* CTA */
.mz-cta-button{
display:inline-flex;
align-items:center;
justify-content:center;

padding: 0 28px;
height: 52px;
line-height: 0;

background:linear-gradient(180deg,#f6e089,#e3c45d,#c89d22);
border:2px solid #f2d67a;
border-radius:60px;

color:#0e171e;
font-weight:600;
font-size:16px;
text-decoration:none !important;

transition:all .3s ease;
box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.mz-cta-button:hover{
transform:translateY(-3px);
box-shadow:0 14px 35px rgba(212,175,55,.35);
}

/* GLASS BOX */
.mz-benefit-box {
  background: rgba(14,23,30,0.85);
  color: #fff;
text-align: center;

  padding: 22px 28px;
  min-width: 260px;

  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* START zprava */
  transform: translateX(80px);
  opacity: 0;

  animation: slideInRight 1.1s ease forwards;
}

/* postupné nástupy */
.mz-benefit-box:nth-child(1) { animation-delay: 0.2s; }
.mz-benefit-box:nth-child(2) { animation-delay: 0.5s; }
.mz-benefit-box:nth-child(3) { animation-delay: 0.8s; }

/* ANIMACE */
@keyframes slideInRight {
  from {
    transform: translateX(80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* CTA */
.mz-cta {
  margin-top: 50px;
  padding: 30px;
 background: linear-gradient(145deg, #0e171e, #0f2622);
  color: #fff;
  border-radius: 12px;
text-align: center;
}
.icon-cta {
  display: flex;
  align-items: center;
  justify-content: center; 

  gap: 14px;
  font-size: 18px;
  margin: 10px auto; 
  color: #fff;
  font-weight: bold;

  text-align: center;
}
/* ZLATÝ KRUH */
.icon-circle {
  width: 38px !important;
  height: 38px !important;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: linear-gradient(135deg, #c9a24a, #f5e6b3);

  box-shadow: 0 8px 20px rgba(0,0,0,0.15);

  font-size: 24px;
  color: #111; 
}

/* TEXT */
.icon-text {
  line-height: 1;
}

/* =========================
   RESPONSIVE DESIGN
========================= */


/* =========================
   TABLET (do 1024px)
========================= */
@media (max-width: 1024px) {

  .mz-box {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
    gap: 28px;
  }

  .mz-box-icon {
    flex: none;
    justify-content: center;
  }

  .mz-box-content {
    border-left: none;
    padding-left: 0;
    border-top: 2px solid #c8a44d;
    padding-top: 25px;
  }

  .mz-box-features {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    justify-content: center;
  }

  .mz-benefits-row {
    flex-wrap: wrap;
  }
}


/* =========================
   MOBIL (do 768px)
========================= */
@media (max-width: 768px) {

  /* KONTEJNER */
  .mz-organizers {
    padding: 60px 20px;
  }

  /* HEADER */
  .mz-header h2 {
    font-size: 28px;
    line-height: 1.3;
  }

/* CTA */
.mz-cta-button{
font-size:14px;
height:46px;
padding:0 22px;
border-radius:50px;
text-align:center;
max-width:100%;
white-space:normal;
line-height:0;
}

  .mz-subtitle {
    font-size: 15px;
    padding: 0 10px;
  }

  /* HLAVNÍ BOX */
  .mz-box {
    padding: 28px 18px;
    margin: 35px 0;
    border-radius: 18px;
    gap: 22px;
  }

  /* LEVÁ IKONA */
  .mz-icon-circle {
    width: 95px;
    height: 95px;
    font-size: 40px;
color: #111;

  }

  /* TEXT */
  .mz-box-content {
    font-size: 15px;
    line-height: 1.8;
  }

  /* FEATURES BLOK */
  .mz-box-features {
    gap: 16px;
    justify-items: center;
  }

  .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .feature-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
  }

@media (max-width:768px){
  .mz-card::before{
    left:50%;
    transform:translateX(-50%);
    width:28px;
    height:28px;
  }
}
  .feature-item span {
    font-size: 11px;
    letter-spacing: 0.6px;
  }

.mz-cta {
    margin-top: 0;
}
  /* GRID → 1 SLOUPEC */
  .mz-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* BENEFITS */
  .mz-benefits-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .mz-benefit-box {
    width: 100%;
    max-width: 420px;
    transform: none;
    opacity: 1;
    animation: none;
  }

  /* CTA */
  .icon-cta {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}


/* =========================
   MALÉ MOBILY (do 480px)
========================= */
@media (max-width: 480px) {

  .mz-header h2 {
    font-size: 24px;
  }

  .mz-box {
    padding: 22px 14px 0 0;
  }

  .mz-card {
    padding: 22px;
  }
.mz-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    margin-bottom: -85px;
}

  /* FEATURES */
  .mz-box-features {
    max-width: 240px;
    margin: 0 auto;
  }
}