:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--background: #f7f5f2;--card: #ffffff;--primary: #2b4c7e;--accent: #f2b138;--text: #1a1a1a;background-color:var(--background);min-height:100%}*{box-sizing:border-box}body{margin:0;display:flex;min-height:100vh;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(43,76,126,.2),transparent 60%),radial-gradient(circle at bottom,rgba(242,177,56,.15),transparent 60%),var(--background);color:var(--text)}a{color:var(--primary);text-decoration:none;font-weight:600}a:hover,a:focus{text-decoration:underline}main{background:var(--card);padding:clamp(2rem,5vw,3rem);border-radius:24px;box-shadow:0 20px 45px #0000001f;width:min(780px,90vw);display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;align-items:center}.profile-image{width:260px;height:260px;border-radius:50%;object-fit:cover;box-shadow:0 12px 24px #2b4c7e4d}header h1{margin:0;font-size:clamp(2rem,4vw,2.8rem)}header p{margin-top:.5rem;font-size:1.1rem;color:#1a1a1acc}section.contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-item span{font-size:1.05rem}.contact-item svg{width:1.25rem;height:1.25rem;color:var(--primary)}.actions{display:flex;gap:1rem;margin-top:1.5rem}.button{background:var(--primary);color:#fff;padding:.85rem 1.4rem;border-radius:999px;font-size:1rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 28px #2b4c7e40}.button.secondary{background:#fff;color:var(--primary);border:2px solid rgba(43,76,126,.15);box-shadow:none}.button:hover,.button:focus{transform:translateY(-2px);box-shadow:0 20px 35px #2b4c7e40}footer{grid-column:1 / -1;font-size:.9rem;color:#1a1a1aa6;text-align:center}@media (max-width: 640px){main{text-align:center}section.contact{align-items:center}.contact-item{justify-content:center}.actions{flex-direction:column}.button{width:100%;text-align:center}}
