
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;color:#0f172a;background:#fff}
a{color:#0ea5e9;text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.header{border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;color:#0f172a}
.logo img{width:36px;height:36px;object-fit:contain}
.nav a{margin-left:16px;padding:8px 10px;border-radius:8px}
.nav a.active,.nav a.button{background:#0ea5e9;color:#fff}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;padding:48px 0}
.hero h1{font-size:40px;margin:0 0 12px}
.hero p{font-size:18px;margin:0 0 20px}
.cta{display:flex;gap:12px;margin-top:12px}
.button{display:inline-block;background:#0ea5e9;color:#fff;padding:12px 16px;border-radius:10px;font-weight:600}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{border:1px solid #e2e8f0;border-radius:12px;padding:16px}
.section{padding:40px 0}
.footer{border-top:1px solid #e2e8f0;margin-top:40px;padding:24px 0;background:#fafafa}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}
.footer .qr{width:120px;height:120px;object-fit:contain;border:1px dashed #94a3b8;border-radius:8px;padding:6px;background:#fff}
.footer-bottom{margin-top:10px;border-top:1px solid #e5e7eb;padding-top:10px;color:#475569}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery img{width:100%;height:180px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0}
.badge{background:#e0f2fe;color:#075985;border-radius:999px;padding:4px 10px;font-weight:600;font-size:12px}
.form{display:grid;gap:12px;max-width:560px}
.input, textarea{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:10px;font:inherit}
.success{border:1px solid #10b981;background:#ecfdf5;color:#065f46;padding:12px;border-radius:10px}
.error{border:1px solid #ef4444;background:#fef2f2;color:#991b1b;padding:12px;border-radius:10px}
@media (max-width:900px){.hero{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
