body{margin:0;font-family:"Noto Serif SC",serif;background-color:#f5f5f5;color:#222}.hero{position:relative;height:60vh;background:linear-gradient(90deg,#1c1c1c,#434343);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero img.bg-img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.3;top:0;left:0;z-index:0}.hero .content{position:relative;z-index:1;text-align:center;max-width:900px;padding:0 1rem}.hero h1{font-size:3rem;margin-bottom:.3rem;font-weight:700;letter-spacing:.1em;text-shadow:0 0 10px rgba(0,0,0,.7)}.hero p.slogan{font-size:1.3rem;font-weight:300;letter-spacing:.08em;text-shadow:0 0 8px rgba(0,0,0,.6)}.info-section{display:flex;max-width:1200px;margin:3rem auto;gap:2rem;padding:0 1rem;justify-content:space-between;flex-wrap:wrap}.info-card{background:#fff;border-radius:12px;box-shadow:0 6px 15px #00000026;flex:1 1 300px;display:flex;flex-direction:column;overflow:hidden;cursor:default;transition:box-shadow .3s ease}.info-card:hover{box-shadow:0 10px 25px #00000040}.info-card img{width:100%;height:180px;object-fit:cover;border-bottom:1px solid #ddd}.info-card .info-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.info-card h2{margin:0 0 1rem;font-size:1.6rem;color:#222;font-weight:600;letter-spacing:.05em}.info-card p{flex-grow:1;color:#555;font-size:1rem;line-height:1.4;margin-bottom:1.5rem}.info-card button{background-color:#a63030;color:#fff;border:none;padding:.7rem 1.6rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease;align-self:flex-start}.info-card button:hover{background-color:#7e2525}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:1;animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:90%;padding:2rem 2rem 1.5rem;position:relative;box-shadow:0 8px 24px #0000004d;max-height:80vh;overflow-y:auto}.modal-content h3{margin-top:0;margin-bottom:1rem;font-size:1.8rem;color:#333;font-weight:600}.modal-content p,.modal-content ul{font-size:1rem;color:#555;line-height:1.5}.modal-content ul{padding-left:1.2rem;margin-bottom:1rem}.modal-close-btn{position:absolute;top:1rem;right:1rem;font-size:1.5rem;font-weight:700;border:none;background:none;cursor:pointer;color:#888;transition:color .2s ease}.modal-close-btn:hover{color:#444}.qrcode-img{display:block;margin:1rem auto 0;width:260px;height:260px;object-fit:contain}
