.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.overlay.active{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;left:-300px;width:300px;height:100vh;background:linear-gradient(180deg,#1a1a2e,#16213e);z-index:999;transition:left .3s ease;padding:2rem;box-shadow:2px 0 10px #0000004d}.mobile-sidebar.active{left:0}.mobile-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:1.5rem}.mobile-sidebar .sidebar-nav a{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease}.mobile-sidebar .sidebar-nav a:hover{color:#0f8}@media (max-width: 480px){.mobile-sidebar{width:280px;left:-280px}.mobile-sidebar .sidebar-nav a{font-size:1rem}}@media (max-width: 360px){.mobile-sidebar{width:260px;left:-260px;padding:1.5rem}}.portfolio-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);color:#fff;overflow-x:hidden;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;z-index:1000;padding:20px 0;transition:all .3s ease}.header nav{display:flex;justify-content:space-between;align-items:center}.header .logo{font-size:24px;font-weight:700;color:#0f8;text-decoration:none}.header .nav-links{display:flex;list-style:none;gap:30px}.header .nav-links a{color:#fff;text-decoration:none;transition:color .3s ease;position:relative}.header .nav-links a:hover{color:#0f8}.header .nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#0f8;transition:width .3s ease}.header .nav-links a:hover:after{width:100%}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.hero .hero-text{animation:slideInLeft 1s ease-out}.hero .hero-text h1{font-size:3.5rem;margin-bottom:20px;line-height:1.2}.hero .hero-text h1 .name{background:linear-gradient(45deg,#0f8,#0cf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-text .title{font-size:1.5rem;color:#0f8;margin-bottom:30px;font-weight:300;overflow:hidden}.hero .hero-text p{font-size:1.1rem;line-height:1.6;margin-bottom:40px;color:#ccc;max-width:500px}.hero .cta-buttons{display:flex;gap:20px;margin-bottom:30px}.hero .btn{padding:12px 30px;border:none;border-radius:30px;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.hero .btn:hover{transform:translateY(-2px)}.hero .btn.btn-primary{background:linear-gradient(45deg,#0f8,#0cf);color:#000;font-weight:700}.hero .btn.btn-primary:hover{box-shadow:0 10px 20px #00ff884d}.hero .btn.btn-secondary{background:transparent;color:#0f8;border:2px solid #00ff88}.hero .btn.btn-secondary:hover{background:#0f8;color:#000}.hero .social-links{display:flex;gap:15px}.hero .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}.hero .social-links a:hover{background:#0f8;color:#000;transform:translateY(-2px)}.hero-image{position:relative;animation:slideInRight 1s ease-out}.hero-image .profile-container{position:relative;width:400px;height:400px;margin:0 auto}.hero-image .profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #00ff88;position:relative;z-index:2}.hero-image .glow-ring{position:absolute;top:-20px;left:-20px;width:440px;height:440px;border-radius:50%;background:conic-gradient(from 0deg,#0f8,#0cf,#f08,#0f8);animation:rotate 4s linear infinite;z-index:1}.hero-image .glow-ring:before{content:"";position:absolute;top:10px;left:10px;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e)}.wave-text{display:inline-block;animation:wave 2s ease-in-out infinite}.wave-text span{display:inline-block;animation:wave-letter 2s ease-in-out infinite}.wave-text span:nth-child(1){animation-delay:0s}.wave-text span:nth-child(2){animation-delay:.1s}.wave-text span:nth-child(3){animation-delay:.2s}.wave-text span:nth-child(4){animation-delay:.3s}.wave-text span:nth-child(5){animation-delay:.4s}.wave-text span:nth-child(6){animation-delay:.5s}.wave-text span:nth-child(7){animation-delay:.6s}.wave-text span:nth-child(8){animation-delay:.7s}.wave-text span:nth-child(9){animation-delay:.8s}.wave-text span:nth-child(10){animation-delay:.9s}.wave-text span:nth-child(11){animation-delay:1s}.wave-text span:nth-child(12){animation-delay:1.1s}.wave-text span:nth-child(13){animation-delay:1.2s}.wave-text span:nth-child(14){animation-delay:1.3s}.wave-text span:nth-child(15){animation-delay:1.4s}.wave-text span:nth-child(16){animation-delay:1.5s}.wave-text span:nth-child(17){animation-delay:1.6s}.wave-text span:nth-child(18){animation-delay:1.7s}.wave-text span:nth-child(19){animation-delay:1.8s}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.floating-elements .floating-element{position:absolute;background:#00ff881a;border-radius:50%;animation:float 6s ease-in-out infinite}.floating-elements .floating-element:nth-child(1){width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.floating-elements .floating-element:nth-child(2){width:40px;height:40px;top:60%;right:20%;animation-delay:2s}.floating-elements .floating-element:nth-child(3){width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave-letter{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes wave{0%,to{transform:translate(0)}25%{transform:translate(2px)}75%{transform:translate(-2px)}}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px}.mobile-menu{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;transition:left .3s ease;padding:2rem}.mobile-menu.active{left:0}.mobile-menu .nav-links{flex-direction:column;gap:2rem;list-style:none;padding:0;margin:0}.mobile-menu .nav-links li{opacity:0;transform:translate(-50px);animation:slideInMobile .5s ease forwards}.mobile-menu .nav-links li:nth-child(1){animation-delay:.1s}.mobile-menu .nav-links li:nth-child(2){animation-delay:.2s}.mobile-menu .nav-links li:nth-child(3){animation-delay:.3s}.mobile-menu .nav-links li:nth-child(4){animation-delay:.4s}.mobile-menu .nav-links li:nth-child(5){animation-delay:.5s}.mobile-menu .nav-links a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:300;transition:all .3s ease;display:block;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu .nav-links a:hover{color:#0f8;transform:translate(10px)}@keyframes slideInMobile{to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.container{padding:0 30px}.hero .hero-content{gap:50px}.hero .hero-text h1{font-size:3rem}.hero .hero-image .profile-container{width:350px;height:350px}.hero .hero-image .glow-ring{width:390px;height:390px;top:-20px;left:-20px}.hero .hero-image .glow-ring:before{width:370px;height:370px;top:10px;left:10px}}@media (max-width: 768px){.container{padding:0 20px}.header{padding:15px 0}.header .nav-links{display:none}.header .mobile-menu-toggle{display:flex}.hero{height:auto;min-height:100vh;padding:100px 0 50px}.hero .hero-content{grid-template-columns:1fr;text-align:center;gap:40px}.hero .hero-text{order:2}.hero .hero-text h1{font-size:2.8rem;margin-bottom:15px}.hero .hero-text .title{font-size:1.3rem;margin-bottom:25px}.hero .hero-text p{font-size:1rem;margin-bottom:30px;max-width:100%}.hero .hero-image{order:1}.hero .hero-image .profile-container{width:280px;height:280px}.hero .hero-image .glow-ring{width:320px;height:320px;top:-20px;left:-20px}.hero .hero-image .glow-ring:before{width:300px;height:300px;top:10px;left:10px}.hero .cta-buttons{flex-direction:column;align-items:center;gap:15px;margin-bottom:25px}.hero .cta-buttons .btn{width:200px;text-align:center}.hero .social-links{justify-content:center;gap:20px}.hero .social-links a{width:45px;height:45px}.floating-elements .floating-element:nth-child(1){width:40px;height:40px;top:15%;left:5%}.floating-elements .floating-element:nth-child(2){width:30px;height:30px;top:70%;right:10%}.floating-elements .floating-element:nth-child(3){width:50px;height:50px;bottom:15%;left:15%}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:90px 0 40px}.hero .hero-text h1{font-size:2.2rem;line-height:1.1}.hero .hero-text .title{font-size:1.1rem}.hero .hero-text p{font-size:.95rem;line-height:1.5}.hero .hero-image .profile-container{width:240px;height:240px}.hero .hero-image .glow-ring{width:280px;height:280px;top:-20px;left:-20px}.hero .hero-image .glow-ring:before{width:260px;height:260px;top:10px;left:10px}.hero .cta-buttons .btn{width:180px;padding:10px 25px;font-size:.9rem}.hero .social-links a{width:40px;height:40px}.hero .social-links a svg{width:16px;height:16px}.header .logo{font-size:20px}.mobile-menu{top:70px;height:calc(100vh - 70px);padding:1.5rem}.mobile-menu .nav-links{gap:1.5rem}.mobile-menu .nav-links a{font-size:1.2rem}}@media (max-width: 360px){.hero .hero-text h1{font-size:1.9rem}.hero .hero-text .title{font-size:1rem}.hero .hero-image .profile-container{width:200px;height:200px}.hero .hero-image .glow-ring{width:240px;height:240px}.hero .hero-image .glow-ring:before{width:220px;height:220px}.hero .cta-buttons .btn{width:160px;font-size:.85rem}}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#0f8;margin:3px 0;transition:.3s;transform-origin:center}.mobile-menu-toggle span:nth-child(1){transform:rotate(0)}.mobile-menu-toggle span:nth-child(2){opacity:1}.mobile-menu-toggle span:nth-child(3){transform:rotate(0)}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.container{padding:0 20px}.header{padding:15px 0}.header .nav-links{display:none}.header .mobile-menu-toggle{display:flex}body.sidebar-open{overflow:hidden}}@media (max-width: 480px){.header .logo{font-size:20px}}.no-scroll{overflow:hidden!important}.about-container{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);color:#fff;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.about-inner{max-width:1000px;margin:auto}.about-heading h1{font-size:2.8rem;text-align:center;margin-bottom:2rem}.typing-text{background:linear-gradient(to right,#c084fc,#ec4899);-webkit-background-clip:text;background-clip:text;color:transparent}.cursor{animation:blink 1s infinite;color:#ccc}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.about-description{text-align:center;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;color:#cbd5e1}.social-icons{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.icon-box{padding:1rem;border-radius:50%;transition:transform .3s ease;cursor:pointer}.icon-box svg{color:#fff}.icon-box:hover{transform:scale(1.1)}.instagram{background:linear-gradient(to right,#a855f7,#ec4899)}.whatsapp{background:linear-gradient(to right,#22c55e,#10b981)}.email{background:linear-gradient(to right,#3b82f6,#06b6d4)}.info-skills{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.card{background:#ffffff14;padding:1.5rem;border-radius:1rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15)}.card h3{text-align:center;color:#c084fc;margin-bottom:1.5rem}.personal-info ul{list-style:none;padding:0}.personal-info li{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#ffffff0d;margin-bottom:.75rem;border-radius:.5rem}.skill-bar{margin-bottom:1.2rem}.skill-bar .label{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#d8b4fe}.bar-bg{background:#334155;height:8px;border-radius:10px;overflow:hidden}.bar-fill{background:linear-gradient(to right,#a855f7,#ec4899);height:100%;transition:width .8s ease-out}.about-footer{text-align:center;color:#94a3b8;font-size:.95rem;padding-top:1rem}@media (max-width: 900px){.about-container{padding:1.5rem}.about-heading h1{font-size:2.4rem}.info-skills{gap:1.5rem}.personal-info ul li{flex-wrap:wrap}.personal-info ul li span:last-child{text-align:left}}@media (max-width: 600px){.about-container{padding:1rem;min-height:auto}.about-heading h1{font-size:1.8rem;margin-bottom:1.5rem}.about-description{font-size:1rem;margin-bottom:1.5rem;padding:0 .5rem}.social-icons{gap:1.5rem;margin-bottom:1.5rem}.icon-box{padding:.8rem}.icon-box svg{width:20px;height:20px}.info-skills{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.card{padding:1.2rem}.card h3{font-size:1.1rem;margin-bottom:1rem}.personal-info ul li{flex-direction:column;align-items:flex-start;padding:.6rem .8rem}.personal-info ul li span:first-child{margin-bottom:4px;font-weight:600;color:#c084fc}.personal-info ul li span:last-child{width:100%;word-break:break-all}.skill-bar{margin-bottom:1rem}.skill-bar .label{font-size:.9rem}.about-footer{font-size:.9rem;padding:0 .5rem}}@media (max-width: 380px){.about-container{padding:.8rem}.about-heading h1{font-size:1.5rem}.about-description{font-size:.95rem}.social-icons{gap:1rem}.icon-box{padding:.7rem}.icon-box svg{width:18px;height:18px}.card{padding:1rem}.personal-info ul li{padding:.5rem .6rem}.skill-bar .label{font-size:.85rem}}.skills-section{padding:80px 20px;background:linear-gradient(to bottom right,#1f2937,#111827);position:relative;overflow:hidden}.skills-section .section-header{margin-bottom:60px}.skills-section h2{font-size:2.5rem;font-weight:700;text-align:center;background:linear-gradient(to right,#34d399,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}.skills-section p{color:#d1d5db;text-align:center;font-size:1.125rem;max-width:640px;margin:0 auto 20px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:32px}.skill-item{background:linear-gradient(to bottom right,#1f2937,#111827);padding:24px;border-radius:20px;border:1px solid #374151;text-align:center;transition:transform .5s ease,box-shadow .5s ease;position:relative;opacity:0;transform:translateY(40px)}.skill-item.visible{opacity:1;transform:translateY(0);animation:fadeInUp .8s ease-out forwards}.skill-item:hover{transform:scale(1.05);border-color:#34d399;box-shadow:0 0 24px #34d39933}.skill-icon{margin-bottom:16px;transition:transform .3s ease}.skill-item:hover .skill-icon{transform:scale(1.1) rotate(6deg)}.skill-name{color:#fff;font-weight:600;transition:color .3s ease}.skill-item:hover .skill-name{color:#34d399}.skills-footer{text-align:center;margin-top:64px;color:#9ca3af;font-size:1rem}@media (max-width: 768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.skills-grid{gap:20px}}@media (max-width: 480px){.skills-section{padding:60px 16px}.skill-item{padding:16px}.skills-footer{font-size:.875rem}}.projects{padding:5rem 0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f172a);position:relative;overflow:hidden;min-height:100vh}.projects__background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:1}.projects__bg-element{position:absolute;border-radius:50%;filter:blur(40px);animation:float 6s ease-in-out infinite}.projects__bg-element--1{width:300px;height:300px;background:linear-gradient(135deg,#10b981,#3b82f6);top:10%;left:10%;animation-delay:0s}.projects__bg-element--2{width:200px;height:200px;background:linear-gradient(135deg,#8b5cf6,#ec4899);top:60%;right:15%;animation-delay:2s}.projects__bg-element--3{width:250px;height:250px;background:linear-gradient(135deg,#f59e0b,#ef4444);bottom:20%;left:50%;transform:translate(-50%);animation-delay:4s}.projects__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}.projects__header{text-align:center;margin-bottom:4rem}.projects__title{font-size:2.8rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.projects__title{font-size:2.5rem}}.projects__title-gradient{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects__subtitle{font-size:1.25rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.projects__subtitle{font-size:1.1rem}}.projects__filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.projects__filter-btn{padding:.75rem 1.5rem;background:#1f2937cc;border:1px solid #374151;border-radius:25px;color:#d1d5db;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects__filter-btn:hover{background:#10b9811a;border-color:#10b981;color:#10b981;transform:translateY(-2px)}.projects__filter-btn--active{background:linear-gradient(135deg,#10b981,#3b82f6);border-color:transparent;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.projects__filter-btn{padding:.5rem 1rem;font-size:.9rem}}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}@media (max-width: 768px){.projects__grid{grid-template-columns:1fr;gap:1.5rem}}.projects__card{background:#1f293799;border-radius:20px;overflow:hidden;border:1px solid rgba(55,65,81,.5);transition:all .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transform:translateY(50px);position:relative}.projects__card--visible{opacity:1;transform:translateY(0)}.projects__card:hover{transform:translateY(-10px);border-color:#10b981;box-shadow:0 20px 40px #10b98133}.projects__card:hover .projects__card-glow,.projects__card:hover .projects__overlay{opacity:1}.projects__card:hover .projects__image{transform:scale(1.05)}.projects__card-inner{position:relative;height:100%}.projects__card-glow{position:absolute;inset:0;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:20px;opacity:0;transition:opacity .5s ease;pointer-events:none}.projects__image-container{position:relative;height:200px;overflow:hidden}.projects__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.projects__overlay{position:absolute;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.projects__overlay-content{display:flex;gap:1rem}.projects__overlay-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;text-decoration:none;border-radius:25px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.projects__overlay-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #10b9814d}.projects__overlay-btn i{font-size:.9rem}.projects__status{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects__status--completed{background:#10b98133;color:#10b981;border:1px solid #10b981}.projects__status--in-progress{background:#f59e0b33;color:#f59e0b;border:1px solid #f59e0b}.projects__content{padding:1.5rem}.projects__card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;transition:color .3s ease}.projects__card:hover .projects__card-title{color:#10b981}.projects__description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.projects__technologies{display:flex;flex-wrap:wrap;gap:.5rem}.projects__tech-tag{padding:.25rem .75rem;background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.3);border-radius:15px;font-size:.8rem;font-weight:500;transition:all .3s ease}.projects__tech-tag:hover{background:#3b82f633;border-color:#60a5fa}.projects__coming-soon{text-align:center;padding:3rem 2rem;background:#1f29374d;border-radius:20px;border:1px solid rgba(55,65,81,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects__coming-soon-content h3{font-size:2rem;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:700}.projects__coming-soon-content p{color:#9ca3af;font-size:1.1rem;max-width:500px;margin:0 auto}@media (max-width: 1024px){.projects__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.projects{padding:3rem 0}.projects__container{padding:0 1rem}.projects__header{margin-bottom:2rem}.projects__filters{gap:.5rem}.projects__grid{grid-template-columns:1fr;gap:1rem}.projects__card:hover{transform:translateY(-5px)}.projects__overlay-content{flex-direction:column;gap:.5rem}.projects__overlay-btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.projects__title{font-size:2rem}.projects__subtitle{font-size:1rem}.projects__content{padding:1rem}.projects__card-title{font-size:1.25rem}.projects__description{font-size:.9rem}.projects__coming-soon-content h3{font-size:1.5rem}.projects__coming-soon-content p{font-size:1rem}}@media (prefers-color-scheme: dark){.projects__card{background:#111827cc;border-color:#37415199}.projects__filter-btn{background:#111827e6;border-color:#374151cc}}.projects__filter-btn:focus,.projects__overlay-btn:focus{outline:2px solid #10b981;outline-offset:2px}@media print{.projects__background,.projects__bg-element{display:none}.projects__card{break-inside:avoid;background:#fff;color:#000;border:1px solid #ccc}.projects__overlay{display:none}}.contact-section{padding:3rem 0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden;min-height:90vh}.contact-section .background-elements{position:absolute;inset:0;opacity:.3;z-index:1}.contact-section .background-elements .bg-shape{position:absolute;border-radius:50%;filter:blur(80px);mix-blend-mode:multiply;animation:float 6s ease-in-out infinite}.contact-section .background-elements .bg-shape.bg-shape-1{top:10%;left:10%;width:300px;height:300px;background:#4ade80;animation-delay:0s}.contact-section .background-elements .bg-shape.bg-shape-2{top:30%;right:15%;width:250px;height:250px;background:#3b82f6;animation-delay:2s}.contact-section .background-elements .bg-shape.bg-shape-3{bottom:20%;left:50%;width:280px;height:280px;background:#8b5cf6;animation-delay:4s}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.contact-section .section-header{text-align:center;margin-bottom:3rem}.contact-section .section-header .section-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.contact-section .section-header .section-title .gradient-text{background:linear-gradient(135deg,#4ade80,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-section .section-header .section-subtitle{font-size:1rem;color:#d1d5db;max-width:600px;margin:0 auto;line-height:1.5}.contact-section .section-header .title-underline{width:80px;height:3px;background:linear-gradient(135deg,#4ade80,#3b82f6);margin:1.5rem auto;border-radius:2px}.contact-section .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 968px){.contact-section .contact-content{grid-template-columns:1fr;gap:2rem}}.contact-section .contact-info .info-header{margin-bottom:1.5rem}.contact-section .contact-info .info-header h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.contact-section .contact-info .info-header p{color:#9ca3af;font-size:1rem}.contact-section .contact-info .info-grid{display:flex;flex-direction:column;gap:.75rem}.contact-section .contact-info .info-card{display:flex;align-items:center;padding:1rem;background:linear-gradient(135deg,#374151,#1f2937);border-radius:.75rem;border:1px solid #4b5563;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;overflow:hidden}.contact-section .contact-info .info-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4ade801a,#3b82f61a);opacity:0;transition:opacity .3s ease}.contact-section .contact-info .info-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;border-color:#4ade80}.contact-section .contact-info .info-card:hover:before{opacity:1}.contact-section .contact-info .info-card:hover .info-icon{transform:scale(1.1);color:#4ade80}.contact-section .contact-info .info-card:hover .info-arrow{transform:translate(5px);color:#4ade80}.contact-section .contact-info .info-card .info-icon{width:50px;height:50px;background:linear-gradient(135deg,#4ade80,#3b82f6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:.75rem;transition:all .3s ease;position:relative;z-index:2}.contact-section .contact-info .info-card .info-icon .icon{width:20px;height:20px}.contact-section .contact-info .info-card .info-content{flex:1;position:relative;z-index:2}.contact-section .contact-info .info-card .info-content h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.contact-section .contact-info .info-card .info-content p{color:#9ca3af;font-size:.9rem}.contact-section .contact-info .info-card .info-arrow{width:24px;height:24px;color:#6b7280;transition:all .3s ease;position:relative;z-index:2}.contact-section .contact-info .info-card .info-arrow .arrow-icon{width:100%;height:100%}.contact-section .contact-form{background:linear-gradient(135deg,#374151,#1f2937);border-radius:1rem;padding:1.5rem;border:1px solid #4b5563;position:relative;overflow:hidden}.contact-section .contact-form:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4ade800d,#3b82f60d);pointer-events:none}.contact-section .contact-form .form-header{margin-bottom:1.5rem;position:relative;z-index:2}.contact-section .contact-form .form-header h3{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.5rem}.contact-section .contact-form .form-header p{color:#9ca3af;font-size:.9rem}.contact-section .contact-form .form{position:relative;z-index:2}.contact-section .contact-form .form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}@media (max-width: 640px){.contact-section .contact-form .form .form-row{grid-template-columns:1fr}}.contact-section .contact-form .form .form-group{margin-bottom:1rem}.contact-section .contact-form .form .form-group label{display:block;font-size:.9rem;font-weight:500;color:#fff;margin-bottom:.4rem}.contact-section .contact-form .form .form-group input,.contact-section .contact-form .form .form-group textarea{width:100%;padding:.75rem;background:#111827cc;border:1px solid #4b5563;border-radius:.5rem;color:#fff;font-size:.9rem;transition:all .3s ease;resize:vertical}.contact-section .contact-form .form .form-group input::placeholder,.contact-section .contact-form .form .form-group textarea::placeholder{color:#6b7280}.contact-section .contact-form .form .form-group input:focus,.contact-section .contact-form .form .form-group textarea:focus{outline:none;border-color:#4ade80;box-shadow:0 0 0 3px #4ade801a;background:#111827f2}.contact-section .contact-form .form .form-group textarea{min-height:100px;font-family:inherit}.contact-section .contact-form .form .submit-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#4ade80,#3b82f6);border:none;border-radius:.6rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-section .contact-form .form .submit-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#22c55e,#2563eb);opacity:0;transition:opacity .3s ease}.contact-section .contact-form .form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #4ade804d}.contact-section .contact-form .form .submit-btn:hover:not(:disabled):before{opacity:1}.contact-section .contact-form .form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-section .contact-form .form .submit-btn .send-icon{width:20px;height:20px;transition:transform .3s ease}.contact-section .contact-form .form .submit-btn:hover .send-icon{transform:translate(3px)}.contact-section .contact-form .form .submit-btn .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.contact-section .contact-form .form .submit-btn.submitting{pointer-events:none}.contact-section.visible .section-header{animation:fadeInUp .8s ease-out forwards}.contact-section.visible .info-card{animation:slideInLeft .8s ease-out forwards;opacity:0}.contact-section.visible .contact-form{animation:slideInRight .8s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-slide-up{animation:slideInLeft .8s ease-out forwards}@media (max-width: 1024px){.contact-section .contact-content{gap:2.5rem}.contact-section .section-header{margin-bottom:2.5rem}.contact-section .section-header .section-title{font-size:2.2rem}}@media (max-width: 968px){.contact-section{padding:3rem 0}.contact-section .container{padding:0 1rem}.contact-section .contact-content{grid-template-columns:1fr;gap:2rem}.contact-section .section-header{margin-bottom:2rem}.contact-section .section-header .section-title{font-size:2rem}.contact-section .section-header .section-subtitle{font-size:.95rem;padding:0 1rem}.contact-section .contact-info .info-grid{gap:.75rem}.contact-section .contact-info .info-card{padding:.875rem;border-radius:.6rem}.contact-section .contact-info .info-card .info-icon{width:45px;height:45px;margin-right:.75rem}.contact-section .contact-info .info-card .info-icon .icon{width:18px;height:18px}.contact-section .contact-info .info-card .info-content h4{font-size:.95rem}.contact-section .contact-info .info-card .info-content p{font-size:.85rem}.contact-section .contact-form{padding:1.25rem;border-radius:.75rem}.contact-section .contact-form .form-header{margin-bottom:1.25rem}.contact-section .contact-form .form-header h3{font-size:1.3rem}.contact-section .contact-form .form-header p{font-size:.85rem}}@media (max-width: 768px){.contact-section{padding:2.5rem 0;min-height:auto}.contact-section .container{padding:0 .75rem}.contact-section .section-header{margin-bottom:1.75rem}.contact-section .section-header .section-title{font-size:1.8rem;line-height:1.2}.contact-section .section-header .section-subtitle{font-size:.9rem;padding:0 .5rem;line-height:1.4}.contact-section .section-header .title-underline{width:60px;height:2px;margin:1.25rem auto}.contact-section .contact-content{gap:1.75rem}.contact-section .contact-info .info-header{margin-bottom:1.25rem;text-align:center}.contact-section .contact-info .info-header h3{font-size:1.3rem}.contact-section .contact-info .info-header p{font-size:.9rem}.contact-section .contact-info .info-grid{gap:.6rem}.contact-section .contact-info .info-card{padding:.75rem;flex-direction:row;align-items:center}.contact-section .contact-info .info-card:hover{transform:translateY(-2px)}.contact-section .contact-info .info-card .info-icon{width:40px;height:40px;margin-right:.6rem;border-radius:.4rem}.contact-section .contact-info .info-card .info-icon .icon{width:16px;height:16px}.contact-section .contact-info .info-card .info-content h4{font-size:.9rem;margin-bottom:.1rem}.contact-section .contact-info .info-card .info-content p{font-size:.8rem;line-height:1.3}.contact-section .contact-info .info-card .info-arrow{width:18px;height:18px}.contact-section .contact-form{padding:1rem}.contact-section .contact-form .form-header{text-align:center;margin-bottom:1rem}.contact-section .contact-form .form-header h3{font-size:1.2rem}.contact-section .contact-form .form-header p{font-size:.8rem}.contact-section .contact-form .form .form-row{grid-template-columns:1fr;gap:0;margin-bottom:.75rem}.contact-section .contact-form .form .form-group{margin-bottom:.875rem}.contact-section .contact-form .form .form-group label{font-size:.85rem;margin-bottom:.3rem}.contact-section .contact-form .form .form-group input,.contact-section .contact-form .form .form-group textarea{padding:.6rem .75rem;font-size:.85rem;border-radius:.4rem;min-height:40px;-webkit-appearance:none;appearance:none}.contact-section .contact-form .form .form-group input:focus,.contact-section .contact-form .form .form-group textarea:focus{box-shadow:0 0 0 2px #4ade8033}.contact-section .contact-form .form .form-group textarea{min-height:90px;resize:vertical}.contact-section .contact-form .form .submit-btn{padding:.75rem 1.25rem;font-size:.9rem;min-height:44px;border-radius:.5rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.contact-section .contact-form .form .submit-btn:hover:not(:disabled){transform:translateY(-1px)}.contact-section .contact-form .form .submit-btn .send-icon{width:16px;height:16px}.contact-section .background-elements .bg-shape.bg-shape-1{width:180px;height:180px;top:5%;left:-10%}.contact-section .background-elements .bg-shape.bg-shape-2{width:160px;height:160px;top:40%;right:-10%}.contact-section .background-elements .bg-shape.bg-shape-3{width:140px;height:140px;bottom:10%;left:30%}}@media (max-width: 640px){.contact-section{padding:2rem 0}.contact-section .container{padding:0 .5rem}.contact-section .section-header .section-title{font-size:1.6rem;margin-bottom:.5rem}.contact-section .section-header .section-subtitle{font-size:.85rem;padding:0}.contact-section .contact-info .info-header h3{font-size:1.2rem}.contact-section .contact-info .info-header p{font-size:.8rem}.contact-section .contact-info .info-card{padding:.6rem}.contact-section .contact-info .info-card .info-icon{width:38px;height:38px;margin-right:.5rem}.contact-section .contact-info .info-card .info-icon .icon{width:15px;height:15px}.contact-section .contact-info .info-card .info-content h4{font-size:.85rem}.contact-section .contact-info .info-card .info-content p{font-size:.75rem}.contact-section .contact-form{padding:.875rem}.contact-section .contact-form .form-header h3{font-size:1.1rem}.contact-section .contact-form .form-header p{font-size:.75rem}.contact-section .contact-form .form .form-group{margin-bottom:.75rem}.contact-section .contact-form .form .form-group label{font-size:.8rem}.contact-section .contact-form .form .form-group input,.contact-section .contact-form .form .form-group textarea{padding:.5rem .6rem;font-size:.8rem}.contact-section .contact-form .form .form-group textarea{min-height:80px}.contact-section .contact-form .form .submit-btn{padding:.6rem 1rem;font-size:.85rem;min-height:40px}}@media (max-width: 480px){.contact-section{padding:1.5rem 0}.contact-section .section-header .section-title{font-size:1.5rem}.contact-section .section-header .section-subtitle{font-size:.8rem;line-height:1.3}.contact-section .contact-content{gap:1.25rem}.contact-section .contact-info .info-header{margin-bottom:1rem}.contact-section .contact-info .info-header h3{font-size:1.1rem}.contact-section .contact-info .info-card{padding:.5rem;border-radius:.4rem}.contact-section .contact-info .info-card .info-icon{width:35px;height:35px;margin-right:.4rem}.contact-section .contact-info .info-card .info-icon .icon{width:14px;height:14px}.contact-section .contact-info .info-card .info-content h4{font-size:.8rem}.contact-section .contact-info .info-card .info-content p{font-size:.7rem}.contact-section .contact-info .info-card .info-arrow{width:16px;height:16px}.contact-section .contact-form{padding:.75rem}.contact-section .contact-form .form-header h3{font-size:1rem}.contact-section .contact-form .form-header p{font-size:.7rem}.contact-section .background-elements .bg-shape-2,.contact-section .background-elements .bg-shape-3{display:none}.contact-section .background-elements .bg-shape-1{width:120px;height:120px}}@media (max-width: 896px) and (orientation: landscape) and (max-height: 500px){.contact-section{padding:1rem 0;min-height:auto}.contact-section .section-header{margin-bottom:1rem}.contact-section .section-header .section-title{font-size:1.5rem}.contact-section .section-header .section-subtitle{font-size:.8rem}.contact-section .contact-content{grid-template-columns:1fr 1fr;gap:1.5rem}.contact-section .contact-form .form .form-group{margin-bottom:.5rem}.contact-section .contact-form .form .form-group input,.contact-section .contact-form .form .form-group textarea{padding:.5rem .6rem}.contact-section .contact-form .form .form-group textarea{min-height:60px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.contact-section .info-card,.contact-section .contact-form{border-width:.5px}}body{background-color:#f7c2ff}*{margin:0;padding:0;box-sizing:border-box}
