
:root {
  --brand-blue: #075bc4;
  --deep-blue: #003b91;
  --sky-blue: #eaf5ff;
  --ink: #14233a;
  --muted: #5f6b7a;
  --line: #d9e6f5;
  --whatsapp: #20b35b;
  --gold: #f4b400;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(4, 47, 104, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-bottom: 0;
  color: var(--ink);
  background: #f7fbff;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", sans-serif;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #edf7ff 60%, #dceeff 100%);
}

.hero-media {
  max-width: 1680px;
  margin: 0 auto;
}

.hero-media img {
  width: 100%;
  height: auto;
}

.hero-panel {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  position: relative;
  z-index: 2;
  padding: 26px;
  border: 1px solid rgba(7, 91, 196, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--brand-blue);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  color: #0c4daa;
  font-size: clamp(2rem, 4.1vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: #103a7c;
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: #0d3471;
  font-size: 1.16rem;
  line-height: 1.32;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 980px;
  margin-bottom: 18px;
  color: #26364a;
  font-size: 1.08rem;
}

.hero-copy strong {
  color: var(--brand-blue);
  font-size: 1.16em;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(7, 91, 196, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(7, 91, 196, 0.22);
}

.btn-whatsapp {
  background: var(--whatsapp);
}

.btn-phone {
  background: var(--brand-blue);
}

.btn-home {
  color: var(--brand-blue);
  border: 1px solid rgba(7, 91, 196, 0.28);
  background: var(--white);
}

.full {
  width: 100%;
}

.quick-facts {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.fact {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(11, 76, 150, 0.08);
}

.fact-label {
  color: var(--brand-blue);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.1;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 76px auto 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: stretch;
}

.content {
  padding: 8px 0;
}

.content p {
  color: var(--muted);
  font-size: 1.03rem;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.inline-links a,
.map-link,
.phone-line {
  color: var(--brand-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.booking-card {
  padding: 24px;
  border: 1px solid rgba(7, 91, 196, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(234, 245, 255, 0.96), rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: var(--shadow);
}

.card-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--deep-blue);
  background: #d8ebff;
  font-size: 0.86rem;
  font-weight: 900;
}

.booking-card h2 {
  font-size: 1.55rem;
}

.booking-card p {
  color: var(--muted);
}

.phone-line {
  display: inline-block;
  margin-top: 14px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-head p {
  color: var(--muted);
}

.service-band {
  padding: 42px 0;
}

.services,
.location-grid {
  display: grid;
  gap: 16px;
}

.services {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.location-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(11, 76, 150, 0.08);
}

.service-card {
  padding: 22px;
}

.service-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 2px solid rgba(7, 91, 196, 0.2);
  border-radius: 50%;
  color: var(--brand-blue);
  background: var(--sky-blue);
  font-weight: 900;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 59, 145, 0.94), rgba(7, 91, 196, 0.9)),
    #075bc4;
  box-shadow: var(--shadow);
}

.proof h2,
.proof .eyebrow,
.proof p {
  color: var(--white);
}

.proof p {
  margin-bottom: 0;
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list div {
  display: grid;
  gap: 3px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.proof-list strong {
  font-size: 1.08rem;
}

.proof-list span {
  color: #e8f3ff;
}

.stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.location-grid {
  grid-template-columns: 1fr;
}

.location-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  overflow: hidden;
}

.location-copy {
  padding: 22px;
}

.location-copy p {
  color: var(--muted);
}

.locations {
  scroll-margin-top: 24px;
}

.map-frame {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 91, 196, 0.12), rgba(32, 179, 91, 0.1)),
    #eaf5ff;
}

.map-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--deep-blue);
  text-align: center;
  pointer-events: none;
}

.map-fallback strong {
  font-size: 1.8rem;
}

.map-fallback span {
  color: var(--muted);
  font-weight: 800;
}

.location-card iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 430px;
  height: 430px;
  border: 0;
  background: transparent;
}

.map-open {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--brand-blue);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(4, 47, 104, 0.18);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(11, 76, 150, 0.07);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #103a7c;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-panel {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  margin: 76px auto 44px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(7, 91, 196, 0.18);
  box-shadow: var(--shadow);
}

.final-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.sticky-actions {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -10px 30px rgba(4, 47, 104, 0.14);
  backdrop-filter: blur(10px);
}

.sticky-actions a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--brand-blue);
  font-weight: 900;
  text-decoration: none;
}

.sticky-actions .sticky-whatsapp {
  background: var(--whatsapp);
}

@media (max-width: 900px) {
  body {
    padding-bottom: 0;
  }

  .hero-panel {
    margin-top: 16px;
    padding: 20px;
  }

  .quick-facts,
  .services,
  .intro-grid,
  .proof {
    grid-template-columns: 1fr 1fr;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .map-frame,
  .location-card iframe {
    height: 360px;
    min-height: 360px;
  }

  .intro-grid,
  .proof,
  .final-panel {
    grid-template-columns: 1fr;
  }

  .final-panel {
    display: grid;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 142px;
  }

  .sticky-actions {
    display: grid;
  }

  .hero-panel,
  .section,
  .quick-facts,
  .final-panel {
    width: min(100% - 20px, 1180px);
  }

  .hero-panel {
    margin-top: 0;
  }

  .hero-actions,
  .final-actions,
  .sticky-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .final-actions {
    display: grid;
  }

  .quick-facts,
  .services,
  .location-grid,
  .intro-grid,
  .proof {
    grid-template-columns: 1fr;
  }

  .section {
    margin-top: 54px;
  }

  .proof,
  .final-panel {
    padding: 22px;
  }

  .map-frame,
  .location-card iframe {
    height: 260px;
    min-height: 260px;
  }
}

  