:root {
  --page-bg: #f2f2f2;
  --surface: #ffffff;
  --text: #34363d;
  --muted: #b4b6bc;
  --line: rgba(37, 42, 53, 0.1);
  --shadow: 0 0.16rem 0.34rem rgba(17, 35, 74, 0.1);
  --radius-lg: 0.04rem;
  --radius-xl: 0.08rem;
  --content: calc(100% - 0.6rem);
  --bottom-bar-gap: 0.12rem;
  --orange-start: #fb950d;
  --orange-end: #e25b17;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.page {
  position: relative;
  max-width: 7.5rem;
  margin: 0 auto;
  min-height: 100vh;
  overflow: visible;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 18, 12, 0.16) 0%,
    rgba(31, 20, 13, 0.08) 28%,
    rgba(34, 18, 9, 0.18) 100%
  );
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0.1rem 0.18rem 0.18rem;
  color: #fff;
}

.hero__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.06rem 0.12rem;
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.08rem 0.18rem rgba(0, 0, 0, 0.16);
}

.hero__brand img {
  width: 2rem;
  height: auto;
}

.hero__content {
  margin-top: 0.38rem;
  text-align: center;
}

.hero__eyebrow {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 0 0.03rem 0.08rem rgba(0, 0, 0, 0.26);
}

.hero__title {
  margin: 0.18rem 0 0;
  font-size: 0.32rem;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.3);
}

.hero__chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin: 0.22rem auto 0;
}

.hero__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.42rem;
  padding: 0 0.14rem;
  border-radius: 9.99rem;
  background: rgba(255, 236, 189, 0.96);
  color: #684626;
  font-size: 0.14rem;
  font-weight: 700;
  box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.14);
}

.hero__tips {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__tip {
  position: absolute;
  width: auto;
  height: 0.64rem;
  animation: hero-tip-float 2.8s ease-in-out infinite;
}

.hero__tip--1 {
  width: 2rem;
  top: 4.5rem;
  left: 0.26rem;
}

.hero__tip--2 {
  top: 4.8rem;
  left: 2.1rem;
  animation-delay: 0.32s;
}

.hero__tip--3 {
  top: 4.02rem;
  right: 0.18rem;
  animation-delay: 0.64s;
}

@keyframes hero-tip-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.1rem);
  }
}

.hero__image {
  width: 7.5rem;
  height: 10rem;
}

.section-image {
  width: 7.5rem;
  height: 8.94rem;
}

.vehicle-card__image {
  width: 6.9rem;
  height: 6.9rem;
}

.vehicle-card__image1 {
  width: 6.9rem;
  height: 6.08rem;
}

.fare-image {
  width: 6.9rem;
  height: 4.48rem;
}

.about-card__brand-image {
  width: 2.12rem;
  height: 0.48rem;
}

.final-cta__image {
  width: 6.9rem;
  height: 2.56rem;
}

.cta-button__image {
  width: 4rem;
  height: 0.8rem;
}

.form-card {
  position: relative;
  z-index: 20;
  width: var(--content);
  margin: 0 auto 0;
  padding: 0.32rem 0.24rem;
  border-radius: 0.06rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.4rem rgba(26, 41, 78, 0.15);
}

.form-card__title {
  width: 4.76rem;
  margin: 0 auto 0.3rem;
  text-align: center;
  font-size: 0.17rem;
  line-height: 1.4;
  font-weight: 800;
  color: #4a4d54;
  letter-spacing: 0.01em;
}

.image-title {
  line-height: 0;
}

.section-title.image-title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 0.49rem;
  margin: 0 auto;
}

#quote-title img {
  display: block;
  width: 100%;
  max-width: 4.76rem;
  height: auto;
  margin: 0 auto;
}

.field {
  position: relative;
}

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

.field__label {
  flex: 0 0 auto;
  color: #3f4349;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.field input,
.field select,
.field textarea {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 0.88rem;
  padding: 0;
  color: #474b52;
  font-size: 0.28rem;
  font-weight: 500;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.field textarea {
  min-height: 0.88rem;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  resize: none;
  line-height: 1.5;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #b2b2b2;
  font-weight: 600;
}

.field__box:focus-within {
  outline: none;
  box-shadow: 0 0 0 0.03rem rgba(255, 149, 44, 0.18);
  transform: translateY(-0.01rem);
}

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

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

.field--select .field__label {
  padding-right: 0.02rem;
}

.field__trigger {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0.88rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #474b52;
  font-size: 0.28rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.field__trigger:focus {
  outline: none;
}

.field__trigger.is-placeholder {
  color: #b2b2b2;
  font-weight: 600;
}

.quote-form {
  display: grid;
  gap: 0.24rem;
}

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

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

.quote-form__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.12rem;
  padding-top: 0.06rem;
}

.quote-form__contact-label {
  color: #484848;
  font-size: 0.28rem;
  font-weight: 700;
  white-space: nowrap;
}

.quote-form__contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}

.contact-chip {
  min-width: 0.74rem;
  min-height: 0.72rem;
  padding: 0 0.13rem;
  border: 0.01rem solid #d7d7d7;
  border-radius: 0.08rem;
  background: #fff;
  color: #525252;
  font-size: 0.28rem;
  font-weight: 500;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-chip:hover {
  border-color: rgba(242, 136, 26, 0.7);
}

.contact-chip.is-active {
  border-color: #f19a28;
  background: #fff;
  color: #de7d0b;
  box-shadow: inset 0 0 0 0.01rem rgba(241, 154, 40, 0.08);
}

.contact-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.03rem rgba(255, 149, 44, 0.18);
}

.cta-button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 5.8rem;
  height: 0.96rem;
  margin: 0.12rem auto 0;
  padding: 0;
  border: 0;
  border-radius: 9.99rem;
  background: transparent;
  box-shadow: 0 0.12rem 0.24rem rgba(235, 116, 14, 0.22);
  isolation: isolate;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -52%;
  width: 46%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 22%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0.12) 78%,
    transparent 100%
  );
  transform: translateX(-180%) skewX(-20deg);
  animation: cta-shine 1.2s linear infinite;
  z-index: 2;
  pointer-events: none;
  filter: blur(0.015rem);
}

.cta-button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.cta-button__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@keyframes cta-shine {
  0%,
  16.6667% {
    transform: translateX(-180%) skewX(-20deg);
  }

  83.3333% {
    transform: translateX(420%) skewX(-20deg);
  }

  100% {
    transform: translateX(420%) skewX(-20deg);
  }
}

.section {
  width: var(--content);
  margin: 0.28rem auto 0;
}

.section-title {
  margin: 0 0 0.16rem;
  text-align: center;
  font-size: 0.15rem;
  line-height: 1.4;
  font-weight: 800;
  color: #4a4d54;
}

.section-image,
.vehicle-card__image,
.fare-image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.band-cta {
  display: block;
  width: var(--content);
  margin: 0.22rem auto 0;
  border-radius: 9.99rem;
}

.vehicle-list {
  display: grid;
  gap: 0.36rem;
}

.review-card,
.faq,
.about-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: 0 0.12rem 0.28rem rgba(17, 35, 74, 0.07);
}

.review-card {
  padding: 0.36rem 0.36rem 0.4rem;
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  color: #9497a0;
  font-size: 0.28rem;
}

.review-card__avatar {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #d9e6ff, #eff4ff);
  flex-shrink: 0;
}

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

.review-card__name {
  flex: 1;
  color: #3f4249;
  font-size: 0.28rem;
  font-weight: 800;
}

.review-card__copy {
  margin: 0.14rem 0 0.18rem;
  font-size: 0.28rem;
  line-height: 1.9;
  color: #474a51;
}

.review-card__dots {
  display: flex;
  justify-content: center;
  gap: 0.08rem;
}

.review-card__dot {
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.review-card__dots span {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #d8d9df;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.review-card__dots span.is-active {
  width: 0.2rem;
  border-radius: 9.99rem;
  background: #ff8f45;
}

.faq {
  padding: 0.2rem 0.26rem 0.28rem;
}

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

.faq-item__q,
.faq-item__a {
  display: grid;
  grid-template-columns: 0.44rem 1fr;
  gap: 0.2rem;
  align-items: start;
}

.faq-item__q {
  padding: 0.32rem 0 0.2rem;
  cursor: pointer;
}

.faq-item__a {
  padding: 0 0 0.32rem;
  color: #4b4e55;
  font-size: 0.28rem;
}

.faq-item__icon {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.28rem;
}

.faq-item__icon--q {
  background: #4388ff;
}

.faq-item__icon--a {
  background: #ff8b2a;
}

.faq-item__title {
  margin: 0;
  font-size: 0.28rem;
  line-height: 1.7;
  font-weight: 800;
  color: #3f4249;
}

.faq-item__answer {
  margin: 0;
}

.faq-item[hidden] {
  display: none;
}

.section-toggle {
  display: flex;
  justify-content: center;
  padding-top: 0.04rem;
}

.section-toggle button {
  border: 0;
  width: 1.48rem;
  min-width: 1.48rem;
  min-height: 0.52rem;
  border-radius: 0.08rem;
  background: linear-gradient(180deg, #fbefc9, #f3dfa7);
  color: #ba8a24;
  font-weight: 800;
  font-size: 0.26rem;
}

.about-card {
  padding: 0.36rem;
}

.about-card__brand {
  margin-bottom: 0.14rem;
}

.about-card__brand-image {
  width: 2.12rem;
  height: 0.48rem;
}

.about-card__lead {
  margin: 0 0 0.1rem;
  color: #ff7d16;
  font-size: 0.28rem;
  line-height: 1.7;
  font-weight: 800;
}

.about-card__copy {
  margin: 0;
  font-size: 0.28rem;
  line-height: 1.9;
  color: #464950;
}

.final-cta {
  width: var(--content);
  margin: 0.36rem auto 0;
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  position: relative;
}

.final-cta__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  width: 4rem;
  height: 0.8rem;
  margin-top: 0;
  box-shadow: 0 0.12rem 0.22rem rgba(235, 116, 14, 0.18);
}

/* 第二屏 - 聯繫方式 */
.two {
  display: none;
  position: relative;
  z-index: 20;
}

.two.is-visible {
  display: block;
}

.concat {
  padding: 0.4rem 0.3rem 0;
  box-sizing: border-box;
}

.concat-header {
  margin-bottom: 0.17rem;
}

.concat-header-title {
  width: 2.85rem;
  height: 0.48rem;
}

.concat-header-title img {
  display: block;
  width: 2.85rem;
  height: 0.48rem;
}

.concat-header-desc {
  font-weight: 400;
  font-size: 0.28rem;
  color: #3f3f3f;
  line-height: 0.52rem;
  text-align: left;
}

.concat-header-btn {
  width: 1.8rem;
  height: 0.54rem;
  background: #ffffff;
  border-radius: 0.28rem;
  border: 0.01rem solid #FF8324;
  font-weight: 400;
  font-size: 0.28rem;
  color: #FF8324;
  line-height: 0.54rem;
  text-align: center;
}

.concat-item {
  position: relative;
  width: 6.9rem;
  height: 6.36rem;
  padding: 0.2rem 0.3rem 0;
  background: #ffffff;
  border-radius: 0.16rem;
}

.concat-item1 {
  position: relative;
  width: 6.9rem;
  height: 3.01rem;
  padding: 0.2rem 0.3rem 0;
  background: #ffffff;
  border-radius: 0.16rem;
}

.concat-item-header {
  height: 0.56rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.3rem;
  color: #3d3d3d;
}

.concat-item-header img {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.21rem;
}

.concat-item-code {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.3rem;
}

.concat-item-code-1 {
  display: flex;
  height: 0.4rem;
  align-items: center;
  margin-bottom: 0.21rem;
}

.concat-code-label {
  display: flex;
  align-items: center;
  height: 0.28rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #737373;
  margin-right: 0.18rem;
  white-space: nowrap;
}

.concat-code-label span {
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  white-space: nowrap;
}

.concat-code-btn {
  width: 1.02rem;
  height: 0.4rem;
  background: #FF8626;
  border-radius: 0.2rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}

.copyTitle {
  margin-top: 0.3rem;
  width: 3.64rem;
  height: 0.28rem;
}

.copyTitle img {
  width: 3.64rem;
  height: 0.28rem;
  display: block;
}

.concat-item-qrcode,
.concat-item-qrcode img {
  width: 3.53rem;
  height: 3.56rem;
}

.concat-bottom {
  width: 7.5rem;
  height: 1.96rem;
  background: #2d2b2b;
}

.concat-bottom-desc {
  width: 7.06rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.38rem;
  text-align: left;
  margin: 0.1rem auto;
}

.concat-bottom-header {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0.28rem 0 0.32rem;
}

.concat-bottom-header-img {
  width: 1.68rem;
  height: 0.59rem;
  display: flex;
}

.concat-bottom-header-img img {
  width: 1.68rem;
  height: 0.59rem;
}

.concat-bottom-header-btn {
  width: 2.08rem;
  height: 0.52rem;
  background: #248a0f;
  border-radius: 0.26rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.52rem;
  text-align: center;
}

.whatsBtn {
  width: 4.65rem;
  height: 0.8rem;
  margin: 0 auto;
}

.whatsBtn img {
  width: 4.65rem;
  height: 0.8rem;
}

.footer {
  margin-top: 0;
  padding: 0.24rem 0.24rem 1.2rem 0.24rem;
  background: #2f2c2d;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

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

.footer__links a {
  position: relative;
  padding: 0 0.22rem;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.2;
  white-space: nowrap;
}

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

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

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

.bottom-bar {
  position: fixed;
  left: 50%;
  bottom: calc(0.2rem + env(safe-area-inset-bottom));
  z-index: 30;
  width: 6.9rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.24rem);
  transition:
    opacity 0.32s ease,
    transform 0.32s ease;
}

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

.bottom-bar__inner {
    display: flex;
    justify-content: space-around;
    min-height: 0.96rem;
    border-radius: 0.48rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0.14rem 0.32rem rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(0.08rem);
    padding: 0.14rem 0.54rem 0.18rem 0.55rem;
}



.bottom-bar__link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* gap: 0.12rem; */
  white-space: nowrap;
  background: transparent;
  border: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.52rem;
}

.bottom-bar__icon {
  width: 0.64rem;
  height: 0.64rem;
  flex-shrink: 0;
  transform-origin: 50% 80%;
  animation: bottom-bar-ring 1.45s ease-in-out infinite;
}

.bottom-bar__icon1 {
  width: 0.64rem;
  height: 0.64rem;
}

.bottom-bar__link:last-child .bottom-bar__icon {
  animation-delay: 0.18s;
}

.bottom-bar_quote {
  width: fit-content;
  height: 0.64rem;
  background: #fff9ec;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 0 !important;
  padding-right: 0.41rem;
  text-align: right;
}

.bottom-bar_quote div {
  margin-left: 0.21rem;
}

@keyframes bottom-bar-ring {
  0%,
  58%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  8% {
    transform: translate3d(-0.01rem, 0, 0) rotate(-12deg);
  }

  16% {
    transform: translate3d(0.01rem, 0, 0) rotate(12deg);
  }

  24% {
    transform: translate3d(-0.008rem, 0, 0) rotate(-10deg);
  }

  32% {
    transform: translate3d(0.008rem, 0, 0) rotate(10deg);
  }

  40% {
    transform: translate3d(-0.004rem, 0, 0) rotate(-6deg);
  }

  48% {
    transform: translate3d(0.004rem, 0, 0) rotate(6deg);
  }
}

.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 0.32rem), 4.2rem);
  padding: 0.14rem 0.16rem;
  border-radius: 0.12rem;
  background: rgba(31, 35, 44, 0.94);
  color: #fff;
  font-size: 0.28rem;
  line-height: 1.6;
  box-shadow: 0 0.16rem 0.3rem rgba(18, 22, 29, 0.26);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 1001;
}

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

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 0.16rem;
  background: rgba(75, 75, 75, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.success-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.success-modal__card {
  position: relative;
  width: min(100%, 6.9rem);
  padding: 0.42rem 0.24rem 0.36rem;
  border-radius: 0.04rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
}

.success-modal__close {
  position: absolute;
  right: 0;
  top: -0.6rem;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.success-modal__icon {
  width: 1.32rem;
  margin: 0 auto 0.16rem;
}

.success-modal__title {
  width: 1.98rem;
  margin: 0 auto;
  line-height: 0;
}

.success-modal__title img,
.success-modal__close img,
.form-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.success-modal__message {
  margin: 0.16rem 0 0.24rem;
  font-size: 0.28rem;
  line-height: 1.7;
  color: #4f535a;
  white-space: pre-line;
}

.success-modal__button {
  width: min(100%, 2.72rem);
  min-height: 0.64rem;
  border: 0;
  border-radius: 9.99rem;
  background: linear-gradient(180deg, var(--orange-start), var(--orange-end));
  color: #fff;
  font-size: 0.28rem;
  font-weight: 800;
  box-shadow: 0 0.14rem 0.28rem rgba(241, 120, 20, 0.24);
}

.line-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 61;
  display: grid;
  place-items: center;
  padding: 0.22rem 0.16rem;
  background: rgba(48, 49, 54, 0.84);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.line-qr-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.line-qr-modal__dialog {
  position: relative;
  width: min(100%, 5.4rem);
  padding-top: 0.1rem;
}

.line-qr-modal__close {
  position: absolute;
  top: -0.54rem;
  right: -0.04rem;
  z-index: 2;
  width: 0.52rem;
  height: 0.52rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.52rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.18);
}

.line-qr-modal__card {
  width: 100%;
  padding: 0rem 0.18rem 0.24rem;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0.22rem 0.42rem rgba(0, 0, 0, 0.22);
}

.line-qr-modal__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4.94rem;
  min-height: 4.94rem;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #fff;
}

.line-qr-modal__image {
  width: 4.94rem;
  height: auto;
  object-fit: contain;
  border-radius: 0.06rem;
}

.line-qr-modal__placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.06rem;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(150, 120, 233, 0.22) 0 9%,
      transparent 10%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(113, 140, 246, 0.22) 0 9%,
      transparent 10%
    ),
    radial-gradient(
      circle at 16% 84%,
      rgba(174, 116, 219, 0.22) 0 9%,
      transparent 10%
    ),
    linear-gradient(135deg, rgba(125, 110, 241, 0.08), rgba(161, 97, 217, 0.05));
  border: 0.02rem dashed rgba(130, 122, 229, 0.36);
}

.line-qr-modal__placeholder::before,
.line-qr-modal__placeholder::after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.12rem solid rgba(125, 115, 238, 0.78);
  border-radius: 0.08rem;
}

.line-qr-modal__placeholder::before {
  top: 0.34rem;
  left: 0.34rem;
}

.line-qr-modal__placeholder::after {
  right: 0.34rem;
  bottom: 0.34rem;
  border-color: rgba(171, 112, 214, 0.78);
}

.line-qr-modal__placeholder-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 0.18rem;
  background: linear-gradient(180deg, #7d74ec, #8a64e2);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  box-shadow: 0 0.14rem 0.32rem rgba(131, 111, 231, 0.28);
}

.line-qr-modal__placeholder-text {
  margin: 0.24rem 0 0;
  color: #787d89;
  font-size: 0.28rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.line-qr-modal__hint {
  margin: 0.18rem 0 0;
  color: #595d66;
  font-size: 0.42rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.line-qr-modal__actions {
  margin-top: 0.16rem;
  display: flex;
  justify-content: center;
}

.line-qr-modal__save {
  width: min(100%, 5.56rem);
  min-height: 0.86rem;
  padding: 0.16rem 0.32rem;
  border: 0;
  border-radius: 9.99rem;
  background: linear-gradient(180deg, #ffe266 0%, #ffd94f 100%);
  color: #7b5600;
  font-size: 0.28rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 0.16rem 0.32rem rgba(246, 189, 37, 0.28);
}

.line-qr-modal__save::before {
  content: "✦";
  display: inline-block;
  margin-right: 0.16rem;
  color: #ffb23e;
  font-size: 0.24rem;
  transform: translateY(-0.01rem);
}

.line-qr-modal__save[disabled] {
  box-shadow: none;
}

.repeat-modal__title {
  width: 1.98rem;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 0.3rem;
}

.repeat-modal__title img {
  display: block;
  width: 100%;
  height: auto;
}

.select-modal {
  position: fixed;
  inset: 0;
  z-index: 59;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: rgba(34, 39, 48, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.select-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

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

.select-modal__card {
  width: 100%;
  padding: 0.26rem 0.28rem 0.12rem;
  border-radius: 0.12rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
}

.select-modal__close {
  position: absolute;
  right: 0;
  top: -0.6rem;
  z-index: 2;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.select-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.select-modal__title {
  width: 2rem;
  margin: 0 auto 0.22rem;
  line-height: 0;
}

.select-modal__title img {
  display: block;
  width: 100%;
  height: auto;
}

.select-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-modal__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
  padding: 0.22rem 0;
  border: 0;
  border-bottom: 0.01rem solid rgba(67, 71, 78, 0.16);
  background: transparent;
  color: #4a4f56;
  font-size: 0.28rem;
  line-height: 1.4;
  text-align: left;
}

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

.select-modal__item img {
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
}

.form-modal {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: rgba(34, 39, 48, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.form-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

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

.form-modal__card {
  width: 100%;
  max-height: min(100vh - 0.4rem, 11rem);
  overflow: auto;
  border-radius: 0.06rem;
  box-shadow: 0 0.18rem 0.4rem rgba(26, 41, 78, 0.2);
}

.form-modal__close {
  position: absolute;
  right: 0;
  top: -0.8rem;
  z-index: 2;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 57;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: rgba(34, 39, 48, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.privacy-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.privacy-modal__dialog {
  position: relative;
  width: min(100%, 6.9rem);
}

.privacy-modal__card {
  width: 100%;
  height: min(10.6rem, calc(100vh - 0.4rem));
  padding: 0.3rem;
  border-radius: 0.04rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.privacy-modal__close {
  position: absolute;
  right: 0;
  top: -0.6rem;
  z-index: 2;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.privacy-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.privacy-modal__title {
  width: 2rem;
  margin: 0 auto 0.28rem;
  line-height: 0;
}

.privacy-modal__title img {
  display: block;
  width: 100%;
  height: 0.58rem;
}

.privacy-modal__body {
  height: calc(100% - 0.86rem);
  overflow-y: auto;
  padding-right: 0.04rem;
  color: #4f535a;
}

.privacy-modal__body p,
.privacy-modal__body li {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

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

.privacy-modal__body h3 {
  margin: 0.18rem 0 0.08rem;
  color: #43474e;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 800;
}

.privacy-modal__body ol,
.privacy-modal__body ul {
  margin: 0 0 0.12rem 0.32rem;
  padding: 0;
}

.privacy-modal__body li {
  margin-bottom: 0.08rem;
}

.contact-modal__list {
  display: grid;
  gap: 0;
}

#contact-modal .privacy-modal__card {
  height: 4.15rem;
  padding: 0.24rem 0.24rem 0.2rem;
}

#contact-modal .privacy-modal__title {
  margin-bottom: 0.18rem;
}

#contact-modal .privacy-modal__body {
  height: auto;
  overflow: visible;
  padding-right: 0;
}

.contact-modal__item {
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid rgba(67, 71, 78, 0.14);
}

#contact-modal .contact-modal__item {
  display: flex;
  align-items: center;
  min-height: 0.85rem;
  padding: 0;
}

.contact-modal__item:first-child {
  padding-top: 0;
}

.contact-modal__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-modal__label,
.contact-modal__value {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.contact-modal__label {
  display: inline;
  color: #3e434a;
  font-weight: 800;
}

.contact-modal__value {
  display: inline;
  color: #4f535a;
  font-weight: 500;
}

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

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

.line-qr-modal_title {
  width: fit-content;
  padding: 0 0.2rem;
  height: 0.72rem;
  background: linear-gradient(270deg, #ff6320 0%, #ff8820 100%);
  border-radius: 0rem 0rem 0.32rem 0.32rem;
  font-family:
    Alimama ShuHeiTi,
    Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 0.34rem;
  color: #ffffff;
  line-height: 0.72rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

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

  .quote-form__contact {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .quote-form__contact-options {
    gap: 0.08rem;
  }

  .contact-chip {
    min-width: 0.72rem;
    min-height: 0.72rem;
    padding: 0 0.14rem;
    font-size: 0.28rem;
  }

  .bottom-bar__link {
    gap: 0.08rem;
    padding: 0 0.1rem;
    font-size: 0.28rem;
  }

  .bottom-bar__icon {
    width: 0.32rem;
    height: 0.32rem;
  }

  .line-qr-modal {
    padding-inline: 0.08rem;
  }

  .line-qr-modal__dialog {
    width: min(100%, 7.34rem);
  }

  .line-qr-modal__card {
    padding: 0.16rem 0.16rem 0.22rem;
  }

  .line-qr-modal__visual {
    min-height: auto;
  }

  .line-qr-modal__save {
    width: min(100%, 5.76rem);
    min-height: 0.78rem;
  }
}



/* 微信弹窗 */
.weChat-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 0.16rem;
  background: rgba(75, 75, 75, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.weChat-modal__card {
  width: 4.8rem;
  /* height: 6.78rem; */
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weChat-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.weChat-headerTitle {
  width: fit-content;
  padding: 0 0.2rem;
  height: 0.72rem;
  background: linear-gradient(270deg, #ff6320 0%, #ff8820 100%);
  border-radius: 0rem 0rem 0.32rem 0.32rem;
  font-family:
    Alimama ShuHeiTi,
    Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 0.34rem;
  color: #ffffff;
  line-height: 0.72rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.weChat-img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0.28rem auto 0;
}

#weChat-img-str,
#line-img-str {
  width: 4.4rem;
  height: 4.2rem;
  border-radius: 0.2rem;
}

.weChat-modal-ID {
  width: fit-content;
  height: 0.41rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: -0.12rem;
  margin-bottom: 0.14rem;
}

.weChat-modal-btn {
  width: 1.72rem;
  height: 0.6rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.01rem solid #ff8248;

  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ff8248;
  line-height: 0.6rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.weChat-modal__title {
  width: 2.1rem;
  height: 0.43rem;
  margin: 0.22rem auto 0.42rem;
  background-size: 3.59rem 0.2rem !important;
}

.weChat-modal__button {
  min-height: 0.64rem;
  border: 0;
  border-radius: 9.99rem;
  color: #fff;
  position: relative;
  display: flex;
  width: 3.6rem;
  height: 0.96rem;
  margin-left: 1.37rem;
  position: absolute;
  bottom: -1.31rem;
  right: 0.6rem;
}

.weChat-modal__button img {
  width: 3.6rem;
  height: 0.96rem;
  /* position: absolute; */
  /* top: 0;
  left: 0; */
}

.weChat-modal__button div {
  width: fit-content;
  height: 0.46rem;
  font-weight: 700;
  font-size: 0.32rem;
  color: #483b3b;
  line-height: 0.46rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 0.25rem;
  left: 1.26rem;
}

/* 弹窗标题 */

.modal__title {
  font-weight: 700;
  font-size: 0.3rem;
  color: #3d3d3d;
  line-height: 0.43rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-image: url(./imgs/textbg.avif);
  background-size: 1.98rem 0.2rem;
  background-position: bottom;
  background-repeat: no-repeat;
}