.about-section{padding:6rem 0;position:relative}.about-title{text-align:center;color:var(--foreground);letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.about-content{max-width:800px;margin:0 auto}.about-paragraph{color:var(--muted-foreground);text-align:justify;margin-bottom:1.75rem;font-size:1.125rem;line-height:1.85;transition:color .3s}.about-paragraph:last-child{margin-bottom:0}@media (max-width:768px){.about-section{padding:4rem 0}.about-title{margin-bottom:3rem}.about-content{padding:0 1rem}.about-paragraph{text-align:left;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}}@media (max-width:480px){.about-paragraph{font-size:.9375rem;line-height:1.7}}
.skills-section{padding:6rem 0;position:relative}.skills-title{text-align:center;color:var(--foreground);margin-bottom:5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.skills-container{max-width:1200px;margin:0 auto}.skills-category{margin-bottom:4rem}.skills-category:last-child{margin-bottom:0}.skills-category-title{color:var(--foreground);text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.skill-card{background:var(--card);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);backface-visibility:hidden;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:180px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s,color .3s;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.skill-card:before{content:"";background:var(--foreground);opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.skill-card:hover{box-shadow:var(--shadow-xl);border-color:var(--accent);transform:translateY(-8px)scale(1.02)}.skill-card:hover:before{opacity:.05}.skill-card>*{z-index:1;position:relative}.skill-image-wrapper{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;display:flex;position:relative}.skill-image{filter:grayscale(20%);object-fit:contain;object-position:center;backface-visibility:hidden;will-change:transform, filter;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1),filter .5s;transform:translateZ(0)}.skill-card:hover .skill-image{filter:grayscale(0%);transform:translateZ(0)scale(1.15)rotate(8deg)}.skill-title{color:var(--foreground);justify-content:center;align-items:center;min-height:1.5em;margin-bottom:0;font-size:1.125rem;font-weight:600;line-height:1.4;transition:color .3s;display:flex}.skill-card:hover .skill-title{color:var(--accent)}@media (max-width:768px){.skills-section{padding:4rem 0}.skills-title{margin-bottom:4rem}.skills-category{margin-bottom:3rem}.skills-category-title{margin-bottom:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.skill-card{min-height:160px;padding:1.5rem 1rem}.skill-image-wrapper{width:56px;height:56px;margin-bottom:.75rem}.skill-title{font-size:1rem}}@media (max-width:480px){.skills-grid{grid-template-columns:repeat(2,1fr)}}
.education-section{padding:6rem 0;position:relative}.education-title{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.education-timeline{max-width:900px;margin:0 auto;padding:2rem 0;list-style:none;position:relative}.education-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:768px){.education-timeline:before{left:20px}}.education-item{align-items:center;margin-bottom:4rem;list-style:none;animation:.6s ease-out fadeInUp;display:flex;position:relative}.education-item:nth-child(2n){flex-direction:row-reverse}@media (max-width:768px){.education-item{padding-left:3rem;flex-direction:row!important}}.education-item:before{content:"";background:var(--foreground);border:3px solid var(--background);z-index:2;width:16px;height:16px;box-shadow:0 0 0 4px var(--border);border-radius:50%;transition:all .3s;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:768px){.education-item:before{left:20px}}.education-item:hover:before{box-shadow:0 0 0 6px var(--border);transform:translate(-50%)scale(1.2)}@media (max-width:768px){.education-item:hover:before{transform:translate(-50%)scale(1.2)}}.education-card{background:var(--card);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm);border-radius:12px;padding:2rem;transition:all .5s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s,color .3s;position:relative}.education-item:nth-child(odd) .scroll-animate{margin-right:3rem}.education-item:nth-child(2n) .scroll-animate{margin-left:3rem}@media (max-width:768px){.education-item:nth-child(odd) .scroll-animate,.education-item:nth-child(2n) .scroll-animate{margin-left:0;margin-right:0}}.education-card:hover{box-shadow:var(--shadow-lg);border-color:var(--foreground);transform:translateY(-4px)}.education-degree{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.education-equivalent{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;font-style:italic}.education-institution{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.education-details{color:var(--muted-foreground);flex-wrap:wrap;gap:1rem;margin-top:1rem;font-size:.9rem;display:flex}.education-city,.education-year{align-items:center;gap:.5rem;display:flex}.education-city:before{content:"📍";font-size:.875rem}.education-year:before{content:"📅";font-size:.875rem}@media (max-width:768px){.education-section{padding:4rem 0}.education-title{margin-bottom:3rem}.education-card{padding:1.5rem}.education-degree{font-size:1.125rem}.education-institution{font-size:.95rem}.education-details{gap:.75rem;font-size:.85rem}}@media (max-width:480px){.education-card{padding:1.25rem}.education-degree{font-size:1rem}.education-details{flex-direction:column;gap:.5rem}}
.experience-section{padding:6rem 0;position:relative}.experience-title{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.experience-timeline{max-width:1100px;margin:0 auto;padding:2rem 0;list-style:none;position:relative}.experience-item{margin-bottom:5.5rem;list-style:none;animation:.6s ease-out fadeInUp;position:relative}.experience-card{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--foreground);width:100%;box-shadow:var(--shadow-sm);border-radius:12px;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s,color .3s;position:relative}.experience-card:hover{box-shadow:var(--shadow-lg);border-left-color:var(--foreground);transform:translate(8px)translateY(-2px)}.experience-tech-tag{transition:all .3s cubic-bezier(.4,0,.2,1)}.experience-tech-tag:hover{transform:translateY(-2px)}.experience-position{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.4}.experience-company{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.experience-contract{color:var(--muted-foreground);background:var(--background);border:1px solid var(--border);border-radius:20px;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.9375rem;font-weight:500;display:inline-block}.experience-description-text{color:var(--muted-foreground);white-space:pre-line;margin-bottom:1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.75}.experience-responsibilities{margin-bottom:1.5rem}.experience-responsibilities ul{margin:.5rem 0;padding:0;list-style:none}.experience-responsibilities li{color:var(--muted-foreground);margin-bottom:.75rem;padding-left:1.75rem;font-size:1rem;line-height:1.75;position:relative}.experience-responsibilities li:before{content:"▸";color:var(--foreground);font-weight:600;position:absolute;left:0}.experience-details{border-top:1px solid var(--border);color:var(--muted-foreground);flex-wrap:wrap;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;font-size:.9375rem;display:flex}.experience-location,.experience-period{align-items:center;gap:.5rem;display:flex}.experience-location:before{content:"📍";font-size:.875rem}.experience-period:before{content:"📅";font-size:.875rem}.experience-technologies{border-top:1px solid var(--border);flex-wrap:wrap;gap:.625rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.experience-tech-tag{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:20px;padding:.375rem .875rem;font-size:.875rem;transition:all .3s;display:inline-block}.experience-tech-tag:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}@media (max-width:768px){.experience-section{padding:4rem 0}.experience-title{margin-bottom:3rem}.experience-card{padding:2rem}.experience-position{font-size:1.25rem}.experience-company{font-size:1.0625rem}.experience-description{font-size:1rem}.experience-details{gap:1rem;font-size:.875rem}}@media (max-width:480px){.experience-card{padding:1.75rem}.experience-position{font-size:1.125rem}.experience-description{font-size:.9375rem}.experience-details{flex-direction:column;gap:.75rem}.experience-technologies{gap:.5rem}.experience-tech-tag{padding:.3125rem .75rem;font-size:.8125rem}}
.projects-section{padding:6rem 0;position:relative}.projects-title{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.project-featured{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.project-featured-media,.project-featured-content{min-width:0}.project-featured-media-link{color:inherit;outline-offset:4px;border-radius:12px;text-decoration:none;display:block}.project-featured-images{grid-template-columns:1fr;gap:.85rem;display:grid}.project-featured-image-wrap{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#0b0b0b;border-radius:12px;overflow:hidden}.project-featured-image{width:100%;height:auto;display:block}.project-badge{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);border-radius:20px;margin-bottom:.75rem;padding:.375rem .875rem;font-size:.875rem;font-weight:500;display:inline-block}.project-featured-title{margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.project-featured-title a{color:var(--foreground);text-decoration:none}.project-featured-title a:hover,.project-featured-title a:focus-visible{text-underline-offset:4px;text-decoration:underline}.project-featured-subtitle{color:var(--muted-foreground);margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.project-featured-description{color:var(--foreground);margin-bottom:1.5rem;line-height:1.7}.project-stack{flex-wrap:wrap;gap:.625rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.project-tag{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:20px;padding:.375rem .875rem;font-size:.875rem;display:inline-block}.project-highlights{color:var(--foreground);margin:0 0 2rem;padding-left:1.25rem}.project-highlights li{margin-bottom:.5rem;line-height:1.5}.project-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.project-cta-discover{color:var(--foreground);border:1px solid var(--border);background:0 0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.project-cta-discover:hover{border-color:var(--foreground);transform:translateY(-2px)}.project-cta-primary{align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}.project-cta-secondary{min-height:44px;color:var(--muted-foreground);text-underline-offset:3px;background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem .25rem;font-size:.9375rem;font-weight:500;text-decoration:underline;display:inline-flex}.project-cta-secondary:hover,.project-cta-secondary:focus-visible{color:var(--foreground)}.project-external-icon{font-size:.85em;line-height:1}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:900px){.project-featured{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.projects-section{padding:4rem 0}.projects-title{margin-bottom:3rem}.project-actions{flex-direction:column;align-items:stretch}.project-cta-primary,.project-cta-discover,.project-cta-secondary{justify-content:center;width:100%}}
.contact-section{padding:6rem 0;position:relative}.contact-title{text-align:center;color:var(--foreground);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.contact-subtitle{text-align:center;color:var(--muted-foreground);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.contact-container{max-width:700px;margin:0 auto}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--foreground);letter-spacing:.3px;font-size:.9375rem;font-weight:500}.form-group input,.form-group textarea{border:1.5px solid var(--border);background:var(--card);color:var(--foreground);resize:vertical;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2c3e501a}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted);opacity:.7}.submit-button{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}@media (prefers-color-scheme:dark){:root:not(.light) .submit-button{color:var(--background)}}.dark .submit-button{color:var(--background)}.submit-button:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translate(0,0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{color:#16a34a;text-align:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;padding:1rem;font-size:.9375rem;animation:.3s ease-out slideIn}.error-message{color:#dc2626;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:1rem;font-size:.9375rem;animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-section{padding:4rem 0}.contact-title{margin-bottom:.75rem}.contact-subtitle{margin-bottom:3rem;padding:0 1rem;font-size:1rem}.contact-container{padding:0 1rem}.contact-form{gap:1.25rem}.form-group input,.form-group textarea{padding:.75rem .875rem;font-size:.9375rem}.submit-button{padding:.875rem 1.5rem;font-size:.9375rem}}@media (max-width:480px){.contact-section{padding:3rem 0}.contact-subtitle{margin-bottom:2.5rem;font-size:.9375rem}.form-group input,.form-group textarea{padding:.6875rem .75rem;font-size:.875rem}}@media (prefers-color-scheme:dark){:root:not(.light) .form-group input:focus,:root:not(.light) .form-group textarea:focus{box-shadow:0 0 0 3px #ffffff1a}}.dark .form-group input:focus,.dark .form-group textarea:focus{box-shadow:0 0 0 3px #ffffff1a}
