@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+TC:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap";:root{--crimson:#e53935;--crimson-dark:#c62828;--crimson-light:#ffebee;--crimson-glow:#e539351f;--gold:#c49a6c;--gold-dark:#a67c52;--gold-light:#fff8e7;--gold-glow:#c49a6c1f;--dark:#0a0a0a;--dark2:#1a1a1a;--dark3:#2d2d2d;--jade:#00a86b;--jade-light:#e8f5e9;--coral:#ff6b6b;--amber:#f59e0b;--bg:#fafaf8;--bg2:#fff;--bg3:#f5f0eb;--text:#1a1a1a;--text2:#666;--text3:#999;--text-on-dark:#f5f5f5;--border:#e8e4df;--border-light:#f0ece7;--serif:"Playfair Display", Georgia, serif;--sans:"Inter", system-ui, sans-serif;--zh:"PingFang HK", "Microsoft JhengHei", "Noto Sans TC", "Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24}@keyframes enterUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes enterDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes enterLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes enterRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes toastIn{0%{transform:translate(120%)}to{transform:translate(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@keyframes urgPulse{0%,to{background-position:0%}50%{background-position:100%}}@keyframes shakeX{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@keyframes countPop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes newDeal{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 0 10px #e5393500}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-10deg)scale(.9)}to{opacity:1;transform:rotate(0)scale(1)}}@keyframes countUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes typing{0%{width:0}to{width:100%}}@media (width<=768px){.nav-links{display:none!important}.nav-inner{padding:12px 16px!important}.hero-inner{min-height:auto!important;padding:80px 16px!important}.hero-heading{font-size:clamp(26px,7vw,40px)!important}.hero-subtitle{max-width:100%!important;font-size:13px!important}.hero-stats-row{flex-wrap:wrap!important;gap:20px!important}.hero-stats-row>div>div:first-child{font-size:22px!important}.promo-content{flex-direction:column!important}.promo-left{flex:100%!important;min-height:220px!important}.promo-right{flex:100%!important;padding:20px 16px!important}.promo-price-box{padding:16px!important}.trust-marquee-row{gap:16px!important}.category-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.deals-grid,.features-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.reviews-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:1fr 1fr!important;gap:20px!important}.steps-row{flex-direction:column!important;gap:32px!important}.steps-connector{display:none!important}.faq-section,.cta-inner{padding:60px 16px!important}.section-pad{padding-left:16px!important;padding-right:16px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:24px!important}.modal-overlay{align-items:flex-end!important}.modal-card{border-radius:22px 22px 0 0!important;max-width:100%!important;max-height:88vh!important;animation:.35s cubic-bezier(.2,.8,.2,1) slideUp!important}.search-cats-row{flex-direction:column!important;gap:12px!important}.cat-pills{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;padding-bottom:8px!important;overflow-x:auto!important}.popular-grid{grid-template-columns:1fr!important}.page-hero-inner{padding:100px 16px 40px!important}.review-detail-grid{grid-template-columns:1fr!important}.review-detail-grid>div:first-child{border-right:none!important;border-bottom:1px solid var(--border)!important;padding-bottom:20px!important;padding-right:0!important}}@media (width<=480px){.hero-inner{padding:70px 14px 60px!important}.hero-heading{font-size:clamp(24px,6.5vw,36px)!important}.category-grid{grid-template-columns:repeat(2,1fr)!important}.deals-grid,.features-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:1fr 1fr!important}.footer-grid{text-align:center!important;grid-template-columns:1fr!important}.hero-stats-row>div>div:first-child{font-size:20px!important}.payment-logos{gap:3px!important}.payment-logos>span{padding:3px 5px!important;font-size:7px!important}}
