body { margin:0; font-family:'Manrope','Inter',system-ui,-apple-system,sans-serif; background:radial-gradient(circle at 15% 20%,#f5f8ff 0,#e6edf7 50%,#dde6f4 100%); color:#0f172a; }
.wrap { max-width: 1040px; margin: 28px auto 56px; padding: 0 18px; }
.site-header { display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-radius:16px; background:rgba(255,255,255,0.85); border:1px solid rgba(15,23,42,0.08); backdrop-filter: blur(10px); box-shadow:0 12px 30px rgba(12,44,99,0.08); margin-bottom:18px; }
.site-header .brand { display:flex; align-items:center; gap:10px; font-weight:900; color:#0f172a; text-decoration:none; letter-spacing:-0.01em; }
.site-header .brand img { width:38px; height:38px; border-radius:12px; object-fit:cover; }
.site-header .tagline { color:#475569; font-weight:700; }
.site-footer { margin-top:36px; padding:16px; text-align:center; color:#475569; font-size:14px; }
.hero { background:#fff; border-radius:22px; padding:20px; display:grid; gap:16px; grid-template-columns: auto 1fr; align-items:center; border:1px solid rgba(12,44,99,0.08); box-shadow:0 14px 32px rgba(12,44,99,0.10); margin-top:14px; }
.avatar { width:108px; height:108px; border-radius:26px; overflow:hidden; background:linear-gradient(135deg,#0b77d8,#2ad3ff); display:grid; place-items:center; color:#fff; font-weight:900; font-size:30px; border:1px solid rgba(255,255,255,0.5); box-shadow:0 12px 30px rgba(11,119,216,0.25); }
.avatar picture, .avatar img { width:100%; height:100%; object-fit:cover; display:block; }
h1 { margin:0 0 8px; font-size:30px; letter-spacing:-0.02em; }
.badge { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:14px; background:rgba(11,119,216,0.08); border:1px solid rgba(11,119,216,0.2); font-weight:800; color:#0b1b38; text-decoration:none; }
.chips { display:flex; gap:10px; flex-wrap:wrap; }
.hero-chips { margin:6px 0 10px; }
.chip { display:inline-flex; align-items:center; padding:8px 12px; border-radius:12px; background:rgba(11,119,216,0.08); border:1px solid rgba(11,119,216,0.18); font-weight:700; color:#0b1b38; }
.chip.secondary { background:rgba(11,196,143,0.10); border-color:rgba(11,196,143,0.25); color:#0b4f38; }
.contact { display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.contact a, .contact-link { text-decoration:none; padding:10px 14px; border-radius:12px; border:1px solid rgba(12,44,99,0.12); background:#f8fafc; color:#0b1b38; font-weight:800; display:inline-flex; gap:8px; align-items:center; box-shadow:0 10px 20px rgba(12,44,99,0.05); }
.contact-map--wide { padding:12px 18px; min-width:220px; justify-content:center; }
.contact-map { display:inline-flex; }
.section { margin-top:20px; background:#fff; border-radius:18px; padding:16px 18px; border:1px solid rgba(12,44,99,0.06); box-shadow:0 12px 26px rgba(12,44,99,0.08); }
.section h2 { margin:0 0 10px; font-size:19px; letter-spacing:-0.01em; }
.section p { margin:0 0 8px; color:#475569; line-height:1.55; }
.muted { color:#475569; }
