@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Plus Jakarta Sans,sans-serif;background-color:#fff1f2;color:#334155;scroll-behavior:smooth}body{overflow-x:hidden;line-height:1.6}h1,h2,h3,h4{font-family:Outfit,sans-serif;font-weight:700;color:#1e293b}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}nav{position:fixed;width:100%;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid rgba(219,39,119,.1);padding:1rem 0}nav .container{display:flex;justify-content:space-between;align-items:center}nav .logo{display:flex;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;color:#db2777;text-decoration:none}nav .logo span{color:#1e293b}nav .nav-links{display:none}@media(min-width:768px){nav .nav-links{display:flex;gap:2rem}}nav .nav-links a{text-decoration:none;color:#334155;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1)}nav .nav-links a:hover{color:#db2777}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#db27770d,#f472b614);position:relative;overflow:hidden}.hero .container{position:relative;z-index:1;display:grid;gap:3rem}@media(min-width:768px){.hero .container{grid-template-columns:1.2fr 1fr;align-items:center}}.hero .hero-content .badge{display:inline-block;padding:.5rem 1rem;background:#db27771a;color:#db2777;border-radius:99px;font-weight:600;font-size:.875rem;margin-bottom:1.5rem}.hero .hero-content h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem;line-height:1.2}.hero .hero-content p{font-size:1.125rem;color:#64748b;margin-bottom:2.5rem}.hero .hero-image{position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 10px 30px -10px #db277726;border:4px solid #ffffff}.hero .hero-image img{width:100%;height:auto;display:block}.about-section{padding:6rem 0;background:#fff}.about-section .about-grid{display:grid;gap:4rem}@media(min-width:992px){.about-section .about-grid{grid-template-columns:1fr 1.5fr}}.about-section .about-sidebar .strengths-box{background:#fff1f2;padding:2rem;border-radius:1.5rem;border:1px solid rgba(219,39,119,.1)}.about-section .about-sidebar .strengths-box h3{margin-bottom:1.5rem;color:#db2777}.about-section .about-sidebar .strengths-box ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.about-section .about-sidebar .strengths-box ul li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#334155}.about-section .about-sidebar .strengths-box ul li i{color:#db2777;font-size:.8rem}.about-section .about-main .resume-section{margin-bottom:3rem}.about-section .about-main .resume-section h2{font-size:2rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.about-section .about-main .resume-section h2:after{content:"";flex:1;height:1px;background:#db277733}.about-section .about-main .timeline-item{padding-left:1.5rem;border-left:2px solid rgba(219,39,119,.2);position:relative;padding-bottom:2rem}.about-section .about-main .timeline-item:before{content:"";position:absolute;left:-7px;top:0;width:12px;height:12px;border-radius:50%;background:#db2777;border:2px solid #ffffff}.about-section .about-main .timeline-item .date{font-size:.85rem;font-weight:700;color:#db2777;margin-bottom:.25rem}.about-section .about-main .timeline-item h4{font-size:1.15rem;margin-bottom:.25rem}.about-section .about-main .timeline-item .location{font-style:italic;color:#64748b;font-size:.9rem;margin-bottom:.5rem;display:block}.about-section .about-main .timeline-item p{font-size:.95rem;color:#64748b}.about-section .about-main .education-list{display:flex;flex-direction:column;gap:1.5rem}.about-section .about-main .education-list .edu-item h4{margin-bottom:.25rem}.about-section .about-main .education-list .edu-item span{font-size:.9rem;color:#64748b}.services{padding:6rem 0;background:#fff1f2}.services .section-header{text-align:center;margin-bottom:4rem}.services .section-header h2{font-size:2.25rem;margin-bottom:1rem}.services .section-header p{color:#64748b}.services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.services .service-card{padding:2.5rem;background:#fff;border-radius:1.5rem;box-shadow:0 4px 6px -1px #db27770d;transition:all .4s cubic-bezier(.4,0,.2,1)}.services .service-card:hover{box-shadow:0 10px 30px -10px #db277726;transform:translateY(-8px)}.services .service-card .icon-box{width:60px;height:60px;background:#fff1f2;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#db2777;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn.btn-primary{background:#db2777;color:#fff}.btn.btn-primary:hover{background:#b11e5f;transform:translateY(-2px)}.btn.btn-outline{border:2px solid #db2777;color:#db2777}.btn.btn-outline:hover{background:#db27770d}footer{padding:4rem 0 2rem;background:#1e293b;color:#ffffffb3}footer .footer-logo{color:#fff;margin-bottom:1rem}footer .footer-logo span{color:#f472b6}footer h4{color:#fff;margin-bottom:1rem}footer .copyright{text-align:center;margin-top:3rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}footer a{color:#f472b6;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate{animation:fadeInUp .8s ease-out forwards}
