
:root { --navy:#061b39; --blue:#123a72; --green:#009b3a; --yellow:#ffdf00; --white:#fff; }
* { box-sizing:border-box; }
html { min-height:100%; background:var(--navy); }
body { min-height:100vh; margin:0; color:var(--white); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background:radial-gradient(circle at 15% 10%,rgba(0,155,58,.28),transparent 28rem),radial-gradient(circle at 85% 28%,rgba(18,58,114,.78),transparent 31rem),linear-gradient(145deg,#06172f 0%,#09254a 52%,#06182d 100%); }
body::before { content:""; position:fixed; inset:0; pointer-events:none; opacity:.26; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:32px 32px; mask-image:linear-gradient(to bottom,black,transparent 78%); }
main { position:relative; min-height:100vh; overflow:hidden; }
.flag-bar { display:grid; grid-template-columns:1.25fr .7fr 1fr; height:7px; }
.flag-bar span:nth-child(1){background:var(--green)} .flag-bar span:nth-child(2){background:var(--yellow)} .flag-bar span:nth-child(3){background:#2d67b2}
.profile-card { width:min(100% - 32px,630px); margin:0 auto; padding:46px 0 58px; text-align:center; }
.photo-wrap { position:relative; width:fit-content; margin:0 auto 30px; }
.photo-ring { width:190px; height:190px; padding:6px; border-radius:50%; background:conic-gradient(from 30deg,var(--yellow),var(--green),#2d67b2,var(--yellow)); box-shadow:0 18px 55px rgba(0,0,0,.38),0 0 0 8px rgba(255,255,255,.06); }
.profile-photo { width:100%; height:100%; display:block; object-fit:cover; border:4px solid #fff; border-radius:50%; }
.year-badge { position:absolute; right:-34px; bottom:9px; padding:7px 12px; color:#082042; background:var(--yellow); border:3px solid #fff; border-radius:999px; box-shadow:0 7px 20px rgba(0,0,0,.25); font-size:11px; font-weight:900; letter-spacing:.09em; }
.intro { margin-bottom:31px; } .eyebrow { margin:0 0 7px; color:#ffe552; font-size:14px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
h1 { margin:0; font-size:clamp(32px,7vw,47px); line-height:1.03; font-weight:900; letter-spacing:-.04em; text-wrap:balance; }
.tagline { max-width:470px; margin:14px auto 0; color:#ccdaec; font-size:16px; line-height:1.55; }
.links { display:grid; gap:13px; }
.social-link { display:flex; align-items:center; min-height:78px; padding:12px 19px 12px 13px; color:#fff; text-align:left; text-decoration:none; border:1px solid rgba(255,255,255,.14); border-radius:20px; box-shadow:0 13px 34px rgba(0,0,0,.22); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.social-link:hover { transform:translateY(-3px); border-color:rgba(255,255,255,.55); box-shadow:0 17px 42px rgba(0,0,0,.32); } .social-link:focus-visible { outline:3px solid var(--yellow); outline-offset:4px; }
.facebook { background:linear-gradient(125deg,#17458a,#0b2e65); } .instagram { background:linear-gradient(125deg,#7837a8,#cf365f 57%,#e98934); } .whatsapp { background:linear-gradient(125deg,#0c9d56,#087d46); }
.link-icon { display:grid; place-items:center; flex:0 0 52px; height:52px; margin-right:15px; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.18); border-radius:16px; font:800 25px/1 Arial,sans-serif; }
.link-copy { display:grid; gap:3px; flex:1; } .link-copy strong { font-size:17px; } .link-copy small { color:rgba(255,255,255,.76); font-size:12.5px; } .arrow { margin-left:8px; font-size:22px; opacity:.8; }
.safe-note { margin:22px 0 0; color:#9fb3ce; font-size:12px; letter-spacing:.04em; }
.legal-footer { position:relative; border-top:1px solid rgba(255,255,255,.11); background:rgba(2,12,27,.82); backdrop-filter:blur(12px); }
.legal-footer::before { content:""; position:absolute; top:-1px; left:50%; width:110px; height:3px; transform:translateX(-50%); background:var(--yellow); border-radius:3px; }
.legal-inner { width:min(100% - 38px,760px); margin:0 auto; padding:29px 0 32px; color:#c4d0df; text-align:center; font-size:12px; line-height:1.65; }
.legal-inner p,.legal-inner address { margin:3px 0; } .legal-heading { color:#ffe65e; font-size:10px; font-weight:900; letter-spacing:.16em; } .legal-inner strong { color:#fff; font-weight:750; } .legal-inner address { font-style:normal; } .copyright { padding-top:11px; color:#768da9; font-size:10.5px; }
@media (max-width:520px){ .profile-card{padding-top:34px;padding-bottom:43px}.photo-ring{width:160px;height:160px}.year-badge{right:-27px;font-size:9px}.tagline{font-size:14px}.social-link{min-height:73px;border-radius:17px}.link-icon{flex-basis:47px;height:47px;border-radius:14px}.desktop-break{display:none} }
@media (prefers-reduced-motion:reduce){.social-link{transition:none}}
