.section-title{margin-bottom:3rem;position:relative}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.btn{border-radius:5px}.btn-full{width:100%}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{text-align:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.fade-in-up{animation:fadeInUp .6s ease-out}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float{animation:float 3s ease-in-out infinite}.loading-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-content{text-align:center}.loading-logo{margin-bottom:2rem}.loading-logo .logo-icon{display:block;font-size:4rem;margin-bottom:1rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.whatsapp-float{color:#fff;font-size:2rem}.whatsapp-tooltip{background:#333;border-radius:5px;padding:.5rem 1rem;transform:translateX(10px)}.whatsapp-float:hover .whatsapp-tooltip{transform:translateX(0)}.back-to-top{bottom:25px;box-shadow:0 4px 20px #667eea66;font-size:1.5rem;left:25px}.back-to-top:hover{box-shadow:0 6px 25px #667eea99}@media (max-width:480px){.whatsapp-float{bottom:20px;font-size:1.5rem;height:50px;right:20px;width:50px}.back-to-top{bottom:20px;font-size:1.2rem;height:45px;left:20px;width:45px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1a365d;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-light{background:#fff;color:#667eea}.btn-light:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #333;color:#333}.btn-outline:hover{background:#333;color:#fff}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #fff3;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 30px #0000001a}.navbar{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo-section{display:flex;flex-direction:column}.logo{align-items:center;color:#1a365d;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem}.logo-icon{font-size:1.8rem}.tagline{color:#666;font-size:.8rem;margin-top:.2rem}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#667eea}.nav-links a:after{background:#667eea;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.dropdown{position:relative}.dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 10px 30px #0000001a;left:0;min-width:200px;opacity:0;padding:1rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu a{color:#333;display:block;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s ease}.dropdown-menu a:hover{background:#f8f9fa;color:#667eea}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.header-actions{align-items:center;display:flex;gap:1rem}.social-links{display:flex;gap:.5rem}.social-links a{font-size:1.2rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:translateY(-2px)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:5px}.mobile-menu-btn span{background:#333;height:3px;transition:all .3s ease;width:25px}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-overlay{background:#00000080;left:0;z-index:999}.mobile-menu,.mobile-overlay{bottom:0;position:fixed;right:0;top:0}.mobile-menu{animation:slideIn .3s ease forwards;background:#fff;padding:2rem;transform:translateX(100%);width:300px;z-index:1001}@keyframes slideIn{to{transform:translateX(0)}}.mobile-menu-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.close-menu{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:5px}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-links a{border-radius:8px;color:#333;font-weight:500;padding:1rem;text-decoration:none;transition:all .3s ease}.mobile-nav-links a:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateX(5px)}.mobile-cta{margin-top:1rem;width:100%}.back-to-top{background:#667eea;bottom:80px;right:25px;z-index:999}.back-to-top:hover{background:#764ba2}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:150px 0 100px;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero h1,.hero p{position:relative}.hero p{font-size:1.3rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;background-clip:text}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 #fff6}70%{box-shadow:0 0 0 15px #fff0}to{box-shadow:0 0 0 0 #fff0}}.fade-in-up{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.philosophy{background:#f8f9fa}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:#1a365d;font-size:1.3rem;margin-bottom:1rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:#1a365d;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.features-list{list-style:none;margin-bottom:1.5rem;text-align:left}.features-list li{border-bottom:1px solid #f0f0f0;padding:.5rem 0 .5rem 1.5rem;position:relative}.features-list li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.features-list li:last-child{border-bottom:none}.projects{background:#f8f9fa}.projects-grid{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-column h3{color:#1a365d;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.project-list{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;list-style:none;padding:2rem}.project-list li{border-bottom:1px solid #eee;padding:1rem 1rem 1rem 2rem;position:relative;transition:all .3s ease}.project-list li:before{content:"🚀";left:0;position:absolute}.project-list li:hover{background:#f8f9fa;transform:translateX(5px)}.project-list li:last-child{border-bottom:none}.tutorials{background:#fff}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.feature-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-5px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.category-card{background:#fff;border:2px solid #f0f0f0;border-radius:15px;box-shadow:0 5px 15px #00000014;cursor:pointer;padding:2rem;transition:all .3s ease}.category-card:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea26;transform:translateY(-5px)}.category-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.category-icon{font-size:2.5rem}.category-header h3{color:#1a365d;flex:1 1;margin:0}.expand-icon{color:#667eea;font-size:1.5rem;font-weight:700}.category-description{color:#666;margin-bottom:1rem}.courses-list{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.course-item{align-items:center;border:1px solid #f0f0f0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;transition:all .3s ease}.course-item:hover{border-color:#667eea;box-shadow:0 5px 15px #667eea1a}.course-info h4{color:#1a365d;margin-bottom:.5rem}.course-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.course-meta span{color:#666;font-size:.8rem}.level-badge{border-radius:15px;font-size:.7rem;font-weight:700;padding:.2rem .8rem;text-transform:uppercase}.level-badge.beginner{background:#d1fae5;color:#065f46}.level-badge.intermediate{background:#fef3c7;color:#92400e}.level-badge.advanced{background:#fee2e2;color:#991b1b}.topics-list{display:flex;flex-wrap:wrap;gap:.5rem}.topic-tag{background:#f3f4f6;border-radius:15px;color:#374151;font-size:.8rem;padding:.2rem .8rem}.enroll-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap}.enroll-btn:hover{box-shadow:0 5px 15px #10b9814d;transform:translateY(-2px)}.pricing-section{background:#f8f9fa;border-radius:15px;margin-bottom:4rem;padding:3rem}.pricing-title{color:#1a365d;font-size:2rem;margin-bottom:3rem;text-align:center}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pricing-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.pricing-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.pricing-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.pricing-header{margin-bottom:2rem}.pricing-header h4{color:#1a365d;font-size:1.5rem;margin-bottom:1rem}.price{color:#1a365d;font-size:2.5rem;font-weight:700}.plan-features{list-style:none;margin-bottom:2rem;text-align:left}.plan-features li{border-bottom:1px solid #f0f0f0;padding:.5rem 0}.plan-features li:last-child{border-bottom:none}.pricing-cta{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.pricing-cta:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.tutorials-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-top:4rem;padding:4rem 2rem;text-align:center}.tutorials-cta h3{font-size:2.5rem;margin-bottom:1rem}.tutorials-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.primary-cta{background:#fff;border:none;border-radius:25px;color:#667eea;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.primary-cta:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-2px)}.secondary-cta{background:#0000;border:2px solid #fff;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.secondary-cta:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.contact{background:#f8f9fa}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 2fr}.contact-info{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.contact-info h3{color:#1a365d;font-size:1.5rem;margin-bottom:1.5rem}.contact-info p{border-bottom:1px solid #f0f0f0;font-size:1.1rem;padding:.8rem 0}.contact-info p:last-child{border-bottom:none}.contact-form{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.contact-form h3{color:#1a365d;font-size:1.5rem;margin-bottom:2rem;text-align:center}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.contact-form input,.contact-form select,.contact-form textarea{border:2px solid #f0f0f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.contact-form button:hover:not(:disabled){box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.contact-form button:disabled{cursor:not-allowed;opacity:.7;transform:none}.alert{border-radius:8px;font-weight:600;margin-top:1rem;padding:1rem;text-align:center}.alert.success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.alert.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.footer{background:#1a365d;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem;text-align:left}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-logo{align-items:flex-start;display:flex;flex-direction:column}.footer-logo-image{height:50px;width:50px}.footer-description{line-height:1.6;margin-bottom:1.5rem;opacity:.8}.footer-social{display:flex;flex-direction:column;gap:.5rem}.footer-social a{align-items:center;color:#fff;display:flex;gap:.5rem;opacity:.8;text-decoration:none;transition:opacity .3s ease}.footer-social a:hover{opacity:1}.social-icon{font-size:1.2rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#fff;opacity:.8;text-decoration:none;transition:opacity .3s ease}.footer-link:hover{opacity:1}.footer-services{display:flex;flex-direction:column;gap:.5rem}.service-tag{opacity:.8;padding:.3rem 0}.footer-contact{display:flex;flex-direction:column;gap:.8rem}.contact-item{align-items:center;display:flex;gap:.5rem;opacity:.8}.contact-item a{color:#fff;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-icon{font-size:1.1rem}.business-hours{margin-top:1.5rem}.business-hours h5{color:#fff;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #fff3;padding-top:2rem;text-align:center}.footer-bottom-content{display:flex;flex-direction:column;gap:.5rem}.footer-legal{display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem;justify-content:center;opacity:.7}.separator{opacity:.5}.whatsapp-float{align-items:center;animation:pulse-whatsapp 2s infinite;background:#25d366;border-radius:50%;bottom:25px;box-shadow:0 4px 20px #25d36666;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:25px;transition:all .3s ease;width:60px;z-index:1000}.whatsapp-float:hover{box-shadow:0 6px 25px #25d36699;transform:scale(1.1)}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translateX(-10px)}.whatsapp-icon{align-items:center;color:#fff;display:flex;justify-content:center}.whatsapp-tooltip{background:#000c;border-radius:6px;color:#fff;font-size:.8rem;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:70px;transform:translateX(-20px);transition:all .3s ease;white-space:nowrap}.whatsapp-tooltip:after{border-bottom:6px solid #0000;border-left:6px solid #000c;border-top:6px solid #0000;content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%)}@keyframes pulse-whatsapp{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 25px #25d366b3}to{box-shadow:0 4px 20px #25d36666}}.portfolio-content{display:flex;flex-direction:column;gap:3rem}.profile-hero{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-wrap:wrap;gap:3rem;padding:3rem}.profile-image-container{flex-shrink:0;position:relative}.profile-main-image{border:5px solid #f0f0f0;border-radius:50%;box-shadow:0 10px 30px #0000001a;height:200px;object-fit:cover;width:200px}.profile-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;bottom:10px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:-10px}.profile-hero-content{flex:1 1;min-width:300px}.profile-hero-content h1{color:#1a365d;font-size:2.5rem;margin-bottom:.5rem}.profile-tagline{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.profile-stats{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat-number{color:#667eea;display:block;font-size:2rem;font-weight:700}.stat-label{color:#666;font-size:.9rem}.profile-actions{display:flex;flex-wrap:wrap;gap:1rem}.portfolio-section{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.portfolio-section h3{border-bottom:3px solid #667eea;color:#1a365d;display:inline-block;font-size:1.8rem;margin-bottom:2rem;padding-bottom:.5rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:#667eea;border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.timeline-item{margin-bottom:2.5rem;padding-left:2rem;position:relative}.timeline-item:before{background:#667eea;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #667eea;content:"";height:16px;left:-8px;position:absolute;top:.5rem;width:16px}.timeline-year{background:#667eea;border-radius:15px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:.5rem;padding:.3rem 1rem}.timeline-content h4{color:#1a365d;font-size:1.3rem;margin-bottom:.5rem}.timeline-degree{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.timeline-content ul{list-style:none;padding:0}.timeline-content li{padding:.3rem 0 .3rem 1.5rem;position:relative}.timeline-content li:before{color:#667eea;content:"▸";font-weight:700;left:0;position:absolute}.experience-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.experience-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;padding:2rem;transition:all .3s ease}.experience-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.experience-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.experience-header h4{color:#1a365d;font-size:1.3rem;margin:0}.experience-period{background:#e3f2fd;border-radius:15px;color:#1976d2;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.experience-role{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.experience-card ul{list-style:none;padding:0}.experience-card li{line-height:1.5;padding:.5rem 0 .5rem 1.5rem;position:relative}.experience-card li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.skills-container{display:flex;flex-direction:column;gap:2rem}.skill-category{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;padding:1.5rem}.skill-category h4{color:#1a365d;font-size:1.2rem;margin-bottom:1rem;text-transform:capitalize}.skills-list{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#333;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.projects-showcase{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{border:1px solid #e0e0e0}.project-card:hover{border-color:#667eea;box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.project-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.project-header h4{color:#1a365d;flex:1 1;font-size:1.3rem;margin:0}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tech-tag{background:#667eea;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-features{margin-top:1rem}.project-features strong{color:#1a365d;display:block;margin-bottom:.5rem}.project-features li:before{color:#667eea;content:"▸"}.certifications-languages{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.certifications-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.certification-card{background:#f8f9fa;border-left:4px solid #10b981;border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.certification-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.certification-card h5{color:#1a365d;font-size:1.1rem;margin-bottom:.5rem}.certification-card p{color:#666;font-size:.9rem}.languages-list{display:flex;flex-direction:column;gap:1rem}.language-item{align-items:center;background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.language-name{color:#1a365d;font-weight:600}.language-proficiency{color:#666;font-size:.9rem}.language-level{background:#667eea;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;padding:.2rem .8rem}.attributes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.attribute-card{background:#f8f9fa;border-radius:12px;border-top:4px solid #667eea;padding:2rem}.attribute-card h4{color:#1a365d;font-size:1.2rem;margin-bottom:1rem}.attribute-card ul{list-style:none;padding:0}.attribute-card li{color:#555;padding:.5rem 0 .5rem 1.5rem;position:relative}.attribute-card li:before{color:#667eea;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.portfolio-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-top:2rem;padding:4rem 2rem;text-align:center}.portfolio-cta h3{font-size:2.2rem;margin-bottom:1rem}.portfolio-cta p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.project-categories-page{padding:100px 0 40px}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.header-actions .social-links,.nav-links{display:none}.mobile-menu-btn{display:flex}.hero{padding:120px 0 80px}.hero h1{font-size:2.2rem}.hero p{font-size:1.1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form,.contact-info{padding:1.5rem}.categories-grid,.form-row{grid-template-columns:1fr}.category-card{padding:1.5rem}.course-item{flex-direction:column;gap:1rem;text-align:left}.course-meta{justify-content:flex-start}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo,.footer-social{align-items:center}.footer-legal{flex-direction:column;gap:.2rem}.separator{display:none}.profile-hero{flex-direction:column;padding:2rem;text-align:center}.profile-actions,.profile-stats{justify-content:center}.portfolio-section{padding:1.5rem}.experience-grid{grid-template-columns:1fr}.experience-header{align-items:flex-start;flex-direction:column}.projects-showcase{grid-template-columns:1fr}.project-header{align-items:flex-start;flex-direction:column}.attributes-grid,.certifications-languages{grid-template-columns:1fr}.project-categories-page{padding:80px 0 20px}.page-header h1{font-size:2.2rem}.project-category-section{padding:1.5rem}.category-header{flex-direction:column;gap:1rem;text-align:center}.projects-grid{grid-template-columns:1fr}.whatsapp-float{bottom:20px;height:55px;right:20px;width:55px}.back-to-top{bottom:90px;height:45px;right:20px;width:45px}}@media (max-width:480px){.hero h1{font-size:1.8rem}.profile-hero-content h1{font-size:2rem}.profile-stats{gap:1rem}.stat-number{font-size:1.5rem}.profile-actions{flex-direction:column;width:100%}.profile-actions .btn{width:100%}.btn{font-size:.9rem;padding:10px 20px}}@media (max-width:768px){.btn,.cta-button,.enroll-btn,.pricing-cta{align-items:center;display:flex;justify-content:center;min-height:44px}input,select,textarea{font-size:16px}.project-card:hover,.service-card:hover,.value-card:hover{transform:none}}.project-categories-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:120px 0 60px}.page-header{color:#fff;margin-bottom:4rem;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-subtitle{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.project-category-section{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin:3rem 0;padding:2.5rem}.project-category-section .category-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.project-category-section .category-icon{flex-shrink:0;font-size:3rem}.project-category-section .category-header h2{color:#1a365d;font-size:2rem;margin:0}.project-category-section .category-header p{color:#666;font-size:1.1rem;margin:.5rem 0 0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#f8f9fa;border:2px solid #0000;border-radius:12px;padding:2rem;position:relative;transition:all .3s ease}.project-card.clickable{border-color:#e0e0e0;cursor:pointer}.project-card.clickable:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea26;transform:translateY(-5px)}.project-card .project-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.project-card .project-header h3{color:#1a365d;flex:1 1;font-size:1.3rem;margin:0}.project-status{border-radius:15px;font-size:.7rem;font-weight:600;padding:.3rem .8rem;text-transform:uppercase;white-space:nowrap}.project-status.completed{background:#d4edda;color:#155724}.project-status.in-development{background:#fff3cd;color:#856404}.project-status.planning{background:#e2e3e5;color:#383d41}.project-status.live{background:#d1fae5;color:#065f46}.project-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.technologies-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.technology-tag{background:#667eea;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-features{margin-top:1.5rem}.project-features h4{color:#1a365d;font-size:1.1rem;margin-bottom:.8rem}.project-features ul{list-style:none;margin:0;padding:0}.project-features li{color:#555;padding:.3rem 0 .3rem 1.2rem;position:relative}.project-features li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.project-link{margin-top:1.5rem;text-align:center}.link-indicator{color:#667eea;font-size:.9rem;font-weight:600;transition:color .3s ease}.project-card.clickable:hover .link-indicator{color:#764ba2}.project-categories-page .portfolio-cta{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;color:#333;margin-top:4rem;padding:4rem 2rem;text-align:center}.project-categories-page .portfolio-cta h2{color:#1a365d;font-size:2.5rem;margin-bottom:1rem}.project-categories-page .portfolio-cta p{color:#666;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.project-categories-page .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.nav-links a.active{color:#667eea;font-weight:600}.nav-links a.active:after{width:100%}.mobile-nav-links a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.section{scroll-margin-top:80px}html{scroll-behavior:smooth}.mobile-nav-links a{background:#f8f9fa;border:none;cursor:pointer;text-align:left;width:100%}.dropdown-menu a{cursor:pointer}.logo-section .logo:hover{color:#667eea;transition:color .3s ease}.back-to-top{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:1000}.back-to-top:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}#home{padding-top:0}#contact,#philosophy,#portfolio,#projects,#services,#tutorials{scroll-margin-top:80px}.section{position:relative}@media (max-width:768px){#contact,#philosophy,#portfolio,#projects,#services,#tutorials,.section{scroll-margin-top:60px}.back-to-top{bottom:20px;height:45px;right:20px;width:45px}}.logo-image{border-radius:8px;object-fit:contain;transition:transform .3s ease}.logo:hover .logo-image{transform:scale(1.05)}.footer-logo-image{border-radius:8px;height:60px;margin-bottom:1rem;object-fit:contain;width:60px}.logo-section .logo,.mobile-menu-header .logo{align-items:center;display:flex;gap:.5rem}@media (max-width:768px){.logo-image{height:35px;width:35px}.footer-logo-image{height:50px;width:50px}}
/*# sourceMappingURL=main.23b47306.css.map*/