.atex-hero { overflow: hidden; }
.atex-hero-grid, .intro-grid, .selection-grid { align-items: center; }
.hero-product-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.hero-product-panel img {
  width: min(100%, 520px);
  max-height: 560px;
  object-fit: contain;
}
.highlight-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.highlight-facts span {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 41, 55, 0.08);
}
.highlight-facts strong { color: #20323c; font-size: 1rem; }
.highlight-facts small { color: #5d6b73; }
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.intro-section, .series-section, .selection-section { padding: 76px 0; }
.series-grid {
  display: grid;
  gap: 26px;
}
.series-card {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 41, 55, 0.08);
}
.series-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(0, 115, 159, 0.05), rgba(0, 115, 159, 0.01));
}
.series-image img {
  width: 100%;
  max-width: 280px;
  max-height: 430px;
  object-fit: contain;
}
.series-content { display: grid; gap: 14px; }
.series-content h3, .series-intro { margin: 0; }
.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 4px 0 0;
}
.spec-list div {
  display: grid;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(20, 68, 84, 0.12);
}
.spec-list dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00739f;
}
.spec-list dd {
  margin: 0;
  font-weight: 700;
  color: #20323c;
}
.compare-section { padding: 82px 0; }
.table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 41, 55, 0.08);
}
.compare-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}
.compare-table th, .compare-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(20, 68, 84, 0.12);
}
.compare-table th {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00739f;
  background: rgba(0, 115, 159, 0.06);
}
.compare-table tr:last-child td { border-bottom: 0; }
.chip-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.chip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 41, 55, 0.08);
  font-weight: 700;
}
.options-card { display: grid; gap: 18px; }
.product-cta-box { max-width: 920px; }
@media (max-width: 980px) {
  .series-card { grid-template-columns: 1fr; }
  .series-image { min-height: 240px; }
  .highlight-facts, .spec-list { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .intro-section, .series-section, .selection-section, .compare-section { padding: 52px 0; }
  .series-card { padding: 22px; border-radius: 22px; }
  .hero-product-panel { min-height: 260px; }
  .compare-table th, .compare-table td { padding: 14px 16px; }
}


.configurator-teaser-section { padding: 56px 0; }
.configurator-teaser-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 41, 55, 0.08);
}
.configurator-teaser-box h2,
.configurator-teaser-box p { margin: 0; }
@media (max-width: 860px) {
  .configurator-teaser-box { align-items: flex-start; flex-direction: column; }
}
