:root{
  --bg:#f5f7fb;--surface:#fff;--surface-2:#f0f3f8;--ink:#101828;--muted:#667085;--line:#dfe4ec;
  --brand:#151b2e;--accent:#8158ff;--accent-2:#42c7de;--success:#1a8f5a;--danger:#d92d20;
  --shadow:0 18px 50px rgba(16,24,40,.09);--radius:20px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,-apple-system,sans-serif;color:var(--ink);background:radial-gradient(circle at 5% 0%,rgba(129,88,255,.12),transparent 28rem),radial-gradient(circle at 100% 18%,rgba(66,199,222,.12),transparent 30rem),var(--bg)}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;padding:0 24px;margin:auto}.logo{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em;text-decoration:none}.logo-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:20px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 8px 24px rgba(129,88,255,.28)}.logo small{display:block;font-size:10px;letter-spacing:.2em;color:var(--muted);margin-top:1px}.support{font-size:13px;color:var(--muted)}
.hero{max-width:1240px;margin:8px auto 22px;padding:38px 42px;border-radius:28px;background:linear-gradient(125deg,#111727,#1b2440 60%,#26365d);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}.hero:before{width:320px;height:320px;right:-100px;top:-170px;background:rgba(129,88,255,.42)}.hero:after{width:260px;height:260px;right:120px;bottom:-230px;background:rgba(66,199,222,.32)}.hero-inner{position:relative;z-index:1;max-width:820px}.eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:13px;color:#d7def4;margin-bottom:14px}.eyebrow span{width:8px;height:8px;border-radius:50%;background:#78e4f4;box-shadow:0 0 0 5px rgba(120,228,244,.12)}h1{font-size:clamp(30px,4.2vw,52px);line-height:1.14;margin:0 0 14px;letter-spacing:-.04em}.hero p{margin:0;color:#cbd3e8;font-size:16px;line-height:1.8;max-width:700px}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-points span{font-size:12px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#e4e9f7}
.layout{max-width:1240px;margin:0 auto 64px;padding:0 24px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.form-shell,.summary{background:rgba(255,255,255,.95);border:1px solid rgba(223,228,236,.88);border-radius:var(--radius);box-shadow:var(--shadow)}.progress-wrap{padding:24px 28px 18px;border-bottom:1px solid var(--line)}.progress-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.progress-head strong{font-size:14px}.progress-head span{font-size:12px;color:var(--muted)}.progress{height:8px;background:#e9edf4;border-radius:999px;overflow:hidden}.progress>div{height:100%;width:25%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:width .3s ease}.steps-labels{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.step-label{font-size:12px;color:#98a2b3;text-align:center;white-space:nowrap}.step-label.active{font-weight:800;color:var(--ink)}form{padding:30px 28px 26px}.step{display:none;animation:fade .22s ease}.step.active{display:block}@keyframes fade{from{opacity:.2;transform:translateY(5px)}to{opacity:1;transform:none}}.section-title{margin:0 0 8px;font-size:26px;letter-spacing:-.025em}.section-desc{margin:0 0 26px;color:var(--muted);line-height:1.7}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field.full{grid-column:1/-1}.compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}label.field-label{display:block;font-size:14px;font-weight:800;margin:0 0 8px}.required{color:var(--danger);margin-left:3px}input[type=text],input[type=url],input[type=email],input[type=tel],select,textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 14px;color:var(--ink);outline:none;transition:.18s ease}textarea{min-height:116px;resize:vertical;line-height:1.65}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(129,88,255,.1)}.hint{font-size:12px;color:#98a2b3;margin-top:7px;line-height:1.55}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}.choice label{height:100%;display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.18s ease}.choice label:hover{border-color:#b7a7fa;transform:translateY(-1px)}.choice input:checked+label{border-color:var(--accent);background:#f7f4ff;box-shadow:0 0 0 3px rgba(129,88,255,.09)}.icon{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:var(--surface-2);display:grid;place-items:center;font-size:17px;font-weight:800}.choice input:checked+label .icon{background:#eae4ff}.choice strong{display:block;font-size:14px;margin-top:1px}.choice small{display:block;color:var(--muted);line-height:1.5;margin-top:4px}.subsection{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.subsection h3{font-size:17px;margin:0 0 6px}.subsection p{font-size:13px;color:var(--muted);margin:0 0 14px}.checkbox-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.check:hover{border-color:#b7a7fa}.check input{width:18px;height:18px;accent-color:var(--accent)}.check span{font-size:14px}.conditional{display:none;margin-top:16px}.conditional.show{display:block}.actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.btn{border:0;border-radius:12px;padding:13px 20px;font-weight:800;transition:.18s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{background:#eef1f6;color:#344054}.btn-secondary:hover:not(:disabled){background:#e2e7ef}.btn-primary{background:linear-gradient(135deg,var(--accent),#5d78ef);color:#fff;box-shadow:0 10px 24px rgba(99,91,225,.22)}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px rgba(99,91,225,.28)}[hidden]{display:none!important}.turnstile-area{margin-top:20px;padding:15px;border:1px solid var(--line);border-radius:12px;background:#fafbfc}.privacy-box{display:flex;align-items:flex-start;gap:10px;background:#f8f9fc;border:1px solid var(--line);border-radius:12px;padding:14px;margin-top:18px}.privacy-box input{margin-top:3px;width:18px;height:18px;accent-color:var(--accent)}.privacy-box label{font-size:12px;color:var(--muted);line-height:1.65}.privacy-box a{color:#5d3fd3;font-weight:700}.form-error{margin-top:14px;padding:12px 14px;border-radius:10px;background:#fff1f0;border:1px solid #fecdca;color:#b42318;font-size:13px;line-height:1.5}
.summary{position:sticky;top:18px;padding:24px}.summary-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:17px;border-bottom:1px solid var(--line)}.summary h2{font-size:18px;margin:0 0 5px}.summary p{font-size:12px;color:var(--muted);margin:0;line-height:1.5}.summary-badge{font-size:11px;font-weight:800;color:#5d3fd3;background:#eee9ff;padding:6px 9px;border-radius:999px;white-space:nowrap}.summary-badge.sent{color:#087443;background:#e8f7f0}.summary-block{padding:17px 0;border-bottom:1px solid var(--line)}.summary-block:last-of-type{border-bottom:0}.summary-block h3{font-size:12px;letter-spacing:.08em;color:#98a2b3;margin:0 0 10px;text-transform:uppercase}.summary-item{font-size:14px;line-height:1.55;margin:5px 0;word-break:break-word}.empty{color:#98a2b3;font-size:13px}.tag-wrap{display:flex;flex-wrap:wrap;gap:7px}.tag{font-size:12px;background:#f0f2f6;border:1px solid #e4e7ec;padding:5px 8px;border-radius:999px}.save-state{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:16px;font-size:12px;color:var(--success)}.dot{width:7px;height:7px;border-radius:50%;background:var(--success)}
.modal{position:fixed;inset:0;background:rgba(16,24,40,.58);display:none;align-items:center;justify-content:center;padding:22px;z-index:20}.modal.show{display:flex}.modal-card{width:min(720px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 24px 80px rgba(16,24,40,.28)}.modal-head{padding:24px 26px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:0;background:#fff;z-index:2}.modal-head h2{font-size:21px;margin:0}.close{border:0;background:#eef1f5;width:36px;height:36px;border-radius:50%;font-size:20px}.modal-body{padding:24px 26px}.success-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e8f7f0;color:var(--success);font-size:28px;margin-bottom:16px}.success-title{font-size:20px;font-weight:900;margin:0 0 8px}.success-copy{color:var(--muted);line-height:1.7;margin:0 0 18px}.case-box{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 17px;background:#f6f3ff;border:1px solid #e4dcff;border-radius:12px;margin-bottom:14px}.case-box span{font-size:12px;color:#6d5abd}.case-box strong{font-size:16px;letter-spacing:.04em}.copy-note{font-size:12px;color:var(--success);margin:0 0 14px}.result{white-space:pre-wrap;background:#f7f8fb;border:1px solid var(--line);border-radius:14px;padding:18px;font-size:13px;line-height:1.75;color:#344054}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 26px 26px}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);background:#101828;color:#fff;padding:11px 16px;border-radius:999px;font-size:13px;opacity:0;pointer-events:none;transition:.22s ease;z-index:40}.toast.show{opacity:1;transform:translateX(-50%)}
.footer{max-width:1240px;margin:0 auto;padding:0 24px 34px;display:flex;justify-content:space-between;gap:20px;color:#7a8498;font-size:12px}.footer div:last-child{display:flex;gap:18px}.footer a{text-decoration:none}.footer a:hover{text-decoration:underline}
.legal-page{padding-bottom:60px}.legal-card{width:min(820px,calc(100% - 32px));margin:36px auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:42px}.legal-card h1{font-size:38px;color:var(--ink)}.legal-card h2{font-size:19px;margin:30px 0 8px}.legal-card p{color:var(--muted);line-height:1.85}.legal-kicker{font-size:12px!important;letter-spacing:.16em;color:#7657d8!important;font-weight:900}.legal-back{margin-top:20px}
@media(max-width:920px){.layout{grid-template-columns:1fr}.summary{position:static;order:-1}.hero{margin-left:16px;margin-right:16px}.topbar{padding:0 18px}.layout{padding:0 16px}.steps-labels{display:none}}
@media(max-width:640px){.topbar{height:62px}.support{display:none}.hero{padding:28px 23px;border-radius:22px}.hero p{font-size:14px}.hero-points{gap:7px}.form-shell,.summary{border-radius:16px}.progress-wrap{padding:20px 20px 15px}form{padding:24px 20px}.field-grid,.choice-grid,.checkbox-list,.compact-grid{grid-template-columns:1fr}.section-title{font-size:23px}.actions{position:sticky;bottom:0;background:rgba(255,255,255,.96);margin-left:-20px;margin-right:-20px;margin-bottom:-24px;padding:16px 20px;border-radius:0 0 16px 16px;z-index:4}.btn{padding:13px 16px}.summary{padding:20px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}.footer{flex-direction:column}.legal-card{padding:28px 22px}.legal-card h1{font-size:30px}}
