:root {
  --page-bg: #f4f1eb;
  --surface: #ffffff;
  --surface-soft: #fbf9f4;
  --text: #2f3135;
  --muted: #777b82;
  --line: rgba(39, 42, 48, 0.12);
  --shadow: 0 0.16rem 0.4rem rgba(41, 31, 18, 0.12);
  --shadow-soft: 0 0.1rem 0.28rem rgba(30, 31, 34, 0.08);
  --accent: #ef8f1b;
  --accent-deep: #d96015;
  --accent-soft: #fff1da;
  --gold: #f2c451;
  --dark: #1f1f20;
  --dark-2: #3f3f40;
  --content: calc(100% - 0.48rem);
  --radius-xl: 0.3rem;
  --radius-lg: 0.24rem;
  --radius-md: 0.18rem;
  --radius-sm: 0.12rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #efe8dc 0%, #f6f3ef 3rem, #f4f1eb 100%);
  color: var(--text);
  font-family: "PingFang SC", "PingFang TC", "Noto Sans SC", "Noto Sans TC", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.page {
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.18rem;
  padding: 0.18rem 0.26rem;
  background: rgba(31, 31, 32, 0.98);
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.18);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.topbar.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.topbar__brand {
  min-width: 0;
}

.topbar__brand-image {
  width: 2.65rem;
  height: auto;
}

.topbar__locale {
  display: flex;
  align-items: center;
  gap: 0.18rem;
}

.locale-switch {
  min-width: 1.36rem;
  min-height: 0.64rem;
  padding: 0 0.2rem;
  border: 0;
  border-radius: 9.99rem;
  background: #4a4a4d;
  color: #fff;
  font-size: 0.28rem;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.locale-switch.is-active {
  color: var(--gold);
}

.locale-switch:active {
  transform: scale(0.97);
}

.hero {
  position: relative;
}

.hero__image,
.footer-cta-image img {
  width: 100%;
  height: auto;
}

.hero__tip {
  position: absolute;
  left: 0.85rem;
  top: 3.2rem;
  z-index: 2;
  width: 2.54rem;
  height: 2.82rem;
  pointer-events: none;
  transform-origin: center center;
  animation: hero-tip-pulse 2.8s ease-in-out infinite;
}

@keyframes hero-tip-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.08);
  }
}

.commom_title {
  height: 0.80rem;
  line-height: 0.8rem;
  background: linear-gradient( 90deg, #FF8324 0%, #FFB941 100%);
  border-radius: 0rem 0rem 0.36rem 0.36rem;
  font-size: 0.36rem;
  color: #FFF;
  font-weight: 700;
  padding: 0 0.3rem;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: center;
}

.quote-card__title.commom_title {
  position: relative;
}

.quote-card__title.commom_title::after {
  content: "";
  position: absolute;
  top: -0.14rem;
  bottom: -0.14rem;
  left: 0;
  width: 2rem;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 18%,
    rgba(255, 255, 255, 0.56) 42%,
    rgba(255, 247, 214, 0.88) 52%,
    rgba(255, 255, 255, 0.34) 72%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-175%) skewX(-22deg);
  filter: blur(0.03rem);
  pointer-events: none;
  animation: quote-card-title-shine 4.1s ease-in-out infinite;
}

@keyframes quote-card-title-shine {
  0%,
  58%,
  100% {
    transform: translateX(-175%) skewX(-22deg);
  }
  82% {
    transform: translateX(320%) skewX(-22deg);
  }
}


.quote-card {
  position: relative;
  z-index: 2;
  width: var(--content);
  margin: -0.54rem auto 0;
  padding: 0 0.24rem 0.28rem;
  border-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.16rem 0.42rem rgba(34, 25, 14, 0.14);
}

.quote-card--modal {
  width: 100%;
  margin: 0;
}

.quote-card__title-group {
  text-align: center;
}

.quote-card__eyebrow {
  margin: 0;
  color: #b56f1d;
  font-size: 0.24rem;
  font-weight: 700;
}

/* .quote-card__title {
  margin: 0.06rem 0 0;
  color: #3f4349;
  font-size: 0.34rem;
  line-height: 1.3;
  font-weight: 900;
} */

.quote-form {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.22rem;
}

.quote-form__row {
  display: grid;
  gap: 0.14rem;
}

.quote-form__row--two {
  grid-template-columns: 1fr 1fr;
}

.field {
  position: relative;
}

.field__box {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  min-height: 0.84rem;
  padding: 0 0.18rem;
  border-radius: 0.12rem;
  background: #f5f6f8;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.field_remark {
  align-items: baseline;
}

.field__box:focus-within {
  box-shadow: 0 0 0 0.03rem rgba(239, 143, 27, 0.16);
  transform: translateY(-0.01rem);
}

.field__label {
  flex: 0 0 auto;
  color: #40444b;
  font-size: 0.28rem;
  font-weight: 400;
  white-space: nowrap;
}

.field input,
.field textarea,
.field__trigger {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0.84rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #999999;
  font-size: 0.28rem;
  font-weight: normal;
}

.field textarea {
  min-height: 1.2rem;
  padding: 0.2rem 0;
  resize: none;
  line-height: 1.55;
}

.field input::placeholder,
.field textarea::placeholder,
.field__trigger.is-placeholder {
  color: #999999;
  font-weight: normal;
}

.field input:focus,
.field textarea:focus,
.field__trigger:focus {
  outline: none;
}

.field--select::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid transparent;
  border-top: 0.09rem solid #b7bcc5;
  transform: translateY(-20%);
  pointer-events: none;
}

.field__trigger {
  text-align: left;
}

.contact-row {
     display: flex;
    gap: 0.2rem;
    align-items: baseline;
}

.contact-row__label {
  color: #40444b;
  font-size: 0.28rem;
  font-weight: 400;
}

.contact-row__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.contact-chip {
  min-width: 1.24rem;
  min-height: 0.68rem;
  padding: 0 0.16rem;
  border: 0.01rem solid #d8dbe2;
  border-radius: 0.12rem;
  background: #fff;
  color: #555b63;
  font-size: 0.28rem;
  font-weight: 400;
  transition: all 0.2s ease;
}

.contact-chip.is-active {
  border-color: rgba(239, 143, 27, 0.7);
  /* background: #fff4df; */
  color: #d96f12;
}

.cta-button {
  display: flex;
  flex: 0 0 auto;
  width: 5.8rem;
  height: 0.96rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.48rem;
  padding: 0;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("./imgs/btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #483B3B;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: none;
  padding-left: 0.4rem;
  position: relative;
  overflow: hidden;
  border: none;
  transform-origin: center;
  animation: cta-button-pulse 1.8s ease-in-out infinite;
}


.cta-button::after {
  content: "";
  position: absolute;
  top: -0.12rem;
  bottom: -0.12rem;
  left: 0;
  width: 1.9rem;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.16) 18%,
    rgba(255, 255, 255, 0.52) 42%,
    rgba(255, 247, 214, 0.86) 52%,
    rgba(255, 255, 255, 0.34) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-175%) skewX(-22deg);
  filter: blur(0.03rem);
  pointer-events: none;
  animation: cta-button-shine 4s ease-in-out infinite;
}

.cta-button[disabled] {
  opacity: 0.74;
}

@keyframes cta-button-shine {
  0%,
  58%,
  100% {
    transform: translateX(-175%) skewX(-22deg);
  }
  82% {
    transform: translateX(330%) skewX(-22deg);
  }
}

@keyframes cta-button-pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.96);
  }
  75% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(0.96);
  }
}

.section {
  width: var(--content);
  margin: 0.3rem auto 0;
  background-color: #FFF;
  border-radius: 0.12rem;
  padding-bottom: 0.3rem;
}

.section-heading {
  color: #363a40;
  font-size: 0.3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 900;
  margin-bottom: .4rem;
}

.section-heading.commom_title {
  display: inline-block;
  height: 0.80rem;
  line-height: 0.8rem;
  background: linear-gradient( 90deg, #FF8324 0%, #FFB941 100%);
  border-radius: 0rem 0rem 0.36rem 0.36rem;
  font-size: 0.30rem;
  color: #FFF;
  font-weight: 700;
  padding: 0 0.2rem;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: center;
  width: auto;
  display: table;
  margin: 0 auto 0.4rem;
  position: relative;
}

.section-heading.commom_title::after {
  content: "";
  position: absolute;
  top: -0.18rem;
  bottom: -0.18rem;
  left: 0;
  width: 55%;
  min-width: 1.6rem;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 18%,
    rgba(255, 255, 255, 0.68) 48%,
    rgba(255, 248, 214, 0.92) 58%,
    rgba(255, 255, 255, 0.36) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-170%) skewX(-24deg);
  filter: blur(0.03rem);
  pointer-events: none;
  animation: section-heading-shine 4.6s ease-in-out infinite;
}

@keyframes section-heading-shine {
  0%,
  58%,
  100% {
    transform: translateX(-170%) skewX(-24deg);
  }
  82% {
    transform: translateX(280%) skewX(-24deg);
  }
}

.section-heading--split small {
  display: block;
  margin-top: 0.06rem;
  color: #b56f1d;
  font-size: 0.24rem;
  font-weight: 800;
}

.section-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.24rem;
  line-height: 1.7;
}

.section-copy--center {
  text-align: center;
}

.problem-list,
.guarantee-list,
.vehicle-list {
  display: grid;
  gap: 0.16rem;
}

.problem-list,
.guarantee-list {
  padding: 0 .3rem 0.2rem;
  gap: 0.36rem;
}


.vehicle-card,
.coverage__box{
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.problem-card,
.guarantee-card {
  display: grid;
  grid-template-columns: 1.64rem 1fr;
  gap: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px  dashed #707070;
  &:last-child {
     border-bottom: none;
  }
}

.problem-card__icon,
.guarantee-card__icon {
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background: #f5f2eb;
}

.problem-card__title,
.guarantee-card__title {
  margin: 0;
  color: #393d43;
  font-size: 0.30rem;
  line-height: 1.45;
  font-weight: 700;
}

.problem-card__desc,
.guarantee-card__desc {
  margin: 0.06rem 0 0;
  color: #626873;
  font-size: 0.26rem;
  line-height: 1.7;
}

.vehicle-card {
  overflow: hidden;
  padding: 0 0.3rem;
}

.vehicle-card__image {
  width: 100%;
  height: auto;
}

.vehicle-card__body {
  padding: 0.18rem 0.18rem 0.2rem;
}

.vehicle-card__name {
  margin: 0;
  font-size: 0.28rem;
  line-height: 1.4;
  font-weight: 900;
}

.vehicle-card__fit {
  margin: 0.08rem 0 0;
  color: #616773;
  font-size: 0.24rem;
  line-height: 1.7;
}

.pricing__box,
.coverage__box,
.faq,
.about-card,
.review-card {
  padding: 0.22rem 0.2rem;
}

.pricing__group + .pricing__group {
  margin-top: 0.18rem;
}

.pricing__group-title,
.coverage__lead {
  margin: 0;
  color: #3f444b;
  font-size: 0.25rem;
  font-weight: 900;
}

.pricing__list,
.coverage__scenarios,
.about-card__stats {
  list-style: none;
  margin: 0.12rem 0 0 0.12rem;
  padding: 0;
  display: grid;
  gap: 0.2rem;
}

.pricing__list li,
.coverage__scenarios li,
.about-card__stats li {
  position: relative;
  padding-left: 0.34rem;
  color: #5e6470;
  font-size: 0.28rem;
  line-height: 1.7;
}

.pricing__list li::before,
.coverage__scenarios li::before,
.about-card__stats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #FF8324, #FF8324);
}

.pricing__list--excluded li::before {
  background: linear-gradient(180deg, #c1c7d1, #8d94a0);
}

.pricing__note {
  margin: 0.18rem 0 0;
  padding: 0.14rem 0.16rem;
  border-radius: 0.16rem;
  background: #fff6e7;
  color: #a86218;
  font-size: 0.24rem;
  line-height: 1.7;
}

.pricing {
  width: var(--content);
  margin: 0.24rem auto 0;
  padding: 0.22rem 0.14rem 0.18rem;
  border-radius: 0.16rem;
  background: #ffffff;
  box-shadow: 0 0.06rem 0.18rem rgba(39, 42, 48, 0.08);
}

.pricing #pricing-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.12rem;
  width: fit-content;
  min-width: 0;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  line-height: 1.2;
  background: none;
  border-radius: 0;
  color: #3D3D3D;
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0;
  overflow: visible;
}

.pricing #pricing-title::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  background: center / contain no-repeat url("./imgs/alert.webp");
}

.pricing #pricing-summary {
  margin-bottom: 0.18rem;
  margin-top: 0.1rem;
  color: #555a62;
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: 500;
}

.pricing .pricing__box {
  padding: 0 0.25rem;
  background: transparent;
}

.pricing .pricing__group {
  position: relative;
  padding: 0.26rem 0.14rem 0.12rem;
  border-radius: 0.12rem;
  background: #f4f4f4;
}

.pricing .pricing__group + .pricing__group {
  margin-top: 0.14rem;
}

.pricing .pricing__group-title {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.64rem;
  height: 0.56rem;
  padding: 0 0.16rem;
  border-radius: 0.06rem 0 0.12rem 0;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 800;
  line-height: 1;
}

.pricing .pricing__group--included .pricing__group-title {
  background: #FF7119;
}

.pricing .pricing__group--excluded .pricing__group-title {
  background: #bdbdbd;
}

.pricing .pricing__list {
  margin: .38rem 0.12rem 0.12rem 0.12rem;
  display: block;
}

.pricing .pricing__list li {
  display: flex;
  align-items: center;
  padding: 0.14rem 0 0.14rem 0.44rem;
  color: #242424;
  font-size: 0.28rem;
  line-height: 1.55;
  font-weight: 500;
}

.pricing .pricing__list li + li {
  border-top: 0.01rem dashed #d6d6d6;
}

.pricing .pricing__list li::before {
  top: 0.2rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1;
 
}

.pricing .pricing__list--included li::before {
  content: "";
  background: url(/imgs/include.webp) 100% 100%;
   background-size: 100%;
}

.pricing .pricing__list--excluded li::before {
  content: "";
  background: url(/imgs/include-none.webp) 100% 100%;
   background-size: 100%;
}

.pricing .pricing__note {
  margin: 0.18rem 0 0.2rem;
  padding: 0 0.25rem;
  border-radius: 0;
  background: transparent;
  color: #242424;
  font-size: 0.28rem;
  line-height: 1.7;
  font-weight: 500;
}

.coverage {
  width: var(--content);
  margin: 0.24rem auto 0;
}

.coverage .coverage__box {
  padding: 0.18rem 0.14rem 0.22rem;
  border-radius: 0.16rem;
  background: #ffffff;
  box-shadow: 0 0.06rem 0.18rem rgba(39, 42, 48, 0.08);
}

.coverage .coverage__regions {
  display: grid;
  gap: 0.18rem;
  margin-top: 0;
}

.coverage .coverage__region {
  padding: 0.16rem 0.14rem 0.12rem;
  border-radius: 0.12rem;
  /* background: linear-gradient(180deg, #fff7f2 0%, #ffffff 0.56rem); */
}

.coverage .coverage__region-name {
  display: flex;
  width: 6.4rem;
  height: 0.96rem;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin-bottom: 0.16rem;
  color: #42474f;
  font-size: 0.28rem;
  font-weight: 800;
  line-height: 1.2;
  background: url(/imgs/title-city.webp) 100% 100%;
}

.coverage .coverage__region-name::before,
.coverage .coverage__region-name::after {
  content: "❦";
  color: #f3a93d;
  font-size: 0.30rem;
  line-height: 1;
}

.coverage .coverage__country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.2rem;
  padding: 0 0.12rem;
  margin-top: 0.4rem;
}

.coverage .coverage__region-name-inner {
  display: inline-flex;
  min-width: 2.16rem;
  height: 0.56rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.28rem;
  color: #42474f;
  font-size: 0.28rem;
  font-weight: 800;
  line-height: 1.2;
  background: url(/imgs/title-city-inner.webp) center/100% 100% no-repeat;
}

.coverage .coverage__region-name::before,
.coverage .coverage__region-name::after {
  content: none;
}

.coverage .coverage__country-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.36rem;
  min-height: 0.52rem;
  padding: 0 0.22rem;
  border-radius: 9.99rem;
  background: #f1f1f1;
  color: #3D3D3D;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-toggle {
  display: flex;
  justify-content: center;
  margin-top: 0.18rem;
}

.coverage .section-toggle {
  margin-top: 0.22rem;
}

.toggle-button {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  min-height: 0.56rem;
  padding: 0 0.18rem;
  border: 0;
  border-radius: 9.99rem;
  background: linear-gradient(180deg, #fff3d9, #f8e1a8);
  color: #bd821e;
  font-size: 0.24rem;
  font-weight: 800;
}

.coverage .toggle-button {
  min-height: 0.54rem;
  padding: 0 0.28rem;
  border: 0.01rem solid #d5d5d5;
  background: #ffffff;
  color: #f09a25;
  font-weight: 700;
}

.toggle-button img {
  width: 0.18rem;
  height: auto;
}

.coverage .toggle-button img {
  display: none;
}

.coverage .toggle-button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.1rem solid #f09a25;
}

.service-scenarios {
  width: var(--content);
  margin: 0.24rem auto 0;
  padding: 0 0.3rem 0.10rem;
  border-radius: 0.16rem;
  background: #ffffff;
  box-shadow: 0 0.06rem 0.18rem rgba(39, 42, 48, 0.08);
}

.service-scenarios__list {
  display: grid;
}

.service-scenarios__item {
  display: grid;
  grid-template-columns: 1.64rem minmax(0, 1fr);
  gap: 0.24rem;
  align-items: start;
  padding: 0.3rem 0;
}

.service-scenarios__item + .service-scenarios__item {
  border-top: 0.01rem dashed #d8d8d8;
}

.service-scenarios__image {
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.service-scenarios__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-scenarios__content {
  min-width: 0;
}

.service-scenarios__name {
  margin: 0;
  color: #3b4047;
  font-size: 0.30rem;
  font-weight: 700;
  line-height: 1.2;
  border-image: linear-gradient(102deg, rgba(255, 210.37174433469772, 145.66082149744034, 1), rgba(255, 251.78333580493927, 62.00000010430813, 1)) 6 6;
}

.service-scenarios__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.16rem;
  margin-top: 0.12rem;
}

.service-scenarios__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.36rem;
  padding: 0.06rem 0.2rem;
  border: 0.01rem solid #f1b171;
  border-radius: 9.99rem;
  background: #ffffff;
  color: #3D3D3D;
  font-size: 0.28rem;
  line-height: 1.2;
  white-space: nowrap;
}

.testimonials__list {
  display: grid;
  gap: 0.24rem;
  padding: 0 0.25rem;
}

.review-card {
  padding: 0.22rem;
  border-radius: 0.12rem;
  background: #F5F5F5;
}

.review-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.16rem;
}

.review-card__identity {
  display: flex;
  align-items: flex-start;
  gap: 0.14rem;
  min-width: 0;
}

.review-card__avatar {
  width: 0.88rem;
  height: 0.88rem;
  overflow: hidden;
  margin-right: 0.2rem;
}

.review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__person {
  min-width: 0;
}

.review-card__name {
  color: #242424;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.06rem;
  margin-bottom: 0.06rem;
}

.review-card__meta {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  margin-top: 0.05rem;
  color: #8a9099;
  font-size: 0.24rem;
  line-height: 1.2;
}

.review-card__meta::before {
  content: "";
  width: 0.20rem;
  height: 0.20rem;
  background: center / contain no-repeat url("./imgs/icon-location.webp");
}

.review-card__trip {
  flex: 0 0 auto;
  min-height: 0.38rem;
  padding: 0.06rem 0.16rem;
  border: 0.01rem solid #FF8324;
  border-radius: 9.99rem;
  background: #ffffff;
  color: #FF8324;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.36rem;
  white-space: nowrap;
}

.review-card__copy {
  margin: 0.16rem 0 0;
  color: #535963;
  font-size: 0.28rem;
  line-height: 1.8;
}

.faq-item + .faq-item {
  border-top: 0.01rem dashed rgba(95, 102, 112, 0.18);
}

.faq-item__q,
.faq-item__a {
  display: grid;
  grid-template-columns: 0.62rem 1fr;
  gap: 0.16rem;
}

.faq-item__q {
  padding: 0.22rem 0 0.12rem;
}

.faq-item__a {
  padding: 0 0 0.22rem;
}

.faq-item__icon {
  width: 0.61rem;
  height: 0.44rem;
  align-self: start;
  margin-top: 0.03rem;
}

.faq-item__title {
  margin: 0;
  color: #242424;
  font-size: 0.30rem;
  line-height: 1.7;
  font-weight: 700;
}

.faq-item__answer {
  margin: 0;
  color: #242424;
  font-size: 0.28rem;
  line-height: 1.8;
}

.about-card__brand-image {
  width: 2.4rem;
  height: auto;
}

.about-card__lead {
  margin: 0.14rem 0 0;
  color: #F8711E;
  font-size: 0.30rem;
  line-height: 1.7;
  font-weight: 900;
}

.about-card__closing {
  margin: 0.18rem 0 0;
  color: #565d67;
  font-size: 0.24rem;
  line-height: 1.85;
}

.footer-image-section {
  margin-bottom: 0.12rem;
  padding-bottom: 0;
  border-radius: 0.4rem;
  position: relative;
}

.footer-cta-image {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: transparent;
  box-shadow: var(--shadow);
}

.footer-cta-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.62rem;
  z-index: 2;
  margin: 0 auto;
}

.footer {
  margin-top: 0.28rem;
  padding: 0.3rem 0.24rem 1.36rem;
  background: #2f2a2a;
  color: rgba(255, 255, 255, 0.94);
  text-align: center;
}

.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.28rem;
}

.footer__links a {
  position: relative;
  padding: 0 0.2rem;
}

.footer__links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.01rem;
  height: 0.28rem;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

.footer__text {
  margin: 0.16rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.26rem;
  line-height: 1.9;
}

.footer__line {
  width: 100%;
  height: 0.01rem;
  margin: 0.16rem 0;
  background: rgba(255, 255, 255, 0.14);
}

.bottom-bar {
  position: fixed;
  left: 50%;
  bottom: 0.16rem;
  z-index: 30;
  width: 6.90rem;
  height: 0.92rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.22rem);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.bottom-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@keyframes bottom-bar-ring {
  0%,
  68%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  4% {
    transform: rotate(-10deg) scale(1.02);
  }

  8% {
    transform: rotate(12deg) scale(1.03);
  }

  12% {
    transform: rotate(-8deg) scale(1.02);
  }

  16% {
    transform: rotate(8deg) scale(1.01);
  }

  20% {
    transform: rotate(-4deg) scale(1);
  }

  24% {
    transform: rotate(0deg) scale(1);
  }
}

.bottom-bar__inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.16rem 0.32rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.46rem;
}

.bottom-bar__icon-link,
.bottom-bar__form-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 0;
  transform-origin: center center;
  will-change: transform;
}

.bottom-bar__icon-link {
  width: 0.64rem;
  height: 0.64rem;
  flex: 0 0 0.64rem;
  border-radius: 0.2rem;
  animation: bottom-bar-ring 5.2s ease-in-out infinite;
}

.bottom-bar__icon {
  display: none;
}

.bottom-bar__icon-image {
  width: .64rem;
  height: .64rem;
  object-fit: contain;
  pointer-events: none;
}

#bottom-line {
  background: center / 0.64rem 0.64rem no-repeat url("./imgs/icon-line.webp");
}

.bottom-bar__form-link {
  min-width: 1.64rem;
  height: 0.64rem;
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 0.08rem;
  padding: 0 0.22rem 0 0;
  border-radius: 0.42rem;
  background: rgba(255, 249, 236, 1);
  color: #4f5768;
  font-size: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  animation: bottom-bar-ring 5.2s ease-in-out infinite;
}

.bottom-bar__form-text {
  white-space: nowrap;
}

#bottom-whatsapp {
  animation-delay: 0s;
}

#bottom-line {
  animation-delay: 0.36s;
}

#bottom-wechat {
  animation-delay: 0.72s;
}

.toast {
  position: fixed;
  left: 50%;
  top: calc(0.5rem + env(safe-area-inset-top));
  z-index: 80;
  width: min(calc(100% - 0.4rem), 4.5rem);
  padding: 0.16rem 0.18rem;
  border-radius: 0.16rem;
  background: rgba(27, 28, 31, 0.95);
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.6;
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -0.16rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.form-modal,
.select-modal,
.status-modal,
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 0.18rem;
  background: rgba(26, 28, 32, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.form-modal.is-visible,
.select-modal.is-visible,
.status-modal.is-visible,
.legal-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.form-modal__dialog,
.select-modal__dialog{
  position: relative;
  width: min(100%, 6.92rem);
}



.select-modal__card,
.legal-modal__card,
.status-modal__card {
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.4rem rgba(0, 0, 0, 0.2);
}

.legal-modal__dialog {
   position: relative;
   width: min(100%, 6.3rem);
  height: 10.5rem; 
}

.select-modal__card,
.legal-modal__card {
  padding: 0.24rem;
}

.legal-modal__card {
  height: 10.5rem;
  padding: 0.3rem;
  overflow: hidden; 
}

.select-modal__dialog {
  width: min(100%, 6.7rem);
}

.select-modal__card {
  padding: 0.38rem 0.6rem 0.16rem;
  border-radius: 0.12rem;
}

.status-modal__card {
  position: relative;
  width: min(100%, 6.3rem);
  padding: 0.34rem 0.24rem 0.3rem;
  height: 6.3rem;
  text-align: center;
}

.modal-close {
  display: grid;
  place-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.28rem;
  line-height: 1;
}

.form-modal__close,
.select-modal__close,
.legal-modal__close {
  position: absolute;
  top: -0.58rem;
  right: 0.04rem;
}

.select-modal__close {
  right: -0.02rem;
  width: 0.52rem;
  height: 0.52rem;
  background: transparent;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
}

.status-modal__close {
  position: absolute;
  top: -0.68rem;
  right: 0.18rem;
  background: #f0f2f5;
  color: #606771;
}

.select-modal__title,
.legal-modal__title,
.status-modal__title {
  margin: 0;
  color: #383c43;
  font-size: 0.5rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.select-modal__title {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #404040;
  font-size: 0.42rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.01em;
  isolation: isolate;
  z-index: 0;
}

.select-modal__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.02rem;
  width: 100%;
  height: 0.18rem;
  background: url(./imgs/dialog-title-bg.webp) 100% 100% no-repeat;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.select-modal__list {
  display: grid;
  gap: 0;
  margin-top: 0.2rem;
}

.select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.14rem;
  min-height: 0.92rem;
  padding: 0.12rem 0.02rem 0.12rem 0;
  border: 0;
  border-bottom: 0.01rem solid rgba(77, 82, 91, 0.14);
  background: transparent;
  color: #4b4b4b;
  font-size: 0.28rem;
  text-align: left;
}

.select-option:last-child {
  border-bottom: 0;
}

.select-option__label {
  color: #51545a;
  font-size: 0.32rem;
  line-height: 1.5;
  font-weight: 500;
}

.select-option__state {
  position: relative;
  flex: 0 0 0.34rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #d9d9d9;
}

.select-option__state::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.16rem;
  height: 0.08rem;
  border-left: 0.03rem solid #fff;
  border-bottom: 0.03rem solid #fff;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.select-option.is-selected .select-option__state {
  background: linear-gradient(180deg, #ffa74f 0%, #ff7a2c 100%);
}

.status-modal__message {
  margin: 0.16rem 0 0.24rem;
  color: #555b65;
  font-size: 0.24rem;
  line-height: 1.8;
}

.status-modal__button {
  min-width: 2.36rem;
  min-height: 0.7rem;
  border: 0;
  border-radius: 9.99rem;
  background: linear-gradient(180deg, #ffb347, #ef8f1b 55%, #d95f15);
  color: #fff;
  font-size: 0.24rem;
  font-weight: 900;
}

#success-modal .status-modal__card {
  width: min(100%, 6.3rem);
  height: auto;
  padding: 0.56rem 0.42rem 0.42rem;
  border-radius: 0;
  box-shadow: none;
}

#success-modal .status-modal__close {
  top: -0.72rem;
  right: -0.02rem;
  width: 0.52rem;
  height: 0.52rem;
  background: transparent;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
}

.success-modal__icon {
  position: relative;
  width: 1.62rem;
  height: 1.62rem;
  margin: 0 auto 0.28rem;
}

.success-modal__halo {
  position: absolute;
  inset: 0.12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113, 240, 137, 0.42) 0%, rgba(113, 240, 137, 0.14) 58%, rgba(113, 240, 137, 0) 100%);
}

.success-modal__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #4bf06f 0%, #25d84f 100%);
  box-shadow: 0 0.08rem 0.16rem rgba(52, 214, 87, 0.24);
  transform: translate(-50%, -50%);
}

.success-modal__check {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.34rem;
  height: 0.18rem;
  border-left: 0.08rem solid #fff;
  border-bottom: 0.08rem solid #fff;
  transform: translate(-50%, -58%) rotate(-45deg);
}

.success-modal__dot {
  position: absolute;
  border-radius: 50%;
}

.success-modal__dot--yellow-lg {
  right: 0.06rem;
  top: 0.78rem;
  width: 0.18rem;
  height: 0.18rem;
  background: #ffc92a;
}

.success-modal__dot--yellow-sm {
  right: 0.28rem;
  top: 1.1rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #ffd65c;
}

.success-modal__dot--blue {
  right: 0.36rem;
  top: 0.22rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #49b4ff;
}

.success-modal__dot--green {
  right: 0.18rem;
  top: 0.36rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #2ecf4e;
}

#success-modal .status-modal__title {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #404040;
  font-size: 0.42rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.01em;
  isolation: isolate;
  z-index: 0;
}

#success-modal .status-modal__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.02rem;
  width: 100%;
  height: 0.18rem;
  background: url(./imgs/dialog-title-bg.webp) 100% 100% no-repeat;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

#success-modal .status-modal__message {
  width: 100%;
  margin: 0.18rem auto 0.34rem;
  color: #64676d;
  font-size: 0.32rem;
  line-height: 1.8;
  white-space: pre-line;
  padding: 0 0.5rem;
}

#success-modal .status-modal__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.66rem;
  height: 0.94rem;
  min-width: 3.66rem;
  min-height: 0.94rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("./imgs/btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #5b4b24;
  font-size: 0.32rem;
  font-weight: 900;
}

#success-modal .status-modal__button::before {
  content: "✦";
  margin-right: 0.12rem;
  color: #ffab35;
  font-size: 0.24rem;
  line-height: 1;
}

#repeat-modal .status-modal__card {
  width: min(100%, 6.3rem);
  padding: 0.34rem 0.32rem 0.28rem;
  border-radius: 0.12rem;
  height: 4.2rem
}

#repeat-modal .status-modal__close {
  top: -0.72rem;
  right: -0.02rem;
  width: 0.52rem;
  height: 0.52rem;
  background: transparent;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
}

#repeat-modal .status-modal__title {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #404040;
  font-size: 0.48rem;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.01em;
  isolation: isolate;
  z-index: 0;
}

#repeat-modal .status-modal__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.01rem;
  width: 100%;
  height: 0.14rem;
  background: url(./imgs/dialog-title-bg.webp) 100% 100% no-repeat;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

#repeat-modal .status-modal__message {
  margin: 0.28rem 0 0.24rem;
  color: #707782;
  font-size: 0.32rem;
  line-height: 1.7;
}

#repeat-modal .status-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 0.96rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("./imgs/btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #5b4b24;
  font-size: 0.28rem;
  font-weight: 900;
}

.wechat-modal__card {
  width: min(100%, 5.4rem);
  padding: 0.26rem 0.12rem 0.28rem;
  border-radius: 0.12rem;
  box-shadow: none;
  height: 6.2rem;
}

#wechat-modal .status-modal__close {
  top: -0.72rem;
  right: -0.02rem;
  width: 0.52rem;
  height: 0.52rem;
  background: transparent;
  color: #fff;
  font-size: 0.5rem;
}

#wechat-modal .status-modal__title {
  display: none;
}

.wechat-modal__qr-wrap {
  display: grid;
  place-items: center;
  width: 4.94rem;
  height: 4.94rem;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.wechat-modal__qr-image {
  display: block;
  width: 4.94rem;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.wechat-modal__id-line {
  margin: 0.2rem 0 0;
  color: #5f6368;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

#wechat-modal #wechat-id-value {
  color: #50555d;
}

.wechat-modal__copy-button {
  display: block;
  width: 1.86rem;
  height: 0.56rem;
  margin: 0.24rem auto 0;
  padding: 0;
  border: 0.02rem solid #ffc9ae;
  border-radius: 999px;
  background: #fff;
  color: #f39b63;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1;
}

.wechat-modal__save-tip {
  margin: 0.2rem 0 0;
  color: #4f5359;
  font-size: 0.32rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.wechat-modal__save-button {
  display: block;
  width: 4.4rem;
  height: 0.96rem;
  margin: 0.64rem auto 0;
  padding: 0;
  border: 0;
  border-radius: 0.48rem;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("./imgs/btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 106% 112%;
  color: #5b4b24;
  font-size: 0.34rem;
  font-weight: 700;
}

.legal-modal__body {
  max-height: calc(100vh - 1.8rem);
  overflow: auto;
  margin-top: 0.18rem;
  padding-right: 0.06rem;
  color: #575d67;
  font-size: 0.28rem;
  line-height: 1.85;
}

#legal-modal .legal-modal__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.01rem;
  width: 100%;
  height: 0.14rem;
  background: url(./imgs/dialog-title-bg.webp) 100% 100% no-repeat;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.legal-modal__body h3 {
  margin: 0.18rem 0 0.08rem;
  color: #3d4148;
  font-size: 0.30rem;
}

.legal-modal__body p {
  margin: 0 0 0.12rem;
}

.legal-modal__body ul {
  margin: 0 0 0.12rem 0.28rem;
  padding: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(0.2rem);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 4.3rem) {
  .quote-form__row--two {
    grid-template-columns: 1fr;
  }

  .topbar {
    padding-left: 0.18rem;
    padding-right: 0.18rem;
  }

  .topbar__brand-image {
    width: 2.2rem;
  }

  .locale-switch {
    min-width: 1.18rem;
    min-height: 0.58rem;
    font-size: 0.24rem;
  }



  .bottom-bar__inner {
    gap: 0.08rem;
    min-height: 0.76rem;
    padding: 0.08rem 0.1rem;
  }

  .bottom-bar__icon-link,
  .bottom-bar__icon-image {
    width: 0.56rem;
    height: 0.56rem;
    flex-basis: 0.56rem;
  }

  #bottom-line {
    background-size: 0.56rem 0.56rem;
  }

  .bottom-bar__form-link {
    min-width: 0;
    height: 0.56rem;
    padding: 0 0.18rem 0 0.08rem;
    font-size: 0.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bottom-bar__icon-link,
  .bottom-bar__form-link {
    animation: none;
  }
}
