*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;color:#0b0b0b;line-height:1.6;background:#000}

.hero{position:relative;min-height:100dvh;background:url("assets/BFDSVCA.png") center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.35))}
.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;padding:24px}
.hero-logo{width:min(38vw,220px);height:auto;filter:drop-shadow(0 6px 20px rgba(0,0,0,.45))}
.title{font-weight:800;letter-spacing:.04em;color:#fff;font-size:clamp(28px,6vw,64px)}
.subtitle{color:#e9e9e9;font-size:clamp(14px,2.2vw,22px);max-width:900px}
.cta{margin-top:6px;display:inline-block;background:#ffffff;color:#0b0b0b;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:600;transition:transform .15s ease,box-shadow .15s ease}
.cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(255,255,255,.18)}

.section{background:#fff}
.container{max-width:1100px;margin:0 auto;padding:48px 20px}
.section h2{font-size:28px;margin-bottom:8px}
.section p{color:#333;max-width:80ch}

.footer{background:#0b0b0b;color:#bbb}
.footer .container{padding:18px 20px;text-align:center;display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}
.footer a{color:#bbb;text-decoration:none;margin:0 6px}
.footer a:hover{color:#fff}

@media (max-width:600px){.content{gap:14px}}

