#root{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.card{display:flex;background:#fff;border-radius:48px;box-shadow:0 30px 60px #0000001f;overflow:hidden;max-width:1000px;margin:0 auto;min-height:600px}.profile-section{flex:0 0 45%;position:relative}.profile-image{width:100%;height:100%;object-fit:cover}.content-section{flex:1;padding:4rem 5rem;display:flex;flex-direction:column;justify-content:center}h1{font-size:4rem;margin:0 0 .5rem;color:#1d1d1f;font-weight:700;letter-spacing:-.04em}.subtitle{color:#3b82f6;font-size:1.25rem;font-weight:600;margin-bottom:2.5rem;display:block}.description{line-height:1.6;margin-bottom:2rem;font-size:1.1rem;color:#4b5563;font-weight:400}.actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;max-width:320px}.btn{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:999px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:#fff;text-decoration:none}.btn-primary{background:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.social-links{display:flex;gap:2rem;margin-left:0}.social-icon{color:#1d1d1f;font-size:1.5rem;text-decoration:none;transition:opacity .2s ease}.social-icon:hover{opacity:.6}@media (max-width: 768px){.card{flex-direction:column;max-width:100%;border-radius:24px}.profile-section{height:350px}.content-section{padding:2.5rem}h1{font-size:2.5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;align-items:center;justify-content:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#fcece0,#f7f9e8,#e8f7e8);color:#1d1d1f}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
