:root{--brand:#056839;--accent:#85c441;--logo-color:#044e2f;--bg:#fff;--muted:#6b7280;--max-width:1100px}#__next,body,html{height:100%}#__next>div{min-height:100vh;display:flex;flex-direction:column}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans TC,Microsoft JhengHei,Arial,sans-serif;color:#111827;background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}*{box-sizing:border-box}a{color:var(--brand);text-decoration:none;transition:opacity .2s}a:active{opacity:.8}h1,h2,h3{margin:18px 0 12px}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}header.site-header{background:linear-gradient(90deg,#fff 0,var(--brand) 85%);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 0 rgba(0,0,0,.04)}.header-container{justify-content:space-between;gap:16px;flex-wrap:nowrap}.header-container,.logo-brand{display:flex;align-items:center}.logo-brand{gap:12px;flex:1 1;min-width:0}.logo-brand>div{min-width:0;flex-shrink:1}.logo-brand img{width:50px;height:50px;object-fit:contain;flex-shrink:0}.site-title{font-size:14px;font-weight:700}.site-subtitle,.site-title{margin:0;color:var(--brand);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-subtitle{font-size:10px;opacity:.9}.menu-button{background:var(--accent);border:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;padding:6px;color:#000;position:relative;z-index:101;flex-shrink:0;margin-left:auto}.menu-button svg{display:block}.menu-button--open{color:#000}.menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(0,0,0,.2);z-index:98;animation:fadeInBackdrop .3s ease-in-out forwards}.menu-backdrop.closing{animation:fadeOutBackdrop .3s ease-in-out forwards}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@keyframes fadeOutBackdrop{0%{opacity:1}to{opacity:0}}.nav{display:none;gap:8px;flex-wrap:wrap;justify-content:flex-end}.nav,.nav a{align-items:center}.nav a{color:hsla(0,0%,100%,.95);font-weight:600;font-size:14px;padding:8px 12px;border-radius:4px;transition:background .2s;display:inline-block;min-height:44px;display:flex}.nav a:hover{background:hsla(0,0%,100%,.15)}.nav.nav--open{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#fff;padding:80px 16px 16px;flex-direction:column;gap:24px;box-shadow:none;min-width:unset;justify-content:flex-start;align-items:center;animation:slideInMenu .3s ease-in-out forwards;z-index:99}.nav.nav--open a{color:var(--brand);background:transparent;font-size:18px;padding:16px 24px;width:100%;text-align:center;border-radius:8px;transition:background .2s}.nav.nav--open a:active{background:rgba(0,28,93,.1)}.nav.nav--closing{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#fff;padding:80px 16px 16px;flex-direction:column;gap:24px;box-shadow:none;min-width:unset;justify-content:flex-start;align-items:center;animation:slideOutMenu .3s ease-in-out forwards;z-index:99}.nav.nav--closing a{color:var(--brand);background:transparent;font-size:18px;padding:16px 24px;width:100%;text-align:center;border-radius:8px}@keyframes slideInMenu{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutMenu{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@media (min-width:720px){.menu-button{display:none}.nav{display:flex}}.container{max-width:var(--max-width);margin:0 auto;padding:16px;flex:1 0 auto;text-align:left}.hero{padding:24px 0;display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}.faq-process{text-align:center;margin:18px 0}.faq-process-image{width:100%;max-width:720px;height:auto;display:inline-block}@media (max-width:720px){.faq-process-image{width:100%}}.lead{font-size:16px;line-height:1.7}.gallery{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;margin-bottom:24px}.card{border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(34,56,95,.1);background:#fff;transition:box-shadow .2s,transform .2s;padding-bottom:12px;display:flex;flex-direction:column;align-items:center}.card:active,.card:hover{box-shadow:0 6px 24px rgba(34,56,95,.18);transform:translateY(-2px) scale(1.02)}.card img{width:100%;max-width:360px;aspect-ratio:4/3;object-fit:cover;display:block;border-bottom:1px solid #eee}.fade-in{opacity:1}.whatsapp-button{position:fixed;right:20px;bottom:24px;z-index:200;display:inline-flex;width:56px;height:56px;border-radius:50%;box-shadow:0 6px 18px rgba(5,104,55,.18);transition:transform .15s ease,opacity .15s ease}.whatsapp-button img{display:block;width:100%;height:100%}.whatsapp-button:active{transform:scale(.98)}@media (max-width:420px){.whatsapp-button{right:12px;bottom:18px;width:48px;height:48px}}@keyframes fadeInCard{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (min-width:480px){.gallery{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:900px){.gallery{grid-template-columns:repeat(4,1fr);gap:24px}.card img{max-width:260px}}.footer{padding:15px 0;background:#f6f8f7;border-top:8px solid var(--brand);color:var(--brand);font-size:14px}.footer-content{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;text-align:center}.footer-left,.footer-right{margin:0}.footer a{color:var(--brand);font-weight:600}@media (min-width:720px){.footer-content{grid-template-columns:1fr 1fr;text-align:left}.footer-right{text-align:right}}.big-cta{background:var(--accent);color:#000;padding:16px 24px;border-radius:6px;display:inline-block;font-weight:700;font-size:16px;border:none;cursor:pointer;transition:opacity .2s;min-height:44px;display:flex;align-items:center;text-align:center}.big-cta:active{opacity:.85}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}label{font-weight:600;font-size:16px}input,textarea{padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;width:100%;font-family:inherit}input[type=checkbox]{width:18px;height:18px;margin-right:8px;cursor:pointer}input[type=checkbox]+label{display:flex;align-items:center;margin-bottom:8px;font-weight:400}button[type=submit]{background:var(--accent);color:#000;padding:14px 20px;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;min-height:48px;width:100%;transition:opacity .2s}button[type=submit]:active{opacity:.85}@media (min-width:480px){body{font-size:17px}.container{padding:18px}h1{font-size:32px}h2{font-size:26px}.site-title{font-size:16px}.site-subtitle{font-size:11px}.logo-brand img{width:60px;height:60px}}@media (min-width:720px){body{font-size:18px}.container{padding:24px}h1{font-size:36px}h2{font-size:28px}.site-title{font-size:24px}.site-subtitle{font-size:13px}.logo-brand img{width:70px;height:70px}.nav{gap:12px}.nav a{font-size:16px;padding:10px 16px}.hero{padding:48px 0;grid-template-columns:1fr 380px}.lead{font-size:18px}.gallery{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.footer{color:var(--logo-color)}.footer-content{grid-template-columns:1fr 1fr;text-align:left}.footer-right{text-align:right}button[type=submit]{width:auto}}