/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Author: Elementor Team
Author URI: https://elementor.com/
Description: Дочерняя тема для Hello Elementor. Используйте для кастомизации.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
Template: hello-elementor
*/


.product-head h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #002050;
}
.badges {
  margin: 0 0 18px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 1rem;
  font-weight: 600;
  gap: 5px;
}
.badge-blue {
  background: #e6f0fd;
  color: #214799;
}
.badge-green {
  background: #dbfbe5;
  color: #137c33;
}
.lead {
  color: #252525;
  font-size: 1.12em;
  margin-bottom: 20px;
}
.features-row {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.feature-box {
  border-radius: 15px;
  border: 1px solid #e0e8f0;
  padding: 19px 16px 12px 16px;
  background: #f7fafd;
  min-width: 260px;
  flex: 1 1 220px;
}
.feature-title {
  font-weight: bold;
  font-size: 1.08em;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.blue-box {
  background: #e9f3ff !important;
  border-color: #85baf7 !important;
  color: #152d4d;
}
.green-box {
  background: #e8faed !important;
  border-color: #79e2a6 !important;
  color: #135934;
}
.tech-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222d3a;
  margin: 30px 0 13px 0;
}
.custom-specs {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 350px;
  border-radius: 12px;
  background: #fff;
  font-size: 1em;
  margin-bottom: 36px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(70,150,255,0.06);
}
.custom-specs thead tr {
  background: #f3f8fe;
}
.custom-specs tbody tr:nth-child(even) {
  background: #eefffa;
}
.custom-specs th, .custom-specs td {
  padding: 11px 12px;
  border-bottom: 1px solid #e4e9ef;
  text-align: left;
}
.custom-specs th {
  font-weight: bold;
  color: #06347c;
  background: #f3f8fe;
}
.custom-specs td {
  color: #173159;
  font-weight: 500;
}
.custom-specs tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 900px) {
  .features-row { flex-direction: column; gap: 8px;}
}
@media (max-width: 600px){
  .feature-box { min-width: unset; padding: 15px 6px 8px 8px; font-size: 0.96em; }
  .custom-specs th, .custom-specs td { padding: 9px 6px; font-size: 0.95em;}
  .product-head h1 { font-size: 1.25rem; }
  .tech-title { font-size: 1.03rem;}
}