
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "PingFang HK", "Noto Sans TC", sans-serif; color: #1d1d1f; background: #fff; line-height: 1.75; -webkit-font-smoothing: antialiased; }
.page-wrap { max-width: 720px; margin: 0 auto; padding: 40px 24px 60px; }
h1 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; margin-bottom: 12px; }
h2 { font-size: 1.35rem; font-weight: 700; margin: 48px 0 16px; padding-bottom: 8px; border-bottom: 1px solid #e8e8e8; }
h3 { font-size: 1.1rem; font-weight: 600; margin: 32px 0 12px; }
p { margin-bottom: 16px; max-width: 68ch; }
.lead { font-size: 1.05rem; color: #555; margin-bottom: 28px; }
.toc { background: #f9f9fb; border: 1px solid #ececec; border-radius: 16px; padding: 24px 28px; margin: 28px 0 40px; }
.toc h2 { font-size: 1rem; margin: 0 0 12px; border: none; padding: 0; }
.toc ol { padding-left: 20px; }
.toc li { margin-bottom: 6px; }
.toc a { color: #0071e3; text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.card { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 28px; margin: 20px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.cta-section { text-align: center; margin: 40px 0; }
.btn-phone { display: inline-block; background: #0071e3; color: #fff; padding: 16px 32px; border-radius: 14px; text-decoration: none; font-weight: 600; font-size: 1rem; min-height: 56px; line-height: 24px; margin: 6px; transition: background 0.2s; }
.btn-phone:hover { background: #005bb5; }
.btn-wa { display: inline-block; background: #25D366; color: #fff; padding: 16px 32px; border-radius: 14px; text-decoration: none; font-weight: 600; font-size: 1rem; min-height: 56px; line-height: 24px; margin: 6px; transition: background 0.2s; }
.btn-wa:hover { background: #1da851; }
.info-box { background: #eff6ff; border-left: 4px solid #3b82f6; border-radius: 0 14px 14px 0; padding: 20px 24px; margin: 24px 0; }
.info-box strong { color: #1d4ed8; }
.warn-box { background: #fffbeb; border-left: 4px solid #f59e0b; border-radius: 0 14px 14px 0; padding: 20px 24px; margin: 24px 0; }
.warn-box strong { color: #b45309; }
.success-box { background: #f0fdf4; border-left: 4px solid #22c55e; border-radius: 0 14px 14px 0; padding: 20px 24px; margin: 24px 0; }
.success-box strong { color: #16a34a; }
.alert-box { background: #fff5f5; border-left: 4px solid #e53e3e; border-radius: 0 14px 14px 0; padding: 20px 24px; margin: 24px 0; }
.alert-box strong { color: #c53030; }

.compare-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 0.92rem; }
.compare-table th, .compare-table td { padding: 10px 12px; border-bottom: 1px solid #f0f0f0; text-align: center; }
.compare-table th { background: #f9f9fb; font-weight: 600; }
.compare-table td:first-child { text-align: left; font-weight: 500; }

.flow-diagram { display: flex; flex-direction: column; gap: 0; margin: 20px 0; }
.flow-step { background: #f9f9fb; border: 1px solid #f0f0f0; border-radius: 14px; padding: 18px 22px; }
.flow-arrow { text-align: center; font-size: 1.5rem; color: #0071e3; padding: 4px 0; }
.flow-step h4 { font-size: 0.95rem; margin-bottom: 6px; color: #1d1d1f; }
.flow-step p { font-size: 0.88rem; color: #555; margin: 0; }

.scenario-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; margin: 20px 0; }
.scenario-card { border-radius: 16px; padding: 22px; border: 1px solid #f0f0f0; }
.scenario-bad { background: #fff5f5; border-color: #fed7d7; }
.scenario-good { background: #f0fdf4; border-color: #bbf7d0; }
.scenario-card h4 { font-size: 1rem; margin-bottom: 10px; }
.scenario-card p { font-size: 0.9rem; margin-bottom: 6px; }
.scenario-card ul { font-size: 0.88rem; padding-left: 18px; margin: 0; }
.scenario-card li { margin-bottom: 4px; }

.cause-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; margin: 20px 0; }
.cause-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 22px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.cause-card h4 { font-size: 1rem; margin-bottom: 8px; color: #1d1d1f; }
.cause-card p { font-size: 0.9rem; margin-bottom: 6px; }
.cause-card ul { font-size: 0.88rem; padding-left: 18px; margin: 0; }
.cause-card li { margin-bottom: 4px; }
.cause-number { display: inline-block; background: #e53e3e; color: #fff; width: 28px; height: 28px; border-radius: 50%; text-align: center; line-height: 28px; font-weight: 700; font-size: 0.85rem; margin-right: 8px; }

.timeline { position: relative; padding-left: 32px; margin: 20px 0; }
.timeline::before { content: ""; position: absolute; left: 12px; top: 0; bottom: 0; width: 3px; background: #e53e3e; border-radius: 2px; }
.timeline-item { position: relative; margin-bottom: 24px; }
.timeline-item::before { content: ""; position: absolute; left: -26px; top: 4px; width: 14px; height: 14px; background: #e53e3e; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 2px #e53e3e; }
.timeline-item h4 { font-size: 0.95rem; margin-bottom: 4px; color: #c53030; }
.timeline-item p { font-size: 0.88rem; color: #555; margin: 0; }

details { border: 1px solid #f0f0f0; border-radius: 14px; margin: 10px 0; overflow: hidden; }
details summary { padding: 16px 20px; font-weight: 600; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 8px; }
details summary::before { content: "＋"; color: #0071e3; font-weight: 700; }
details[open] summary::before { content: "－"; }
details summary::-webkit-details-marker { display: none; }
details > div { padding: 0 20px 16px; color: #444; }

.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 20px 0; }
.review-card { background: #f9f9fb; border-radius: 14px; padding: 20px; border: 1px solid #f0f0f0; }
.review-stars { color: #f5a623; font-size: 1rem; margin-bottom: 8px; }
.review-quote { font-style: italic; color: #333; margin-bottom: 10px; font-size: 0.95rem; }
.review-author { font-size: 0.85rem; color: #888; }

.map-wrap { border-radius: 16px; overflow: hidden; margin: 16px 0; }
.references { font-size: 12px; color: #999; margin-top: 48px; }
.references summary { font-size: 12px; color: #999; cursor: pointer; }
.references ol { padding-left: 18px; margin-top: 8px; }
.references li { margin-bottom: 4px; }
.references a { color: #888; }
.footer-links { text-align: center; margin-top: 40px; padding-top: 24px; border-top: 1px solid #f0f0f0; }
.footer-links a { color: #0071e3; text-decoration: none; margin: 0 12px; font-size: 0.9rem; }

@media (max-width: 600px) {
  .page-wrap { padding: 24px 16px 40px; }
  h1 { font-size: 1.35rem; }
  .btn-phone, .btn-wa { display: block; margin: 8px 0; }
  .reviews { grid-template-columns: 1fr; }
  .scenario-grid { grid-template-columns: 1fr; }
  .cause-grid { grid-template-columns: 1fr; }
}
