:root {
  --primary: #ccc;
  --primary-dark: #a5121a;
  --dark: #141414;
  --color-accent: #a5121a;
  --color-bg: #141414;
  --color-text: #ccc;
  --font-main: 'Segoe UI', sans-serif;
  --radius: 4px;
}

.seo-modal-info {
  max-width: 1260px;
  margin: 40px auto;
  border-radius: 1rem;
  color: #ccc;
  font-family: var(--font-main);
}

.seo-badges-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.seo-chip-modal {
  display: inline-flex;
  align-items: center;
  color: #ccc;
  border-radius: 26px;
  padding: 0.45em 1.35em 0.45em 1.15em;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,0.07);
  height: 34px;
}


.seo-modal-info h2 {
  margin: 36px 0 16px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.seo-subtitle {
  color: #ccc;
  font-size: 1.12em;
}
.seo-modal-description {
  margin: 16px 0;
  color: #ccc;
  line-height: 1.7;
}
.seo-highlight-box {
  background: rgba(229, 9, 20, .1);
  border-left: 4px solid #ccc;
  padding: 1.25rem;
  margin: 1.5625rem 0;
  border-radius: 0 .5rem .5rem 0;
}

.seo-price-table-block {
  margin: 1.5rem 0;
}
.seo-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.07);
  font-size: 1rem;
  line-height: 1.6;
}
.seo-price-table td {
  padding: 1.6rem 1.3rem;
  vertical-align: top;
  min-width: 210px;
  border: none;
  background: transparent;
}
.seo-price-table tr:not(:last-child) td {
  border-bottom: 1.5px solid rgba(255,255,255,0.13);
}
.seo-price-table td:not(:last-child) {
  border-right: 1.5px solid rgba(255,255,255,0.08);
}
.seo-price-table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
.seo-price-table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
.seo-price-table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.seo-price-table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.seo-price-table strong {
  display: block;
  margin-bottom: .75rem;
  font-size: 1.2rem;
  color: #ccc;
}
.seo-price-val {
  color: #a5121a;
  font-weight: 600;
  margin: 8px 0 4px 0;
}
.seo-price-desc {
  color: #ccc;
}
.seo-service-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2.5rem 0 0;
}
.seo-feature-card {
  background: none;
  border-radius: 1rem;
  border: 2px solid rgba(255,255,255,0.07);
  padding: 2.2rem 2rem 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.seo-feature-card h4 {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
}
.seo-feature-card > div {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.seo-common-title {
    margin: 40px 0 18px;
    font-size: 1.4em;
    font-weight: bold;
    color: #a5121a;
    padding-bottom: .625rem;
}

.seo-faq-block {
    margin-top: 2.5rem;
}
.seo-faq-title {
    color: #a5121a;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
}
.seo-faq-items {
    margin: 0;
    padding: 0;
}
.seo-faq-item {
    border-top: 1px solid #333;
    padding: 0 28px;
    transition: background .15s;
    position: relative;
}
.seo-faq-item:last-child { border-bottom: 1px solid #333; }
.seo-faq-question {
    font-size: 1.1em;
    font-weight: 600;
    padding: 18px 0 12px;
    color: #ccc;
    cursor: pointer;
    position: relative;
}
.seo-faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #ccc;
    font-size: 1em;
    transition: max-height .4s cubic-bezier(.4,0,.2,1), padding .3s;
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    line-height: 1.7;
}
.seo-faq-item:hover .seo-faq-answer,
.seo-faq-item:focus-within .seo-faq-answer {
    max-height: 400px;
    padding: 8px 0 16px;
    margin-bottom: 14px;
    pointer-events: auto;
}
/* Arrow like in modal */
.seo-faq-question::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .85em;
    transition: transform .3s;
    color: #a5121a;
}
.seo-faq-item:hover .seo-faq-question::after,
.seo-faq-item:focus-within .seo-faq-question::after {
    transform: translateY(-50%) rotate(-180deg);
}
@media (max-width: 600px) {
  /* FAQ */
  .seo-faq-item {
    padding: 0;
  }
  .seo-faq-question {
    padding: 14px 0 10px;
  }

  /* Контент */
  .seo-service-content {
    padding: 0 4vw;
    border-radius: 1rem;
  }

  /* Модальное окно */
  .seo-modal-info {
    padding: 1rem 0.7rem;
  }

  /* Карточки услуг */
  .seo-feature-card {
    min-height: 120px;
    padding: 1rem 0.7rem 0.9rem 0.7rem;
  }

  .seo-service-features {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin: 1.1rem 0 0;
  }

  /* Таблица в одну колонку */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }
.seo-price-table td:not(:last-child) {
  border-right: none;
}
}
