*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Microsoft JhengHei,PingFang TC,Noto Sans TC,Arial,sans-serif;background:linear-gradient(135deg,#f8fbff,#fff);color:#1a2e4a;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;justify-content:space-between;padding:0 2rem;height:64px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px rgba(30,100,200,.08)}.navbar,.navbar-logo{display:flex;align-items:center}.logo-img{width:56px;height:56px;object-fit:contain}.logo-text{display:inline-flex;flex-direction:column;justify-content:center;height:56px}.logo-text .logo-main{font-size:1.25rem;font-weight:700;color:#1a5fb4;line-height:1;margin:0}.logo-text .logo-sub{font-size:.68rem;color:rgba(26,95,180,.95);line-height:1;margin:3px 0 0}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links li{position:relative}.nav-link{font-size:.95rem;font-weight:500;color:#1a2e4a;padding:.4rem 0;transition:color .2s;cursor:pointer;white-space:nowrap}.nav-link:hover{color:#1a5fb4}.has-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:12px}.has-dropdown .dropdown-menu{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid #e0eaf6;border-radius:10px;box-shadow:0 8px 24px rgba(30,100,200,.12);min-width:180px;overflow:hidden;z-index:200}.has-dropdown:hover .dropdown-menu{display:block}.has-dropdown:focus-within .dropdown-menu{display:block}.dropdown-item{display:block;padding:.7rem 1.2rem;font-size:.9rem;color:#1a2e4a;transition:background .15s,color .15s}.dropdown-item:hover{background:#e8f0fe;color:#1a5fb4}.hamburger{display:none;background:none;border:none;font-size:1.4rem;color:#1a5fb4;cursor:pointer;padding:.3rem;order:-1}.hamburger i{transition:transform .22s ease}.hamburger.open i{transform:rotate(90deg)}.sidebar-overlay{display:none;position:fixed;top:64px;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);z-index:990;opacity:0;transition:opacity .3s}.sidebar-overlay.open{display:block;opacity:1}.sidebar{position:fixed;top:64px;left:0;width:280px;height:calc(100vh - 64px);height:calc(100dvh - 64px);background:#fff;z-index:995;transform:translateX(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 20px rgba(30,100,200,.12);display:flex;flex-direction:column}.sidebar.open{transform:translateX(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid #e8f0fe}.sidebar-header span{font-size:.95rem;font-weight:700;color:#1a2e4a}.sidebar-close{background:none;border:none;font-size:1.3rem;color:#666;cursor:pointer;padding:.3rem}.sidebar-links{padding:.5rem 0 .9rem;flex:1 1;overflow-y:auto}.sidebar-links li{border-bottom:1px solid #f0f4fa}.sidebar-dropdown-toggle,.sidebar-links li a{display:block;padding:.95rem 1.25rem;font-size:.97rem;color:#1a2e4a;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-family:inherit;font-weight:500;transition:background .15s,color .15s}.sidebar-dropdown-toggle:hover,.sidebar-links li a:hover{background:#e8f0fe;color:#1a5fb4}.sidebar-dropdown-toggle i{float:right;transition:transform .25s;margin-top:4px}.sidebar-dropdown-toggle.open i{transform:rotate(180deg)}.sidebar-dropdown{max-height:0;opacity:0;overflow:hidden;background:#f8fbff;transition:max-height .32s ease,opacity .24s ease}.sidebar-dropdown.open{max-height:240px;opacity:1}.sidebar-dropdown li a{padding-left:2.5rem;font-size:.9rem}.section{min-height:100vh;padding-top:64px;display:flex;align-items:center}.hero-section{position:relative;overflow:hidden;justify-content:center;padding-top:0}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem 1.5rem;max-width:700px}.hero-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35);line-height:1.3}.hero-features{display:flex;flex-direction:column;gap:.5rem;width:100%}.hero-feature{font-size:clamp(.95rem,2vw,1.1rem);color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.hero-check{color:#ffe082;font-size:1rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.5rem;border-radius:50px;font-size:.97rem;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap;font-family:inherit}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.btn-blue{background:#fff;color:#1a5fb4;border:2px solid #1a5fb4}.btn-gold{background:#fff;color:#c78b00;border:2px solid #e6a817}.section2{background:#fff;display:flex;align-items:stretch;gap:0;padding:64px 0 0}.section2-left{flex:0 0 45%;max-width:45%;display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 5vw}.section2-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#0d2a5e;line-height:1.5;margin-bottom:2rem}.pain-grid{display:grid;grid-template-columns:1fr;grid-gap:1.2rem;gap:1.2rem}.pain-item{display:flex;align-items:flex-start;gap:.65rem;font-size:1.2rem;color:#334;line-height:1.5}.pain-icon{color:#4a9eff;font-size:1rem;margin-top:2px;flex-shrink:0}.section2-right{flex:0 0 55%;max-width:55%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:4rem 4vw 4rem 2rem}.compare-card{flex:1 1;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 18px rgba(0,0,0,.07);background:#fff;min-width:0}.before-card{border:1.5px solid #d8d8d8}.after-card{border:2px solid #1a5fb4}.compare-card-title{font-size:.95rem;color:#555;background:#f5f5f5}.compare-card-header,.compare-card-title{text-align:center;padding:.75rem 1rem;font-weight:700}.compare-card-header{font-size:1rem;color:#fff;background:#1a5fb4}.compare-card-img{display:flex;justify-content:center;padding:1.2rem 1rem .5rem}.compare-illustration{width:120px;height:120px;object-fit:contain}.compare-illustration-placeholder{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.before-placeholder{background:#f3f3f3;color:#888}.after-placeholder{background:#e8f0fe;color:#1a5fb4}.compare-list{padding:.8rem 1.2rem;margin:0 auto;width:-moz-fit-content;width:fit-content;text-align:left;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;flex:1 1}.compare-list li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#333}.compare-check{font-size:.8rem;flex-shrink:0;width:1.2rem;min-width:1.2rem;text-align:center;display:inline-block}.compare-check.gray{color:#999}.compare-check.blue{color:#1a5fb4}.compare-divider{border:none;border-top:1px solid #eee;margin:0 1rem}.compare-footer{text-align:center;padding:.7rem 1rem 1rem;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.4rem}.gray-text{color:#777}.blue-text{color:#1a5fb4}.compare-arrow{justify-content:center;width:36px;height:36px;border-radius:50%;background:#eee;color:#888;font-size:.85rem;flex-shrink:0}.compare-arrow,.section3{display:flex;align-items:center}.section3{background:linear-gradient(135deg,#f0f6ff,#e8f0fe 50%,#f8fbff);gap:2rem;padding:64px 5vw 3rem}.section3-left{flex:0 0 28%;max-width:28%;display:flex;align-items:center}.section3-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#0d2a5e;line-height:1.55}.section3-right{flex:1 1;display:flex;gap:1.2rem;align-items:stretch}.advantage-card{flex:1 1;background:#fff;border-radius:14px;padding:1.8rem 1.4rem;box-shadow:0 4px 20px rgba(30,100,200,.09);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;min-width:0;transition:transform .2s,box-shadow .2s}.advantage-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(30,100,200,.15)}.advantage-icon{display:flex;align-items:center;gap:.3rem;color:#1a5fb4;font-size:1.5rem;margin-bottom:.3rem;padding:30px}.advantage-title{font-size:1.05rem;font-weight:700;color:#0d2a5e}.advantage-sub{font-size:.85rem;color:#666;font-weight:500}.advantage-desc{font-size:.88rem;color:#444;line-height:1.6}.advantage-list{list-style:none;padding:0;margin:0 auto;width:-moz-fit-content;width:fit-content;text-align:left;display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.advantage-list li{font-size:.88rem;color:#444;display:flex;align-items:center;gap:.4rem}.advantage-list li i{color:#1a5fb4;font-size:.75rem;width:1.2rem;min-width:1.2rem;text-align:center;display:inline-block}.advantage-footer{font-size:.82rem;color:#888;margin-top:auto}@media (max-width:900px){.section2{flex-direction:column;align-items:stretch;padding-top:64px}.section2-left,.section2-right{flex:unset;max-width:100%;padding:2.5rem 5vw}.section2-right{flex-wrap:wrap;padding-bottom:3rem}.section3{flex-direction:column;align-items:flex-start;padding:64px 5vw 3rem}.section3-left{flex:unset;max-width:100%}.section3-right{flex-direction:column;width:100%}.advantage-card{width:100%}}@media (max-width:640px){.hero-bg-img{content:url(/image/gola_homepage_mobile.jpg)}.hamburger{display:flex;align-items:center;justify-content:center}.nav-links{display:none}.section2-title{font-size:clamp(1.85rem,7.2vw,2.35rem);line-height:1.35}.pain-grid{grid-template-columns:1fr}.section2-right{flex-direction:column;align-items:center;gap:.5rem}.compare-arrow{transform:rotate(90deg);margin:.3rem 0}.compare-card{width:100%;max-width:340px}.section3{gap:1.5rem}.section3-right{gap:1rem}}@keyframes bounceY{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.bounce-vertical{display:inline-block;animation:bounceY 2s ease-in-out infinite;will-change:transform}@media (prefers-reduced-motion:reduce){.bounce-vertical{animation:none;transform:none}}@keyframes blinkCaret{50%{opacity:0}}.type-target.typing:after{content:"|";margin-left:6px;opacity:1;animation:blinkCaret 1s steps(1) infinite;color:inherit}@media (prefers-reduced-motion:reduce){.type-target.typing:after{animation:none;opacity:0}}.tw-line{display:inline-block;vertical-align:middle}.tw-line.typing:after{content:"|";margin-left:6px;animation:blinkCaret 1s steps(1) infinite;color:inherit}@media (prefers-reduced-motion:reduce){.tw-line.typing:after{animation:none;opacity:0}}.feature-inner{display:inline-flex;align-items:center;gap:.5rem;opacity:0;transform:translateY(6px);transition:opacity .42s ease,transform .42s ease}.feature-inner.reveal{opacity:1;transform:translateY(0)}.type-target{display:inline-block;vertical-align:middle}@media (prefers-reduced-motion:reduce){.feature-inner{transition:none;opacity:1;transform:none}}.simple-header{padding:84px 5vw 20px;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,rgba(10,40,90,.03),hsla(0,0%,100%,0))}.section-legal{padding:55px 5vw 80px;min-height:auto;display:block;background:transparent}.container{max-width:980px;margin:0 auto}.legal-hero{background:linear-gradient(90deg,#f5f9ff,#fff);border-radius:14px;padding:28px;box-shadow:0 8px 30px rgba(18,59,106,.06);display:flex;align-items:center;gap:18px;margin-bottom:20px}.legal-hero .logo-img{width:56px;height:56px}.legal-hero h1{font-size:1.6rem;color:#0d2a5e;margin:0;font-weight:800}.legal-hero p{margin:4px 0 0;color:#365680;font-size:.95rem}.legal-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 10px 40px rgba(30,100,200,.06);color:#223}.legal-card h2{font-size:1.05rem;color:#0d2a5e;margin-top:1.1rem;margin-bottom:.6rem;font-weight:700}.legal-card p,.legal-card ul{font-size:.98rem;line-height:1.8;color:#344055;margin-bottom:.9rem}.legal-card ul{padding-left:1.1rem}.legal-card ul li{margin-bottom:.5rem}@media (max-width:640px){.legal-hero{padding:18px;gap:12px}.legal-hero h1{font-size:1.25rem}.legal-card{padding:18px}}