:root{
  --green:#0b5bff;
  --green-2:#0948bf;
  --line:#06c755;
  --ink:#1b2c43;
  --muted:#5c6f88;
  --paper:#ffffff;
  --cream:#edf4ff;
  --border:#d7e3fb;
  --field:#ffffff;
  --danger:#c55a35;
  --gold:#6aa4ff;
  --shadow:0 12px 34px rgba(45,38,24,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#eef4ff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Microsoft JhengHei",Segoe UI,sans-serif;line-height:1.72}
a{color:inherit}.page-shell{width:min(100%,760px);margin:0 auto;background:var(--paper);min-height:100vh;box-shadow:0 0 0 1px rgba(0,0,0,.04)}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:16px 28px 12px;background:#fff;border-bottom:1px solid var(--border)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}
.brand-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:950;font-size:25px;letter-spacing:.02em;box-shadow:inset 0 0 0 2px rgba(255,255,255,.08)}
.brand-text strong{display:block;font-size:18px;line-height:1.2}.brand-text small{display:block;color:var(--muted);font-size:13px;margin-top:4px;font-weight:650}.header-icons{display:flex;gap:16px;font-size:30px;color:#1e3a63;line-height:1}
.article-hero{padding:25px 36px 20px;background:#fff}.article-hero h1{font-size:clamp(30px,5.3vw,45px);line-height:1.42;margin:0;color:#26312d;font-weight:950;letter-spacing:.01em}
.lead-panel{background:var(--cream);padding:24px 38px 30px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.lead-form label{display:block;margin:15px 0 0;font-weight:900;color:#2d342f}.lead-form em{font-style:normal;color:var(--danger)}
input,select,textarea{width:100%;margin-top:8px;border:1px solid #cdd4cf;background:var(--field);border-radius:4px;padding:14px 14px;font:inherit;font-size:16px;outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(15,61,46,.1)}.hidden{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;padding:14px 18px;font:inherit;font-weight:950;text-decoration:none;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-line{background:var(--line);color:#062b16}.btn-full{width:100%}.submit-area{position:relative;margin-top:22px}.line-pill{display:flex;align-items:center;gap:12px;justify-content:center;background:linear-gradient(180deg,#19d86b,#04bd50);color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;box-shadow:0 12px 24px rgba(6,199,85,.25);margin-top:12px}.line-pill .line-icon{width:46px;height:46px;border-radius:50%;background:#fff;color:var(--line);display:grid;place-items:center;font-size:12px;font-weight:950}.line-pill b{font-size:17px;line-height:1.25}.line-follow-note{margin:10px 0 0;padding:10px 12px;border-radius:8px;background:#fff7df;border:1px solid #ead9ad;color:#5a421c;font-size:14px;font-weight:800;text-align:center;line-height:1.55}.privacy,.form-result{font-size:14px;color:#6b6f6c;margin:14px 0 0}.form-result{background:#e7f7ed;border:1px solid #b8e6c8;color:#0d5232;border-radius:8px;padding:11px 12px}
.intro-copy{padding:26px 36px 12px;background:#fff}.intro-copy p{font-size:18px;font-weight:700;color:#39423d;margin:0 0 14px}.info-section{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center;padding:34px 36px;background:#fff;border-top:1px solid var(--border)}.info-section.reverse .info-media{order:2}.info-section.reverse .info-copy{order:1}.info-copy h2{font-size:28px;line-height:1.25;margin:4px 0 12px;color:#172c23}.info-copy p{font-size:16px;margin:0 0 10px;color:#47524d;font-weight:650}.info-copy ul{margin:8px 0 0;padding-left:21px}.info-copy li{margin:5px 0;font-weight:750;color:#47524d}.step-label{display:inline-flex;background:#edf7f1;border:1px solid #d8eadf;color:#0f4a34;border-radius:999px;padding:4px 10px;font-weight:950;font-size:13px}.info-media{height:168px;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#edf4ff);display:grid;place-items:center;border:1px solid var(--border);box-shadow:var(--shadow)}.info-media svg{width:100%;height:100%}.info-media rect{fill:#fff;stroke:#0b5bff;stroke-width:4}.info-media .screen{fill:#eff8f2;stroke:#8bbba1;stroke-width:3}.info-media .dot,.info-media .bubble{fill:var(--green);stroke:none}.info-media .line{fill:none;stroke:#0b5bff;stroke-width:7;stroke-linecap:round}.info-media text{font-weight:950;fill:#fff;font-size:30px;font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif}.warning-media .tri{fill:#fff3d9;stroke:#c8702c;stroke-width:6}.warning-media text{fill:#c8702c;font-size:56px}.amount-media rect{fill:#e9f6ee}.amount-media .curve{fill:none;stroke:#0b5bff;stroke-width:7;stroke-linecap:round}.amount-media .dot{fill:#c49a5a}.amount-media text{fill:#0b5bff;font-size:18px}.docs-media .paper2{fill:#f7faf7;stroke:#8bbba1}.docs-media .seal{fill:#0b5bff;stroke:none}.docs-media .bubble{fill:#c49a5a}
.cta-block{padding:36px;background:#0a4fb9;color:#fff;text-align:center}.cta-block h2{font-size:30px;line-height:1.2;margin:0 0 12px}.cta-block p{margin:0 auto 18px;max-width:570px;color:#dbeee4;font-weight:650}.cta-block .btn{margin:5px 4px;min-width:180px}.cta-block .btn-primary{background:#fff;color:var(--green)}.content-block{padding:32px 36px;background:#fff;border-top:1px solid var(--border)}.content-block h2{font-size:30px;line-height:1.25;margin:0 0 18px;color:#172c23}.notice ul{padding-left:22px;margin:0}.notice li{margin:8px 0;font-weight:700}.footer{background:#0a3c8f;color:#fff;padding:28px 36px 92px}.footer strong,.footer span{display:block}.footer span,.footer p{color:#d9e6ff;margin:4px 0 0}.sticky-line{position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:min(100%,760px);display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(255,255,255,.96);border-top:1px solid var(--border);padding:10px 14px;z-index:50}.sticky-line a{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px;padding:14px 10px;font-weight:950;background:#edf5f0;color:var(--green);border:1px solid #c8dfd2}.sticky-line a.line{background:var(--line);border-color:var(--line);color:#062b16}
@media (max-width:620px){body{background:#e9edf1}.page-shell{box-shadow:none}.site-header{padding:14px 18px 10px}.brand-mark{width:42px;height:42px;font-size:23px}.brand-text strong{font-size:16px}.brand-text small{font-size:12px}.header-icons{font-size:25px;gap:13px}.article-hero{padding:20px 26px 14px}.article-hero h1{font-size:28px;line-height:1.47}.lead-panel{padding:20px 30px 28px}.intro-copy{padding:22px 26px 8px}.intro-copy p{font-size:16px}.info-section{grid-template-columns:1fr;padding:30px 26px;gap:16px}.info-section.reverse .info-media,.info-section.reverse .info-copy{order:initial}.info-media{height:150px}.info-copy h2{font-size:25px}.content-block,.cta-block{padding:30px 26px}.footer{padding-left:26px;padding-right:26px}.line-pill{margin-left:-8px;margin-right:-8px}.line-pill b{font-size:15px}.sticky-line{padding:9px 10px}.sticky-line a{padding:13px 8px;font-size:14px}.line-follow-note{font-size:13px}}

/* v4.1: form-first flow */
.form-first-note {
  margin-top: 10px;
}
.sticky-line.single-action {
  grid-template-columns: 1fr;
}
.sticky-line.single-action a {
  text-align: center;
}


/* v4.3: LINE CTA opens the form modal */
.lead-entry{
  display:flex;
  justify-content:center;
  padding-top:22px;
  padding-bottom:22px;
}
.line-cta{
  width:min(100%,420px);
  border:0;
  cursor:pointer;
  font-family:inherit;
}
.line-cta-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  line-height:1.12;
}
.line-cta-copy b{
  font-size:20px;
  letter-spacing:.01em;
}
.line-cta-copy small{
  margin-top:5px;
  color:rgba(255,255,255,.9);
  font-size:13px;
  font-weight:800;
}
.line-cta-center{
  margin:7px auto 0 !important;
}
.cta-block .line-pill{
  display:flex;
  color:#fff;
  background:linear-gradient(180deg,#19d86b,#04bd50);
}
.sticky-line-button{
  width:100%;
  min-height:55px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:10px;
  padding:7px 10px;
  color:#fff;
  background:linear-gradient(180deg,#19d86b,#04bd50);
  font:inherit;
  cursor:pointer;
  box-shadow:0 7px 18px rgba(6,199,85,.2);
}
.sticky-line-main{
  font-size:17px;
  font-weight:950;
  line-height:1.1;
}
.sticky-line-button small{
  margin-top:4px;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
.form-modal[hidden]{display:none}
.form-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.form-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,25,18,.72);
  backdrop-filter:blur(3px);
}
.form-modal-dialog{
  position:relative;
  z-index:1;
  width:min(100%,560px);
  max-height:calc(100vh - 36px);
  overflow:auto;
  border-radius:18px;
  background:var(--cream);
  box-shadow:0 28px 80px rgba(0,0,0,.3);
  overscroll-behavior:contain;
}
.form-modal-close{
  position:absolute;
  top:10px;
  right:12px;
  z-index:2;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.16);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.form-modal-head{
  display:flex;
  align-items:center;
  gap:13px;
  padding:21px 58px 19px 22px;
  color:#fff;
  background:var(--green);
}
.form-modal-line{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--line);
  background:#fff;
  font-size:12px;
  font-weight:950;
}
.form-modal-head h2{
  margin:0;
  font-size:21px;
  line-height:1.25;
}
.form-modal-head p{
  margin:5px 0 0;
  color:#dbeee4;
  font-size:13px;
  font-weight:700;
  line-height:1.5;
}
.modal-lead-panel{
  border:0;
  padding-top:8px;
}
body.form-modal-open{
  overflow:hidden;
}
@media (max-width:620px){
  .lead-entry{padding:18px 22px}
  .line-cta{width:100%;margin:0 !important}
  .line-cta-copy b{font-size:18px}
  .form-modal{padding:0;align-items:flex-end}
  .form-modal-dialog{
    width:100%;
    max-height:92vh;
    border-radius:20px 20px 0 0;
  }
  .form-modal-head{padding:18px 54px 16px 20px}
  .modal-lead-panel{padding:12px 24px 28px}
}

.footer-links{margin-top:10px}.footer-links a{color:#fff;text-decoration:underline;font-weight:800}.footer-links a:hover{opacity:.9}


/* v4.9: 雙 CTA + 首頁可見表單 + LINE 彈窗表單 */
.dual-entry{
  display:block;
}
.dual-cta-group{
  width:min(100%,650px);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.dual-cta{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:0;
  border-radius:999px;
  padding:12px 18px;
  text-decoration:none;
  font:inherit;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,61,46,.14);
}
.dual-cta-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:16px;
  font-weight:950;
}
.dual-cta-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  line-height:1.12;
}
.dual-cta-copy b{
  font-size:18px;
  font-weight:950;
}
.dual-cta-copy small{
  margin-top:5px;
  font-size:12px;
  font-weight:800;
}
.form-jump-cta{
  color:#fff;
  background:var(--green);
}
.form-jump-cta .dual-cta-icon{
  color:var(--green);
  background:#fff;
}
.form-jump-cta .dual-cta-copy small{
  color:#dbeee4;
}
.line-open-cta{
  color:#fff;
  background:linear-gradient(180deg,#19d86b,#04bd50);
}
.line-open-cta .line-badge{
  color:var(--line);
  background:#fff;
  font-size:11px;
}
.line-open-cta .dual-cta-copy small{
  color:rgba(255,255,255,.92);
}
.inline-lead-panel{
  scroll-margin-top:20px;
}
.inline-form-head{
  margin-bottom:10px;
}
.inline-form-head h2{
  margin:0;
  color:#172c23;
  font-size:25px;
  line-height:1.25;
}
.inline-form-head p{
  margin:7px 0 0;
  color:#68736c;
  font-size:14px;
  font-weight:700;
}
.content-dual-cta{
  margin-top:18px;
}
.cta-block .light-form-cta{
  color:var(--green);
  background:#fff;
}
.cta-block .light-form-cta .dual-cta-icon{
  color:#fff;
  background:var(--green);
}
.cta-block .light-form-cta .dual-cta-copy small{
  color:#5f756b;
}
.sticky-line.dual-sticky{
  grid-template-columns:1fr 1fr;
}
.sticky-form-button{
  min-height:55px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #c8dfd2;
  border-radius:10px;
  padding:7px 10px;
  color:var(--green);
  background:#edf5f0;
  text-decoration:none;
  font-weight:950;
}
.sticky-form-button small{
  margin-top:4px;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
@media (max-width:620px){
  .dual-cta-group{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .dual-cta{
    min-height:66px;
    gap:8px;
    padding:10px 9px;
    border-radius:16px;
  }
  .dual-cta-icon{
    width:36px;
    height:36px;
    flex-basis:36px;
    font-size:13px;
  }
  .line-open-cta .line-badge{
    font-size:9px;
  }
  .dual-cta-copy b{
    font-size:15px;
  }
  .dual-cta-copy small{
    font-size:10px;
  }
  .inline-lead-panel{
    padding-top:22px;
  }
  .inline-form-head h2{
    font-size:22px;
  }
}
