
/* Generated 2025-09-05T06:16:56.569001Z */
:root { --brand-primary: #111; --brand-accent: #111; --text: #111; --bg: #fff; }
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.body-bg { position: fixed; inset: 0; background: var(--bg); background-image: url('assets/pexels-photo-17952748-1612w.jpeg'); background-size: cover; background-position: center; opacity: 0.14; z-index: 0; }
.wrapper { position: relative; z-index: 1; min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 6vh 2rem; }
.card { width: 100%; max-width: 900px; background: rgba(255,255,255,0.92); border: 1px solid rgba(0,0,0,0.06); border-radius: 24px; padding: 3rem; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.logo { display: block; height: 112px; margin-bottom: 1rem; max-width: 100%; width: auto; }
.tag { display: inline-block; font-weight: 600; padding: 0.35rem 0.7rem; border-radius: 999px; background: var(--brand-primary); color: #fff; margin-bottom: 1rem; }
.lead { font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.25rem; }
.list { margin: 0.75rem 0 0; padding: 0; list-style: none; }
.list li { margin: 0.2rem 0; }
.contact a { color: var(--brand-accent); text-decoration: none; border-bottom: 1px solid currentColor; }
.btn { display: inline-block; padding: 0.75rem 1.1rem; border-radius: 999px; border: 2px solid var(--brand-accent); text-decoration: none; font-weight: 600; }
.nav { display: flex; gap: .75rem; margin-top: 1.25rem; }

h1 { color: red !important; }
