:root{--bg:#0b0e11;--card:#12161b;--text:#e8eef3;--muted:#a9b4bf;--brand:#2dd4bf;--accent:#60a5fa}
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Noto Sans,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--brand)}header{position:sticky;top:0;background:#0b0e11cc;backdrop-filter:blur(8px);border-bottom:1px solid #1e293b;z-index:50}
.container{max-width:1120px;margin:0 auto;padding:0 20px}.nav{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.logo img{height:44px;width:auto}.links a{text-decoration:none;margin:0 8px;color:#e8eef3;opacity:.9}
.cta{display:inline-flex;gap:.5rem;background:linear-gradient(135deg,var(--brand),var(--accent));color:#06231f;padding:.6rem 1rem;border-radius:12px;font-weight:700;white-space:nowrap}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;padding:36px 0}
h1{font-size:clamp(28px,4vw,46px);line-height:1.15;margin:.5rem 0 1rem}.lead{color:#cbd5e1}
.card{background:#12161b;border:1px solid #1f2937;border-radius:16px;padding:16px}.section{padding:28px 0}
.grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
img{max-width:100%;height:auto;border-radius:12px;border:1px solid #1f2937}.gallery{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}
.muted{color:#a9b4bf}footer{border-top:1px solid #1f2937;padding:24px 0;color:#9fb0bf}
.breadcrumbs{font-size:.9rem;color:#a9b4bf;margin:8px 0}
@media (max-width:980px){.hero{grid-template-columns:1fr}.grid-3,.grid-2,.gallery{grid-template-columns:1fr}nav.links{display:none;position:absolute;top:60px;right:20px;left:20px;background:#0b0e11;border:1px solid #1e293b;border-radius:12px;padding:12px;flex-direction:column;gap:10px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#12161b;border:1px solid #1f2937;color:#e8eef3}.links.open{display:flex}}
@media (min-width:981px){.menu-toggle{display:none}}
input,textarea,button{font-size:16px;padding:.8rem .9rem;border-radius:12px;border:1px solid #223042;background:#0b0e11;color:#e6eef7;width:100%}
