* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Noto Sans TC', sans-serif; color: #1a1a1a; background-color: #f8fbff; line-height: 1.6; overflow-x: hidden; }

a { text-decoration: none; color: inherit; display: inline-block; }

img { max-width: 100%; height: auto; display: block; object-fit: cover; }

ul { list-style: none; }
.scroll-reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.scroll-reveal.is-active { opacity: 1; transform: translateY(0); }
.section-title-wrap { text-align: center; margin-bottom: 50px; }
.section-title-wrap h2 { font-size: 36px; font-weight: 700; color: #004b93; margin-bottom: 15px; }
.section-title-wrap p { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; }

.btn-primary { background: #0066cc; color: #fff; padding: 15px 35px; border-radius: 50px; font-weight: 700; font-size: 18px; transition: background 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3); }
.btn-primary:hover { background: #004b93; transform: translateY(-3px); }

header { background: #ffffff; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05); padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; }
header .header-logo h1 { font-size: 24px; font-weight: 900; color: #004b93; letter-spacing: 1px; }
header .header-nav { display: flex; align-items: center; }
header .header-nav-list { display: flex; gap: 40px; }
header .header-nav-item a { font-size: 16px; font-weight: 500; color: #333; transition: color 0.3s ease; }
header .header-nav-item a:hover { color: #0066cc; }
header .header-btn { margin-left: 40px; background: #e6f0fa; color: #0066cc; padding: 10px 25px; border-radius: 30px; font-weight: 700; transition: all 0.3s ease; }
header .header-btn:hover { background: #0066cc; color: #fff; }

main { padding-top: 70px; }

#hero-section { background: linear-gradient(135deg, #e6f0fa 0%, #ffffff 100%); padding: 80px 5%; position: relative; overflow: hidden; }
#hero-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 1400px; margin: 0 auto; }
#hero-section .hero-left { z-index: 2; }
#hero-section .hero-title { font-size: 54px; font-weight: 900; color: #1a1a1a; line-height: 1.2; margin-bottom: 25px; }
#hero-section .hero-title span { color: #0066cc; }
#hero-section .hero-subtitle { font-size: 20px; color: #555; margin-bottom: 40px; line-height: 1.8; }
#hero-section .hero-right { position: relative; }
#hero-section .hero-image { border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); transform: rotate(2deg); transition: transform 0.5s ease; }
#hero-section .hero-image:hover { transform: rotate(0deg); }

#features-section { padding: 100px 5%; background: #ffffff; }
#features-section-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1400px; margin: 0 auto; }
#features-section .feature-item { background: #f8fbff; padding: 40px 30px; border-radius: 15px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eef4fb; }
#features-section .feature-item:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 102, 204, 0.08); }
#features-section .feature-media { width: 80px; height: 80px; background: #e6f0fa; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; font-size: 32px; color: #0066cc; font-weight: 900; }
#features-section .feature-title { font-size: 22px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; }
#features-section .feature-text { font-size: 16px; color: #666; }

#services-section { padding: 100px 5%; background: #e6f0fa; }
#services-section-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1400px; margin: 0 auto; }
#services-section .service-item { background: #ffffff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }
#services-section .service-item:hover { transform: translateY(-10px); }
#services-section .service-media { width: 100% height: 250px; background: #d0e3f5; object-fit: cover; }
#services-section .service-content { padding: 40px 30px; }
#services-section .service-title { font-size: 26px; font-weight: 700; color: #004b93; margin-bottom: 15px; }
#services-section .service-text { font-size: 16px; color: #555; margin-bottom: 25px; }
#services-section .service-price { font-size: 28px; font-weight: 900; color: #0066cc; }
#services-section .service-price span { font-size: 16px; color: #888; font-weight: 400; }

#pricing-section { padding: 100px 5%; background: #ffffff; }
#pricing-section-list { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
#pricing-section .pricing-item { display: flex; justify-content: space-between; align-items: center; padding: 30px 40px; background: #f8fbff; border-radius: 15px; border-left: 6px solid #0066cc; transition: all 0.3s ease; }
#pricing-section .pricing-item:hover { background: #e6f0fa; transform: scale(1.02); }
#pricing-section .pricing-left { display: flex; flex-direction: column; gap: 5px; }
#pricing-section .pricing-title { font-size: 22px; font-weight: 700; color: #1a1a1a; }
#pricing-section .pricing-subtitle { font-size: 15px; color: #666; }
#pricing-section .pricing-right { font-size: 32px; font-weight: 900; color: #0066cc; }

#process-section { padding: 100px 5%; background: #1a1a1a; color: #ffffff; }
#process-section .section-title-wrap h2 { color: #ffffff; }
#process-section .section-title-wrap p { color: #aaaaaa; }
#process-section-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1400px; margin: 0 auto; }
#process-section .process-item { text-align: center; padding: 30px 20px; position: relative; }
#process-section .process-media { width: 90px; height: 90px; background: rgba(255, 255, 255, 0.1); border: 2px dashed #0066cc; border-radius: 50%; margin: 0 auto 25px; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 900; color: #0066cc; position: relative; z-index: 2; transition: all 0.3s ease; }
#process-section .process-item:hover .process-media { background: #0066cc; color: #fff; border-color: #0066cc; }
#process-section .process-title { font-size: 20px; font-weight: 700; margin-bottom: 15px; }
#process-section .process-text { font-size: 15px; color: #888888; }

#faq-section { padding: 100px 5%; background: #ffffff; }
#faq-section-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 25px; }
#faq-section .faq-item { background: #f8fbff; border-radius: 12px; padding: 35px; border: 1px solid #eef4fb; transition: box-shadow 0.3s ease; }
#faq-section .faq-item:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03); }
#faq-section .faq-title { font-size: 20px; font-weight: 700; color: #004b93; margin-bottom: 15px; display: flex; align-items: flex-start; gap: 15px; }
#faq-section .faq-title::before { content: 'Q'; font-size: 24px; color: #0066cc; font-weight: 900; line-height: 1; }
#faq-section .faq-text { font-size: 16px; color: #555; padding-left: 33px; line-height: 1.7; }

footer { background: #0b1a2a; color: #ffffff; padding: 80px 5% 40px; }
footer .footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; max-width: 1400px; margin: 0 auto 60px; }
footer .footer-brand-title { font-size: 24px; font-weight: 900; margin-bottom: 25px; color: #fff; }
footer .footer-brand-text { font-size: 15px; color: #8a9bb0; line-height: 1.8; max-width: 400px; margin-bottom: 30px; }
footer .footer-nav-title { font-size: 18px; font-weight: 700; margin-bottom: 25px; color: #fff; }
footer .footer-nav-list { display: flex; flex-direction: column; gap: 15px; }
footer .footer-nav-item a { color: #8a9bb0; font-size: 15px; transition: color 0.3s ease; }
footer .footer-nav-item a:hover { color: #ffffff; padding-left: 5px; }
footer .footer-bottom { text-align: center; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #64758b; font-size: 14px; }

@media (max-width: 1280px) {
	#hero-section .hero-title { font-size: 46px; }
	#features-section-grid { grid-template-columns: repeat(2, 1fr); }
	#services-section-grid { grid-template-columns: repeat(2, 1fr); }
	#process-section-grid { grid-template-columns: repeat(3, 1fr); gap: 40px; }
	footer .footer-content { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
	header .header-nav-list { display: none; }
	#hero-section-grid { grid-template-columns: 1fr; text-align: center; }
	#hero-section .hero-subtitle { margin: 0 auto 40px; }
	#pricing-section .pricing-item { flex-direction: column; align-items: flex-start; gap: 20px; }
	#pricing-section .pricing-right { align-self: flex-start; }
}

@media (max-width: 768px) {
	.section-title-wrap h2 { font-size: 30px; }
	#services-section-grid { grid-template-columns: 1fr; }
	#process-section-grid { grid-template-columns: repeat(2, 1fr); }
	footer .footer-content { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 500px) {
	#hero-section .hero-title { font-size: 36px; }
	#features-section-grid { grid-template-columns: 1fr; }
	#process-section-grid { grid-template-columns: 1fr; }
	#pricing-section .pricing-item { padding: 20px; }
	#faq-section .faq-item { padding: 25px 20px; }
}