.seo-article {
  max-width: 820px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.seo-article__hero h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 20px;
  color: #222;
}

.seo-article__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 28px;
}

.seo-article__figure {
  margin: 28px 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f6f8;
}

.seo-article__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.seo-article__figure--contain {
  text-align: center;
  background: #f9f7f8;
}

.seo-article__figure--contain img {
  width: auto;
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
  object-fit: contain;
}

.seo-article__figure figcaption {
  padding: 12px 16px;
  font-size: 13px;
  color: #777;
  background: #f8f9fa;
}

.seo-article__toc {
  background: #f0f6fc;
  border: 1px solid #d6e8f7;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 36px 0;
}

.seo-article__toc h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #087acc;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.seo-article__toc ol {
  margin: 0;
  padding-left: 1.4em;
  columns: 2;
  column-gap: 32px;
}

.seo-article__toc li {
  margin-bottom: 6px;
  break-inside: avoid;
}

.seo-article__toc a {
  color: #087acc;
  text-decoration: none;
}

.seo-article__toc a:hover {
  text-decoration: underline;
}

.seo-article__section {
  margin-bottom: 40px;
}

.seo-article__section h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: #222;
  padding-top: 8px;
}

.seo-article__section h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  margin: 24px 0 12px;
  color: #333;
}

.seo-article__section p {
  margin: 0 0 14px;
}

.seo-article__section ul,
.seo-article__section ol {
  margin: 0 0 16px;
  padding-left: 1.4em;
}

.seo-article__section li {
  margin-bottom: 8px;
}

.seo-article__section a {
  color: #087acc;
}

.seo-article__cta {
  background: #f9f7f8;
  border: 1px solid #e4e4e4;
  color: #333;
  border-radius: 8px;
  padding: 36px 32px;
  margin: 48px 0 24px;
  text-align: center;
}

.seo-article__cta h2 {
  color: #222;
  font-size: 26px;
  margin: 0 0 12px;
}

.seo-article__cta p {
  color: #555;
  margin-bottom: 20px;
}

.seo-article__cta .btn {
  margin: 4px 8px;
}

.seo-article__cta .btn-transparent {
  border-color: #087acc;
  color: #087acc;
  background: transparent;
}

.seo-article__cta .btn-transparent:hover {
  background: #087acc;
  color: #fff;
  border-color: #087acc;
}

.seo-article__cta a:not(.btn) {
  color: #087acc;
  font-weight: 600;
}

.seo-article__cta-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.seo-article__faq details {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 0;
}

.seo-article__faq summary {
  padding: 14px 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.seo-article__faq summary::-webkit-details-marker {
  display: none;
}

.seo-article__faq details[open] summary {
  border-bottom: 1px solid #e8e8e8;
}

.seo-article__faq details p {
  padding: 14px 18px;
  margin: 0;
}

.seo-article__video-inner {
  text-align: center;
}

.seo-article__video-lead {
  color: #555;
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 27px;
}

.seo-article__video-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

.seo-article__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .seo-article__hero h1 {
    font-size: 28px;
  }

  .seo-article__toc ol {
    columns: 1;
  }

  .seo-article__cta {
    padding: 28px 20px;
  }
}

/* ——— Ladoney article: block layout ——— */
.seo-article--ladoney {
  max-width: 960px;
  margin: 0 auto;
}

.ladoney-article-wrap {
  background: #f4f6f8;
}

.podmyshek-article-wrap {
  background: #f4f6f8;
}

.seo-article--podmyshek {
  max-width: 960px;
  margin: 0 auto;
}

.stop-article-wrap {
  background: #f4f6f8;
}

.seo-article--stop {
  max-width: 960px;
  margin: 0 auto;
}

.seo-hero {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  padding: 36px 32px 28px;
  margin-bottom: 24px;
}

.seo-hero__badge {
  display: inline-block;
  background: #e8f4fc;
  color: #087acc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.seo-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.seo-hero h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #222;
}

.seo-hero__lead {
  font-size: 17px;
  line-height: 1.65;
  color: #555;
  margin: 0 0 24px;
}

.seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #f9f7f8;
}

.seo-hero__media-caption {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin: 10px 0 0;
}

.seo-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.seo-hero__stat {
  text-align: center;
  padding: 12px 8px;
  background: #f9f7f8;
  border-radius: 8px;
}

.seo-hero__stat strong {
  display: block;
  font-size: 18px;
  color: #087acc;
  margin-bottom: 4px;
}

.seo-hero__stat span {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}

.seo-toc-card {
  margin-bottom: 24px;
}

.seo-article__sections .seo-block {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 32px 28px;
  margin-bottom: 20px;
}

.seo-article__sections .seo-block:nth-child(even) {
  background: #fafbfc;
}

.seo-block--accent {
  background: linear-gradient(135deg, #f0f6fc 0%, #fff 100%);
  border-color: #d6e8f7;
}

.seo-block--muted {
  background: #fafbfc;
}

.seo-block--cta {
  margin-top: 8px;
  margin-bottom: 20px;
}

.seo-block__inner {
  max-width: 100%;
}

.seo-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}

.seo-cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.seo-card {
  background: #f0f6fc;
  border: 1px solid #d6e8f7;
  border-radius: 10px;
  padding: 16px 18px;
}

.seo-card strong {
  display: block;
  font-size: 15px;
  color: #087acc;
  margin-bottom: 6px;
}

.seo-card span {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.45;
}

.seo-card--muted {
  background: #f9f7f8;
  border-color: #e8e8e8;
}

.seo-card--muted strong {
  color: #333;
}

.seo-compare {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.seo-compare li {
  padding: 12px 16px;
  margin-bottom: 8px;
  background: #f9f7f8;
  border-radius: 8px;
  border-left: 3px solid #087acc;
}

.seo-compare li:last-child {
  margin-bottom: 0;
}

.seo-quote {
  background: #f9f7f8;
  border-left: 4px solid #087acc;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 16px 0;
}

.seo-quote p {
  margin: 0;
  font-style: italic;
  color: #444;
}

.seo-article__faq-item {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 10px;
  background: #fff;
}

.seo-article__faq-item:last-child {
  margin-bottom: 0;
}

.seo-article__faq-item h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #222;
}

.seo-article__faq-item p {
  margin: 0;
  color: #555;
}

.seo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seo-faq-item {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.seo-faq-item summary {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  color: #222;
}

.seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-item[open] summary {
  border-bottom: 1px solid #eee;
  background: #f9f7f8;
}

.seo-faq-item p {
  padding: 14px 20px;
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.seo-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0;
}

.seo-review-card {
  background: #f9f7f8;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px 18px;
}

.seo-review-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.seo-review-card__name {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.seo-review-card__stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 1px;
}

.seo-review-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
}

.seo-price-cards {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 14px;
  margin: 20px 0 24px;
}

.seo-price-card {
  background: #f9f7f8;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px 18px;
}

.seo-price-card--main {
  background: linear-gradient(135deg, #f0f6fc 0%, #fff 100%);
  border-color: #d6e8f7;
}

.seo-price-card__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #087acc;
  margin-bottom: 6px;
}

.seo-price-card__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.seo-price-card__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.seo-price-card--main .btn {
  margin-top: 4px;
}

.seo-cta-banner__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  text-align: left;
}

.seo-cta-banner .seo-article__cta-note {
  margin: 12px 0 0;
  font-size: 13px;
}

.seo-cta-banner__actions {
  text-align: center;
  flex-shrink: 0;
}

.seo-cta-banner__actions .btn {
  margin: 4px 0;
  display: block;
  width: 100%;
  min-width: 200px;
}

.seo-block h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: #222;
}

.seo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.seo-split__media img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  background: #f9f7f8;
}

.seo-steps {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.seo-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.seo-steps li:last-child {
  border-bottom: none;
}

.seo-steps li span {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #087acc;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .seo-hero__grid,
  .seo-split {
    grid-template-columns: 1fr;
  }

  .seo-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-cards--3 {
    grid-template-columns: 1fr;
  }

  .seo-reviews,
  .seo-price-cards {
    grid-template-columns: 1fr;
  }

  .seo-cta-banner__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .seo-cta-banner__actions .btn {
    width: auto;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .seo-hero {
    padding: 24px 20px;
  }

  .seo-hero h1 {
    font-size: 26px;
  }

  .seo-article__sections .seo-block {
    padding: 24px 18px;
  }

  .seo-cards {
    grid-template-columns: 1fr;
  }
}
