:root{--bg: #edf2e8;--bg-deep: #d9e5cb;--card: rgba(255, 255, 255, .82);--card-strong: rgba(255, 255, 255, .94);--text: #132313;--muted: #526149;--line: rgba(24, 43, 20, .14);--brand: #2f7a36;--brand-strong: #1f5d27;--accent: #e68a2f;--critical: #bf2f2f;--warn: #dd7f1f;--safe: #2f7a36;--shadow: 0 18px 48px rgba(24, 45, 20, .12)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Noto Sans,Noto Sans TC Variable,sans-serif;color:var(--text);background:radial-gradient(1200px 700px at 12% 0%,#f8faef 0%,transparent 65%),radial-gradient(900px 520px at 90% 100%,#e7f1db 0%,transparent 70%),linear-gradient(160deg,var(--bg) 0%,var(--bg-deep) 100%);line-height:1.6}html:lang(zh-Hant) body,html:lang(zh-TW) body{font-family:Noto Sans TC Variable,Noto Sans,sans-serif}a{color:inherit}.bg-orb{position:fixed;width:36vmax;height:36vmax;border-radius:999px;filter:blur(60px);opacity:.28;pointer-events:none;z-index:-1}.bg-orb--one{top:-12vmax;left:-8vmax;background:#b9df90}.bg-orb--two{bottom:-15vmax;right:-7vmax;background:#ffca94}.site-frame{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:1.2rem 0 2.8rem}.site-header{position:sticky;top:.65rem;z-index:10;display:grid;gap:.8rem;align-items:center;grid-template-columns:1fr;background:#ffffffad;border:1px solid rgba(255,255,255,.7);border-radius:18px;backdrop-filter:blur(14px);padding:.75rem .9rem;box-shadow:0 8px 30px #1d311c14}.brand{display:inline-flex;gap:.6rem;align-items:center;text-decoration:none}.brand__logo{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:.7rem;background:linear-gradient(140deg,#3f9a45,#2b6e33);color:#fff;font-size:1.1rem;box-shadow:0 8px 20px #295b2e47}.brand__text{display:inline-flex;flex-direction:column;line-height:1.15}.brand__text strong{font-size:1rem;letter-spacing:.01em}.brand__text small{color:var(--muted);font-size:.74rem}.site-nav{display:flex;flex-wrap:wrap;gap:.45rem}.site-nav a,.locale-switcher a{text-decoration:none;font-weight:700;font-size:.88rem;border-radius:999px;border:1px solid var(--line);padding:.38rem .72rem;background:#ffffffa6;transition:transform .14s ease,background .14s ease,border-color .14s ease}.site-nav a[data-active=true],.locale-switcher a[data-active=true]{color:#fff;background:linear-gradient(145deg,var(--brand),var(--brand-strong));border-color:transparent}.site-nav a:hover,.locale-switcher a:hover{transform:translateY(-1px)}.locale-switcher{display:flex;gap:.45rem;justify-content:flex-start}.site-main{margin-top:1rem;display:grid;gap:1rem}.page-hero{display:grid;gap:1rem;grid-template-columns:1fr;background:var(--card);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:1.25rem;box-shadow:var(--shadow)}.page-hero--compact{grid-template-columns:1fr}.eyebrow{display:inline-flex;margin:0 0 .45rem;border-radius:999px;background:#2e75331f;color:var(--brand-strong);font-weight:700;font-size:.78rem;letter-spacing:.02em;padding:.26rem .62rem}.page-hero h1,.page-hero h2{margin:0;line-height:1.15;letter-spacing:-.01em}.page-hero h1{font-size:clamp(1.9rem,2.2vw + 1rem,3rem)}.lead{margin:.8rem 0 0;color:var(--muted);max-width:64ch}.hero-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.55rem}.hero-actions img{height:50px;width:auto;display:block}.btn{text-decoration:none;font-weight:800;border-radius:.8rem;border:1px solid transparent;padding:.58rem .88rem;display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,box-shadow .14s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{color:#fff;background:linear-gradient(145deg,var(--brand),var(--brand-strong));box-shadow:0 10px 24px #22552847}.btn--ghost{color:var(--brand-strong);border-color:#27592c38;background:#ffffffb3}.btn--appstore{color:#fff;background:linear-gradient(145deg,#1b1b1b,#343434);box-shadow:0 10px 22px #14141447}.btn--contact{color:var(--brand-strong);border-color:#27592c38;background:#ffffffb3;margin-bottom:6px;margin-top:6px}.hero-badges{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.45rem}.hero-badges span{border-radius:999px;border:1px dashed rgba(36,81,41,.28);background:#ffffffbf;font-size:.79rem;font-weight:700;color:var(--brand-strong);padding:.28rem .56rem}.hero-visual{border-radius:18px;border:1px solid var(--line);background:linear-gradient(160deg,#f7fff1eb,#f6eeded9);padding:.95rem;display:grid;gap:.8rem;min-height:240px}.hero-visual__row{display:flex;gap:.55rem}.mini-card{flex:1;border-radius:14px;border:1px solid rgba(32,75,35,.2);background:#ffffffc7;padding:.62rem}.mini-card strong{display:block;font-size:.84rem}.mini-card small{color:var(--muted);font-weight:600;font-size:.76rem}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.72rem}.kpi-card{border-radius:16px;border:1px solid var(--line);background:var(--card-strong);padding:.95rem}.kpi-card strong{display:inline-flex;align-items:baseline;gap:.12rem;font-size:1.7rem;line-height:1}.kpi-card p{margin:.38rem 0 0;color:var(--muted);font-size:.9rem}.section-panel{border-radius:20px;border:1px solid rgba(255,255,255,.75);background:var(--card);box-shadow:var(--shadow);padding:1.05rem}.section-panel h2{margin:0;font-size:clamp(1.28rem,1.3vw + 1rem,2rem)}.section-intro{margin:.62rem 0 0;color:var(--muted)}.legal-pdf-viewer{margin-bottom:.8rem;border-radius:14px;border:1px solid rgba(35,74,35,.2);background:#ffffffeb;overflow:hidden}.legal-pdf-viewer__toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;padding:.55rem .62rem;border-bottom:1px solid rgba(35,74,35,.16);background:linear-gradient(180deg,#f7fbf6f2,#f2f8efe6)}.legal-pdf-viewer__control{border:1px solid rgba(39,89,44,.22);background:#ffffffd9;color:var(--brand-strong);border-radius:.6rem;font-weight:700;font-size:.82rem;padding:.35rem .58rem;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.legal-pdf-viewer__control:hover:not(:disabled){transform:translateY(-1px);background:#fff}.legal-pdf-viewer__control:disabled{opacity:.45;cursor:not-allowed;transform:none}.legal-pdf-viewer__page-indicator{min-width:7rem;text-align:center;font-size:.84rem;font-weight:700;color:#2b4f2f}.legal-pdf-viewer__spacer{flex:1 1 auto}.legal-pdf-viewer__status{margin:0;padding:.52rem .72rem 0;color:var(--muted);font-size:.84rem}.legal-pdf-viewer__status[data-state=error]{color:#8c2d1a;font-weight:600}.legal-pdf-viewer__viewport{min-height:420px;max-height:min(76vh,920px);overflow:auto;display:flex;justify-content:center;align-items:flex-start;padding:.52rem;background:linear-gradient(180deg,#edf4ebbf,#f5f8f2f2)}.legal-pdf-viewer__canvas{display:block;background:#fff;border-radius:6px;box-shadow:0 12px 28px #1e402129}.legal-pdf-viewer__fallback{margin:0;padding:.42rem .72rem .66rem;font-size:.83rem}.legal-pdf-viewer__fallback a{color:var(--brand-strong);font-weight:700;text-decoration:underline;text-underline-offset:.12em}.steps-grid,.feature-grid,.guide-grid,.gallery-grid,.pricing-grid{margin-top:.95rem;display:grid;gap:.72rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step-card,.feature-card,.guide-card{border-radius:16px;border:1px solid var(--line);background:#ffffffe0;padding:.88rem}.step-card h3,.feature-card h3,.guide-card h3{margin:0;font-size:1.02rem}.step-card p,.feature-card p,.guide-card p{margin:.45rem 0 0;color:var(--muted);font-size:.9rem}.feature-card__icon{font-size:1.4rem;line-height:1}.feature-card ul,.detail-list,.detail-flow,.placeholder-list,.guide-list{list-style:none;margin:.62rem 0 0;padding:0;display:grid;gap:.48rem}.feature-card li,.detail-list li,.detail-flow li,.guide-list li{border-left:3px solid rgba(38,89,42,.26);background:#f9fcf5e6;border-radius:.4rem .65rem .65rem .4rem;padding:.48rem .56rem;color:#254429;font-size:.88rem}.inline-link{display:inline-flex;margin-top:.72rem;font-weight:800;font-size:.9rem;color:var(--brand-strong)}.placeholder-list li{border-radius:12px;border:1px dashed rgba(35,74,35,.34);background:#fdfcf6f2;padding:.68rem}.placeholder-list strong{display:block;font-size:.86rem;margin-bottom:.22rem}.gallery-card,.media-card,.pricing-card{border-radius:16px;border:1px solid var(--line);background:#ffffffe6;padding:.88rem}.asset-frame{display:flex;align-items:center;justify-content:center;width:100%;padding:0;min-height:220px;max-height:360px;aspect-ratio:16 / 10;border-radius:12px;border:1px solid rgba(34,76,37,.14);background:linear-gradient(145deg,#f3f8ee,#e6f0db);overflow:hidden;cursor:zoom-in;appearance:none;-webkit-appearance:none}.asset-frame img{display:block;width:100%;height:100%;object-fit:contain}.asset-frame--wide{min-height:300px;max-height:440px;aspect-ratio:16 / 9}.asset-frame:focus-visible{outline:3px solid rgba(47,122,54,.6);outline-offset:2px}body.lightbox-open{overflow:hidden}.lightbox{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;background:#101810d1;padding:1.2rem}.lightbox[hidden]{display:none}.lightbox__figure{margin:0;width:min(1280px,100%)}.lightbox__viewport{width:100%;max-height:82dvh;overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.3);background:#f4f8ef;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.lightbox__figure img{display:block;width:clamp(900px,180vw,2200px);max-width:none;height:auto}.lightbox__caption{margin-top:.55rem;text-align:center;color:#e6f0de;font-size:.9rem}.lightbox__close{position:absolute;top:calc(env(safe-area-inset-top,0px) + .6rem);right:calc(env(safe-area-inset-right,0px) + .9rem);width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#fff3;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer}@media(min-width:960px){.lightbox__figure img{width:clamp(1200px,130vw,2200px)}}.gallery-card h3,.media-card h3{margin:.7rem 0 0;font-size:1rem}.pricing-card h3{margin:.3rem 0 0;font-size:1.3rem}.gallery-card p,.media-card p,.pricing-card p{margin:.45rem 0 0;color:var(--muted)}.pricing-card{position:relative}.pricing-card[data-highlighted=true]{border:1px solid rgba(42,107,48,.4);box-shadow:0 12px 26px #2462302e}.pricing-card__price{font-weight:800;font-size:2rem;color:var(--brand-strong)}.pricing-card__billing{margin-top:.1rem;font-size:1.2rem;font-weight:700;color:#5c6d53}.pricing-card__setup{margin-top:.7rem;font-size:.78rem;color:#66765e}.subnav{margin-top:.76rem;display:flex;flex-wrap:wrap;gap:.48rem}.subnav a{text-decoration:none;font-size:.82rem;font-weight:700;border-radius:999px;border:1px solid rgba(40,82,40,.25);background:#fffc;padding:.3rem .62rem}.subnav a[data-active=true]{color:#fff;background:linear-gradient(145deg,var(--brand),var(--brand-strong));border-color:transparent}.site-footer{margin-top:1.15rem;border-top:1px solid rgba(42,80,40,.2);padding-top:.9rem;color:var(--muted);font-size:.88rem}.site-footer p{margin:0}.site-footer__note{margin-top:.32rem}.redirect-page{font-family:Noto Sans,Noto Sans TC Variable,sans-serif;display:grid;place-items:center;min-height:100dvh;margin:0;background:linear-gradient(160deg,#eef5e7,#e3ecd7);color:#153015}.redirect-shell{width:min(520px,calc(100% - 2rem));border-radius:18px;border:1px solid rgba(255,255,255,.78);background:#ffffffe0;box-shadow:var(--shadow);padding:1rem}.redirect-shell h1{margin:0}.redirect-links{margin-top:.7rem;display:flex;gap:.45rem;flex-wrap:wrap}.redirect-links a{text-decoration:none;font-weight:700;border:1px solid rgba(37,81,38,.22);border-radius:999px;padding:.33rem .62rem;background:#ffffffe6}@media(min-width:980px){.site-header{grid-template-columns:auto 1fr auto;gap:1rem}.site-nav{justify-content:center}.locale-switcher{justify-content:flex-end}.page-hero{grid-template-columns:1.2fr .8fr;align-items:stretch}.page-hero--compact{grid-template-columns:1fr}}@media(max-width:720px){.legal-pdf-viewer__toolbar{gap:.34rem;padding:.5rem}.legal-pdf-viewer__control{font-size:.79rem;padding:.32rem .5rem}.legal-pdf-viewer__page-indicator{order:3;width:100%;min-width:0;text-align:left}.legal-pdf-viewer__spacer{display:none}.legal-pdf-viewer__viewport{max-height:min(66vh,760px);min-height:360px;padding:.4rem}}
