/* AI尊享版限时促销 — 对齐 Figma 52:1111 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: #181818;
  background: #f5f7fb;
  -webkit-font-smoothing: antialiased;
}

.ap-page {
  margin: 0 auto;
  background: #fff;
}

.ap-shell {
  width: 100%;
  max-width: 1838px;
  margin: 0 auto;
  padding: 0 24px;
}

/* —— Hero —— */
.ap-hero {
  position: relative;
  min-height: 600px;
}

.ap-hero__bg-wrap {
  position: absolute;
  inset: 0;
  background: #e9e9e9;
  overflow: hidden;
}

.ap-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ap-hero__content {
  position: relative;
  z-index: 1;
  padding: 50px 48px 0;
  max-width: 1838px;
}

.ap-hero__logo {
  display: block;
  margin-bottom: 25px;
}

.ap-hero__title-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ap-hero__desc {
  margin: 0 0 24px;
  max-width: 720px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #09285d;
  letter-spacing: 0.15px;
}

.ap-hero__cta {
  display: inline-flex;
  align-items: stretch;
  height: 52px;
  text-decoration: none;
  color: #fff;
  background: #fe8e0a;
  font-size: 14px;
  font-weight: 600;
}

.ap-hero__cta-text {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  line-height: 52px;
}

.ap-hero__cta-arrows {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 52px;
  background: #fe8e0a;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ap-hero__bar {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.ap-hero__bar-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  border-radius: 0;
}

.ap-hero__highlights {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 100px;
  background: transparent;
}

.ap-hero__highlights > li {
  background: rgba(255, 255, 255, 0.65);
  padding: 21px 24px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.ap-hero__highlights > li:last-child {
  border-right: none;
}

.ap-hl__title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.ap-hl__t1 {
  color: #09285d;
}

.ap-hl__t2 {
  color: #ff6a00;
}

.ap-hl__title--single {
  color: #09285d;
  margin-bottom: 10px;
}

.ap-hl__sub {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.ap-orange {
  color: #ff6a00;
}

.ap-hl--price {
  position: relative;
}

.ap-hl--price .ap-hl__price-row {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin: 0;
  white-space: nowrap;
}

.ap-hl__badge {
  position: absolute;
  top: 18px;
  right: 21px;
  flex-shrink: 0;
}

.ap-price-num {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #ff6a00;
}

.ap-yen {
  font-size: 14px;
  line-height: 1;
  color: #ff6a00;
}

.ap-price-suffix {
  font-size: 14px;
  line-height: 20px;
  color: #181818;
  margin-left: 2px;
}

/* —— 区块背景 —— */
.ap-block {
  padding: 80px 0 64px;
}

.ap-block--blue {
  background: #f1f4fe;
}

.ap-block--soft {
  background: #eaf2ff;
}

.ap-block--why {
  padding-bottom: 0;
}

/* —— 标题 —— */
.ap-h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 34px;
  line-height: 51px;
  font-weight: 700;
}

.ap-h2__dark {
  color: #181818;
}

.ap-h2__blue {
  color: #1366ec;
}

.ap-subline {
  margin: 0 0 40px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}

.ap-subline a {
  margin-left: 8px;
  color: #ff751f;
  font-weight: 500;
  text-decoration: none;
}

.ap-subline a:hover {
  text-decoration: underline;
}

/* —— 四列产品卡 —— */
.ap-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ap-pcard,
.ap-tcard {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px 16px 0;
  min-height: 311px;
  display: flex;
  flex-direction: column;
}

.ap-pcard h3,
.ap-tcard h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.ap-pcard__tag {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.ap-pcard__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.ap-pcard__row2 > div {
  min-height: 54px;
  padding-top: 4px;
  box-shadow: 0 1px 0 #ebecec;
}

.ap-pcard__lbl {
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 4px;
}

.ap-pcard__row2 strong {
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}

.ap-pcard__val {
  display: block;
  margin-top: 4px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
  background: #fff;
}

.ap-pcard__select {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 4px;
  padding: 6px 28px 6px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #3d3d3d;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 12px 8px;
  border: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.ap-pcard__select:focus {
  outline: 0;
}

.ap-limit {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  font-size: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 50px;
}

.ap-pcard__price {
  margin: 0 0 6px;
  font-size: 12px;
  color: #ff6a00;
  line-height: 1.5;
}

.ap-pcard__price strong {
  font-size: 24px;
  font-weight: 500;
}

.ap-pcard__price .ap-dec {
  font-size: 12px;
}

.ap-pcard__price .ap-unit {
  margin: 0 4px;
  color: #000;
  font-size: 12px;
}

.ap-pcard__price a {
  margin-left: 12px;
  color: #ff6a00;
  text-decoration: none;
  font-size: 12px;
}

.ap-pcard__orig {
  margin: 0 0 12px;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 22px;
}

.ap-pcard__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  min-height: 60px;
  background: #f9f9f9;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0 12px;
}

.ap-btn-cart {
  flex: 0 0 auto;
  padding: 0 6px;
  text-align: center;
  font-size: 14px;
  color: #181818;
  line-height: 60px;
}

.ap-btn-buy {
  flex: 0 0 115px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ff6a00;
  line-height: 32px;
  margin: 14px 0;
  border: 1px solid #7f8fa9;
  text-decoration: none;
}

.ap-btn-buy:hover {
  opacity: 0.9;
}

/* —— Tabs —— */
.ap-tabs {
  display: grid;
  gap: 1px;
  margin-bottom: 24px;
  background: #dbe2ea;
}

.ap-tabs--4 {
  grid-template-columns: repeat(4, 1fr);
}

.ap-tabs button {
  height: 48px;
  border: none;
  background: #fff;
  font-size: 14px;
  color: #181818;
  cursor: pointer;
  font-family: inherit;
}

.ap-tabs--4 button.is-active {
  background: linear-gradient(90deg, #5db5ff, #1366ec);
  color: #fff;
  font-weight: 600;
}

.ap-tabs--cloud {
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 32px;
}

.ap-tabs--cloud button.is-active {
  background: linear-gradient(90deg, #5db5ff, #1366ec);
  color: #fff;
  font-weight: 600;
}

/* —— 产品介绍条 —— */
.ap-intro {
  display: grid;
  grid-template-columns: 613px minmax(0, 1fr);
  gap: 0;
  margin-bottom: 28px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ap-intro__visual {
  position: relative;
  line-height: 0;
}

.ap-intro__visual img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.ap-intro__hero-copy {
  position: absolute;
  top: 30px;
  left: 26px;
  max-width: 395px;
}

.ap-intro__hero-copy h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #181818;
}

.ap-intro__hero-copy > p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 22px;
  color: #181818;
}

.ap-intro__body {
  padding: 24px 28px;
}

.ap-intro__consult {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ap-intro__consult a {
  font-size: 14px;
  font-weight: 500;
  color: #1366ec;
  text-decoration: none;
}

.ap-intro__dot {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1366ec;
  border-radius: 7px;
}

.ap-intro__dot img {
  width: 7px;
  height: 7px;
  display: block;
}

.ap-intro__body h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.ap-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.ap-intro__tags li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #373737;
}

.ap-intro__long {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #373737;
}

/* —— 四列对比 —— */
.ap-compare-wrap {
  padding: 0;
  background: #eaf2ff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.ap-compare {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1700px;
  margin: 0 auto;
}

.ap-compare article {
  padding: 40px 24px 48px;
  border-right: 1px solid #e9e9e9;
  min-height: 542px;
  background: transparent;
  transition: background-color 0.2s ease;
}

.ap-compare article:hover {
  background: #fff;
}

.ap-compare article:last-child {
  border-right: none;
}

.ap-compare h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ap-grad {
  font-weight: 500;
  background: linear-gradient(18.85deg, #615ced 0%, #1866ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ap-compare article > p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: #181818;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.ap-compare ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ap-compare li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #181818;
}

.ap-compare li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #c5c9d4;
  border-radius: 50%;
}

.ap-compare em {
  margin-left: 6px;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: #1866ed;
}

/* —— CTA 横幅 —— */
.ap-cta-banner {
  position: relative;
  min-height: 160px;
}

.ap-cta-banner__bg {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.ap-cta-banner__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 84px;
  max-width: 1886px;
  margin: 0 auto;
}

.ap-cta-banner__inner p {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.25px;
}

.ap-cta-banner__inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  height: 44px;
  background: linear-gradient(90deg, #ff922b, #ff6822);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.57px;
}

/* —— 为什么选择 四宫格 —— */
.ap-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1700px;
  margin: 40px auto 0;
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  background: #fff;
}

.ap-feature-grid article {
  padding: 36px 24px 40px;
  border-right: 1px solid #e9e9e9;
  min-height: 314px;
}

.ap-feature-grid article:last-child {
  border-right: none;
}

.ap-feature-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ap-feature-grid article > p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: #585a73;
  letter-spacing: 0.4px;
}

.ap-feature-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ap-feature-grid li {
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #585a73;
  position: relative;
}

.ap-feature-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #c5c9d4;
  border-radius: 50%;
}

/* —— 组合套餐 tabs —— */
.ap-bundle {
  padding-bottom: 48px;
}

.ap-combo-tabs-wrap {
  margin-bottom: 28px;
  background: #fff;
}

.ap-combo-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1838px;
  margin: 0 auto;
}

.ap-combo-tabs button {
  height: 58px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 20px;
  font-family: inherit;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
}

.ap-combo-tab-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.ap-combo-tab-sub {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #c4cad6;
}

.ap-combo-tabs button.is-active {
  background: #fbfbfb;
  border-bottom-color: #1366ec;
  color: #1366ec;
}

/* —— 建站组合大卡 —— */
.ap-bundle__card {
  background: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.ap-bundle__head {
  position: relative;
  border: 2px solid #fff;
  background-image: url(../images/ai-promo/bundle-header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ap-bundle__head img {
  width: 100%;
  height: 58%;
  object-fit: contain;
  display: block;
}

.ap-bundle__head-overlay {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: none;
}

.ap-bundle__title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.ap-bundle__title-row h3 {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #181818;
}

.ap-bundle__combo {
  display: inline-flex;
  align-items: stretch;
  flex-shrink: 0;
  height: 20px;
}

.ap-bundle__combo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #753100;
  border-radius: 4px 0 0 4px;
}

.ap-bundle__combo-text {
  padding: 0 10px;
  height: 20px;
  background: #fddcc4;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #a84600;
}

.ap-bundle__timer {
  font-size: 14px;
  color: #333;
  position: absolute;
  right: 26px;
  top: 17px;
}

.ap-bundle__timer strong {
  color: #ff6a00;
  font-weight: 300;
}

.ap-muted {
  color: #999;
  font-weight: 400;
}

.ap-bundle__scene {
  margin: 0;
  padding: 16px 0 8px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.ap-bundle__bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 8px 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.ap-bundle__bullets span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
}

.ap-bundle__bullets span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  color: #ff6a00;
}

.ap-bundle__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  border-top: 1px solid #e9e9e9;
}

.ap-bundle__col {
  padding: 24px;
  border-right: 1px solid #e9e9e9;
}

.ap-bundle__col--wide {
  border-right: 1px solid #e9e9e9;
}

.ap-bundle__col--deal {
  border-right: none;
}

.ap-bundle__col h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ap-small {
  margin: 0 0 8px;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.37px;
}

.ap-small--split {
  padding-top: 10px;
  box-shadow: 0 1px 0 0 #ebecec inset;
}

.ap-domain-field {
  display: flex;
  align-items: stretch;
  height: 36px;
  border: 1px solid #c4c6cf;
  background: #fff;
  margin-bottom: 12px;
}

.ap-domain-field input {
  flex: 1;
  border: none;
  padding: 0 12px;
  font-size: 14px;
  min-width: 0;
}

.ap-domain-suffix {
  padding: 0 8px;
  line-height: 36px;
  font-size: 14px;
}

.ap-domain-field button {
  width: 44px;
  border: none;
  background: linear-gradient(90deg, #ff8c1f, #ff6a00);
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.ap-bundle__highlight {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}

.ap-bundle__field-block {
  padding: 10px 0;
}

.ap-bundle__val {
  margin: 4px 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.ap-bundle__deal {
  gap: 16px;
  margin-top: 16px;
}

.ap-bundle__deal-price {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ap-bundle__deal-price .ap-yen {
  font-size: 12px;
}

.ap-bundle__deal-price strong {
  font-size: 26px;
  font-weight: 300;
  color: #ff6a00;
  letter-spacing: 1.5px;
}

.ap-bundle__deal-price .ap-unit {
  font-size: 12px;
  color: #181818;
}

.ap-bundle__deal-price a {
  margin-left: 8px;
  font-size: 12px !important;
  color: #ff6a00 !important;
  text-decoration: none;
}

.ap-bundle__daily {
  margin: 8px 0 4px;
  font-size: 12px;
  text-align: right;
  color: #181818;
  display: flex;
  flex-direction: column;
}

.ap-bundle__daily strong {
  font-size: 12px;
  font-weight: 500;
  color: #ff6a00;
}

.ap-bundle__order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  background: linear-gradient(90deg, #ff8c1f, #ff6a00);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  align-self: flex-end;
}

/* —— 云产品 —— */
.ap-cloud {
  padding: 40px 0 56px;
  background: #f5f7fb;
}

.ap-tag-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-size: 12px;
}

.ap-more {
  text-align: center;
  margin: 32px 0 0;
}

.ap-more a {
  font-size: 14px;
  font-weight: 600;
  color: #1366ec;
  text-decoration: none;
}

/* —— 帮助 —— */
.ap-help {
  padding: 48px 0 80px;
  background: #f1f4fe;
}

.ap-help__title {
  margin: 0 0 32px;
  text-align: center;
  font-size: 34px;
  line-height: 51px;
  font-weight: 300;
  color: #181818;
}

.ap-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1838px;
  margin: 0 auto;
}

.ap-help__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  min-height: 102px;
  background: #fff;
  border: 1px solid #e9e9e9;
  text-decoration: none;
  color: inherit;
}

.ap-help__item strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12px;
}

.ap-help__item span {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
  letter-spacing: 0.4px;
}

.ap-help__item:hover {
  border-color: #1366ec;
}

.ap-cloud-card .ap-pcard__foot {
  background: #f9f9f9;
}

/* —— 响应式 —— */
@media (max-width: 1400px) {
  .ap-hero__highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-hero__highlights > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .ap-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-intro {
    grid-template-columns: 1fr;
  }

  .ap-intro__visual img {
    height: auto;
    min-height: 200px;
  }

  .ap-compare {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-compare article {
    border-bottom: 1px solid #e9e9e9;
  }

  .ap-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-feature-grid article:nth-child(2n) {
    border-right: none;
  }

  .ap-bundle__cols {
    grid-template-columns: 1fr;
  }

  .ap-bundle__col {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }

  .ap-tabs--cloud {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .ap-hero {
    min-height: auto;
    padding-bottom: 24px;
  }

  .ap-hero__content {
    padding: 32px 20px 0;
  }

  .ap-hero__highlights {
    grid-template-columns: 1fr;
  }

  .ap-hero__bar {
    margin-top: 0;
  }

  .ap-grid-4 {
    grid-template-columns: 1fr;
  }

  .ap-tabs--4,
  .ap-tabs--cloud {
    grid-template-columns: 1fr;
  }

  .ap-compare {
    grid-template-columns: 1fr;
  }

  .ap-feature-grid {
    grid-template-columns: 1fr;
  }

  .ap-cta-banner__inner {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px;
    text-align: center;
  }

  .ap-cta-banner__inner p {
    font-size: 18px;
    line-height: 1.4;
  }

  .ap-cta-banner__inner a {
    min-width: auto;
    width: 100%;
    max-width: 320px;
  }

  .ap-combo-tabs {
    grid-template-columns: 1fr;
  }

  .ap-combo-hints {
    grid-template-columns: 1fr;
  }

  .ap-help__grid {
    grid-template-columns: 1fr;
  }
}
