*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#111;background:#fff}a{text-decoration:none;color:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:18px 6%;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 1px 20px rgba(0,0,0,.06)}.brand img{height:44px}.nav{display:flex;align-items:center;gap:26px;font-weight:600}.nav a{font-size:14px}.nav-cta{background:#009b4e;color:white;padding:12px 18px;border-radius:999px}.menu-btn{display:none;background:none;border:0;font-size:28px}.hero{min-height:100vh;position:relative;display:flex;align-items:center;padding:120px 6%;background:url('projeto-01.jpeg') center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.34),rgba(0,0,0,.05))}.hero-content{position:relative;max-width:760px;color:white}.eyebrow{color:#00a651;text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:13px}.hero .eyebrow{color:#61e69d}.hero h1{font-size:clamp(42px,7vw,86px);line-height:.95;margin:10px 0 20px}.hero p{font-size:20px;line-height:1.6;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;font-weight:800}.primary{background:#00a651;color:white}.secondary{background:white;color:#111}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e6e6e6}.stats div{background:#111;color:white;padding:34px 6%}.stats strong{display:block;font-size:24px}.stats span{display:block;color:#cfcfcf;margin-top:8px}.section{padding:92px 6%}.section-head{max-width:780px;margin-bottom:42px}.section h2,.contact h2,.split h2{font-size:clamp(32px,5vw,58px);line-height:1.05;margin:8px 0 16px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{border:1px solid #e8e8e8;padding:30px;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.04)}.cards h3{font-size:22px}.cards p{line-height:1.7;color:#555}.portfolio-section{background:#f7f7f7}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-item{border:0;padding:0;border-radius:20px;overflow:hidden;background:#ddd;cursor:pointer;aspect-ratio:4/5}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.gallery-item:hover img{transform:scale(1.06)}.split{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.split p{font-size:18px;line-height:1.8;color:#444}.contact{margin:40px 6% 80px;padding:70px;border-radius:34px;background:#111;color:white;display:grid;grid-template-columns:1fr 420px;gap:40px}.contact p{color:#ddd;line-height:1.7}.contact-card{background:white;color:#111;border-radius:24px;padding:28px;display:grid;gap:18px}.contact-card a:not(.btn){font-size:22px;font-weight:800}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:12;background:#00a651;color:white;border-radius:999px;padding:16px 20px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:30;padding:30px}.lightbox.active{display:flex}.lightbox img{max-width:92vw;max-height:86vh;border-radius:18px}.close{position:absolute;top:20px;right:26px;background:white;border:0;border-radius:999px;width:46px;height:46px;font-size:34px;cursor:pointer}footer{text-align:center;padding:30px;color:#777;border-top:1px solid #eee}@media(max-width:900px){.menu-btn{display:block}.nav{position:absolute;top:80px;left:6%;right:6%;display:none;flex-direction:column;align-items:flex-start;background:white;padding:24px;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.14)}.nav.open{display:flex}.stats,.cards,.gallery,.split,.contact{grid-template-columns:1fr}.hero{padding-top:140px}.contact{padding:42px;margin:20px 4% 60px}.gallery{grid-template-columns:repeat(2,1fr)}}
