/* Доп. стили — статья «Огнетушитель Он-лайн» */
.ar-hero-wrap--split {
  grid-template-columns: 1fr minmax(300px, 460px);
  align-items: end;
  gap: 48px;
}
.ar-hero-fig {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--pm-line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  margin-bottom: 44px;
}
.ar-hero-fig img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ar-figure-block {
  margin: 32px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--pm-line);
  background: var(--pm-card);
}
.ar-figure-block img {
  display: block;
  width: 100%;
  height: auto;
}
.ar-figure-cap {
  margin: 0;
  padding: 14px 18px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--pm-muted);
  border-top: 1px solid var(--pm-line-2);
}
.ar-figure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}
.ar-figure-grid .ar-figure-block {
  margin: 0;
}
.ar-subsec-title {
  margin: 28px 0 14px;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.ar-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(0, 189, 220, 0.2);
  background: rgba(0, 189, 220, 0.06);
  font-size: 0.92rem;
}
.ar-price-row span {
  color: var(--pm-muted);
}
.ar-price-row strong {
  color: var(--pm-teal);
  font-weight: 800;
}
.ar-footnote {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--pm-line-2);
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--pm-muted);
}
.ar-footnote a {
  color: var(--pm-teal);
  text-decoration: none;
}
.ar-footnote a:hover {
  text-decoration: underline;
}
.ar-fpo-title {
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--pm-teal);
  margin-bottom: 8px;
  line-height: 1.25;
}
@media (max-width: 1000px) {
  .ar-hero-wrap--split {
    grid-template-columns: 1fr;
  }
  .ar-hero-fig {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.ar-sidebar-btn--secondary {
  background: var(--pm-card);
  border: 1px solid var(--pm-line);
  box-shadow: none;
  margin-bottom: 8px;
  color: var(--pm-text);
}
.ar-sidebar-btn--secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 189, 220, 0.35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
@media (max-width: 700px) {
  .ar-figure-grid {
    grid-template-columns: 1fr;
  }
}
