:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%;position:relative}#root{width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;width:100%;overflow-x:hidden}.main-content{flex:1;width:100%;overflow-x:hidden}@media(max-width:768px){.app:before,.app:after{display:none}}.header{background:linear-gradient(135deg,#667eea80,#764ba280);backdrop-filter:blur(10px);padding:2rem;text-align:left;color:#fff;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:2rem}.profile-photo{flex:0 0 180px;height:180px;border-radius:50%;overflow:hidden;border:4px solid rgba(171,243,140,.6);box-shadow:0 4px 12px #0003;background-color:#091929}.profile-image{width:100%;height:100%;object-fit:cover;object-position:center 90%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:high-quality;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:subpixel-antialiased}.text-content{flex:0 0 75%;display:flex;flex-direction:column;gap:.75rem}.title{font-size:2rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.2rem;font-weight:500;margin:0;color:#ffffffe6;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.description{font-size:1rem;line-height:1.6;margin:0;color:#ffffffd9;text-shadow:1px 1px 2px rgba(0,0,0,.1)}@media(max-width:768px){.header{padding:1.5rem}.header-content{flex-direction:column;align-items:center;text-align:center}.profile-photo{flex:0 0 120px;width:120px;height:120px}.text-content{flex:1}.title{font-size:2rem}.subtitle{font-size:1.25rem}.description{font-size:1rem}}.examples-section{padding:60px 20px}.examples-title{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#fff}.examples-container{display:flex;justify-content:center;align-items:center;width:100%}.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:60%;max-width:1200px}.example-card{display:block;text-decoration:none;overflow:hidden;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff}.example-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.example-image-wrapper{position:relative;width:100%;padding-bottom:75%;overflow:hidden}.example-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.example-card:hover .example-image{transform:scale(1.05)}.example-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.example-card:hover .example-overlay{opacity:1}.example-view{color:#fff;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.examples-section{padding:40px 15px}.examples-title{font-size:2rem;margin-bottom:30px}.examples-grid{grid-template-columns:1fr;width:90%;gap:20px}.example-overlay{opacity:1;background-color:#0006}.example-card:active .example-overlay{background-color:#000000b3}.example-card:active .example-image{transform:scale(.98)}.example-view{font-size:1rem;background-color:#fff3;padding:12px 24px;border-radius:25px;backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.3)}}@media(min-width:769px)and (max-width:1024px){.examples-grid{width:75%}}.skills-section{padding:4rem 2rem;background:transparent;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#fff;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.5)}.skills-container{max-width:900px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:2rem}.skill-item{display:inline-flex;align-items:center;gap:2rem;padding:1.5rem 2.5rem;background:#ffffff0d;backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.1);opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);width:fit-content}.skill-item.from-left{transform:translate(-200px);align-self:flex-start}.skill-item.from-right{transform:translate(200px);flex-direction:row-reverse;align-self:flex-end}.skill-item.visible{opacity:1;transform:translate(0)}.skill-icon{font-size:3rem;min-width:80px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.skill-icon-img{width:60px;height:60px;object-fit:contain}.skill-name{font-size:1.8rem;color:#a8b5ff;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.4)}.skill-description{color:#fff}@media(max-width:768px){.skills-section{padding:3rem 1rem;min-height:auto}.section-title{font-size:2rem}.skills-container{gap:1.5rem}.skill-item{gap:1.5rem;padding:1rem}.skill-icon{font-size:2.5rem;min-width:60px}.skill-icon-img{width:50px;height:50px}.skill-name{font-size:1.4rem}}.services-offer-section{padding:5rem 2rem;background:transparent;position:relative;overflow:visible}.services-offer-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.services-offer-content{background:#ffffff0d;backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000004d;border:1px solid rgba(255,255,255,.1)}.services-offer-header{text-align:center;margin-bottom:2.5rem}.services-offer-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.5)}.services-offer-subtitle{font-size:1.25rem;color:#a8b5ff;font-weight:500;text-shadow:0 2px 8px rgba(0,0,0,.4)}.services-offer-description{margin-bottom:3rem;line-height:1.8;color:#fff}.services-offer-description p{margin:0 0 1.5rem;font-size:1.1rem}.services-offer-description p:last-child{margin-bottom:0}.services-offer-features{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;padding:2rem 0;border-top:2px solid rgba(255,255,255,.1);border-bottom:2px solid rgba(255,255,255,.1)}.feature-item{text-align:center;padding:1.5rem;border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#ffffff14;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(.3);height:48px;display:flex;align-items:center;justify-content:center}.feature-icon-img{width:48px;height:48px;object-fit:contain}.feature-icon-google{font-size:0;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;filter:none;height:48px}.feature-item h3{font-size:1.3rem;margin:0 0 .75rem;color:#a8b5ff;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.4)}.feature-item p{margin:0;color:#fff;font-size:1rem;line-height:1.6;opacity:.9}.services-offer-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;background:#ffffff08;border-radius:15px;border:1px solid rgba(255,255,255,.15)}.cta-text{flex:1;display:flex;flex-direction:column;gap:.5rem}.cta-text strong{font-size:1.25rem;color:#fff;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.4)}.cta-text span{color:#fff;font-size:1rem;line-height:1.6;opacity:.9}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border:none;border-radius:50px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;white-space:nowrap;cursor:pointer;font-family:inherit}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #667eea66}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translate(5px)}@media(max-width:968px){.services-offer-section{padding:3rem 1.5rem}.services-offer-content{padding:2rem}.services-offer-title{font-size:2rem}.services-offer-subtitle{font-size:1.1rem}.services-offer-description p{font-size:1rem}.services-offer-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-offer-cta{flex-direction:column;text-align:center;padding:1.5rem}.cta-button{width:100%;justify-content:center}}@media(max-width:480px){.services-offer-section{padding:2rem 1rem}.services-offer-content{padding:1.5rem}.services-offer-title{font-size:1.75rem}.services-offer-subtitle{font-size:1rem}.services-offer-features{grid-template-columns:1fr}.feature-icon{font-size:2.5rem}.feature-item h3{font-size:1.15rem}.cta-text strong{font-size:1.1rem}.cta-text span{font-size:.95rem}}.modal-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(5px);z-index:9998;animation:fadeIn .3s ease}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.modal-content{background:linear-gradient(135deg,#1e1e32f2,#141428f2);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;box-shadow:0 20px 60px #00000080;border:1px solid rgba(168,181,255,.3);position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .3s ease,border-color .3s ease;padding:0;margin:0}.modal-close:hover{background:#fff3;border-color:#fff6}.modal-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.5)}.modal-subtitle{font-size:1.1rem;color:#a8b5ff;text-align:center;margin:0 0 3rem;opacity:.9}.contact-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-info-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.contact-info-item:hover{background:#ffffff14;transform:translateY(-2px);border-color:#a8b5ff4d}.contact-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#a8b5ff}.contact-details{flex:1;min-width:0}.contact-label{font-size:.85rem;color:#a8b5ff;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.contact-value{font-size:.95rem;color:#fff;font-weight:500;word-break:break-word}.contact-link{text-decoration:none;color:#fff;transition:color .3s ease}.contact-link:hover{color:#a8b5ff;text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}@media(max-width:768px){.modal-container{width:95%;max-height:85vh}.modal-content{padding:2rem}.modal-title{font-size:2rem}.modal-subtitle{font-size:1rem;margin-bottom:2rem}.contact-info-grid{grid-template-columns:1fr;gap:1rem}.contact-info-item{padding:1.25rem}.contact-icon{width:28px;height:28px}.modal-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.75rem}}@media(max-width:480px){.modal-content{padding:1.5rem}.modal-title{font-size:1.75rem}.contact-value{font-size:.95rem}}.experience-section{padding:4rem 2rem;background:transparent}.slider-wrapper{width:90%;max-width:1400px;margin:0 auto}.slider-container{position:relative;width:100%}.round-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(168,181,255,.4);background:#a8b5ff26;color:#e6e9ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;padding:0;margin:0}.round-arrow:hover{background:#a8b5ff47;border-color:#a8b5ff99}.round-arrow:active{transform:translateY(-50%) scale(.95)}.round-arrow.left{left:1rem}.round-arrow.right{right:1rem}.slider-content{position:relative;display:block;overflow:hidden;cursor:grab;user-select:none;padding:2rem 0;max-width:100%}.slider-content:active{cursor:grabbing}.slide-stage{position:relative;width:100%;height:100%}.experience-card{background:#ffffff1a;backdrop-filter:blur(10px);padding:4rem;box-shadow:0 10px 40px #0006;border:1px solid rgba(255,255,255,.2);border-left:5px solid #a8b5ff;width:100%;min-height:300px;display:flex;flex-direction:column;justify-content:center;border-radius:10px}.slide{position:absolute;inset:0}.slide-in-right{animation:slideInRight .4s ease forwards}.slide-in-left{animation:slideInLeft .4s ease forwards}.slide-out-left{animation:slideOutLeft .4s ease forwards}.slide-out-right{animation:slideOutRight .4s ease forwards}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.measure-container{position:absolute;left:-10000px;top:0;visibility:hidden;pointer-events:none;width:100%}.experience-card h3{font-size:2rem;color:#fff;margin-bottom:.5rem;font-weight:700}.company{font-size:1.4rem;color:#a8b5ff;margin-bottom:.5rem;font-weight:600}.period{font-size:1rem;color:#b0b0b0;margin-bottom:1.5rem;font-style:italic}.description{font-size:1.1rem;color:#e0e0e0;line-height:1.8}.slider-indicators{display:flex;justify-content:center;gap:12px;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid #a8b5ff;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:#a8b5ff;transform:scale(1.3)}.indicator:hover{background:#a8b5ff80}@media(max-width:768px){.experience-section{padding:3rem 0}.slider-wrapper{width:100%;padding:0 1rem}.slider-content{padding:2rem 0;overflow:hidden}.round-arrow{display:none}.slide-stage{width:100%;overflow:hidden}.experience-card{padding:2rem 1.5rem;min-height:auto;margin:0;border-radius:12px;box-sizing:border-box;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;height:auto}.experience-card h3{font-size:1.4rem;margin-bottom:.5rem;word-wrap:break-word}.company{font-size:1.1rem;margin-bottom:.5rem;word-wrap:break-word}.period{font-size:.9rem;margin-bottom:1rem}.description{font-size:.95rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.measure-container{width:calc(100vw - 2rem);max-width:100%}}.footer{background:#ffffff0d;backdrop-filter:blur(10px);color:#fff;padding:2rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -10px 40px #0000004d}.footer-wrapper{max-width:1200px;margin:0 auto}.footer-title{font-size:1.5rem;text-align:left;margin-bottom:1.5rem;color:#fff;font-weight:700}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.info-item{display:flex;flex-direction:column;margin-bottom:5px}.info-label{font-size:.9rem;color:#bdc3c7;font-weight:600}.info-value,.info-item a{font-size:1.1rem;color:#ecf0f1}.info-item a{color:#667eea;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#764ba2;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{padding:1rem;border:2px solid #34495e;border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#bdc3c7}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#667eea;background:#ffffff26}.contact-form textarea{resize:vertical;min-height:120px}.submit-button{background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.submit-button:hover{background:#764ba2;transform:translateY(-2px);box-shadow:0 6px 16px #764ba266}.submit-button:active{transform:translateY(0)}.status-message{text-align:center;padding:1rem;background:#4caf5033;border-radius:8px;color:#4caf50;font-weight:600}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#bdc3c7}@media(max-width:992px){.footer-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-title{font-size:2rem;margin-bottom:2rem}}.heart-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a1929;z-index:-2;pointer-events:none}.particles-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;overflow:hidden}.web-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;display:block}
