:root { --bg:#111418; --ink:#f3efe8; --accent:#ff7300; --muted:#b7b0a6; --card:#1c2127; --line:#2a313a; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Inter, Barlow, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.wrap { width: min(1140px, calc(100% - 32px)); margin-inline: auto; }
header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; background: linear-gradient(#111418, transparent); }
body.inner header { position: sticky; background: #111418; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 84px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.logo b { color: var(--accent); }
.logo i { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: #111; display: grid; place-items: center; font-style: normal; font-weight: 800; }
.menu { display: flex; gap: 20px; list-style: none; font-size: 14px; color: #ddd; }
.menu a.is-on { color: var(--accent); box-shadow: inset 0 -2px 0 var(--accent); padding-bottom: 4px; }
.tel { text-align: right; font-size: 13px; }
.tel strong { display: block; color: var(--accent); font-size: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--accent); color: #111; font-weight: 800; padding: 12px 20px; border-radius: 10px; border: 0; cursor: pointer; }
.hero { min-height: 88vh; display: grid; align-items: center; padding: 120px 0 72px; background: linear-gradient(90deg, rgba(10,10,12,.78), rgba(10,10,12,.35)), url("https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero h1 { font-size: clamp(36px, 5vw, 58px); max-width: 16ch; line-height: 1.05; margin-bottom: 14px; }
.hero h1 span { color: var(--accent); }
.hero p { color: #ddd; max-width: 46ch; margin-bottom: 24px; }
.section { padding: 72px 0; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h2 { font-size: clamp(26px, 3vw, 36px); margin: 8px 0 24px; }
.svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc article { background: var(--card); border-radius: 8px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.svc img { width: 100%; height: 180px; object-fit: cover; }
.svc-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc h3 { font-size: 20px; font-weight: 800; }
.svc p { color: var(--muted); font-size: 14px; flex: 1; }
.svc .btn { margin-top: 8px; align-self: flex-start; border-radius: 6px; padding: 8px 14px; font-size: 14px; color: #fff; }
.info { background: #1a1f25; padding: 28px 0; }
.info .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; font-size: 14px; }
.info b { color: var(--accent); display: block; margin-bottom: 4px; }
.site-foot { background: #0c0f13; padding: 56px 0 0; color: #d8d2ca; }
.foot-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 36px; padding-bottom: 40px; }
.foot-brand p { font-size: 14px; color: var(--muted); margin: 14px 0 18px; max-width: 34ch; }
.soc { display: flex; gap: 8px; }
.soc a { width: 40px; height: 40px; border-radius: 8px; background: #fff; color: #111418; display: grid; place-items: center; }
.soc a:hover { background: var(--accent); }
.soc svg { width: 18px; height: 18px; fill: currentColor; }
.site-foot h3 { color: #fff; font-size: 16px; font-weight: 800; margin-bottom: 14px; }
.site-foot ul { list-style: none; display: grid; gap: 8px; font-size: 14px; }
.site-foot ul a:hover { color: var(--accent); }
.foot-copy { border-top: 1px solid var(--line); text-align: center; padding: 16px 0; font-size: 12px; color: var(--muted); }
.float { position: fixed; right: 18px; bottom: 18px; background: #25d366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; z-index: 40; }
.page-top { position: relative; height: 220px; display: grid; align-items: center; overflow: hidden; background-color: #111418; background-position: center; background-size: cover; background-repeat: no-repeat; }
.page-top::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,12,.82) 0%, rgba(10,10,12,.58) 55%, rgba(10,10,12,.4) 100%); }
.page-top .wrap { position: relative; z-index: 1; }
.page-top h1 { font-size: clamp(36px, 5vw, 52px); font-weight: 800; line-height: 1; }
.page-top-servicos { background-image: url("https://images.pexels.com/photos/3807386/pexels-photo-3807386.jpeg?auto=compress&cs=tinysrgb&w=1600"); }
.page-top-contato { background-image: url("https://images.pexels.com/photos/4489732/pexels-photo-4489732.jpeg?auto=compress&cs=tinysrgb&w=1600"); }
.contato-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form { display: flex; flex-direction: column; gap: 14px; }
.form label { display: block; font-size: 14px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.form input, .form select, .form textarea { display: block; width: 100%; background: #171c22; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; }
.form input::placeholder, .form textarea::placeholder { color: #7a746c; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.form textarea { min-height: 120px; resize: vertical; }
.form .btn { margin-top: 4px; width: fit-content; border-radius: 999px; padding: 12px 28px; color: #111; }
.mapa { width: 100%; height: 500px; border: 0; display: block; border-radius: 12px; margin-top: 48px; }
@media (max-width: 860px) {
  .menu, .tel { display: none; }
  .svc, .info .wrap, .contato-grid, .foot-grid { grid-template-columns: 1fr; }
  header, body.inner header { background: #111418; }
}
