.website-development-page .primary-hero__photo img {
  object-position: center;
}

.website-section-nav {
  justify-content: space-between;
  gap: 40px;
}

.website-section-nav__context,
.website-section-nav__links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.website-section-nav__context {
  gap: 10px;
  color: #718184;
  font-size: 11px;
}

.website-section-nav__context a {
  color: #154f73;
}

.website-section-nav__context span {
  color: #b9b2a5;
}

.website-section-nav__context strong {
  color: #b78942;
  font-weight: 700;
}

.website-section-nav__links {
  gap: 36px;
}

.website-packages {
  padding: 95px 6vw;
  background: #fff;
}

.website-package-stack {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.website-server-group {
  overflow: hidden;
  border: 1px solid #d4cdbc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 45, 67, 0.07);
}

.website-server-group > header {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: #fff;
  background: #102a3d;
}

.website-server-group--independent > header {
  background: #154f73;
}

.website-server-group > header h3,
.website-server-group > header p,
.website-server-group > header b {
  margin: 0;
}

.website-server-group > header h3 {
  font: 500 24px/1.4 "LongC Corporate Sans", "Microsoft YaHei UI", sans-serif;
}

.website-server-group > header p {
  margin-top: 6px;
  color: #c7d5d9;
  font-size: 13px;
  line-height: 1.7;
}

.website-server-group > header b {
  color: #d6ab68;
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
}

.website-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.website-plan {
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e0dbcf;
  background: linear-gradient(155deg, #fff 0 78%, #f5f0e5 78%);
}

.website-plan:last-child {
  border-right: 0;
}

.website-plan > span {
  color: #b78942;
  font: 700 11px/1.5 "Courier New", monospace;
  letter-spacing: 0.08em;
}

.website-plan h4 {
  margin: 28px 0 8px;
  color: #142d43;
  font-size: 21px;
}

.website-plan strong {
  display: block;
  margin-bottom: 18px;
  color: #154f73;
  font: 600 30px/1.25 "LongC Corporate Sans", "Microsoft YaHei UI", sans-serif;
}

.website-plan strong small {
  color: #788789;
  font-size: 12px;
  font-weight: 500;
}

.website-plan p {
  margin: auto 0 0;
  color: #718184;
  font-size: 13px;
  line-height: 1.85;
}

.website-server-note {
  margin: 0;
  padding: 16px 28px;
  border-top: 1px solid #e0dbcf;
  color: #667b7e;
  background: #f8f6f0;
  font-size: 12px;
  line-height: 1.8;
}

.website-development-page ._feature_1izqy_1 {
  scroll-margin-top: 90px;
}

.website-development-page ._featureImage_1izqy_1 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.website-development-page ._featureCopy_1izqy_1 ul {
  margin-bottom: 8px;
}

.website-development-page ._faq_1izqy_4 {
  background: #fff;
}

.website-development-page ._faq_1izqy_4 ._sectionTitle_1izqy_1 {
  margin-bottom: 44px;
}

.website-development-page ._faq_1izqy_4 article > div {
  min-width: 0;
}

.website-development-page ._faq_1izqy_4 article p {
  max-width: 980px;
}

.website-development-page ._contact_1izqy_1 a {
  text-decoration: none;
}

@media (max-width: 900px) {
  .website-section-nav {
    justify-content: flex-start;
    gap: 28px;
  }

  .website-section-nav__links {
    gap: 28px;
  }

  .website-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .website-plan:nth-child(2) {
    border-right: 0;
  }

  .website-plan:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 220px;
    border-top: 1px solid #e0dbcf;
  }
}

@media (max-width: 600px) {
  .website-section-nav {
    gap: 22px;
  }

  .website-section-nav__context,
  .website-section-nav__links {
    gap: 20px;
  }

  .website-section-nav__context span {
    margin: 0 -12px;
  }

  .website-packages {
    padding: 70px 14px;
  }

  .website-server-group > header {
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .website-server-group > header b {
    text-align: left;
  }

  .website-plan-grid {
    grid-template-columns: 1fr;
  }

  .website-plan,
  .website-plan:nth-child(2) {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid #e0dbcf;
  }

  .website-plan:nth-child(3) {
    grid-column: auto;
    min-height: 230px;
    border-top: 0;
    border-bottom: 0;
  }

  .website-plan h4 {
    margin-top: 22px;
  }

  .website-server-note {
    padding: 16px 22px;
  }
}
