.about-content-section{background:white}.about-content-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:start}.about-profile-section{display:flex;flex-direction:column;gap:2rem}.about-profile-card{background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid #e5e7eb;position:relative;overflow:hidden}.about-profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4)}.about-profile-image-wrapper{position:relative;width:200px;height:200px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #f3f4f6}.about-profile-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;z-index:2}.about-profile-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite;z-index:1}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.about-profile-info{text-align:center}.about-profile-name{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.about-profile-role{font-size:1.125rem;font-weight:500;color:#3b82f6;margin-bottom:1rem}.about-profile-location{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#6b7280;font-size:.95rem;font-weight:300}.about-profile-location i{color:#9ca3af}.about-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.about-stat-item{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.about-stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #3b82f626;border-color:#3b82f6}.about-stat-icon{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;flex-shrink:0}.about-stat-content{flex:1}.about-stat-number{font-size:1.75rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:.25rem}.about-stat-label{font-size:.875rem;font-weight:300;color:#6b7280}.about-text-section{display:flex;align-items:center}.about-text-content{background:white;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 30px #0000001a;border:1px solid #e5e7eb}.about-section-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.about-text-paragraphs{display:flex;flex-direction:column;gap:1.25rem}.about-text-paragraphs p{font-size:1rem;font-weight:300;color:#4b5563;line-height:1.8}.about-skills-section{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.about-skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.about-skill-category{background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.about-skill-category:hover{transform:translateY(-5px);box-shadow:0 8px 30px #3b82f626;border-color:#3b82f6}.about-skill-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.about-skill-category-icon{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.about-skill-category-title{font-size:1.25rem;font-weight:600;color:#1f2937}.about-skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.about-skill-tag{display:inline-block;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50px;font-size:.875rem;font-weight:500;color:#1f2937;transition:all .3s ease}.about-skill-tag:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-2px)}.about-experience-section{background:white}.about-timeline{max-width:900px;margin:0 auto;position:relative;padding-left:2rem}.about-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#3b82f6,#8b5cf6,#06b6d4)}.about-timeline-item{position:relative;margin-bottom:3rem;padding-left:3rem}.about-timeline-item:last-child{margin-bottom:0}.about-timeline-marker{position:absolute;left:-1.5rem;top:.5rem;width:1rem;height:1rem;border-radius:50%;background:#3b82f6;border:3px solid white;box-shadow:0 0 0 3px #3b82f6;z-index:2}.about-timeline-content{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.about-timeline-content:hover{transform:translate(10px);box-shadow:0 8px 20px #3b82f626;border-color:#3b82f6}.about-timeline-date{font-size:.875rem;font-weight:500;color:#3b82f6;margin-bottom:.5rem}.about-timeline-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.about-timeline-description{font-size:1rem;font-weight:300;color:#4b5563;line-height:1.7}.cta-container-single{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;grid-template-columns:1fr!important;gap:0!important}.cta-container-single .cta-content{width:100%;max-width:800px}@media (max-width: 1024px){.about-content-grid{grid-template-columns:1fr;gap:3rem}.about-profile-section{order:2}.about-text-section{order:1}.about-skills-grid{grid-template-columns:1fr}}@media (max-width: 768px){.about-profile-card{padding:1.5rem}.about-profile-image-wrapper{width:150px;height:150px}.about-stats-grid{grid-template-columns:1fr}.about-text-content{padding:2rem 1.5rem}.about-timeline{padding-left:1.5rem}.about-timeline-item{padding-left:2rem}.about-timeline-marker{left:-1rem}}
