*{scroll-behavior:smooth}.app{background:#0a0a0b}.nav{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0b;transition:background .3s ease}.nav-logo{font-size:24px;font-weight:700;color:#fff;text-decoration:none;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.nav-logo:hover{opacity:.7;color:#fff}.nav-links{display:flex;gap:40px}.nav-links button{font-size:13px;font-weight:500;color:#888;text-decoration:none;letter-spacing:.05em;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:0}.nav-links button:hover{color:#fff}.nav-links button.active{color:#fff;position:relative}.nav-links button.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:linear-gradient(135deg,#c084fc,#f0abfc);border-radius:2px}.language-selector{position:relative}.language-selector select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #333;border-radius:6px;color:#888;padding:8px 28px 8px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.language-selector select:hover{border-color:#555;color:#fff}.language-selector select:focus{outline:none;border-color:#fff;color:#fff}.language-selector select option{background:#111;color:#fff}.section{min-height:100vh;position:relative}.section-home{display:flex;flex-direction:column;justify-content:center;align-items:center}.section-page{padding-top:0;border-top:1px solid #1a1a1d;position:relative}.section-page:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,transparent,#c084fc,transparent);opacity:.5}.section-page .sobre-page,.section-page .carreira-page,.section-page .educacao-page,.section-page .travel-page,.section-page .recomendacoes-page{padding-top:80px}.hero{display:flex;align-items:center;justify-content:center;gap:80px;padding:0 48px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 200px)}.hero-content{flex:1;max-width:600px}.hero-image{flex-shrink:0}.hero-image img{width:280px;height:280px;border-radius:50%;object-fit:cover;filter:grayscale(100%);transition:filter .4s ease,transform .4s ease}.hero-image img:hover{filter:grayscale(0%);transform:scale(1.02)}.hero-name{font-size:56px;font-weight:600;color:#fff;margin:0 0 16px;letter-spacing:-.02em;line-height:1.1}.hero-role{font-size:18px;color:#888;margin:0 0 8px;font-weight:400}.company-link{color:#fff;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.company-link:hover{opacity:.7;color:#fff}.hero-tagline{font-size:18px;color:#555;margin:0 0 40px;font-weight:400}.hero-cta{display:flex;align-items:center;gap:8px;font-size:15px;color:#fff;background:none;border:none;cursor:pointer;padding:0}.hero-cta kbd{background:#222;border:1px solid #333;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:13px;color:#888}.hero-cta .arrow{margin-left:4px;transition:transform .2s ease}.hero-cta:hover .arrow{transform:translate(4px)}.home-footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:48px;padding:32px}.home-footer a{font-size:14px;color:#555;text-decoration:none;transition:color .2s ease}.home-footer a:hover{color:#fff}.scroll-indicator{position:fixed;right:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:90}.scroll-dot{width:10px;height:10px;border-radius:50%;background:#333;border:none;cursor:pointer;transition:all .3s ease;padding:0}.scroll-dot:hover{background:#555;transform:scale(1.2)}.scroll-dot.active{background:linear-gradient(135deg,#c084fc,#f0abfc);transform:scale(1.3)}@media (max-width: 1024px){.hero{flex-direction:column;text-align:center;gap:40px;padding:120px 48px 60px}.hero-content{max-width:100%}.hero-image img{width:200px;height:200px}.nav-links{gap:24px}.scroll-indicator{right:16px}.scroll-dot{width:8px;height:8px}}@media (max-width: 768px){.nav{padding:20px 24px}.nav-links{display:none}.hero{padding:100px 24px 60px;gap:32px;min-height:calc(100vh - 150px)}.hero-image img{width:160px;height:160px}.hero-name{font-size:40px}.hero-role,.hero-tagline{font-size:16px}.home-footer{flex-wrap:wrap;gap:24px 32px;padding:24px}.scroll-indicator{right:12px;gap:10px}.scroll-dot{width:6px;height:6px}.section-page .sobre-page,.section-page .carreira-page,.section-page .educacao-page,.section-page .travel-page,.section-page .recomendacoes-page{padding-top:60px}}.sobre-page{max-width:900px;margin:0 auto;padding:80px 32px}.sobre-headline{font-size:clamp(24px,4.5vw,72px);font-weight:600;background:linear-gradient(135deg,#f0abfc,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:60px;letter-spacing:-.02em;white-space:nowrap}.sobre-content{margin-bottom:80px}.sobre-text-full{display:flex;flex-direction:column;gap:24px}.sobre-text-full p{font-size:17px;color:#888;line-height:1.8}.sobre-text-full p:first-child{font-size:20px}.sobre-text-full strong{color:#fff;font-weight:500}.sobre-text-full a,.sobre-text-full a:visited,.sobre-text-full a:active{color:#c084fc;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.sobre-text-full a:hover{color:#f0abfc}.sobre-text-full a strong,.sobre-text-full a:visited strong{color:inherit}.play-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#222;border-radius:50%;font-size:10px;margin-left:4px;vertical-align:middle;cursor:pointer;transition:background .2s ease}.play-icon:hover{background:#333}.bio-section{border-top:1px solid #222;padding-top:60px}.bio-section h2{font-size:28px;font-weight:600;color:#fff;margin-bottom:32px}.bio-content{display:flex;gap:40px;align-items:flex-start}.bio-image{flex-shrink:0}.bio-image img{width:200px;height:200px;border-radius:12px;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease}.bio-image img:hover{filter:grayscale(0%)}.bio-info{flex:1}.bio-note{font-size:16px;color:#888;margin-bottom:24px;line-height:1.7}.bio-text{font-size:17px;color:#888;font-style:italic;line-height:1.8;border-left:3px solid #333;padding-left:24px;margin:0 0 32px}.bio-actions{display:flex;align-items:center;gap:16px}.bio-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease;text-decoration:none}.bio-btn:hover{opacity:.7;color:#fff}.bio-btn svg{opacity:.7}.separator{color:#333}@media (max-width: 768px){.sobre-page{padding:60px 24px}.sobre-headline{margin-bottom:40px}.sobre-text-full p{font-size:16px}.sobre-text-full p:first-child{font-size:18px}.bio-content{flex-direction:column;align-items:center;text-align:center}.bio-image img{width:150px;height:150px}.bio-actions{flex-wrap:wrap;justify-content:center}}.carreira-page{max-width:800px;margin:0 auto;padding:80px 32px}.carreira-headline{font-size:clamp(48px,8vw,72px);font-weight:600;background:linear-gradient(135deg,#f0abfc,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-.02em}.carreira-subtitle{font-size:18px;color:#555;margin-bottom:60px}.carreira-timeline{display:flex;flex-direction:column}.carreira-item{display:flex;gap:24px;position:relative}.carreira-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px}.marker-dot{width:12px;height:12px;background:#333;border:2px solid #555;border-radius:50%;flex-shrink:0;transition:all .3s ease;margin-top:6px}.carreira-item.current .marker-dot{background:#c084fc;border-color:#c084fc;box-shadow:0 0 12px #c084fc80}.carreira-item:hover .marker-dot{border-color:#c084fc}.marker-line{width:2px;flex:1;background:linear-gradient(to bottom,#333,#222);min-height:20px}.carreira-content{flex:1;padding-bottom:48px}.carreira-header{margin-bottom:12px}.carreira-role{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px;line-height:1.4}.carreira-at{font-weight:400;color:#555}.carreira-company{color:#c084fc}.carreira-company-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:opacity .2s ease}.carreira-company-link:hover{opacity:.8}.carreira-company-link .link-icon{color:#c084fc;opacity:.7;transition:opacity .2s ease,transform .2s ease}.carreira-company-link:hover .link-icon{opacity:1;transform:translate(2px,-2px)}.carreira-location{color:#888;font-weight:400;margin-left:4px}.carreira-parent{display:block;font-size:14px;color:#888;margin-bottom:4px}.carreira-period{display:inline-block;font-size:13px;color:#555;background:#1a1a1d;padding:4px 12px;border-radius:100px;margin-top:8px}.carreira-description{font-size:15px;color:#888;line-height:1.7;margin-top:16px}.carreira-item:hover .carreira-description{color:#aaa}@media (max-width: 768px){.carreira-page{padding:60px 24px}.carreira-headline{margin-bottom:8px}.carreira-subtitle{margin-bottom:40px}.carreira-item{gap:16px}.carreira-marker{width:16px}.marker-dot{width:10px;height:10px}.carreira-role{font-size:18px}.carreira-content{padding-bottom:32px}.carreira-description{font-size:14px}}.educacao-page{max-width:800px;margin:0 auto;padding:80px 32px}.educacao-headline{font-size:clamp(48px,8vw,72px);font-weight:600;background:linear-gradient(135deg,#f0abfc,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-.02em}.educacao-subtitle{font-size:18px;color:#555;margin-bottom:60px}.educacao-list{display:flex;flex-direction:column;margin-bottom:60px}.educacao-item{display:flex;gap:24px;position:relative}.educacao-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px}.educacao-item .marker-dot{width:12px;height:12px;background:#c084fc;border:2px solid #c084fc;border-radius:50%;flex-shrink:0;margin-top:6px;box-shadow:0 0 12px #c084fc66}.educacao-item .marker-line{width:2px;flex:1;background:linear-gradient(to bottom,#c084fc,#333);min-height:20px}.educacao-content{flex:1;padding-bottom:48px}.educacao-course{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.4}.educacao-institution{margin-bottom:12px}.educacao-institution a{display:inline-flex;align-items:center;gap:6px;color:#c084fc;text-decoration:none;font-size:15px;transition:opacity .2s ease}.educacao-institution a:hover{opacity:.8}.educacao-institution .link-icon{opacity:.7;transition:all .2s ease}.educacao-institution a:hover .link-icon{opacity:1;transform:translate(2px,-2px)}.educacao-period{display:inline-block;font-size:13px;color:#555;background:#1a1a1d;padding:4px 12px;border-radius:100px;margin-bottom:16px}.educacao-description{font-size:15px;color:#888;line-height:1.7}.languages-section{padding:32px;background:#111;border-radius:16px;border:1px solid #222}.languages-title{font-size:24px;font-weight:600;color:#fff;margin-bottom:24px}.languages-list{display:flex;flex-wrap:wrap;gap:32px}.language-item{display:flex;align-items:center;gap:10px}.language-name{font-size:16px;color:#fff;font-weight:500}.language-separator{color:#555}.language-level{font-size:15px;color:#888}@media (max-width: 768px){.educacao-page{padding:60px 24px}.educacao-headline{margin-bottom:8px}.educacao-subtitle{margin-bottom:40px}.educacao-item{gap:16px}.educacao-marker{width:16px}.educacao-item .marker-dot{width:10px;height:10px}.educacao-course{font-size:18px}.educacao-content{padding-bottom:32px}.educacao-description{font-size:14px}.languages-section{padding:24px}.languages-list{flex-direction:column;gap:16px}}.travel-page{max-width:900px;margin:0 auto;padding:80px 32px}.travel-headline{font-size:clamp(48px,8vw,72px);font-weight:600;background:linear-gradient(135deg,#34d399,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-.02em}.travel-subtitle{font-size:24px;color:#fff;margin-bottom:16px;font-weight:500}.travel-description{font-size:16px;color:#888;margin-bottom:40px;max-width:600px;line-height:1.7}.travel-stats{display:flex;align-items:center;gap:40px;margin-bottom:50px;padding:24px 32px;background:#111;border-radius:16px;border:1px solid #222;width:fit-content}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-number{font-size:36px;font-weight:700;background:linear-gradient(135deg,#34d399,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:14px;color:#888}.stat-divider{width:1px;height:50px;background:#333}.map-container{margin-bottom:50px;padding:20px;background:#0a0a0b;border-radius:20px;border:1px solid #222;overflow:hidden}.map-container svg{display:block}.countries-list{padding:32px;background:#111;border-radius:16px;border:1px solid #222}.countries-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:24px}.countries-grid{display:flex;flex-wrap:wrap;gap:12px}.country-tag{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#1a1a1d;border-radius:100px;border:1px solid #333;transition:all .2s ease}.country-tag:hover{border-color:#34d399;background:#34d3991a}.country-flag{font-size:20px}.country-name{font-size:14px;color:#fff;font-weight:500}@media (max-width: 768px){.travel-page{padding:60px 24px}.travel-subtitle{font-size:20px}.travel-stats{flex-direction:column;gap:20px;width:100%;text-align:center}.stat-divider{width:60px;height:1px}.stat-number{font-size:28px}.map-container{padding:10px}.countries-list{padding:24px}.countries-grid{gap:8px}.country-tag{padding:8px 12px}.country-flag{font-size:16px}.country-name{font-size:13px}}.recomendacoes-page{max-width:900px;margin:0 auto;padding:80px 32px}.recomendacoes-headline{font-size:clamp(48px,8vw,72px);font-weight:600;background:linear-gradient(135deg,#fbbf24,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-.02em}.recomendacoes-subtitle{font-size:18px;color:#888;margin-bottom:60px;max-width:500px;line-height:1.6}.books-section{margin-bottom:80px}.section-title{font-size:28px;font-weight:600;color:#fff;margin-bottom:32px}.books-timeline{display:flex;flex-direction:column;gap:0}.book-item{display:flex;gap:24px;position:relative}.book-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px}.book-marker .marker-dot{width:12px;height:12px;border-radius:50%;background:#fbbf24;border:2px solid #0a0a0a;z-index:1;flex-shrink:0;margin-top:20px}.book-marker .marker-line{flex:1;width:2px;background:#333;min-height:100%}.book-content{display:flex;gap:20px;padding:16px 0 32px;flex:1}.book-cover{flex-shrink:0;width:80px;height:120px;border-radius:6px;overflow:hidden;background:#1a1a1d;border:1px solid #333;box-shadow:0 4px 12px #0000004d}.book-cover img{width:100%;height:100%;object-fit:cover}.book-info{flex:1;display:flex;flex-direction:column;justify-content:center}.book-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:4px;line-height:1.3}.book-author{font-size:14px;color:#fbbf24;margin-bottom:8px;font-weight:500}.book-description{font-size:14px;color:#888;line-height:1.5;font-style:italic}@media (max-width: 768px){.recomendacoes-page{padding:60px 24px}.recomendacoes-subtitle{margin-bottom:40px}.book-item{gap:16px}.book-marker{width:16px}.book-marker .marker-dot{width:10px;height:10px;margin-top:16px}.book-content{flex-direction:column;gap:12px;padding:12px 0 24px}.book-cover{width:70px;height:105px}.book-title{font-size:16px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#0a0a0b;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#fff;color:#0a0a0b}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}
