:root {
  --bg: #fffaf5;
  --surface: #ffffff;
  --surface-warm: #f8eee7;
  --milk-tea: #d7b69f;
  --nude-pink: #e9c7c3;
  --rose-gold: #c58f7a;
  --coffee: #3f2b24;
  --muted: #7b6258;
  --line: #eadbd2;
  --shadow: 0 18px 48px rgba(90, 59, 45, 0.12);
  --soft-shadow: 0 10px 28px rgba(90, 59, 45, 0.09);
  --radius: 22px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--coffee);
  background:
    radial-gradient(circle at 18% 0%, rgba(233, 199, 195, 0.34), transparent 30%),
    linear-gradient(180deg, #fffaf5 0%, #fff7f1 48%, #fffaf5 100%);
  line-height: 1.75;
  letter-spacing: 0;
}

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255, 250, 245, 0.92);
  border-bottom: 1px solid rgba(234, 219, 210, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--coffee);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 0.93rem;
  color: var(--muted);
}

.site-nav a {
  padding: 8px 2px;
}

.nav-cta,
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
}

.nav-cta {
  padding: 10px 18px;
  color: #fff;
  background: var(--coffee);
  box-shadow: 0 10px 24px rgba(63, 43, 36, 0.18);
  white-space: nowrap;
}

.section-pad {
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.compact {
  padding-top: 42px;
}

.soft-band {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--container)) / 2));
  padding-right: max(18px, calc((100% - var(--container)) / 2));
  background: rgba(248, 238, 231, 0.72);
  border-block: 1px solid rgba(234, 219, 210, 0.7);
}

.hero {
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
  padding-top: 44px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--rose-gold);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 6vw, 5.25rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-row.center {
  justify-content: center;
}

.btn {
  min-width: 158px;
  padding: 14px 22px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.nav-cta:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.primary {
  color: #fff;
  background: linear-gradient(135deg, #4a3128, #9e6c5b);
  box-shadow: 0 14px 30px rgba(88, 52, 39, 0.22);
}

.secondary {
  color: var(--coffee);
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--line);
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-note span,
.service-tag {
  border-radius: 999px;
  padding: 7px 12px;
  color: #6e4d42;
  background: rgba(233, 199, 195, 0.36);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.visual-card {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 1px solid rgba(213, 175, 154, 0.58);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 250, 245, 0.88)),
    radial-gradient(circle at 72% 28%, rgba(197, 143, 122, 0.34), transparent 24%),
    linear-gradient(145deg, #f4d7d1, #f4eadf 48%, #d8b79f);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-card::before,
.visual-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.visual-card::before {
  width: 220px;
  height: 220px;
  right: 28px;
  top: 44px;
}

.visual-card::after {
  width: 180px;
  height: 180px;
  left: 34px;
  bottom: 56px;
}

.visual-label {
  position: absolute;
  inset: auto 28px 32px 28px;
  z-index: 1;
  padding: 18px;
  border-radius: 20px;
  color: #6b4a40;
  background: rgba(255, 255, 255, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  text-align: center;
}

.floating-card {
  position: absolute;
  right: -18px;
  bottom: 76px;
  display: grid;
  gap: 3px;
  max-width: 210px;
  padding: 18px 20px;
  border: 1px solid rgba(234, 219, 210, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.floating-card span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.trust-grid,
.service-grid,
.case-grid,
.review-grid,
.safety-grid {
  display: grid;
  gap: 16px;
}

.trust-grid {
  grid-template-columns: repeat(4, 1fr);
}

.mini-card,
.service-card,
.case-card,
.review-card,
.step-card,
.faq-list details {
  border: 1px solid rgba(234, 219, 210, 0.84);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.mini-card {
  min-height: 104px;
  display: flex;
  align-items: center;
  padding: 22px;
  font-weight: 800;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.service-card p {
  color: var(--muted);
}

.service-card dl {
  display: grid;
  gap: 12px;
  margin: 14px 0 24px;
}

.service-card dl div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.service-card dt {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--rose-gold);
}

.service-card dd {
  margin: 2px 0 0;
  color: var(--coffee);
}

.card-btn {
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: var(--coffee);
}

.pricing-list {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(234, 219, 210, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row strong {
  color: #8c5f51;
  white-space: nowrap;
}

.notice {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.case-card {
  padding: 14px;
}

.case-image {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #ecd0cc, #f8eee7 48%, #d9b8a3);
  overflow: hidden;
}

.case-image::before {
  content: attr(data-file);
  position: absolute;
  inset: auto 14px 14px 14px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #7b6258;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  text-align: center;
  overflow-wrap: anywhere;
}

.case-image.has-image {
  background-size: cover;
  background-position: center;
}

.case-image.has-image::before {
  content: "";
  display: none;
}

.case-card h3 {
  margin-inline: 6px;
}

.case-card p {
  margin: 0 6px 8px;
  color: var(--muted);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.step-card {
  padding: 22px;
}

.step-card span {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  color: #8c5f51;
  line-height: 1.45;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.safety-grid {
  grid-template-columns: repeat(3, 1fr);
}

.safety-grid div {
  min-height: 86px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(234, 219, 210, 0.86);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-card {
  padding: 24px;
}

.review-card p {
  color: var(--coffee);
}

.review-card span {
  color: var(--muted);
  font-size: 0.82rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta {
  max-width: 960px;
  margin-bottom: 42px;
  border: 1px solid rgba(213, 175, 154, 0.58);
  border-radius: 30px;
  padding: clamp(42px, 7vw, 76px) clamp(22px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(248, 238, 231, 0.78)),
    linear-gradient(145deg, #fff8f3, #f2d8d1);
  box-shadow: var(--shadow);
  text-align: center;
}

.final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin-inline: auto;
  color: var(--muted);
}

.section-cta {
  margin-top: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #8c5f51;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.site-footer {
  padding: 34px 18px 92px;
  color: rgba(255, 255, 255, 0.82);
  background: #3f2b24;
  text-align: center;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.site-footer p {
  margin: 5px 0;
}

.mobile-sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(234, 219, 210, 0.92);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.9);
  box-shadow: 0 16px 38px rgba(63, 43, 36, 0.2);
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.mobile-sticky-cta a:first-child {
  color: #fff;
  background: var(--coffee);
}

.mobile-sticky-cta a:last-child {
  color: var(--coffee);
  background: #fff;
}

@media (max-width: 960px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .visual-card {
    min-height: 360px;
  }

  .trust-grid,
  .service-grid,
  .case-grid,
  .process-list,
  .safety-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    padding: 12px 16px;
    gap: 10px;
  }

  .brand {
    max-width: calc(100% - 116px);
    white-space: normal;
    line-height: 1.2;
  }

  .nav-cta {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 0.9rem;
  }

  .site-nav {
    gap: 12px;
    font-size: 0.88rem;
  }

  .section-pad {
    width: min(100% - 28px, var(--container));
    padding: 54px 0;
  }

  .soft-band {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2.15rem, 13vw, 3.1rem);
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .button-row,
  .button-row.center {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-note span {
    flex: 1 1 100%;
    text-align: center;
  }

  .hero-visual,
  .visual-card {
    min-height: 300px;
  }

  .floating-card {
    right: 12px;
    bottom: 20px;
    max-width: calc(100% - 24px);
  }

  .visual-label {
    inset: auto 18px 22px 18px;
    padding: 14px;
  }

  .trust-grid,
  .service-grid,
  .case-grid,
  .process-list,
  .safety-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .price-row {
    display: grid;
    gap: 4px;
    padding: 16px;
  }

  .price-row strong {
    white-space: normal;
  }

  .service-card,
  .review-card,
  .step-card {
    padding: 22px;
  }

  .final-cta {
    width: calc(100% - 28px);
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .mobile-sticky-cta {
    display: grid;
  }
}

@media (max-width: 380px) {
  .section-pad {
    width: calc(100% - 24px);
  }

  .site-nav {
    gap: 10px;
  }

  .mini-card {
    min-height: 88px;
    padding: 18px;
  }
}
