@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap');
:root{--ink:#163b36;--muted:#687570;--green:#124c46;--mint:#e5efea;--line:#dce3dd;--paper:#fafbf7;--orange:#c95330;--gold:#efc967;font-family:'Noto Sans TC',sans-serif;font-size:16px;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ca633e;outline-offset:4px}header{height:106px;max-width:1440px;margin:auto;display:flex;align-items:center;padding:0 6%;gap:35px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:21px;white-space:nowrap}.brand-mark{font-family:Arial,sans-serif;font-size:34px;letter-spacing:-3px;background:var(--green);color:white;border-radius:16px 16px 16px 3px;width:65px;height:59px;display:flex;align-items:center;justify-content:center}.brand-mark span{color:var(--gold);font-size:24px;align-self:flex-start;margin-top:6px;letter-spacing:-1px}.brand small{display:block;font-size:12px;letter-spacing:2px;font-weight:400;margin-top:4px}nav{display:flex;gap:31px;margin:auto;font-size:16px;height:100%;align-items:center}nav a{height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}nav a.active{font-weight:700;color:var(--green)}nav a.active:after{content:'';position:absolute;height:3px;border-radius:2px;bottom:23px;width:22px;left:calc(50% - 11px);background:var(--green)}.button{border:1px solid var(--green);border-radius:8px;background:var(--green);color:white;display:inline-flex;gap:25px;justify-content:center;align-items:center;padding:15px 24px;font-weight:600;min-height:52px;line-height:1.5}.button:hover{background:#236257}.button.secondary{background:white;color:var(--green);border-color:#b7c9c0}.button.secondary:hover{background:var(--mint)}.button.orange{background:var(--orange);border-color:var(--orange)}.button.small{font-size:14px;padding:12px 18px;min-height:44px;white-space:nowrap}.text-size{border:0;background:none;white-space:nowrap;font-size:14px;color:var(--muted);padding:8px}.text-size b{color:var(--ink);font-size:20px}.page{max-width:1280px;padding:42px 48px 70px;margin:auto}.eyebrow{font-size:13px;letter-spacing:2px;color:var(--green);font-weight:600;margin:0 0 13px;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';height:1px;width:23px;background:currentColor}h1{font-size:40px;letter-spacing:-1px;line-height:1.45;margin:0 0 16px;font-weight:700}h2{font-size:25px;line-height:1.55;margin:0 0 12px}h3{font-size:19px;line-height:1.5;margin:0 0 10px}p{line-height:1.85;margin:0 0 18px}.muted{color:var(--muted)}.intro{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.intro p{margin:0}.date-label{font-size:14px;color:var(--muted);padding-top:8px}.home-top{display:grid;grid-template-columns:1.4fr 1fr;gap:28px}.navigator-card{background:#e7efea;border-radius:16px;padding:32px 34px;border:1px solid #dbe6df;position:relative}.section-label{display:flex;justify-content:space-between;align-items:center;font-size:13px;letter-spacing:1px;color:#4b655a;margin-bottom:23px}.pill{font-size:13px;border-radius:30px;border:1px solid #c2d3c8;padding:5px 11px;white-space:nowrap;letter-spacing:0}.navigator-card h2{font-size:27px}.goals{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.goal{background:#ffffffc9;border:1px solid #d0ded5;border-radius:10px;padding:17px 7px 14px;display:flex;gap:9px;flex-direction:column;align-items:center;color:var(--ink);font-size:15px;font-weight:500;min-height:93px}.goal:hover,.goal.selected{border-color:var(--green);background:#f9fffc;box-shadow:0 0 0 1px var(--green)}.icon{width:27px;height:27px;stroke:currentColor;stroke-width:1.55;fill:none;stroke-linecap:round;stroke-linejoin:round}.goal .icon{color:#417b63}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px}.card-bottom .muted{font-size:13px;line-height:1.7}.photo-card{border-radius:16px;overflow:hidden;position:relative;background:#d3dcd3;min-height:440px;display:flex;align-items:flex-end}.photo-card img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.photo-card:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(17,48,35,.85))}.photo-caption{position:relative;z-index:1;color:white;padding:28px;width:100%}.photo-caption .pill{border-color:#ffffff75;font-size:12px}.photo-caption h2{margin:16px 0 7px;font-size:28px}.photo-caption p{font-size:14px;margin:0;color:#eff5ef}.photo-card.no-photo{background:var(--green)}.photo-card.no-photo:after{display:none}.trust-strip{display:flex;justify-content:space-between;padding:23px 4px;border-bottom:1px solid var(--line);color:#65736b;font-size:14px;margin-bottom:34px;gap:15px}.trust-strip span{display:flex;align-items:center;gap:8px}.trust-strip .icon{width:18px;height:18px;color:var(--green)}.section-head{display:flex;align-items:center;justify-content:space-between;margin:34px 0 19px;gap:15px}.section-head h2{margin:0}.link{background:none;border:0;padding:6px 0;color:var(--green);font-size:14px;display:inline-flex;align-items:center;gap:12px;text-decoration:underline;text-underline-offset:5px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{display:flex;gap:18px;background:white;border:1px solid var(--line);border-radius:12px;padding:23px;transition:border-color .15s}.step-card:hover{border-color:#6b9179}.step-number{font-size:13px;border-radius:50%;width:28px;min-width:28px;height:28px;display:grid;place-items:center;background:var(--mint);margin-top:2px}.step-card h3{font-size:17px}.step-card p{font-size:14px;color:var(--muted);margin:0}.step-card .arrow{margin-left:auto;font-size:21px}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:white;border:1px solid var(--line);border-radius:12px;padding:25px;text-align:left;width:100%;color:var(--ink)}.article-card:hover{border-color:#6b9179}.article-meta{font-size:13px;display:flex;gap:10px;align-items:center;color:var(--muted);margin-bottom:18px}.category{color:var(--green);background:#eef4ec;padding:4px 9px;border-radius:4px}.article-card h3{font-size:20px;min-height:60px}.article-card p{font-size:14px;color:var(--muted)}.article-card .link{font-size:14px}.family-banner{background:var(--green);color:white;padding:29px 33px;border-radius:12px;margin-top:35px;display:flex;justify-content:space-between;align-items:center;gap:25px}.family-banner h3{font-size:22px}.family-banner p{color:#d2e3d9;margin:0;font-size:15px}.family-banner .button{border-color:#a4bcb0;background:transparent;white-space:nowrap}footer{padding:35px 6% 27px;max-width:1440px;margin:auto;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.footer-brand{font-weight:700;color:var(--green);font-size:20px}footer p{margin:8px 0 18px}footer>div{display:flex;gap:25px;align-items:center;flex-wrap:wrap}footer>div span{margin-left:auto}.fine{font-size:12px!important;line-height:1.8}.toolbar{display:flex;gap:16px;margin:25px 0;flex-wrap:wrap}.search,input,select,textarea{border:1px solid #bdcbc3;background:white;border-radius:8px;padding:13px 15px;color:var(--ink);min-height:50px;max-width:100%}.search{flex:1;min-width:220px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 26px}.filter{border:1px solid var(--line);background:white;color:var(--ink);padding:10px 17px;border-radius:30px;font-size:15px}.filter.active{background:var(--green);color:white;border-color:var(--green)}.empty{padding:50px;text-align:center;border:1px dashed #bac8bd;border-radius:12px}.narrow{max-width:810px;margin:0 auto}.question-shell{padding:35px;background:white;border:1px solid var(--line);border-radius:16px}.progress-line{height:5px;background:#e5ebe5;margin:13px 0 33px;border-radius:10px;overflow:hidden}.progress-line span{height:100%;display:block;background:var(--green);transition:width .2s}.question-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:14px}.answers{display:grid;gap:12px;margin:25px 0 30px}.answer{padding:17px 20px;background:white;border:1px solid #cfdbd2;border-radius:9px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:18px}.answer:after{content:'';width:20px;height:20px;border-radius:50%;border:1px solid #bccdc0;flex-shrink:0;margin-left:15px}.answer.selected{background:#eef5ee;border-color:var(--green)}.answer.selected:after{border:6px solid var(--green);background:white}.form-actions{display:flex;justify-content:space-between;gap:15px}.notice{background:#f3f4eb;border-left:3px solid #a2ac82;padding:16px 20px;font-size:14px;line-height:1.9;margin:24px 0;border-radius:0 7px 7px 0}.notice.warn{background:#fff1e9;border-color:#c95330}.result-header{background:var(--green);color:white;padding:30px;border-radius:15px;margin-bottom:24px}.result-header p{color:#d9e7dd;margin:0}.priorities{display:grid;gap:16px}.priority{background:white;border:1px solid var(--line);padding:26px;border-radius:12px;display:flex;gap:20px}.priority .num{font-size:28px;color:#799885;font-family:Georgia,serif}.priority p{font-size:16px;color:var(--muted);margin-bottom:10px}.priority .action-line{color:var(--green);background:#f0f5ee;padding:12px;border-radius:6px;font-size:15px}.results-actions{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}.checkbox{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.8}.checkbox input{min-height:20px;width:20px;height:20px;flex-shrink:0;margin:4px 0}.course-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.course-card{border:1px solid var(--line);background:white;border-radius:12px;overflow:hidden}.course-top{padding:25px 27px 18px;background:#edf2e8;display:flex;justify-content:space-between;align-items:center}.course-top h2{font-size:24px;margin:7px 0}.course-top .icon{width:48px;height:48px;color:#6b826b}.course-card:nth-child(2n) .course-top{background:#f4eddf}.course-body{padding:24px 27px}.course-body p{color:var(--muted)}.course-body .button{width:100%}.locations{background:#edf2eb;border:1px solid #d5dfd2;padding:24px;border-radius:12px;margin-top:30px}.locations p{font-size:14px}.location-list{display:flex;gap:10px;flex-wrap:wrap}.location-list a{padding:9px 14px;background:white;border-radius:5px;border:1px solid #d6dfd3;font-size:15px}.coach-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px}.coach-info{background:var(--green);border-radius:16px;padding:34px;color:white;align-self:start}.coach-info h2{font-size:30px}.coach-info p{color:#d4e4d9}.coach-info ol{padding-left:22px;line-height:2.4}.coach-info .price{font-size:44px;font-weight:600;margin:25px 0 0}.coach-info .price small{font-size:16px;font-weight:400}.form-card{border:1px solid var(--line);padding:30px;background:white;border-radius:14px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:21px}.field label{font-size:15px;font-weight:500}.field small{color:var(--muted);font-size:13px}textarea{resize:vertical;min-height:100px}.form-card .button{width:100%}.form-note{font-size:13px;color:var(--muted);margin-top:15px}.summary-draft{padding:20px;background:#f4f6f0;border-radius:8px;white-space:pre-wrap;line-height:1.9;font-size:15px}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-card{padding:30px;border:1px solid var(--line);background:white;border-radius:12px}.stat-card h3{font-size:21px}.stat-card p{color:var(--muted)}dialog{border:1px solid var(--line);border-radius:16px;max-width:740px;width:calc(100% - 32px);padding:42px;color:var(--ink);max-height:90dvh}dialog::backdrop{background:#102b27a8;backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:13px;top:9px;border:0;background:transparent;font-size:31px;color:var(--muted);height:40px;width:40px}.article-body h2{font-size:28px;margin-top:10px}.article-body h3{margin-top:25px}.article-body p{color:#52655b}.article-body a{text-decoration:underline;text-underline-offset:4px}.article-body ul{padding-left:23px;line-height:2}.article-body .button{color:white;text-decoration:none}.skip{position:absolute;top:-80px;left:15px;background:white;padding:15px;z-index:20}.skip:focus{top:5px}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);border-radius:9px;background:#153e35;color:white;padding:14px 25px;max-width:90%;z-index:30;box-shadow:0 5px 25px #0002;display:none}#toast.show{display:block}.big-text{font-size:19px}.big-text header{height:auto;min-height:106px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.big-text h1{font-size:2.5rem}.big-text p,.big-text button,.big-text input,.big-text select,.big-text nav,.big-text .goal{font-size:1rem}.big-text .knowledge-grid,.big-text .steps{grid-template-columns:repeat(2,1fr)}
@media(min-width:1450px){.page{padding-top:50px}}@media(max-width:1100px){header{gap:20px;padding:0 4%}nav{gap:20px}.header-cta{display:none}.page{padding:35px 4% 55px}.home-top{grid-template-columns:1.25fr 1fr}.navigator-card{padding:27px}.steps{gap:12px}.step-card{padding:19px;gap:12px}.coach-layout{gap:24px}.date-label{display:none}}@media(max-width:760px){header{height:85px;padding:0 5%;justify-content:space-between;gap:10px}.brand{font-size:18px;gap:10px}.brand-mark{width:55px;height:50px;font-size:29px}.brand small{font-size:11px}nav{position:fixed;bottom:0;left:0;right:0;z-index:10;height:68px;background:#fffefa;border-top:1px solid var(--line);justify-content:space-around;gap:0;padding-bottom:env(safe-area-inset-bottom)}nav a{font-size:14px;padding:0 6px}nav a.active:after{bottom:10px}.page{padding:28px 5% 35px}h1{font-size:29px;letter-spacing:-.5px}.intro{margin-bottom:25px}.intro p{font-size:15px}.home-top{grid-template-columns:1fr;gap:20px}.navigator-card{padding:23px}.navigator-card h2{font-size:24px}.section-label{margin-bottom:18px}.goals{gap:8px;margin:22px 0}.goal{font-size:14px;min-height:89px}.card-bottom .button{padding:14px 19px;gap:20px}.photo-card{min-height:280px}.photo-card img{object-position:center 40%}.photo-caption h2{font-size:26px}.trust-strip{flex-wrap:wrap;justify-content:flex-start;gap:13px 20px;font-size:12px;padding:20px 0}.trust-strip span:last-child{display:none}.steps,.knowledge-grid,.course-grid,.coach-layout,.split{grid-template-columns:1fr}.step-card{padding:22px}.step-card p{font-size:15px}.article-card h3{min-height:0}.family-banner{align-items:flex-start;flex-direction:column;padding:26px}.family-banner .button{width:100%}h2,.section-head h2{font-size:23px}.section-head .link{font-size:13px}.coach-info{padding:28px}.form-card,.question-shell{padding:24px}.priority{padding:22px;gap:15px}.answer{font-size:16px}.result-header{padding:26px}.results-actions .button{width:100%}.question-shell h1{font-size:26px}.toolbar{gap:12px}.toolbar select{width:100%}.search{width:100%}.filters{gap:8px}.filter{font-size:14px;padding:9px 13px}footer{padding:30px 5% 95px}footer>div{gap:15px}footer>div span{margin-left:0;width:100%}dialog{padding:37px 23px 26px}.article-body h2{font-size:25px}#toast{bottom:85px}.big-text .knowledge-grid,.big-text .steps{grid-template-columns:1fr}.big-text .card-bottom{flex-wrap:wrap}.big-text .goals{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{header,footer,.results-actions,.checkbox,.link,nav{display:none!important}.page{padding:0}.result-header{background:white;color:black;border:1px solid #aaa}.result-header p{color:black}.priority{break-inside:avoid}body{background:white}.notice{font-size:12px}}

.video-section{display:grid;grid-template-columns:1fr 290px;gap:40px;align-items:center;background:#e7efea;border-radius:14px;padding:35px;margin-top:35px}.video-section video{width:100%;max-height:500px;background:#132b22;border-radius:12px}.video-section h2{font-size:29px}@media(max-width:760px){.video-section{grid-template-columns:1fr;padding:24px;gap:20px}.video-section video{max-width:290px;margin:auto}.video-section h2{font-size:25px}}
.result-contact{background:#e0eee4;border:1px solid #b8d4c2;padding:26px;border-radius:14px;margin:22px 0}.result-contact h2{margin-top:18px}.result-contact p{color:#456352}.contact-buttons{display:flex;gap:12px;margin:20px 0}.contact-buttons .button{flex:1;padding:16px 19px;gap:8px}.button.whatsapp{background:#126d48;border-color:#126d48}.cloud-note{font-size:13px;padding:12px 0;overflow-wrap:anywhere}.cloud-note p{margin:0}.cloud-note .link{margin-right:20px}.video-hero{border-radius:16px;background:#e8eee5;border:1px solid #d4ded0;padding:25px}.video-hero h2{font-size:23px}.public-video h3{font-size:17px}.public-video video{display:block;background:#163b36;border-radius:12px;width:100%;height:440px;object-fit:contain}.video-hero video{height:300px}.public-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.video-hero .public-videos,.coach-video-entry .public-videos{grid-template-columns:1fr}.public-video{min-width:0}.coach-video-entry{display:grid;grid-template-columns:1fr 240px;gap:30px;align-items:center;padding:28px;background:#e6eee3;border-radius:13px;margin:30px 0}.coach-video-entry h2{margin-top:16px}.coach-video-entry video{height:300px}.coach-video-entry .public-video h3{font-size:14px}@media(max-width:760px){.contact-buttons{flex-direction:column}.result-contact{padding:22px}.result-contact h2{font-size:23px}.result-contact .button{width:100%}.video-hero video{height:360px}.public-videos{grid-template-columns:1fr}.coach-video-entry{grid-template-columns:1fr;padding:23px}.coach-video-entry video{height:360px}.cloud-note{font-size:13px}}
