.elementor-2152 .elementor-element.elementor-element-6def4ae{--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;--border-radius:10px 10px 10px 10px;box-shadow:0px 8px 24px 0px rgba(0, 0, 0, 0.3);--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2152 .elementor-element.elementor-element-b01dad6{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2152 .elementor-element.elementor-element-6def4ae{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}}/* Start custom CSS for html, class: .elementor-element-b01dad6 *//* ========================================
   PAGE: Фиксация цены навеса — KharitonMetall
   ======================================== */

/* ---- Базовые настройки ---- */
.promo-article {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #7a7a7a;
  line-height: 1.6;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.promo-article h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: #313137;
  margin: 0 0 20px 0;
  text-align: center;
}

.promo-article h3 {
  font-size: 36px;
  font-weight: 900;
  color: #313137;
  margin: 0 0 24px 0;
  text-align: center;
}

/* ---- HERO ---- */
.hero-block {
  text-align: center;
  padding: 30px 20px 40px;
  background: #F4FBFF;
  border-radius: 16px;
  margin-bottom: 50px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 28px;
  color: #54595F;
  max-width: 600px;
  font-weight: 600;
  margin: 0 auto 32px;
  line-height: 1.3;
}

.hero-sub {
  font-size: 24px;
  color: #54595F;
  max-width: 600px;
  font-weight: 4500;
  margin: 0 auto 20px;
  line-height: 1.2;
}

/* Контейнер для центрирования */
.hero-img-container {
  text-align: center;
  margin: 25px auto; /* Отступы сверху и снизу */
  width: 80%;
}

/* Стили самой картинки-превью */
.hero-preview-img {
  max-width: 320px; /* Оптимальная ширина для документа в хиро-блоке */
  width: 100%;
  height: auto;
  border-radius: 8px; /* Скругление углов, чтобы смотрелось современно */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); /* Мягкая тень */
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Эффект при наведении курсора */
.hero-preview-img:hover {
  transform: scale(1.03); /* Картинка слегка увеличивается, намекая, что она кликабельна */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25); /* Тень становится глубже */
}

.cta-button, 
.cta-button:visited, 
.cta-button:focus {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 7px;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.cta-button:active {
  color: #fff;
  box-shadow: none;
} 



/* ---- REASONS ---- */
.reasons-block {
  margin-bottom: 50px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.reason-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.2s ease;
}

.reason-card:hover {
  border-color: #ff0000;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.reason-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.reason-text {
  font-size: 15px;
  font-weight: 600;
  color: #313137;
  line-height: 1.4;
}

/* ---- COMPARE TABLE ---- */
.compare-block {
  margin-bottom: 50px;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
 }

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 16px;
}

.compare-table th {
  padding: 18px 24px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}

.compare-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #e9ecef;
}

.col-today {
  background: #f1f8f4;
  color: #2b8a3e;
  width: 50%;
}

.col-later {
  background: #fff5f5;
  color: #ff0000;
  width: 50%;
}

.compare-table th.col-today {
  background: #2b8a3e;
  color: #fff;
}

.compare-table th.col-later {
  background: #ff0000;
  color: #fff;
}

.check {
  font-weight: 700;
  margin-right: 8px;
}

.cross {
  font-weight: 700;
  margin-right: 8px;
}

/* ---- EMOTION BLOCK ---- */
.emotion-block {
  background: #313137;
  color: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  margin-bottom: 50px;
  text-align: center;
}

.emotion-block h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.emotion-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #b0b0b5;
  max-width: 700px;
  margin: 0 auto 16px;
}

/* ---- OFFER BLOCK ---- */
.offer-block {
  text-align: center;
  padding: 50px 30px;
  background: linear-gradient(135deg, #fff9db 0%, #fff3bf 100%);
  border-radius: 16px;
  border: 2px solid #fcc419;
  margin-bottom: 50px;
}

.offer-badge {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.offer-block h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.offer-subtitle {
  font-size: 20px;
  color: #7a7a7a;
  margin-bottom: 28px;
}

.offer-benefits {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.offer-tag {
  background: #fff;
  color: #ff0000;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #fcc419;
}

/* ---- BOTTOM CTA ---- */
.bottom-cta-block {
  background: #F4FBFF;
  padding: 50px 40px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.bottom-cta-subtitle {
  font-size: 17px;
  color: #7a7a7a;
  max-width: 500px;
  margin: 0 auto 32px;
}

.bottom-cta-note {
  font-size: 13px;
  color: #a0a0a5;
  margin-top: 20px;
  margin-bottom: 12px;
}

.bottom-cta-urgency {
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
}

/* ---- АДАПТИВ ---- */
@media (max-width: 768px) {
    .promo-article {
    padding: 0 3px;
}
  .promo-article h2 {
    font-size: 28px;
  }
  
  .promo-article h3 {
    font-size: 22px;
  }
  
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .emotion-block {
    padding: 36px 24px;
  }
  
  .emotion-block h2 {
    font-size: 24px;
  }
  
  .cta-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .reasons-grid {
    grid-template-columns: 1fr;
  }
  
  .compare-table th,
  .compare-table td {
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .bottom-cta-block {
    padding: 36px 24px;
  }
}/* End custom CSS */