*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#333;line-height:1.6}body{padding:2rem 1rem;min-height:100vh}.cv-container{max-width:1200px;margin:0 auto;background:#fff;box-shadow:0 10px 40px #00000026;border-radius:8px;overflow:hidden;animation:fadeIn .6s ease-in-out;display:grid;grid-template-columns:1fr 1fr;gap:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cv-section{padding:2.5rem;border-right:1px solid #e8e8e8;text-align:left}.cv-section.header-section{grid-column:1/-1;border-right:none;border-bottom:1px solid #e8e8e8}.cv-section:nth-child(odd):not(.header-section){border-right:1px solid #e8e8e8}.cv-section:nth-child(2n){border-right:none}.cv-section:last-child{border-right:none;border-bottom:none}.cv-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:#1a1a1a;border-bottom:3px solid #007bff;padding-bottom:.75rem;font-weight:700}.cv-section h3{font-size:1.2rem;margin-top:1rem;color:#333;font-weight:600}.cv-section p{font-size:.95rem;color:#666;line-height:1.7}.cv-section strong{color:#333;font-weight:600}.cv-section a{color:#007bff;text-decoration:none;transition:color .3s ease}.cv-section a:hover{color:#0056b3;text-decoration:underline}@media(max-width:768px){body{padding:1rem}.cv-container{border-radius:4px;grid-template-columns:1fr}.cv-section{padding:1.5rem}.cv-section h2{font-size:1.4rem}.cv-section h3{font-size:1.1rem}.cv-section p{font-size:.9rem}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.divider{height:1px;background:linear-gradient(90deg,transparent,#e8e8e8,transparent);margin:0}
