/* Centurion factory landing — body.centurionLanding / .cd2-* only */
.centurionLanding {
  --cd-ink: #102033;
  --cd-bg: #f4f6f8;
  --cd-surface: #ffffff;
  --cd-band: #e7edf2;
  --cd-text: #152033;
  --cd-muted: #5c6b7c;
  --cd-line: #cfd8e3;
  --cd-accent: #8d6a3a;
  --cd-max: 1100px;
  background:
    radial-gradient(900px 320px at 90% -8%, rgba(141, 106, 58, 0.12), transparent 60%),
    linear-gradient(180deg, #eef2f6 0%, var(--cd-bg) 32%, #f8fafb 100%);
  color: var(--cd-text);
  overflow-x: clip;
}
html:has(body.centurionLanding) {
  overflow-x: clip;
}

.centurionLanding .wrap {
  max-width: min(1180px, calc(100% - 40px));
  overflow-x: clip;
  box-sizing: border-box;
}

.centurionLanding > .wrap > h1,
.centurionLanding > .wrap > .sub,
.centurionLanding > .wrap > .seoAdvantages {
  display: none !important;
}

.cd2-hero,
.cd2-trust,
.cd2-section,
.cd2-dirs,
.cd2-catalog-head,
.cd2-faq,
.cd2-final,
.cd2-modal {
  font-family: 'Montserrat', system-ui, sans-serif;
  box-sizing: border-box;
}
.cd2-hero *,
.cd2-trust *,
.cd2-section *,
.cd2-dirs *,
.cd2-catalog-head *,
.cd2-faq *,
.cd2-final *,
.cd2-modal * {
  box-sizing: border-box;
}

.cd2-inner {
  max-width: var(--cd-max);
  margin: 0 auto;
}
.cd2-inner--narrow {
  max-width: 760px;
}

.cd2-hero {
  max-width: var(--cd-max);
  margin: 0 auto 18px;
}
.cd2-hero__panel {
  background: linear-gradient(145deg, #12263c 0%, #1c334c 58%, #243e58 100%);
  color: #f4f7fa;
  border-radius: 22px;
  padding: clamp(22px, 4vw, 40px);
}
.cd2-hero__kicker {
  margin: 0 0 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #d7c4a2;
}
.cd2-hero__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.cd2-hero__lead {
  margin: 0 0 18px;
  max-width: 62ch;
  color: #d5dee8;
  font-size: 16px;
  line-height: 1.5;
}
.cd2-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.cd2-hero__facts li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  min-width: 0;
}
.cd2-hero__facts strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}
.cd2-hero__facts span {
  display: block;
  margin-top: 4px;
  color: #c5d0dc;
  font-size: 13px;
  line-height: 1.35;
}
.cd2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cd2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
.cd2-btn--solid {
  background: #f3e6d0;
  color: #1a2433;
}
.cd2-btn--line {
  border: 1.5px solid rgba(243, 230, 208, 0.7);
  color: #f3e6d0;
}
.cd2-final .cd2-btn--line {
  border-color: #8d6a3a;
  color: #1a2433;
}

.cd2-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: var(--cd-max);
  margin: 0 auto 28px;
  padding: 0;
  list-style: none;
}
.cd2-trust li {
  background: var(--cd-surface);
  border: 1px solid var(--cd-line);
  border-radius: 14px;
  padding: 14px 12px;
  font-size: 14px;
  line-height: 1.4;
  min-height: 48px;
}

.cd2-section {
  padding: 8px 0 28px;
}
.cd2-section--band {
  background: var(--cd-band);
  padding: 28px 20px;
  border-radius: 0;
}
.centurionLanding > .wrap > .cd2-section--band,
.centurionLanding .cd2-section--band {
  margin-left: 0;
  margin-right: 0;
}
.cd2-section__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.cd2-prose {
  margin: 0 0 12px;
  color: var(--cd-muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 72ch;
}

.cd2-dirs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cd2-dir {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 48px;
  padding: 16px;
  background: var(--cd-surface);
  border: 1px solid var(--cd-line);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
}
.cd2-dir__title {
  font-weight: 700;
  font-size: 16px;
}
.cd2-dir__text {
  color: var(--cd-muted);
  font-size: 14px;
  line-height: 1.4;
}

.cd2-catalog-head {
  margin: 0 0 14px;
  color: var(--cd-muted);
  font-size: 15px;
  line-height: 1.45;
}

.cd2-series {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.cd2-series li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 10px 14px;
  background: var(--cd-surface);
  border: 1px solid var(--cd-line);
  border-radius: 12px;
}
.cd2-series a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.cd2-series span {
  color: var(--cd-muted);
}

.cd2-choice {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cd2-choice li {
  background: var(--cd-surface);
  border-radius: 14px;
  padding: 14px 16px;
  line-height: 1.45;
}
.cd2-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.cd2-final {
  max-width: var(--cd-max);
  margin: 8px auto 12px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 20px;
  background: #f3e6d0;
}
.cd2-final .cd2-prose {
  color: #3d3428;
}

.cd2-faq__list {
  display: grid;
  gap: 8px;
}
.cd2-faq__item {
  background: var(--cd-surface);
  border: 1px solid var(--cd-line);
  border-radius: 14px;
  padding: 4px 14px;
}
.cd2-faq__q {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
}
.cd2-faq__a p {
  margin: 0 0 12px;
  color: var(--cd-muted);
  line-height: 1.5;
}

.cd2-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 16, 24, 0.62);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.cd2-modal__card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px 24px;
  width: 420px;
  max-width: 100%;
  position: relative;
  max-height: 90vh;
  overflow: auto;
}
.cd2-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #667;
}
.cd2-modal__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-right: 36px;
}
.cd2-modal__note {
  margin: 0 0 16px;
  color: #667;
  font-size: 14px;
}
.cd2-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#centurion_zamer_form input[type="text"],
#centurion_zamer_form input[type="tel"] {
  width: 100%;
  border: 1.5px solid #d5dde6;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  margin-bottom: 12px;
  font-family: inherit;
}
#centurion_zamer_submit {
  width: 100%;
  min-height: 48px;
  background: #12263c;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  margin-top: 8px;
}
#centurion_zamer_submit:disabled {
  opacity: 0.7;
  cursor: progress;
}
.cd2-modal__error {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff1f0;
  color: #a11;
  font-size: 14px;
  line-height: 1.4;
}
.cd2-modal__thanks {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
}

.centurionLanding .unifiedLayout {
  margin-top: 8px;
}
.centurionLanding .filterLink,
.centurionLanding .sortRow a,
.centurionLanding #entMoreBtn,
.centurionLanding .loadMore,
.centurionLanding button {
  min-height: 44px;
}

@media (max-width: 900px) {
  .cd2-hero__facts,
  .cd2-trust,
  .cd2-dirs__grid,
  .cd2-split {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .centurionLanding .wrap {
    max-width: calc(100% - 24px);
  }
  .cd2-hero__facts,
  .cd2-trust,
  .cd2-dirs__grid,
  .cd2-series,
  .cd2-split {
    grid-template-columns: 1fr;
  }
  .cd2-hero__actions,
  .cd2-btn {
    width: 100%;
  }
  .cd2-section--band {
    padding: 22px 0;
  }
}
