/* Информационные страницы — hero как блок «Для бизнеса» на главной */

.info-hero {
  --info-wave-h: clamp(28px, 4vw, 44px);
  --info-wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,64 L0,36 C320,8 520,56 720,32 C920,8 1120,52 1440,28 L1440,64 Z'/%3E%3C/svg%3E");
  position: relative;
  overflow: hidden;
  padding: 18px 20px calc(40px + var(--info-wave-h));
  background-color: #1e293b;
  color: #e2e8f0;
  border-bottom: none;
}

/* Свечение снизу слева (как .home-cta::before) */
.info-hero::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: calc(var(--info-wave-h) - 20%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Лёгкая волна в белый блок ниже */
.info-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: var(--info-wave-h);
  background: #fff;
  pointer-events: none;
  z-index: 1;
  -webkit-mask-image: var(--info-wave-mask);
  mask-image: var(--info-wave-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* Свечение сверху справа (как .home-band--cta::after) */
.info-hero__inner::before {
  content: '';
  position: absolute;
  width: min(480px, 75vw);
  height: min(480px, 75vw);
  top: -140px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.18) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.info-hero .breadcrumbs {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 15px 0 0;
  background: none;
}

.info-hero .breadcrumbs__list {
  color: rgba(148, 163, 184, 0.95);
}

.info-hero .breadcrumbs__item:not(:last-child)::after {
  color: rgba(148, 163, 184, 0.45);
}

.info-hero .breadcrumbs__item a {
  color: rgba(203, 213, 225, 0.88);
}

.info-hero .breadcrumbs__item a:hover {
  color: #6ee7b7;
}

.info-hero .breadcrumbs__item span[aria-current] {
  color: #f8fafc;
  font-weight: 600;
}

.info-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--p24-container);
  margin: 0 auto;
}

.app-hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 900px) {
  .app-hero-layout {
    grid-template-columns: 1.1fr minmax(280px, 380px);
    gap: 40px;
  }
}

.app-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 14px 6px 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--p24-primary-deep);
  background: #fff;
  border: 1px solid var(--p24-primary-muted);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0, 186, 119, 0.12);
}
.app-status-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--p24-primary);
  box-shadow: 0 0 0 4px var(--p24-primary-ring);
  animation: app-status-pulse 2s ease-in-out infinite;
}
@keyframes app-status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.92); }
}

.app-dev-card {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--p24-shadow);
}
.app-dev-card__screen {
  text-align: center;
  padding: 28px 16px 24px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 55%, #0f766e 100%);
  color: #fff;
}
.app-dev-card__logo {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--p24-primary-soft);
}
.app-dev-card__logo svg {
  width: 40px;
  height: 40px;
}
.app-dev-card__title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.app-dev-card__tag {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a7f3d0;
}

.app-roadmap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.app-roadmap__item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  opacity: 0.55;
}
.app-roadmap__item.is-active {
  opacity: 1;
}
.app-roadmap__item.is-done {
  opacity: 0.85;
}
.app-roadmap__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  color: var(--p24-muted);
  background: #f1f5f9;
  border: 2px solid var(--p24-border);
}
.app-roadmap__item.is-active .app-roadmap__step {
  color: #fff;
  background: var(--p24-primary);
  border-color: var(--p24-primary);
}
.app-roadmap__item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: var(--p24-text);
}
.app-roadmap__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--p24-muted);
}

.app-notice-band {
  padding-top: 0;
  padding-bottom: 32px;
}
.app-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}
.app-notice__icon {
  flex-shrink: 0;
  color: var(--p24-primary);
}
.app-notice__title {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 800;
}
.app-notice__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--p24-muted);
  max-width: 52ch;
}
.app-notice .btn {
  margin-left: auto;
}
@media (max-width: 720px) {
  .app-notice .btn {
    margin-left: 0;
    width: 100%;
  }
}

.info-tile--planned {
  position: relative;
}
.info-tile--planned::after {
  content: 'Скоро';
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--p24-primary-deep);
  background: var(--p24-primary-bg);
  padding: 3px 8px;
  border-radius: 6px;
}

.app-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--p24-border);
  background: #fff;
  color: var(--p24-text);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
a.app-store-btn:hover {
  border-color: var(--p24-primary-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 186, 119, 0.12);
}
.app-store-btn--soon {
  opacity: 0.85;
  cursor: default;
  background: #f8fafc;
}
.app-store-btn__icon {
  font-size: 22px;
  color: var(--p24-primary);
  line-height: 1;
}
.app-store-btn__text small {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--p24-muted);
}
.app-store-btn__text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.info-hero__note {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #a7f3d0;
}
.info-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6ee7b7;
}
.info-hero__title {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #f8fafc;
  max-width: 720px;
}
.info-hero__lead {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.88);
  max-width: 640px;
}
.info-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.info-hero .btn-primary.btn-lg {
  box-shadow: 0 12px 32px rgba(0, 186, 119, 0.35);
}
.info-hero .btn-primary.btn-lg:hover {
  box-shadow: 0 18px 40px rgba(0, 186, 119, 0.45);
}
.info-hero .btn-outline {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.32);
  color: #f1f5f9;
}
.info-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.info-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.info-hero__stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #f8fafc;
}
.info-hero__stat span {
  font-size: 13px;
  color: rgba(148, 163, 184, 0.95);
}

.info-hero + .info-section {
  margin-top: 0;
}

.info-section {
  padding: 48px 20px;
}
.info-section--alt { background: #fff; }
.info-section--muted { background: #f8fafc; }
.info-section__inner {
  max-width: var(--p24-container);
  margin: 0 auto;
}
.info-section__head {
  max-width: 640px;
  margin-bottom: 32px;
}
.info-section__head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.info-section__title {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 800;
}
.info-section__desc {
  margin: 0;
  color: var(--p24-muted);
  font-size: 15px;
  line-height: 1.55;
}

/* Тарифные карточки */
.tariff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.tariff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--p24-border);
  border-radius: 16px;
  padding: 28px 24px 24px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.tariff-card:hover {
  border-color: var(--p24-primary-muted);
  box-shadow: var(--p24-shadow);
}
.tariff-card--featured {
  border-color: var(--p24-primary);
  box-shadow: 0 12px 40px var(--p24-primary-ring);
}
.tariff-card--soon { opacity: 0.92; }
.tariff-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--p24-primary-bg);
  color: var(--p24-primary-deep);
}
.tariff-card--featured .tariff-card__badge {
  background: var(--p24-primary);
  color: #fff;
}
.tariff-card__name {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 800;
}
.tariff-card__price {
  margin: 0 0 4px;
  font-size: 2rem;
  font-weight: 800;
  color: var(--p24-text);
}
.tariff-card__price-note {
  margin: 0 0 20px;
  font-size: 13px;
  color: var(--p24-muted);
}
.tariff-card__soon {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  padding: 4px 10px;
  border-radius: 6px;
}
.tariff-card__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex: 1;
}
.tariff-card__features li {
  position: relative;
  padding: 8px 0 8px 26px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.tariff-card__features li:last-child { border-bottom: none; }
.tariff-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  background-color: var(--p24-primary);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tariff-card__cta {
  width: 100%;
  text-align: center;
}

/* Сравнение */
.tariff-compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--p24-border);
  border-radius: 14px;
  background: #fff;
}
.tariff-compare {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}
.tariff-compare th,
.tariff-compare td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  text-align: left;
}
.tariff-compare thead th {
  background: #f8fafc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--p24-muted);
}
.tariff-compare td:first-child { font-weight: 600; color: var(--p24-text); }
.tariff-compare .is-yes { color: #059669; font-weight: 700; }
.tariff-compare .is-no { color: #94a3b8; }

/* Плитки преимуществ */
.info-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.info-tile {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 14px;
  padding: 22px 20px;
}
.info-tile__icon { display: flex; margin-bottom: 10px; }
.info-tile__title { margin: 0 0 8px; font-size: 1rem; font-weight: 700; }
.info-tile__text { margin: 0; font-size: 13px; line-height: 1.5; color: var(--p24-muted); }

/* FAQ */
.info-faq { max-width: 800px; margin: 0 auto; }
.info-faq details {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.info-faq summary {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
}
.info-faq summary::-webkit-details-marker { display: none; }
.info-faq summary::after {
  content: '+';
  float: right;
  font-weight: 400;
  color: var(--p24-muted);
}
.info-faq details[open] summary::after { content: '−'; }
.info-faq details[open] summary {
  border-bottom: 1px solid #f1f5f9;
  color: var(--p24-primary-deep);
}
.info-faq__body {
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--p24-muted);
}

/* О компании */
.company-about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}
.company-about__text p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
}
.company-card {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 16px;
  padding: 24px;
}
.company-card h3 { margin: 0 0 14px; font-size: 1.1rem; }
.company-card dl { margin: 0; }
.company-card dt {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--p24-muted);
  margin-top: 12px;
}
.company-card dt:first-child { margin-top: 0; }
.company-card dd {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--p24-text);
}
.company-card a { font-weight: 600; }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.timeline__item {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 14px;
  padding: 20px;
}
.timeline__year {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: var(--p24-primary);
  background: var(--p24-primary-bg);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.timeline__title { margin: 0 0 8px; font-size: 1rem; font-weight: 700; }
.timeline__text { margin: 0; font-size: 13px; line-height: 1.5; color: var(--p24-muted); }

.company-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.company-split__box {
  background: linear-gradient(135deg, #f0fdf4, #fff);
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  padding: 28px;
}
.company-split__box--seeker {
  background: linear-gradient(135deg, #eff6ff, #fff);
  border-color: #bfdbfe;
}
.company-split__box h3 { margin: 0 0 12px; font-size: 1.15rem; }
.company-split__box ul {
  margin: 0 0 20px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}
.company-split__box li { margin-bottom: 6px; }

.info-cta-strip {
  max-width: var(--p24-container);
  margin: 0 auto;
  padding: 40px 32px;
  background: linear-gradient(120deg, #0f766e, #059669);
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.info-cta-strip h2 { margin: 0 0 8px; font-size: 1.4rem; }
.info-cta-strip p { margin: 0; opacity: 0.9; max-width: 480px; font-size: 15px; }
.info-cta-strip .btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}
.info-cta-strip .btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}
.info-cta-strip .btn-outline:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.contact-card__icon {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.contact-card__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
}
.contact-card__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--p24-muted);
}
.contact-card__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--p24-primary);
  text-decoration: none;
}
.contact-card__link:hover { text-decoration: underline; }

.staff-filled {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px;
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}
.staff-filled__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--p24-primary-bg);
  color: var(--p24-primary);
}
.staff-filled__title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 800;
}
.staff-filled__text {
  margin: 0 0 12px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--p24-text);
}
.staff-filled__hint {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--p24-muted);
}
.staff-filled__hint a { font-weight: 600; }
.staff-filled__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.staff-filled__count {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  font-weight: 700;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.sitemap-block {
  background: #fff;
  border: 1px solid var(--p24-border);
  border-radius: 16px;
  padding: 20px 22px;
}
.sitemap-block__title {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--p24-text);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--p24-primary-bg);
}
.sitemap-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap-block__list li {
  margin-bottom: 8px;
}
.sitemap-block__list a {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--p24-primary-deep, #15803d);
  text-decoration: none;
}
.sitemap-block__list a:hover {
  text-decoration: underline;
  color: var(--p24-primary);
}

.legal-doc {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 36px;
}
.legal-doc__section {
  margin-bottom: 28px;
}
.legal-doc__section:last-of-type {
  margin-bottom: 0;
}
.legal-doc__heading {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--p24-text);
}
.legal-doc p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--p24-text);
}
.legal-doc ul {
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--p24-text);
}
.legal-doc li { margin-bottom: 6px; }
.legal-doc__foot {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--p24-border);
  font-size: 14px;
  line-height: 1.6;
  color: var(--p24-muted);
}
.legal-doc__foot a { font-weight: 600; }
.legal-doc__related { margin-top: 16px; }

.safety-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.safety-tips {
  padding: 22px 24px;
}
.safety-tips__title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 800;
}
.safety-tips ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--p24-muted);
}
.safety-tips li { margin-bottom: 8px; }

.faq-page { max-width: 900px; margin: 0 auto; }
.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--p24-border);
}
.faq-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--p24-text);
  background: #fff;
  border: 1px solid var(--p24-border);
}
.faq-nav__link:hover {
  border-color: var(--p24-primary);
  color: var(--p24-primary-deep);
  background: var(--p24-primary-bg);
}
.faq-category { margin-bottom: 40px; scroll-margin-top: 100px; }
.faq-category__title {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-category__icon { font-size: 1.4rem; }

.payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.payment-method { padding: 20px; position: relative; }
.payment-method h3 { margin: 0 0 8px; font-size: 1rem; }
.payment-method p { margin: 0; font-size: 14px; color: var(--p24-muted); line-height: 1.5; }
.payment-method__badge {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #64748b;
}
.payment-method__badge--ok {
  background: var(--p24-primary-bg);
  color: var(--p24-primary-deep);
}
.payment-method--soon { opacity: 0.85; }

.ad-promo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 32px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 50%, #eef2ff 100%);
  border: 1px solid var(--p24-border);
  border-radius: 20px;
}
.ad-promo--compact { grid-template-columns: 1fr; padding: 24px; }
.ad-promo__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c2410c;
}
.ad-promo__title { margin: 0 0 10px; font-size: 1.5rem; font-weight: 800; }
.ad-promo__text { margin: 0 0 12px; font-size: 15px; line-height: 1.55; color: var(--p24-muted); max-width: 520px; }
.ad-promo__status { margin: 0 0 16px; font-size: 14px; font-weight: 600; color: var(--p24-primary); }
.ad-promo__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ad-promo__preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.ad-mock {
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #64748b;
  border: 2px dashed #cbd5e1;
  background: #f8fafc;
}
.ad-mock--sidebar { padding: 40px 12px; }
.ad-mock--infeed { padding: 14px 8px; }

.ad-placements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.ad-placement { padding: 22px; display: flex; flex-direction: column; }
.ad-placement__icon { display: flex; margin-bottom: 8px; }
.ad-placement__title { margin: 0 0 8px; font-size: 1.1rem; font-weight: 800; }
.ad-placement__desc { margin: 0 0 14px; font-size: 14px; line-height: 1.55; color: var(--p24-muted); flex: 1; }
.ad-placement__meta { margin: 0 0 16px; font-size: 13px; }
.ad-placement__meta div { margin-bottom: 8px; }
.ad-placement__meta dt { font-weight: 700; color: var(--p24-text); margin-bottom: 2px; }
.ad-placement__meta dd { margin: 0; color: var(--p24-muted); }
.ad-placement__mock {
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(90deg, #e2e8f0 0%, #f1f5f9 50%, #e2e8f0 100%);
  border: 1px dashed #94a3b8;
}
.ad-placement__mock--sidebar { height: 80px; }
.ad-placement__mock--infeed { height: 56px; }
.ad-placement__mock--top { height: 40px; }
.ad-placement__mock--vacancy { height: 64px; }

.ad-formats-list {
  margin: 12px 0 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--p24-muted);
}
.ad-formats-list li { margin-bottom: 8px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1024px) {
  .tariff-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .info-tiles { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .company-about { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .info-tiles { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .company-split { grid-template-columns: 1fr; }
  .info-hero__stats { gap: 16px; }
  .legal-doc { padding: 22px 18px; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .ad-promo { grid-template-columns: 1fr; }
  .ad-promo__preview { flex-direction: row; min-width: 0; }
  .faq-nav { gap: 6px; }
}
