body.soarcho-customization-page-body {
  width: 100%;
  margin: 0;
  background: #f5f9ff;
  color: #082454;
  font-family: Arial, Helvetica, sans-serif;
}

.soarcho-customization-page-body #page,
.soarcho-customization-page-body #content,
.soarcho-customization-page-body main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soarcho-customization-page-body .site-header,
.soarcho-customization-page-body .site-footer {
  display: none;
}

.soarcho-customization-page-body .site-content,
.soarcho-customization-page-body .ast-container,
.soarcho-customization-page-body .content-area,
.soarcho-customization-page-body .site-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none;
}

.soarcho-customization-page-body .ast-container {
  display: block;
}

.soarcho-customization-page * {
  box-sizing: border-box;
}

.soarcho-customization-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 45%, #f5f9ff 100%);
}

.customization-wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.customization-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(10, 45, 100, 0.06);
}

.customization-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 22px;
}

.customization-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #092454;
  line-height: 1;
  text-decoration: none;
}

.customization-logo span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.customization-logo b,
.customization-hero h1 span,
.customization-title span {
  color: #075eea;
}

.customization-logo small {
  margin-top: 5px;
  color: #61728f;
  font-size: 10px;
}

.customization-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2.25vw, 38px);
  height: 58px;
  font-size: 13px;
  font-weight: 900;
}

.customization-nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #082454;
  text-decoration: none;
}

.customization-nav a.is-active {
  color: #075eea;
  border-bottom: 2px solid #075eea;
}

.customization-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.customization-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #075eea;
  border-radius: 9px;
  background: #075eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.2);
}

.customization-btn:hover {
  color: #fff;
}

.customization-btn--small {
  min-height: 36px;
  padding: 0 22px;
  border-radius: 20px;
}

.customization-btn--outline {
  min-height: 36px;
  background: #fff;
  color: #075eea;
  box-shadow: none;
}

.customization-btn--outline:hover,
.customization-btn--light:hover {
  color: #075eea;
}

.customization-btn--light {
  min-width: 170px;
  background: #fff;
  color: #075eea;
  border-color: #fff;
  box-shadow: none;
}

.customization-btn--ghost {
  min-width: 170px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.customization-hero {
  width: 100%;
  background: linear-gradient(90deg, #f7fbff 0%, #edf6ff 43%, #e8f3ff 100%);
}

.customization-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 300px;
}

.customization-hero__copy {
  padding: 34px 0 78px;
}

.customization-breadcrumb {
  margin-bottom: 18px;
  color: #526786;
  font-size: 12px;
}

.customization-breadcrumb span {
  margin: 0 9px;
  color: #8aa2c0;
}

.customization-hero h1 {
  margin: 0 0 16px;
  color: #082454;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.customization-hero h2 {
  margin: 0 0 24px;
  color: #082454;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.customization-hero p {
  max-width: 430px;
  margin: 0;
  color: #273c61;
  font-size: 14px;
  line-height: 1.8;
}

.customization-hero__media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.customization-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center right;
}

.customization-quote-card {
  position: absolute;
  right: 32px;
  top: 96px;
  width: 230px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(9, 36, 84, 0.14);
}

.customization-quote-card strong {
  display: block;
  color: #075eea;
  font-size: 44px;
  line-height: 0.7;
}

.customization-quote-card p {
  margin: 10px 0 20px;
  color: #082454;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 900;
}

.customization-hero__advantages {
  position: absolute;
  left: 20px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: min(720px, calc(100% - 40px));
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 68, 145, 0.1);
}

.customization-hero-advantage,
.customization-help-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.customization-hero-advantage img,
.customization-step img,
.customization-help-card img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  object-fit: cover;
}

.customization-hero-advantage strong {
  display: block;
  color: #082454;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
}

.customization-hero-advantage span {
  color: #61728f;
  font-size: 10px;
  line-height: 1.3;
}

.customization-section {
  padding: 20px 0;
}

.customization-section--tight {
  padding: 10px 0;
}

.customization-title {
  margin: 0 0 6px;
  color: #082454;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
}

.customization-lead {
  margin: 0 auto 28px;
  color: #61728f;
  font-size: 12px;
  text-align: center;
}

.customization-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

.customization-step {
  position: relative;
  text-align: center;
}

.customization-step:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 20px;
  right: -18px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eaf3ff;
  color: #075eea;
  font-size: 12px;
  font-weight: 900;
}

.customization-step img {
  margin: 0 auto 8px;
}

.customization-step small {
  display: block;
  color: #082454;
  font-size: 11px;
  font-weight: 900;
}

.customization-step strong {
  display: block;
  margin-top: 5px;
  color: #082454;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.customization-step span {
  display: block;
  max-width: 130px;
  margin: 7px auto 0;
  color: #61728f;
  font-size: 11px;
  line-height: 1.35;
}

.customization-left-title {
  margin: 0 0 6px;
  color: #082454;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.customization-left-lead {
  margin: 0 0 16px;
  color: #61728f;
  font-size: 12px;
}

.customization-card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.customization-card,
.customization-support,
.customization-help-card {
  border: 1px solid #dce9fb;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 68, 145, 0.08);
}

.customization-card {
  overflow: hidden;
}

.customization-card__image {
  display: block;
  width: 100%;
  height: 126px;
  object-fit: cover;
}

.customization-card div {
  padding: 14px 16px 18px;
}

.customization-card h3 {
  margin: 0 0 10px;
  color: #082454;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.customization-card p {
  margin: 0;
  color: #61728f;
  font-size: 11px;
  line-height: 1.5;
}

.customization-support-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
}

.customization-support {
  padding: 22px 24px;
  background: linear-gradient(90deg, #fff 0%, #f7fbff 100%);
}

.customization-support h2 {
  margin: 0 0 18px;
  color: #082454;
  font-size: 22px;
  font-weight: 900;
}

.customization-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 26px;
}

.customization-checks span {
  position: relative;
  padding-left: 23px;
  color: #082454;
  font-size: 12px;
  font-weight: 800;
}

.customization-checks span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #075eea;
}

.customization-help-card {
  justify-content: space-between;
  padding: 24px;
  background: #f1f7ff;
}

.customization-help-card h3 {
  margin: 0 0 10px;
  color: #082454;
  font-size: 18px;
  font-weight: 900;
}

.customization-help-card p {
  max-width: 220px;
  margin: 0 0 18px;
  color: #273c61;
  font-size: 13px;
  line-height: 1.6;
}

.customization-help-card img {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
}

.customization-material-color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.customization-materials {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.customization-material {
  text-align: center;
}

.customization-material__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: 7px;
}

.customization-material strong {
  display: block;
  margin-top: 9px;
  color: #082454;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}

.customization-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 38px;
}

.customization-colors span {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #dce9fb;
  border-radius: 50%;
  background: var(--customization-color);
  box-shadow: 0 6px 16px rgba(15, 68, 145, 0.08);
}

.customization-color-note {
  margin: 14px 0 0;
  color: #61728f;
  font-size: 11px;
}

.customization-section--cta {
  padding-bottom: 0;
}

.customization-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 82px;
  padding: 22px 58px 22px 260px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 94, 234, 0.58) 0%, rgba(7, 94, 234, 0.98) 28%, rgba(7, 94, 234, 1) 100%),
    url("../images/customization-cta-bg.jpg") left center / auto 100% no-repeat,
    #075eea;
}

.customization-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.customization-cta p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.customization-cta__actions {
  display: flex;
  gap: 20px;
}

.customization-footer {
  margin-top: 0;
}

.soarcho-customization-page .soarcho-media--empty,
.soarcho-customization-page .soarcho-icon-img--empty {
  display: block;
  background: #eaf3ff;
}

@media (max-width: 1180px) {
  .customization-nav {
    display: none;
  }

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

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

  .customization-step::after {
    display: none !important;
  }

  .customization-hero__advantages,
  .customization-checks {
    grid-template-columns: repeat(2, 1fr);
  }

  .customization-material-color-grid,
  .customization-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .customization-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .customization-header__actions span {
    display: none;
  }

  .customization-hero__grid {
    grid-template-columns: 1fr;
  }

  .customization-hero__copy {
    padding: 32px 0 22px;
  }

  .customization-hero h1 {
    font-size: 36px;
  }

  .customization-hero__media {
    min-height: 230px;
  }

  .customization-quote-card {
    position: static;
    width: auto;
    margin: 16px 0 0;
  }

  .customization-hero__advantages {
    position: static;
    width: auto;
    margin: 16px 0;
    grid-template-columns: 1fr;
  }

  .customization-card-grid,
  .customization-process,
  .customization-checks,
  .customization-materials {
    grid-template-columns: 1fr;
  }

  .customization-card__image {
    height: 190px;
  }

  .customization-colors {
    padding-top: 12px;
  }

  .customization-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .customization-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .customization-btn {
    width: 100%;
  }
}
