.about-hero{padding:6rem 0 3rem;background:linear-gradient(135deg,#1a5276 0,#2c3e50 50%,#1a252f 100%);color:#fff;position:relative;overflow:hidden}.about-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.about-hero-content{display:flex;align-items:center;gap:3rem;max-width:1000px;margin:0 auto}.about-hero-image{flex-shrink:0}.about-hero-image img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid #5dade2;box-shadow:0 0 30px rgba(93,173,226,.4);transition:box-shadow .3s ease}.about-hero-image img:hover{box-shadow:0 0 50px rgba(93,173,226,.6)}.about-hero-text h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#fff}.about-hero-text h1 .text-gradient{background:linear-gradient(135deg,#85c1e9,#d4efff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-text .hero-role{font-size:1.25rem;color:#5dade2;font-weight:600;margin-bottom:1rem}.about-hero-text .hero-intro{font-size:1.05rem;color:rgba(255,255,255,.85);line-height:1.7;max-width:600px}.about-hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.about-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.875rem;color:#fff;font-weight:500;transition:background .3s ease,border-color .3s ease}.about-badge:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.about-badge i{color:#5dade2}.badge-icon{width:18px;height:18px;vertical-align:middle;flex-shrink:0}.skill-header-icon{width:32px;height:32px;flex-shrink:0}.cert-icon img{width:28px;height:28px}.timeline-icon{width:80px;height:32px;vertical-align:middle;margin-right:.5rem}.about-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem;padding:2rem 0}.about-stat{text-align:center}.about-stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-color, #3498db);line-height:1}.about-stat-label{font-size:.9rem;color:rgba(255,255,255,.7);margin-top:.3rem}.about-section{padding:4rem 0}.about-section:nth-child(even){background:var(--background-secondary, #1a1a2e)}.about-section-header{text-align:center;margin-bottom:3rem}.about-section-header h2,.about-timeline-item h3{font-size:2rem;font-weight:700;color:var(--text-primary, #f8f9fa);margin-bottom:.5rem}.about-section-header p,.about-timeline-item h4,.about-timeline-item p{color:var(--text-secondary, #9ca3af);font-size:1.05rem}.about-timeline{position:relative;max-width:800px;margin:0 auto;padding-left:2rem}.about-timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--primary-color, #3498db),rgba(52,152,219,.2));border-radius:3px}.about-timeline-item{position:relative;margin-bottom:2.5rem;padding-left:1.5rem}.about-timeline-item::before{content:"";position:absolute;left:-2rem;top:.35rem;width:13px;height:13px;background:var(--primary-color, #3498db);border-radius:50%;border:3px solid var(--background-primary, #0f0f0f);box-shadow:0 0 10px rgba(52,152,219,.4);transform:translateX(-2px)}.about-timeline-date{font-size:.85rem;color:var(--primary-color, #3498db);font-weight:600;margin-bottom:.3rem}.about-timeline-item h3{font-size:1.15rem;margin-bottom:.25rem}.about-timeline-item h4{font-size:.95rem;font-weight:500;margin-bottom:.5rem}.about-timeline-item p{font-size:.9rem;line-height:1.6}.timeline-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.timeline-tag{font-size:.75rem;padding:.2rem .6rem;background:rgba(52,152,219,.1);border:1px solid rgba(52,152,219,.2);border-radius:999px;color:var(--text-primary, #d1d5db)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.skill-card{background:rgba(15,15,15,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.5rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.cert-card:hover,.skill-card:hover{transform:translateY(-4px);border-color:var(--primary-color, #3498db);box-shadow:0 8px 32px rgba(52,152,219,.15)}.skill-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.skill-card-header i{font-size:1.5rem;color:var(--primary-color, #3498db)}.cert-card h3,.skill-card-header h3{font-size:1.1rem;font-weight:700;color:var(--text-primary, #f8f9fa)}.skill-item,.skill-items{display:flex;flex-direction:column;gap:.75rem}.skill-item{gap:.3rem}.cert-card p,.skill-item-label{font-size:.85rem;color:var(--text-secondary, #9ca3af)}.skill-item-label{display:flex;justify-content:space-between}.skill-bar{height:6px;background:rgba(255,255,255,.06);border-radius:3px;overflow:hidden}.skill-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color, #3498db),#5dade2);border-radius:3px;width:0;transition:width 1.2s cubic-bezier(.25,.46,.45,.94)}.skill-bar-fill.animated.abt-skill-95{width:95%}.skill-bar-fill.animated.abt-skill-90{width:90%}.skill-bar-fill.animated.abt-skill-85{width:85%}.skill-bar-fill.animated.abt-skill-80{width:80%}.skill-bar-fill.animated.abt-skill-75{width:75%}.no-js .skill-bar-fill.abt-skill-95{width:95%}.no-js .skill-bar-fill.abt-skill-90{width:90%}.no-js .skill-bar-fill.abt-skill-85{width:85%}.no-js .skill-bar-fill.abt-skill-80{width:80%}.no-js .skill-bar-fill.abt-skill-75{width:75%}.cert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.cert-card{background:rgba(15,15,15,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.cert-card .cert-year,.cert-icon{color:var(--primary-color, #3498db)}.cert-icon{flex-shrink:0;width:48px;height:48px;background:rgba(52,152,219,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.cert-card h3{font-size:1rem;margin-bottom:.3rem}.cert-card p{line-height:1.5}.cert-card .cert-year{display:inline-block;font-size:.75rem;padding:.15rem .5rem;background:rgba(52,152,219,.15);border-radius:999px;font-weight:600;margin-top:.4rem}.about-faq{max-width:800px;margin:0 auto}.faq-item{background:rgba(15,15,15,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;margin-bottom:1rem;overflow:hidden;transition:border-color .3s ease}.faq-item:hover{border-color:rgba(52,152,219,.3)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;color:var(--text-primary, #f8f9fa);font-weight:600;font-size:1rem;background:0 0;border:0;width:100%;text-align:left;gap:1rem;transition:color .2s ease}.faq-question:hover{color:var(--primary-color, #3498db)}.faq-question .faq-chevron{flex-shrink:0;width:20px;height:20px;transition:transform .3s ease;color:var(--text-secondary, #9ca3af)}.faq-item.active .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-inner{padding:0 1.5rem 1.25rem;color:var(--text-secondary, #9ca3af);font-size:.95rem;line-height:1.7}.about-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a5276 0,#2c3e50 100%);border-radius:1rem;max-width:800px;margin:0 auto;position:relative;overflow:hidden}.about-cta::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(93,173,226,.08)0,transparent 60%);pointer-events:none}.about-cta h2{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative}.about-cta p{color:rgba(255,255,255,.8);font-size:1.05rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;position:relative}.about-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative}.about-cta .btn-ghost,.about-cta .btn-white{padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.about-cta .btn-white{background:#fff;color:#2c3e50;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.about-cta .btn-white:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,255,255,.2)}.about-cta .btn-ghost{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.4);font-weight:600;transition:all .2s ease}.about-cta .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1)}.abt-mt-1_5{margin-top:1.5rem}.abt-mt-2{margin-top:2rem}.abt-pb-5{padding-bottom:5rem}.abt-btn-contact{font-size:1.1rem;padding:.85rem 2.5rem}.abt-link-linkedin{color:var(--primary-color, #3498db);text-decoration:none;font-weight:500;transition:color .2s ease}.abt-link-linkedin:hover{color:#5dade2;text-decoration:underline}[data-theme=light] .about-hero{background:linear-gradient(135deg,#2980b9 0,#3498db 50%,#1a5276 100%)}[data-theme=light] .about-stat-label{color:rgba(255,255,255,.85)}[data-theme=light] .skill-card{background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.06)}[data-theme=light] .cert-card:hover,[data-theme=light] .skill-card:hover{box-shadow:0 8px 32px rgba(52,152,219,.12)}[data-theme=light] .skill-bar{background:rgba(0,0,0,.06)}[data-theme=light] .cert-card,[data-theme=light] .faq-item{background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.06)}[data-theme=light] .faq-item:hover{border-color:rgba(52,152,219,.3)}[data-theme=light] .timeline-tag{background:rgba(52,152,219,.08);border-color:rgba(52,152,219,.15);color:var(--text-primary, #1f2937)}[data-theme=light] .about-timeline-item::before{border-color:var(--background-primary, #fff)}[data-theme=light] .about-section:nth-child(even){background:var(--background-secondary, #f3f4f6)}@media (max-width:768px){.about-hero{padding:5rem 0 2rem}.about-hero-content{flex-direction:column;text-align:center}.about-hero-text h1{font-size:1.8rem}.about-hero-badges{justify-content:center}.about-hero-text .hero-intro{margin:0 auto}.about-timeline{padding-left:1.5rem}.about-stats{gap:2rem}.about-section{padding:3rem 0}.about-cta{padding:3rem 1.5rem;border-radius:0}.skill-header-icon{width:24px;height:24px}.timeline-icon{width:60px;height:24px}.cert-icon img{width:22px;height:22px}.badge-icon{width:16px;height:16px}.cert-grid,.skills-grid{grid-template-columns:1fr}.about-stat-number{font-size:2rem}.faq-question{padding:1rem 1.25rem;font-size:.95rem}.faq-answer-inner{padding:0 1.25rem 1rem}}@media (max-width:480px){.about-hero-text h1{font-size:1.5rem}.about-hero-image img{width:150px;height:150px}.about-section-header h2{font-size:1.6rem}}@media (prefers-reduced-motion:reduce){.about-badge,.about-cta .btn-ghost,.about-cta .btn-white,.about-hero-image img,.cert-card,.faq-answer,.faq-chevron,.skill-bar-fill,.skill-card{transition:none}}