:root{--bg:#0f1720;--card:#0b1220;--accent:#ff8c42;--muted:#9aa4b2;--text:#e6eef6}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,var(--bg),#071018);color:var(--text);-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:40px auto;padding:24px}.hero{display:flex;gap:24px;align-items:center}.hero .content{flex:1}h1{margin:0 0 12px;font-size:28px;color:var(--accent)}p.lead{margin:0 0 16px;color:var(--muted);line-height:1.5}.cta{display:inline-block;padding:10px 16px;background:var(--accent);color:#071018;border-radius:10px;text-decoration:none;font-weight:600}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:28px}.card{background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #00000080}.card img{width:100%;height:180px;object-fit:cover;display:block}.footer{margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.03);color:var(--muted);font-size:14px}.hero img{width:520px;max-width:55%;border-radius:14px;object-fit:cover}@media (max-width:1000px){.hero{flex-direction:column}.hero img{max-width:100%;width:100%}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{width:100%;height:100%;background:transparent;padding:12px;border-radius:0;position:relative;overflow:auto;display:flex;align-items:center;justify-content:center}.modal-close{position:fixed;right:18px;top:18px;background:#00000059;border:none;color:#fff;font-size:22px;padding:8px;border-radius:8px;z-index:1000}.modal-content img{max-width:98%;max-height:calc(100vh - 80px);object-fit:contain;border-radius:6px}@media (max-width:480px){.modal-content{padding:8px}.modal-close{right:8px;top:8px}.modal-content img{max-height:calc(100vh - 56px)}}
