/* ============================================================
   page-mac-mini-jiage.css — 定价页 · Apple 极简
   ============================================================ */

html.theme-apple-minimal #home-nav {
  position: sticky;
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#page-jiage p a,
#page-jiage .pr-note-card a,
#page-jiage .pr-plans-foot a,
#page-jiage .pr-choose-card a {
  color: #2997ff;
  font-weight: 500;
  text-underline-offset: 3px;
}

#page-jiage p a:hover,
#page-jiage .pr-note-card a:hover,
#page-jiage .pr-plans-foot a:hover,
#page-jiage .pr-choose-card a:hover {
  text-decoration: underline;
}

/* —— Hero —— */
.pr-hero {
  position: relative;
  padding: 4rem 0 0;
  overflow: hidden;
}

.pr-hero__specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 2.5rem;
}

.pr-spec-pill {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #e5e5ea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* —— 章节导航 —— */
.pr-section-nav {
  position: sticky;
  top: 4rem;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e5ea;
  margin-top: 2.5rem;
}

.pr-section-nav__list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pr-section-nav__list::-webkit-scrollbar {
  display: none;
}

.pr-section-nav__link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #515154;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.pr-section-nav__link:hover {
  background: #f5f5f7;
  color: #1d1d1f;
  text-decoration: none;
}

.pr-section-nav__link.is-active {
  background: #1d1d1f;
  color: #fff;
}

/* —— 通用区块 —— */
.pr-section {
  padding: 5rem 0;
  scroll-margin-top: 7rem;
}

.pr-section--alt {
  background: #fff;
  border-top: 1px solid #e5e5ea;
}

.pr-section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pr-section-head--left {
  text-align: left;
  max-width: 36rem;
}

/* —— 计费周期 —— */
.pr-period-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
}

.pr-period-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 999px;
}

.pr-period {
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #515154;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.pr-period:hover {
  color: #1d1d1f;
}

.pr-period--active {
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pr-period-notes {
  min-height: 1.25rem;
  font-size: 13px;
  color: #86868b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pr-period-notes svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* —— 套餐卡片 —— */
.pr-plans {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pr-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pr-plan {
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 1.75rem;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}

.pr-plan:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.pr-plan--featured {
  background: #1d1d1f;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.pr-plan__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #1d1d1f;
  background: #fff;
  width: fit-content;
}

.pr-plan__tag {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #86868b;
}

.pr-plan--featured .pr-plan__tag {
  color: rgba(255, 255, 255, 0.55);
}

.pr-plan__name {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pr-plan__price {
  margin: 0 0 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.pr-plan__per {
  font-size: 1rem;
  font-weight: 500;
  color: #86868b;
}

.pr-plan--featured .pr-plan__per {
  color: rgba(255, 255, 255, 0.55);
}

.pr-plan__specs {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.pr-plan__specs li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #515154;
}

.pr-plan--featured .pr-plan__specs li {
  color: #d1d1d6;
}

.pr-plan__specs svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #86868b;
}

.pr-plan--featured .pr-plan__specs svg {
  color: rgba(255, 255, 255, 0.7);
}

.pr-plan__fit {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #86868b;
}

.pr-plan--featured .pr-plan__fit {
  color: rgba(255, 255, 255, 0.55);
}

.pr-plan__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  transition: background 0.15s ease, color 0.15s ease;
}

.pr-plan__cta:hover {
  background: #ebebed;
  text-decoration: none;
  color: #1d1d1f;
}

.pr-plan--featured .pr-plan__cta {
  color: #1d1d1f;
}

.pr-plan__cta--solid {
  background: #fff;
  color: #1d1d1f;
  border-color: transparent;
}

.pr-plan__cta--solid:hover {
  background: #f5f5f7;
  color: #1d1d1f;
}

.pr-plan__cta svg {
  width: 16px;
  height: 16px;
}

.pr-plans-foot {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: 13px;
  color: #86868b;
  line-height: 1.6;
}

.pr-price-flash {
  opacity: 0.35;
  transition: opacity 0.1s ease;
}

/* —— 技术规格 —— */
.pr-specs-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .pr-specs-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
  }
}

.pr-specs-figure {
  margin: 0;
  padding: 24px;
  background: #f5f5f7;
  border-radius: 2rem;
  border: 1px solid #e5e5ea;
}

.pr-specs-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.pr-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.pr-spec-cell {
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 16px;
}

.pr-spec-cell dt {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #86868b;
}

.pr-spec-cell dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.4;
}

.pr-spec-cell__hint {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #86868b;
}

.pr-specs-points {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .pr-specs-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pr-specs-point {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #515154;
}

.pr-specs-point svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #1d1d1f;
  margin-top: 1px;
}

/* —— 对比 —— */
.pr-versus-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pr-versus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pr-versus-card {
  padding: 28px;
  background: #f5f5f7;
  border-radius: 24px;
  border: 1px solid #e5e5ea;
}

.pr-versus-card--win {
  background: #1d1d1f;
  border-color: transparent;
  color: #fff;
}

.pr-versus-card__badge {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86868b;
}

.pr-versus-card--win .pr-versus-card__badge {
  color: rgba(255, 255, 255, 0.5);
}

.pr-versus-card__title {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
}

.pr-versus-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pr-versus-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #515154;
}

.pr-versus-card--win .pr-versus-card__list li {
  color: #d1d1d6;
}

.pr-versus-card__list svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* —— 包含项 —— */
.pr-includes-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .pr-includes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pr-includes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pr-include-box {
  padding: 24px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 20px;
}

.pr-include-box__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e5ea;
}

.pr-include-box__ico svg {
  width: 18px;
  height: 18px;
  color: #1d1d1f;
}

.pr-include-box__name {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-include-box__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #86868b;
}

/* —— 计费说明 —— */
.pr-billing-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .pr-billing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pr-billing-card {
  padding: 20px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 20px;
}

.pr-billing-card--feat {
  background: #fff;
  border-color: #1d1d1f;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.pr-billing-card__ico svg {
  width: 20px;
  height: 20px;
  color: #1d1d1f;
  margin-bottom: 12px;
}

.pr-billing-card__name {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-billing-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #86868b;
}

/* —— 加购 —— */
.pr-addons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 48rem;
  margin: 0 auto;
}

.pr-addon {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.pr-addon__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
}

.pr-addon__icon svg {
  width: 20px;
  height: 20px;
  color: #1d1d1f;
}

.pr-addon__name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-addon__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #86868b;
}

.pr-addon__price {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
  white-space: nowrap;
  text-align: right;
}

.pr-addon__per {
  font-size: 12px;
  font-weight: 500;
  color: #86868b;
}

/* —— 选型 —— */
.pr-choose-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .pr-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pr-choose-card {
  padding: 28px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 24px;
}

.pr-choose-card--feat {
  background: #1d1d1f;
  border-color: transparent;
  color: #fff;
}

.pr-choose-card--wide {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
}

.pr-choose-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #515154;
  background: #fff;
  border: 1px solid #e5e5ea;
}

.pr-choose-card--feat .pr-choose-card__tag {
  background: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.85);
}

.pr-choose-card__title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.pr-choose-card__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pr-choose-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #515154;
}

.pr-choose-card--feat .pr-choose-card__list li {
  color: #d1d1d6;
}

.pr-choose-card__list svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pr-choose-card__note {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #86868b;
}

.pr-choose-card--feat .pr-choose-card__note {
  color: rgba(255, 255, 255, 0.55);
}

.pr-choose-card__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #515154;
}

.pr-choose-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2997ff;
  text-decoration: none;
}

.pr-choose-link:hover {
  text-decoration: underline;
}

.pr-choose-link svg {
  width: 16px;
  height: 16px;
}

/* —— 开通路径 —— */
.pr-journey {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

@media (min-width: 768px) {
  .pr-journey {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.pr-journey__step {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5ea;
}

@media (min-width: 768px) {
  .pr-journey__step {
    padding: 24px;
    background: #f5f5f7;
    border: 1px solid #e5e5ea;
    border-radius: 20px;
    border-bottom: 1px solid #e5e5ea;
  }
}

.pr-journey__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #1d1d1f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.pr-journey__name {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-journey__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #86868b;
}

.pr-journey-foot {
  margin-top: 1.5rem;
  text-align: center;
}

/* —— 机房 —— */
.pr-regions-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .pr-regions-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.pr-regions-groups {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 480px) {
  .pr-regions-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pr-regions-group__name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-regions-group__name svg {
  width: 14px;
  height: 14px;
  color: #86868b;
}

.pr-regions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pr-regions-list li {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
}

.pr-regions-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.25rem;
  font-size: 13px;
  color: #86868b;
}

.pr-regions-note svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pr-regions-figure {
  margin: 0;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #e5e5ea;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.pr-regions-figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* —— 须知 —— */
.pr-notes-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .pr-notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pr-notes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pr-note-card {
  padding: 22px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 16px;
}

.pr-note-card__q {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-note-card__a {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #86868b;
}

/* —— 相关入口 —— */
.pr-more-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .pr-more-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pr-more-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pr-more-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
}

.pr-more-tile svg {
  width: 20px;
  height: 20px;
  color: #1d1d1f;
}

.pr-more-tile strong {
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1f;
}

.pr-more-tile span {
  font-size: 12px;
  color: #86868b;
}

@media (max-width: 600px) {
  .pr-hero {
    padding-top: 2.5rem;
  }

  .pr-addon {
    grid-template-columns: auto 1fr;
  }

  .pr-addon__price {
    grid-column: 1 / -1;
    text-align: left;
    padding-top: 4px;
  }

  .pr-choose-card--wide {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pr-plan:hover,
  .pr-more-tile:hover {
    transform: none;
  }
}
