:root{--primary-color: #0d6efd;--secondary-color: #ffc107;--dark-bg: #1a1a2e;--light-bg: #f8f9fa;--text-light: #e0e0e0;--card-bg: #23233b}body{font-family:Noto Sans TC,Poppins,sans-serif;background-color:var(--dark-bg);color:var(--text-light)}.hero{position:relative;height:100vh;background-image:linear-gradient(#013512cc,#1a1a2ecc),url("./media/Gemini_Generated_Image_7tfmsa7tfmsa7tfm-6RASIFTR.png");background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}.hero h1{font-size:3.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero p{font-size:1.25rem;max-width:600px;margin:1rem auto}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);padding:12px 30px;font-weight:600;transition:all .3s ease}.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;transform:translateY(-2px)}.section{padding:80px 0}.section-title{text-align:center;margin-bottom:50px;font-weight:700;position:relative}.section-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary-color);margin:10px auto 0;border-radius:2px}.team-card{background-color:var(--card-bg);border-radius:10px;overflow:hidden;text-align:center;transition:transform .3s ease}.team-card:hover{transform:scale(1.05)}.team-card img{width:100%;height:250px;object-fit:cover}.team-card .team-info{padding:20px}.team-card .team-info h5{color:var(--secondary-color)}#contact{background-color:var(--card-bg)}footer{background-color:#112;padding:40px 0}
