:root {
  --ink: #3f3650;
  --muted: #7b718a;
  --pink: #ee7fa7;
  --pink-deep: #d84f80;
  --rose: #fff0f5;
  --lilac: #f3efff;
  --cream: #fffaf0;
  --mint: #e8f8f0;
  --peach: #fff0df;
  --line: #f0dce7;
  --white: #fff;
  --shadow: 0 20px 50px rgba(141, 84, 118, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffafe; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; line-height: 1.8; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1120px, calc(100% - 38px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; padding: 8px 12px; border-radius: 12px; background: var(--white); }
.topbar { background: #493d5d; color: #fff6fb; font-size: .86rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; }
.topbar a { color: #ffd0e1; text-decoration: none; font-weight: 800; }
.header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.91); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 15px; }
.brand strong { display: block; color: #493d5d; font-size: 1.1rem; line-height: 1.2; }
.brand small { display: block; color: #a18ca6; font-size: .68rem; letter-spacing: .1em; }
.nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 5px 18px; color: #685b76; font-size: .9rem; font-weight: 800; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--pink-deep); }
.line-btn, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; padding: 10px 17px; font-weight: 900; text-decoration: none; white-space: nowrap; cursor: pointer; }
.line-btn { background: #06c755; color: #fff; box-shadow: 0 8px 18px rgba(6,199,85,.18); }
.line-btn:hover { background: #05a847; }
.btn-pink { background: var(--pink); color: #fff; box-shadow: 0 12px 25px rgba(216,79,128,.2); }
.btn-pink:hover { background: var(--pink-deep); }
.btn-soft { background: #fff; border-color: var(--line); color: #6a4d70; }
.btn-soft:hover { border-color: var(--pink); }

.hero { position: relative; overflow: hidden; padding: 74px 0 82px; background: linear-gradient(135deg, #fff2f7 0%, #fffafe 51%, #f0ecff 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero::before { width: 370px; height: 370px; right: -100px; top: -145px; background: rgba(247, 180, 208, .36); }
.hero::after { width: 260px; height: 260px; left: -100px; bottom: -120px; background: rgba(202, 190, 255, .3); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 13px; color: var(--pink-deep); font-size: .78rem; font-weight: 950; letter-spacing: .17em; }
.hero h1 { max-width: 730px; margin: 0 0 18px; font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: 1.18; letter-spacing: -.05em; }
.hero h1 em { color: var(--pink-deep); font-style: normal; }
.hero-lead { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.tag { padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.75); border: 1px solid var(--line); color: #815b7d; font-size: .82rem; font-weight: 800; }
.hero-card { padding: 22px; border: 1px solid rgba(238,127,167,.27); border-radius: 28px; background: rgba(255,255,255,.74); box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-card img { display: block; width: 100%; border-radius: 20px; }
.hero-card-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; color: var(--muted); font-size: .88rem; }
.hero-card-caption strong { color: #ba5a83; }
.breadcrumb { padding: 15px 0 0; color: #978aa0; font-size: .84rem; }
.breadcrumb a { color: #aa668b; text-decoration: none; font-weight: 800; }
.section { padding: 76px 0; }
.section-white { background: #fff; }
.section-head { max-width: 720px; margin-bottom: 30px; }
.section-head h2, .split h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.3; letter-spacing: -.04em; }
.section-head p, .split > div > p { margin: 0; color: var(--muted); }
.cute-label { display: inline-flex; align-items: center; gap: 7px; color: #b15c88; font-size: .83rem; font-weight: 950; letter-spacing: .08em; }
.cute-label::before { content: "✦"; color: var(--pink); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 9px 30px rgba(117, 83, 113, .06); overflow: hidden; }
.card::after { content: ""; position: absolute; width: 85px; height: 85px; right: -38px; top: -40px; border-radius: 50%; background: var(--rose); }
.card h3 { position: relative; z-index: 1; margin: 0 0 8px; font-size: 1.15rem; line-height: 1.4; }
.card p { margin: 0; color: var(--muted); }
.card-icon { position: relative; z-index: 1; display: grid; width: 47px; height: 47px; margin-bottom: 15px; place-items: center; border-radius: 16px; background: var(--rose); color: var(--pink-deep); font-size: 1.28rem; }
.card:nth-child(2) .card-icon { background: var(--lilac); color: #8068c7; }
.card:nth-child(3) .card-icon { background: var(--mint); color: #4d9c79; }
.card-link { display: inline-flex; margin-top: 17px; color: #ae5a84; font-weight: 900; text-decoration: none; }
.card-link:hover { text-decoration: underline; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 52px; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "♡"; position: absolute; left: 0; top: 0; color: var(--pink-deep); font-weight: 950; }
.steps { display: grid; gap: 13px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px; border-radius: 20px; background: linear-gradient(135deg, #fff6f9, #faf7ff); border: 1px solid var(--line); }
.step-number { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--pink); color: #fff; font-weight: 950; box-shadow: 0 6px 12px rgba(238,127,167,.22); }
.step h3 { margin: 0 0 4px; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); }
.callout { position: relative; overflow: hidden; padding: 34px; border-radius: 28px; background: linear-gradient(135deg, #66527f, #b35f89); color: #fff; box-shadow: var(--shadow); }
.callout::after { content: "♡"; position: absolute; right: 28px; bottom: -30px; color: rgba(255,255,255,.16); font-size: 9rem; line-height: 1; }
.callout h2 { position: relative; z-index: 1; margin: 0 0 8px; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.3; }
.callout p { position: relative; z-index: 1; max-width: 650px; margin: 0; color: #f9e9f1; }
.callout .btn { position: relative; z-index: 1; margin-top: 20px; background: #fff; color: #9d4d79; }
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area { padding: 24px; border-radius: 22px; border: 1px solid var(--line); background: #fff; }
.area:nth-child(2) { background: var(--lilac); }
.area:nth-child(3) { background: var(--mint); }
.area h3 { margin: 0 0 8px; }
.area p { margin: 0; color: var(--muted); }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.badge { padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #875e7d; font-size: .83rem; font-weight: 800; }
.faq-list { display: grid; gap: 11px; max-width: 900px; }
.faq { padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 900; color: #554361; }
.faq p { margin: 10px 0 0; color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
table { width: 100%; min-width: 620px; border-collapse: collapse; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--rose); color: #80516f; }
tr:last-child td { border-bottom: 0; }
.footer { padding: 48px 0 82px; background: #493d5d; color: #f8eef5; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; }
.footer h2, .footer h3 { margin: 0 0 10px; color: #fff; }
.footer p { margin: 0; color: #d6c9d7; }
.footer a { color: #ffd2e3; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-links { display: grid; gap: 5px; }
.copyright { grid-column: 1/-1; margin-top: 16px !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); font-size: .84rem; }
.mobile-cta { display: none; }
@media (max-width: 920px) {
  .header-row { flex-wrap: wrap; padding: 10px 0; }
  .nav { order: 3; width: 100%; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .nav a { white-space: nowrap; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 34px; }
  .cards, .areas { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar span { display: none; }
  .header-row { gap: 9px; }
  .brand img { width: 40px; height: 40px; border-radius: 12px; }
  .brand strong { font-size: .98rem; }
  .brand small { font-size: .59rem; }
  .line-btn { padding: 9px 12px; font-size: .84rem; }
  .hero { padding: 42px 0 57px; }
  .hero h1 { font-size: 2.4rem; }
  .hero-lead { font-size: 1rem; }
  .hero-card { padding: 15px; }
  .section { padding: 53px 0; }
  .cards, .areas, .footer-grid { grid-template-columns: 1fr; }
  .callout { padding: 25px; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; display: flex; justify-content: center; padding: 12px 18px; border-radius: 999px; background: #06c755; color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.2); font-weight: 950; text-decoration: none; }
}
