* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #f2f3f7;
  color: #1e2637;
}

.booking-footer {
  margin-top: 18px;
}

.booking-footer-bar {
  background: #2e7fce;
}

.booking-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  color: #eaf3ff;
}

.booking-footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.35;
  justify-content: center;
  text-align: left;
}

.booking-footer-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.booking-footer-meta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px 18px;
  text-align: center;
  color: #7c879c;
  font-size: 11px;
  line-height: 1.6;
}

.booking-topbar {
  background: #fff;
  border-bottom: 1px solid #e5eaf3;
}

.booking-topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.booking-logo-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.booking-logo-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.booking-logo-text-wrap strong {
  font-size: 22px;
}

.booking-logo-text-wrap span {
  font-size: 11px;
  color: #6f7a8d;
}

.home-link {
  font-size: 13px;
  color: #5f6b82;
  text-decoration: none;
}

.booking-main {
  padding: 18px 16px 28px;
}

.hero-booking {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 315px;
  background-image: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.hero-mask {
  position: absolute;
  inset: 0;
  background: rgba(36, 47, 74, 0.42);
}

.hero-booking-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hero-copy {
  color: #fff;
  margin-top: 52px;
  margin-left: 12px;
}

.hero-copy h1 {
  font-size: 60px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-copy p {
  font-size: 28px;
  line-height: 1.4;
  opacity: 0.95;
}

.booking-form {
  width: 340px;
  background: #fff;
  padding: 24px 24px 20px;
}

.booking-form h2 {
  text-align: center;
  color: #4d5f82;
  font-size: 34px;
  margin-bottom: 4px;
}

.booking-form > p {
  text-align: center;
  color: #a0a8b8;
  font-size: 12px;
  margin-bottom: 16px;
}

.booking-form label {
  display: block;
  color: #6f7788;
  font-size: 13px;
  margin-bottom: 4px;
}

.booking-form input {
  width: 100%;
  height: 36px;
  border: 1px solid #d7ddea;
  padding: 0 10px;
  margin-bottom: 10px;
  outline: none;
}

.booking-form button {
  width: 100%;
  margin-top: 6px;
  height: 42px;
  border: none;
  background: #f7895f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.booking-form-status {
  margin: 10px 0 0;
  font-size: 12px;
  color: #5a6578;
  min-height: 1.2em;
}

.booking-form-status.success {
  color: #15803d;
}

.booking-form-status.error {
  color: #b91c1c;
}

.value-strip {
  max-width: 1180px;
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.value-item {
  color: #fff;
  padding: 16px 14px;
  min-height: 84px;
}

.value-item h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.value-item p {
  font-size: 12px;
  opacity: 0.95;
}

.value-blue { background: #4396e7; }
.value-green { background: #62be7f; }
.value-orange { background: #e8a061; }
.value-purple { background: #8b84d8; }

.advantage-section {
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 22px 18px 28px;
  background: #fff;
  text-align: center;
}

.advantage-section h2 {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 500;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

.adv-card {
  background: #fff;
  border: 1px solid #eef1f6;
  min-height: 178px;
}

.adv-card p {
  font-size: 12px;
  color: #575f72;
  line-height: 1.45;
  padding: 8px 9px 10px;
  text-align: center;
}

.adv-card-tall {
  grid-row: span 2;
  min-height: 366px;
}

.adv-media {
  width: 100%;
  height: 128px;
  background-size: cover;
  background-position: center;
}

.adv-card-tall .adv-media {
  height: 318px;
}

.adv-media-1 { background-image: url("https://images.unsplash.com/photo-1581093588401-22b9a6e3f725?auto=format&fit=crop&w=700&q=80"); }
.adv-media-2 { background-image: url("https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?auto=format&fit=crop&w=700&q=80"); }
.adv-media-3 { background-image: url("https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=700&q=80"); }
.adv-media-4 { background-image: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=700&q=80"); }
.adv-media-5 { background-image: url("https://images.unsplash.com/photo-1573497491208-6b1acb260507?auto=format&fit=crop&w=700&q=80"); }
.adv-media-6 { background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=700&q=80"); }
.adv-media-7 { background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=700&q=80"); }

.advantage-note {
  font-size: 12px;
  color: #6b7385;
  margin: 16px auto 10px;
}

.advantage-btn {
  display: inline-block;
  background: #f58d62;
  color: #fff;
  width: 118px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  font-size: 13px;
}

.advantage-tip {
  margin-top: 8px;
  font-size: 11px;
  color: #adb4c2;
  line-height: 1.45;
}

.process-section {
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 28px 18px;
  background: #f7f8fb;
  text-align: center;
}

.process-section h2 {
  font-size: 34px;
  color: #444d62;
  font-weight: 500;
  margin-bottom: 18px;
}

.process-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.process-card {
  width: 170px;
  min-height: 136px;
  background: #fff;
  border: 1px solid #edf1f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.process-icon {
  font-size: 38px;
  color: #8db8d3;
  line-height: 1;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
  color: #4b78a0;
}

.process-arrow {
  font-size: 22px;
  color: #d8deea;
  margin: 0 4px;
}

.process-btn {
  margin-top: 18px;
}

.booking-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease;
  z-index: 1000;
}

.booking-modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.booking-modal {
  width: 100%;
  max-width: 380px;
  background: #fff;
  position: relative;
  padding: 18px 22px 20px;
}

.booking-modal-close {
  position: absolute;
  top: 6px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #c6cbd5;
  cursor: pointer;
}

.booking-modal h2 {
  text-align: center;
  font-size: 36px;
  color: #2780f3;
  font-weight: 500;
  margin-bottom: 2px;
}

.booking-modal-subtitle {
  text-align: center;
  font-size: 12px;
  color: #4e5668;
  margin-bottom: 14px;
}

.booking-modal-form {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  row-gap: 10px;
}

.booking-modal-form label {
  font-size: 13px;
  color: #21283a;
}

.booking-modal-form input {
  height: 34px;
  border: 1px solid #cad0dc;
  padding: 0 10px;
  font-size: 13px;
  outline: none;
}

.booking-modal-form button {
  grid-column: 1 / -1;
  margin-top: 8px;
  border: none;
  background: #fa7f57;
  color: #fff;
  height: 54px;
  font-size: 30px;
  cursor: pointer;
}

.booking-modal-note {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #7f8798;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero-booking-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 20px;
  }

  .booking-form {
    width: 100%;
    max-width: 420px;
  }

  .value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adv-card-tall {
    grid-row: span 1;
    min-height: 178px;
  }

  .adv-card-tall .adv-media {
    height: 128px;
  }

  .booking-modal {
    max-width: 380px;
    padding: 18px 22px 20px;
  }

  .booking-modal h2 {
    font-size: 42px;
  }

  .booking-modal-subtitle {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .booking-modal-form {
    grid-template-columns: 48px 1fr;
    row-gap: 10px;
  }

  .booking-modal-form label {
    font-size: 13px;
  }

  .booking-modal-form input {
    height: 34px;
    font-size: 13px;
  }

  .booking-modal-form button {
    height: 54px;
    font-size: 36px;
  }

  .booking-modal-note {
    font-size: 12px;
    margin-top: 12px;
  }

  .process-section h2 {
    font-size: 28px;
  }

  .process-card {
    width: 145px;
    min-height: 122px;
  }

  .booking-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .value-strip {
    grid-template-columns: 1fr;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    gap: 8px;
  }

  .process-card {
    width: 135px;
  }

  .process-arrow {
    display: none;
  }

  .booking-footer-inner {
    grid-template-columns: 1fr;
  }

  .booking-footer-item {
    justify-content: flex-start;
  }

  .booking-modal {
    padding: 32px 20px 26px;
  }

  .booking-modal-close {
    font-size: 34px;
    top: 10px;
    right: 12px;
  }

  .booking-modal h2 {
    font-size: 30px;
  }

  .booking-modal-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .booking-modal-form {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .booking-modal-form label {
    font-size: 16px;
  }

  .booking-modal-form input {
    font-size: 16px;
    height: 38px;
  }

  .booking-modal-form button {
    margin-top: 8px;
    height: 44px;
    font-size: 22px;
  }

  .booking-modal-note {
    margin-top: 14px;
    font-size: 14px;
  }
}
