html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#181818;color:#fff;min-height:100vh}.content{padding-top:80px;padding:80px 2rem 2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.intro-section{flex-direction:column}}.navbar{display:flex;align-items:center;justify-content:space-between;background:#111;padding:1rem 2rem;border-bottom:2px solid #222;position:fixed;top:0;left:0;width:100vw;z-index:1000;box-sizing:border-box}.logo{font-size:2.2rem;font-weight:700;letter-spacing:2px;display:flex;align-items:center;gap:.5rem}.logo-bold{color:#fff;font-family:Cinzel,serif;font-size:2.2rem}.logo-orange{color:#e63946;font-family:Cinzel,serif;font-size:2.2rem}nav ul{list-style:none;display:flex;gap:3rem;margin:0;padding:0;margin-right:5rem}nav ul li a{color:#cfcfcf;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .2s}nav ul li a:hover{color:#e63946}.content{padding:80px 2rem 2rem;max-width:1200px;margin:0 auto;scroll-margin-top:80px}.intro-section{display:flex;flex-direction:row;gap:2rem;margin-top:2rem}.text-block{background:#ffffff0d;padding:2rem;border-radius:8px;border-left:4px solid #e63946}.text-block h2{color:#e63946;margin:0 0 1rem;font-size:1.8rem;font-weight:600}.text-block p{color:#cfcfcf;line-height:1.6;margin:0;font-size:1.1rem}.profile-image{max-width:300px;max-height:400px}.projetos-section{margin-top:2rem;padding:0 2rem 2rem;max-width:1200px;margin-left:auto;margin-right:auto;scroll-margin-top:80px}.projetos-section h2{color:#e63946;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.projetos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.projetos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 550px){.projetos-grid{grid-template-columns:1fr}}.projeto-card{background:#ffffff0d;border-radius:12px;border-top:4px solid #e63946;padding:0;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.projeto-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0006}.projeto-image{width:100%;height:160px;object-fit:cover;display:block}.projeto-info{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:1.2rem 1.4rem 1.4rem}.projeto-card h3{color:#e63946;font-size:1.1rem;margin:0 0 .5rem;font-weight:600}.projeto-card p{color:#cfcfcf;font-size:.95rem;line-height:1.5;margin:0 0 1rem;flex:1}.projeto-buttons{display:flex;gap:.7rem}.btn-proj{background:#232526;color:#fff;padding:.45rem 1rem;border-radius:4px;font-size:.9rem;text-decoration:none;font-weight:500;transition:background .2s,color .2s}.btn-proj:hover{background:#e63946;color:#fff}
