:root {
  --page-bg: #f4f6f8;
  --card-bg: #ffffff;
  --ink: #1d2025;
  --muted: #737a86;
  --weak: #a8afb9;
  --line: #edf0f4;
  --orange: #f58221;
  --orange-deep: #e95f29;
  --orange-soft: #fff1df;
  --blue: #2e8cf0;
  --blue-soft: #eef6ff;
  --shadow: 0 0.35rem 1.25rem rgba(30, 49, 78, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 5.2rem;
  background: var(--page-bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.45;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.page-shell {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--page-bg);
}

.hero {
  position: relative;
  height: 9rem;
  overflow: hidden;
  background: #f8f8f8;
}

.hero-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.promo-strip {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 3.5rem;
  margin: 0 0.75rem;
  overflow: hidden;
  border-radius: 0.95rem 0.95rem 0 0;
  background: linear-gradient(96deg, #fb0b5b 0%, #ff351c 58%, #ff4f12 100%);
  color: #fff;
}

.promo-price {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0.88rem 0.48rem;
}

.promo-price > div {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  line-height: 1;
}

.promo-label {
  font-size: 0.82rem;
  font-weight: 600;
}

.discount-pill {
  display: inline-flex;
  align-items: center;
  height: 1.06rem;
  padding: 0 0.42rem;
  border-radius: 999px;
  background: #fff;
  color: #ff5470;
  font-size: 0.66rem;
}

.promo-price p {
  display: flex;
  align-items: baseline;
  margin: 0.2rem 0 0;
  overflow: hidden;
  font-size: 0.8rem;
  white-space: nowrap;
}

.promo-price p span {
  flex: 0 0 auto;
  width: 1px;
  height: 0.82rem;
  margin: 0 0.55rem;
  background: rgba(255, 255, 255, 0.82);
}

.promo-price strong {
  flex: 0 0 auto;
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1;
}

.promo-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33%;
  flex-direction: column;
  min-width: 7rem;
  margin-left: -1.2rem;
  padding: 0.26rem 0.45rem 0.24rem 1.15rem;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(112deg, #fff0b5 0%, #ffe278 100%);
  color: #f26311;
  text-align: center;
}

.promo-countdown strong {
  font-size: 0.92rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
}

.promo-countdown span {
  color: #cf7b20;
  font-size: 0.66rem;
  line-height: 1.2;
}

.promo-countdown p {
  margin: 0;
  color: #222831;
  font-size: 0.64rem;
  line-height: 1.35;
  white-space: nowrap;
}

.promo-countdown b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.94rem;
  height: 0.98rem;
  border-radius: 0.12rem;
  background: #262930;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
}

.rank-strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 3.1rem;
  margin: 0 0.75rem;
  overflow: hidden;
  border-radius: 0.62rem 0.62rem 0 0;
  background: linear-gradient(90deg, #ffe6b9 0%, #fff0cc 42%, #fff6e2 100%);
  box-shadow: 0 0.35rem 1.05rem rgba(128, 84, 28, 0.08);
  color: #8c4a14;
}

.rank-strip strong {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex: 0 0 6.45rem;
  padding: 0 0.72rem;
  background: linear-gradient(90deg, #ffe3ad 0%, #ffd996 100%);
  color: #93480f;
  font-size: 1rem;
  font-weight: 850;
}

.rank-strip strong span {
  font-size: 1rem;
  line-height: 1;
}

.rank-strip p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 0.7rem 0 1rem;
  color: #8b5a2b;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.rank-strip i {
  flex: 0 0 auto;
  padding-right: 0.72rem;
  color: #8b5a2b;
  font-size: 1.9rem;
  font-style: normal;
  line-height: 1;
}

.summary-card,
.coupon-row,
.panel,
.purchase-card,
.feature-section article {
  margin: 0 0.75rem 0.62rem;
  border-radius: 0.5rem;
  background: var(--card-bg);
  box-shadow: var(--shadow);
}

.summary-card {
  position: relative;
  z-index: 2;
  margin-top: 0;
  overflow: hidden;
  border-radius: 0 0 0.55rem 0.55rem;
  box-shadow: 0 0.45rem 1.15rem rgba(30, 49, 78, 0.06);
}

.summary-grid {
  display: flex;
  gap: 1rem;
  padding: 1.3rem 1rem 1.08rem;
}

.summary-grid article {
  flex: 1 1 0;
}

.summary-grid article + article {
  padding-left: 0;
  border-left: 0;
}

.summary-grid h2 {
  margin: 0 0 0.55rem;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
}

.summary-grid h2 span,
.feature-section h3 span,
.doctor-panel h3 span,
.package-panel h3 span,
.rescue-panel h3 span,
.license-panel h3 span,
.oversea-rescue h3 span,
.pain-panel h3 span {
  color: var(--orange);
}

.summary-grid p {
  margin: 0;
  color: #242830;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.34;
}

.coupon-row {
  display: flex;
  align-items: center;
  min-height: 2.1rem;
  gap: 0.5rem;
  padding: 0 0.9rem;
  box-shadow: 0 0.35rem 1rem rgba(30, 49, 78, 0.05);
}

.coupon-row strong {
  flex: 0 0 auto;
  margin-right: 0.45rem;
  color: #22262d;
  font-size: 0.95rem;
  font-weight: 800;
}

.coupon-row span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 1.18rem;
  padding: 0 0.4rem;
  border: 1px solid #ff8d44;
  border-radius: 0.22rem;
  color: #f26f12;
  font-size: 0.7rem;
  line-height: 1;
}

.coupon-row i {
  margin-left: auto;
  color: #c8cdd4;
  font-size: 2rem;
  font-style: normal;
  line-height: 1;
}

.group-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.82rem 0.88rem;
  border-top: 0.5rem solid #f7f8fa;
}

.group-row p {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #2b3038;
  font-size: 0.96rem;
  font-weight: 500;
  white-space: nowrap;
}

.group-row p strong {
  flex: 0 0 auto;
  color: #242932;
  font-size: 1rem;
  font-weight: 850;
}

.group-row p span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.group-row button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.35rem;
  height: 1.8rem;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 0.22rem;
  background: linear-gradient(90deg, #ff9646, #f0602e);
  color: #fff;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 750;
  cursor: pointer;
}

.purchase-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.82rem;
  border: 1px solid #fff1e2;
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
}

.price-block {
  flex: 0 0 auto;
}

.price-label,
.term-title {
  display: block;
  margin-bottom: 0.08rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.price-block strong {
  color: var(--orange-deep);
  font-size: 1.3rem;
  line-height: 1;
}

.price-block strong span {
  font-size: 0.72rem;
}

.term-block {
  flex: 1 1 auto;
  min-width: 0;
}

.term-options {
  display: flex;
  gap: 0.28rem;
}

.term-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 1.34rem;
  padding: 0 0.35rem;
  border: 1px solid #eceff3;
  border-radius: 0.25rem;
  background: #fff;
  color: #59616c;
  font-size: 0.74rem;
}

.term-chip.active {
  border-color: var(--orange);
  background: var(--orange-soft);
  color: #a9550d;
  font-weight: 750;
}

.insure-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 2.15rem;
  border-radius: 0.35rem;
  background: linear-gradient(90deg, #ff944a, #ee5d2b);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.panel {
  padding: 1rem 0.88rem;
}

.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.88rem;
}

.panel h2,
.panel-title h2,
.section-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 850;
}

.panel-title span {
  color: #687487;
  font-size: 0.74rem;
}

.plan-panel {
  margin-top: 0.72rem;
  padding: 1.05rem 1rem 1rem;
  border-radius: 0.72rem;
}

.plan-panel .panel-title {
  margin-bottom: 0.45rem;
}

.plan-panel .panel-title h2 {
  font-size: 1.28rem;
  font-weight: 800;
}

.plan-panel .panel-title span {
  color: #60719a;
  font-size: 0.82rem;
}

.plan-tabs {
  display: flex;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.plan-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 3.25rem;
  padding: 0 0.2rem;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  background: #f7f8fa;
  color: #838b96;
  text-align: center;
  overflow: hidden;
}

.plan-tab strong,
.plan-tab span {
  display: block;
}

.plan-tab strong {
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.15;
}

.plan-tab span {
  margin-top: 0.16rem;
  font-size: 0.78rem;
  line-height: 1.1;
}

.plan-tab.active {
  border-color: #ff6f13;
  background: #fff7ef;
  color: #f26a0f;
}

.plan-tab.active strong {
  font-weight: 760;
}

.plan-tab.active::after {
  content: "";
  position: absolute;
  top: -0.08rem;
  right: -0.08rem;
  width: 1.16rem;
  height: 1.16rem;
  background: #ff6f13;
  border-radius: 0 0.32rem 0 0.42rem;
}

.plan-tab.active::before {
  content: "✓";
  position: absolute;
  top: 0.04rem;
  right: 0.14rem;
  z-index: 1;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

.period-card {
  position: relative;
  margin: 0 0 1.05rem;
  padding: 0.82rem 0.78rem;
  border-radius: 0.45rem;
  background: #f8f9fb;
}

.period-mode-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.period-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.72rem;
}

.period-head h3 {
  margin: 0;
  color: #20242b;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.period-head span {
  color: #858c96;
  font-size: 0.76rem;
}

.period-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}

.period-toggle label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  border: 1px solid #edf0f4;
  border-radius: 0.34rem;
  background: #fff;
  color: #68717e;
  font-size: 0.86rem;
  font-weight: 650;
}

#period-day:checked ~ .period-toggle label[for="period-day"],
#period-month:checked ~ .period-toggle label[for="period-month"] {
  border-color: #ff6f13;
  background: #fff8f1;
  color: #f26a0f;
  box-shadow: inset 0 0 0 1px rgba(255, 111, 19, 0.1);
}

.period-fields {
  min-height: 2.4rem;
}

.period-field {
  display: none;
  align-items: center;
  gap: 0.52rem;
  min-height: 2.4rem;
  padding: 0.42rem 0.52rem 0.42rem 0.74rem;
  border: 1px solid #edf0f4;
  border-radius: 0.34rem;
  background: #fff;
}

#period-day:checked ~ .period-fields .period-field-day,
#period-month:checked ~ .period-fields .period-field-month {
  display: flex;
}

.period-field span {
  flex: 0 0 auto;
  color: #303640;
  font-size: 0.84rem;
  font-weight: 700;
}

.period-field select {
  flex: 1 1 auto;
  min-width: 0;
  height: 1.9rem;
  padding: 0 1.8rem 0 0.62rem;
  border: 1px solid #e1e6ed;
  border-radius: 0.28rem;
  background: #fff;
  color: #1f252e;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
}

.period-field em {
  flex: 0 0 auto;
  color: #5b6470;
  font-size: 0.82rem;
  font-style: normal;
}

.plan-panel .coverage-list h3 {
  margin: 0.88rem 0 0.58rem;
  font-size: 1rem;
  font-weight: 800;
}

.plan-panel .coverage-list h3:first-child {
  margin-top: 0;
}

.plan-panel .coverage-row {
  padding: 0.12rem 0;
  color: #20242b;
  font-size: 0.9rem;
}

.plan-panel .coverage-row strong {
  font-size: 0.9rem;
}

.plan-panel .coverage-row small {
  color: #999fa8;
  font-size: 0.74rem;
}

.coverage-list h3 {
  margin: 1rem 0 0.62rem;
  font-size: 0.95rem;
  font-weight: 850;
}

.coverage-list h3:first-child {
  margin-top: 0;
}

.coverage-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.28rem 0.6rem;
  padding: 0.34rem 0;
  color: #272c34;
  font-size: 0.83rem;
}

.coverage-row p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.coverage-row strong {
  flex: 0 0 auto;
  font-size: 0.84rem;
  font-weight: 500;
}

.coverage-row small {
  flex: 0 0 100%;
  margin-top: -0.12rem;
  color: var(--weak);
  font-size: 0.72rem;
}

.fold-line {
  padding: 0.62rem 0 0.28rem;
  color: var(--weak);
  text-align: center;
  font-size: 0.74rem;
}

.meta-list {
  margin-top: 0.38rem;
  padding-top: 0.62rem;
  border-top: 1px solid var(--line);
}

.meta-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.32rem 0;
  font-size: 0.82rem;
}

.meta-list span {
  color: #4a515d;
}

.meta-list strong {
  font-weight: 500;
}

.service-panel h2 {
  margin-bottom: 0.82rem;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.service-grid div {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1 1 calc(50% - 0.55rem);
  min-width: 8.2rem;
  height: 2.45rem;
  padding: 0 0.72rem;
  border-radius: 0.28rem;
  background: #f7f8fa;
  color: #4e5663;
  font-size: 0.82rem;
}

.service-grid span {
  color: var(--orange);
  font-size: 0.86rem;
}

.case-panel h2 {
  margin-bottom: 0.9rem;
  line-height: 1.35;
}

.case-panel p {
  margin: 0;
  color: #343a43;
  font-size: 0.78rem;
}

.feature-section {
  position: relative;
  margin: 0.72rem 0.75rem 0.62rem;
  overflow: hidden;
  border-radius: 0.62rem;
  background: #fff;
  box-shadow: var(--shadow);
}

@media (min-width: 750px) {
  .feature-section {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }
}

.feature-title-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 1rem 0.88rem 0.62rem;
}

.feature-title-row h2 {
  margin: 0;
  color: #20242b;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.2;
}

.feature-title-row span {
  position: absolute;
  right: 0.42rem;
  top: 1.28rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.16rem 0.7rem rgba(31, 44, 66, 0.13);
  color: #6e747d;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1;
}

.feature-image-stack {
  background: #fff;
}

.feature-image-stack img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.feature-compare-panel {
  padding: 0;
  background: #fff;
}

.feature-compare-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.feature-section article {
  padding: 1.15rem 0.9rem;
  text-align: center;
}

.feature-section h3 {
  margin: 0;
  color: #171b20;
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1.32;
}

.feature-section h4 {
  margin: 0.7rem 0 0.8rem;
  font-size: 1.02rem;
  font-weight: 850;
}

.feature-section p {
  margin: 0.32rem 0 0;
  color: #686f7b;
  font-size: 0.86rem;
}

.feature-hero img,
.doctor-panel img,
.rescue-panel img,
.license-panel img {
  width: 88%;
  margin: 0.9rem auto 0;
}

.risk-layout {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.risk-layout ul {
  flex: 1 1 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.risk-layout li {
  min-height: 2rem;
  margin: 0.45rem 0;
  padding: 0.44rem 0.25rem;
  border-radius: 0.42rem;
  background: var(--blue-soft);
  color: #4e6f99;
  font-size: 0.68rem;
}

.risk-layout img {
  flex: 0 0 34%;
  width: 34%;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.1rem;
  padding: 0.68rem 0.8rem;
  border-radius: 0.35rem;
  background: #f7fbff;
  text-align: left;
}

.benefit-item span {
  flex: 0 0 5.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.86rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #4da2ff, #257ee6);
  color: #fff;
  font-size: 0.78rem;
}

.benefit-item p {
  flex: 1 1 auto;
  margin: 0;
  color: #20242b;
  font-size: 0.82rem;
  line-height: 1.55;
}

.benefit-item strong {
  color: var(--orange);
}

.carry-grid,
.mini-card-row {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.carry-grid div,
.mini-card-row div {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 0.35rem;
  background: #f7fbff;
}

.carry-grid strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.28rem;
  background: linear-gradient(180deg, #3b9bff, #2478df);
  color: #fff;
  font-size: 0.73rem;
  line-height: 1.2;
}

.carry-grid p {
  min-height: 5.6rem;
  padding: 0.55rem 0.28rem;
  color: #69727f;
  font-size: 0.66rem;
  line-height: 1.55;
}

.carry-grid span {
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 850;
}

.two-card-section h3,
.age-panel h3 {
  margin-bottom: 0.9rem;
}

.mini-card-row div {
  min-height: 5.2rem;
  padding: 1rem 0.3rem;
  background: #f8fbff;
}

.mini-card-row strong {
  display: block;
  color: #26313f;
  font-size: 0.92rem;
}

.age-panel > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.5rem 0.6rem;
  border-radius: 0.45rem;
  background: #f7fbff;
  text-align: left;
}

.age-panel img {
  flex: 0 0 37%;
  width: 37%;
}

.age-panel p {
  margin: 0;
  color: #333a45;
  font-size: 0.92rem;
  line-height: 1.55;
}

.age-panel span {
  color: var(--orange);
  font-weight: 850;
}

.package-panel table {
  margin-top: 0.92rem;
  overflow: hidden;
  border-radius: 0.4rem;
  font-size: 0.76rem;
}

.package-panel th {
  padding: 0.64rem 0.25rem;
  background: #2f8df0;
  color: #fff;
  font-weight: 700;
}

.package-panel td {
  padding: 0.58rem 0.25rem;
  border: 1px solid #e7eef9;
  background: #f6faff;
  color: #566173;
}

.package-panel td:not(:first-child) {
  color: #2479d7;
  font-weight: 800;
}

.oversea-rescue .rescue-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 0.95rem;
}

.rescue-grid div {
  flex: 1 1 calc(50% - 0.52rem);
  min-width: 8.4rem;
  min-height: 3.8rem;
  padding: 0.68rem 0.35rem;
  border-radius: 0.38rem;
  background: #f5faff;
  color: #3d6d9d;
  font-size: 0.74rem;
  line-height: 1.45;
}

.rescue-grid strong {
  color: var(--orange);
  font-size: 0.86rem;
}

.compare-panel h3 {
  font-size: 1.32rem;
}

.compare-panel > p {
  margin-bottom: 0.95rem;
}

.table-wrap {
  overflow-x: auto;
}

.compare-table {
  min-width: 100%;
  font-size: 0.68rem;
}

.compare-table th,
.compare-table td {
  padding: 0.5rem 0.2rem;
  border: 1px solid #e3e7ee;
  background: #fff;
  color: #3c4350;
  text-align: center;
}

.compare-table th {
  background: #f7f9fb;
  font-weight: 800;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  background: #eef6ff;
}

.compare-table th:nth-child(4),
.compare-table td:nth-child(4) {
  background: #fff7ec;
}

.optional-table {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.55rem;
  padding: 0.55rem 0.55rem 0.55rem 4.05rem;
  border: 1px solid #dceafc;
  border-radius: 0.28rem;
  background: #f8fbff;
  text-align: left;
}

.optional-table p {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  color: #566173;
  font-size: 0.72rem;
}

.optional-table strong {
  flex: 0 0 auto;
  color: #27313d;
}

.optional-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.55rem;
  padding: 0.2rem;
  background: #eaf4ff;
  color: #357fc9;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.sticky-buy-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  min-height: 4.45rem;
  padding: 0.6rem 0.75rem 0.5rem 3rem;
  transform: translateX(-50%);
  border-top: 1px solid #edf0f3;
  background: #fff;
  box-shadow: 0 -0.22rem 0.9rem rgba(30, 49, 78, 0.08);
}

.sticky-buy-bar div {
  flex: 1 1 auto;
  min-width: 0;
}

.sticky-buy-bar strong {
  display: block;
  color: #ff2448;
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.sticky-buy-bar strong span {
  font-size: 0.82rem;
}

.sticky-buy-bar p {
  margin: 0.2rem 0 0;
  color: #ff2448;
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
}

.sticky-buy-bar i {
  margin-left: 0.35rem;
  font-style: normal;
  font-weight: 800;
}

.sticky-buy-bar button {
  flex: 0 0 52%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.05rem;
  max-width: 12.7rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #fa0065 0%, #ff4716 100%);
  color: #fff;
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: 0;
}

.sticky-buy-bar button:active {
  transform: scale(0.985);
}

#premium-price {
  font-size: 1.48rem;
}

.wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.wechat-modal.is-open {
  display: flex;
}

.wechat-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 25, 0.52);
}

.wechat-modal__panel {
  position: relative;
  z-index: 1;
  width: min(20rem, 100%);
  padding: 1.45rem 1.2rem 1.25rem;
  border-radius: 0.82rem;
  background: #fff;
  box-shadow: 0 1.1rem 3rem rgba(16, 24, 40, 0.2);
  text-align: center;
}

.wechat-modal__close {
  position: absolute;
  top: 0.62rem;
  right: 0.68rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 50%;
  background: #f4f6f8;
  color: #656d78;
  font-family: inherit;
  font-size: 1.28rem;
  line-height: 1;
}

.wechat-modal h2 {
  margin: 0;
  color: #1f242c;
  font-size: 1.18rem;
  font-weight: 850;
}

.wechat-modal p {
  margin: 0.52rem 0 1rem;
  color: #6f7783;
  font-size: 0.82rem;
  line-height: 1.5;
}

.wechat-modal img {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  border: 0.45rem solid #f6f8fb;
  border-radius: 0.55rem;
}

.wechat-modal strong {
  display: block;
  margin-top: 0.82rem;
  color: #f26a0f;
  font-size: 0.86rem;
}

@media (max-width: 430px) {
  html {
    font-size: calc(100vw / 23.4375);
  }
}

@media (max-width: 350px) {
  .purchase-card {
    flex-wrap: wrap;
  }

  .insure-button {
    width: 100%;
  }

  .benefit-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .benefit-item span {
    flex-basis: auto;
  }

  .promo-countdown {
    min-width: 6.4rem;
  }

  .promo-price strong {
    font-size: 1.36rem;
  }

  .sticky-buy-bar {
    padding-left: 1.55rem;
  }

  .sticky-buy-bar button {
    flex-basis: 47%;
  }
}
