.learning-journey-section{background-color:var(--color-lilas-muito-claro);padding:5rem 2rem}@media (max-width:480px){.learning-journey-section{padding:3rem 1rem}}.learning-journey-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.learning-journey-title{font-size:3.5rem;font-weight:700;color:var(--color-roxo);line-height:1.2;font-family:Inter,sans-serif;letter-spacing:-.02em}.learning-journey-title .highlight{background-color:var(--color-roxo-claro);padding:.2rem .5rem;display:inline-block;border-radius:4px}.learning-steps{gap:2.5rem}.learning-step,.learning-steps{display:flex;flex-direction:column}.learning-step{gap:1rem}.step-icon{width:48px;height:48px;background-color:var(--color-roxo);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;color:var(--color-roxo-muito-claro)}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;font-family:Inter,sans-serif}.step-description,.step-title{color:var(--color-text-primary)}.step-description{font-size:1.1rem;font-weight:400;line-height:1.7}@media (max-width:968px){.learning-journey-content{grid-template-columns:1fr;gap:2rem}.learning-journey-title{font-size:2.5rem}}@media (max-width:480px){.learning-journey-section{padding:2.5rem 1rem}.learning-journey-content{gap:1.5rem}.learning-journey-title{font-size:2rem;line-height:1.3}.learning-steps{gap:2rem}.step-icon{width:40px;height:40px}.step-title{font-size:1.25rem}.step-description{font-size:1rem;line-height:1.6}}.projects-section{background-color:var(--color-cinza-muito-claro);padding:5rem 2rem}@media (max-width:480px){.projects-section{padding:3rem 1rem}}.projects-content{max-width:1200px;margin:0 auto}.projects-title{font-size:3.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:2rem;font-family:var(--font-title);letter-spacing:-.02em}.projects-title .highlight{background-color:var(--color-highlight-dark);padding:.1rem .3rem;display:inline-block;border-radius:3px;font-size:1.1em}.projects-description{font-size:1.25rem;font-weight:400;color:var(--color-text-primary);line-height:1.8;margin-bottom:4rem;max-width:900px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.project-card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.project-images-container{position:relative;background-color:var(--color-cinza-muito-claro);border-radius:12px 12px 0 0;overflow:hidden;width:100%}.project-images-scroll-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(90deg,var(--color-roxo-claro) 0,var(--color-lilas) 100%);color:var(--color-roxo-escuro);font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;text-align:center;position:relative;z-index:1}.project-images-scroll-hint svg{animation:bounceHorizontal 2s infinite;color:var(--color-roxo)}@keyframes bounceHorizontal{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}.project-images{display:flex;flex-direction:row;gap:.5rem;padding:1rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scroll-behavior:smooth;width:100%;-webkit-overflow-scrolling:touch}.project-images::-webkit-scrollbar{height:8px}.project-images::-webkit-scrollbar-track{background:var(--color-cinza-muito-claro)}.project-images::-webkit-scrollbar-thumb{background:var(--color-roxo);border-radius:4px}.project-images::-webkit-scrollbar-thumb:hover{background:var(--color-roxo-escuro)}.project-image{min-width:200px;max-width:200px;width:200px;height:200px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,var(--color-cinza-muito-claro) 0,var(--color-cinza) 100%);flex-shrink:0;flex-grow:0;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative}.project-image:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(83,66,166,.3)}.project-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:opacity .3s ease;flex-shrink:0}.project-image:hover img{opacity:.9}.project-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem;font-family:Inter,sans-serif}.project-description{font-size:1rem;font-weight:400;color:var(--color-text-primary);line-height:1.6;flex-grow:1}@media (max-width:768px){.projects-title{font-size:2.5rem}.projects-description{font-size:1.1rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-image{min-width:150px;max-width:150px;width:150px;height:150px}}@media (max-width:480px){.projects-section{padding:2.5rem 1rem}.projects-title{font-size:2rem;margin-bottom:1.5rem;line-height:1.2}.projects-description{font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.projects-grid{gap:1.5rem;margin-top:2rem}.project-images-scroll-hint{padding:.5rem .75rem;font-size:.75rem;display:none}.project-images-scroll-hint svg{width:16px;height:16px}.project-images-container:has(.project-images>:nth-child(4)) .project-images-scroll-hint{display:flex}.project-images{padding:.75rem;gap:.5rem}.project-image{min-width:120px;max-width:120px;width:120px;height:120px}.project-info{padding:1.25rem}.project-title{font-size:1.25rem;margin-bottom:.5rem}.project-description{font-size:.9rem;line-height:1.5}}.home{width:100%;margin:0;padding:0}