.heading-center__subtitle {
  font-size: 0.9em;
  line-height: 1.4;
  color: rgba(var(--barom-text-color), 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.heading-center__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--barom-heading-color);
}
.heading-center__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  background: linear-gradient(90deg, var(--barom-brand-color, #007cba), var(--barom-accent-color, #ff6b35));
  margin: 1rem auto 0;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .heading-center__title::after {
    width: 4rem;
    height: 0.3rem;
    margin: 1.5rem auto 0;
  }
}
@media (min-width: 1280px) {
  .heading-center__title::after {
    width: 6rem;
    height: 0.35rem;
    margin: 2rem auto 0;
  }
}
.heading-center__content {
  font-size: 0.9em;
  line-height: 1.6;
  color: var(--barom-text-color);
  margin: 1.5em 0;
}

.heading-accent-small__title {
  font-weight: 700;
  line-height: 1.3;
  color: var(--barom-heading-color);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5em;
}
.heading-accent-small__title::after {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: linear-gradient(90deg, var(--barom-brand-color, #007cba), var(--barom-accent-color, #ff6b35));
  border-radius: 1px;
}
@media (min-width: 768px) {
  .heading-accent-small__title::after {
    width: 2.5rem;
    height: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .heading-accent-small__title::after {
    width: 3rem;
    height: 0.3rem;
  }
}
.heading-accent-small__subtitle {
  font-size: 0.9em;
  color: rgba(var(--barom-text-color), 0.7);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.heading-accent-small__content {
  line-height: 1.6;
  color: var(--barom-text-color);
  font-size: 0.9em;
}

.heading-left-vertical__subtitle {
  font-size: 0.9em;
  line-height: 1.4;
  color: rgba(var(--barom-text-color), 0.6);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.heading-left-vertical__title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--barom-heading-color);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0 !important;
  font-size: 3rem;
}
.heading-left-vertical__title::before {
  content: "";
  width: 0.15em;
  height: 1.1em;
  background: linear-gradient(180deg, var(--barom-brand-color, #007cba), var(--barom-accent-color, #ff6b35));
  border-radius: 2px;
  flex-shrink: 0;
}
.heading-left-vertical__content {
  line-height: 1.6;
  color: var(--barom-text-color);
  font-size: 0.9em;
}
.heading-left-vertical--text-center .heading-left-vertical__title {
  justify-content: center;
  margin-bottom: 0 !important;
}

.heading-right {
  text-align: right;
}
.heading-right__subtitle {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(var(--barom-text-color), 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: right;
}
.heading-right__title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--barom-heading-color);
  text-align: right;
}
.heading-right__content {
  font-size: 0.9em;
  line-height: 1.6;
  color: var(--barom-text-color);
  text-align: right;
}

.heading-accent-large__title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--barom-heading-color);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.heading-accent-large__title::after {
  content: "";
  width: 4rem;
  height: 0.4rem;
  background: linear-gradient(90deg, var(--barom-brand-color, #007cba), var(--barom-accent-color, #ff6b35));
  border-radius: 2px;
}
@media (min-width: 768px) {
  .heading-accent-large__title::after {
    width: 5rem;
    height: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .heading-accent-large__title::after {
    width: 6rem;
    height: 0.6rem;
  }
}/*# sourceMappingURL=heading.css.map */