:root {
  --bg: #070b10;
  --bg-soft: #0b1119;
  --card: #101721;
  --card-2: #141d28;
  --gold: #f6be00;
  --gold-2: #ffd429;
  --text: #f7f7f3;
  --muted: #aeb7c3;
  --line: rgba(246,190,0,.34);
  --line-soft: rgba(255,255,255,.09);
  --green: #20cf67;
  --container: 1180px;
  --header-h: 82px;
  --shadow: 0 18px 50px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
section[id] { scroll-margin-top: calc(var(--header-h) + 20px); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 12px 16px; background: var(--gold); color: #05080c; font-weight: 800; border-radius: 6px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.mobile-floating-actions { display: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.035em; }
h3 { margin-bottom: 10px; }
p { color: var(--muted); }
.eyebrow { margin-bottom: 14px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section { padding: 92px 0; position: relative; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: end; }
.split-heading > p { margin: 0; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; font-size: .82rem; font-weight: 900; letter-spacing: .015em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; fill: currentColor; }
.btn-gold { color: #05080c; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 10px 30px rgba(246,190,0,.18); }
.btn-gold:hover { box-shadow: 0 14px 36px rgba(246,190,0,.30); }
.btn-outline { color: #fff; border-color: var(--gold); background: rgba(8,12,18,.45); }
.btn-outline:hover { color: #070b10; background: var(--gold); }
.btn-dark { color: #fff; background: #070b10; }
.btn-large { min-width: 225px; min-height: 54px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h); background: rgba(4,7,10,.92); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 100px 1fr auto; gap: 26px; align-items: center; }
.brand { width: 84px; height: 76px; display: grid; place-items: center; }
.brand img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 7px 16px rgba(0,0,0,.45)); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 26px; }
.main-nav a { position: relative; padding: 30px 0 27px; font-size: .79rem; font-weight: 800; color: #f3f4f6; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--gold); transition: right .22s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { min-width: 185px; padding-inline: 18px 22px; gap: 12px; }
.header-cta .wa-icon { width: 22px; height: 22px; display: inline-grid; place-items: center; flex: 0 0 22px; }
.header-cta .wa-icon svg { width: 22px; height: 22px; display: block; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.15); background: transparent; border-radius: 6px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }

.hero { position: relative; min-height: 790px; padding-top: var(--header-h); background: #070b10 url('../imagens/hero-fundacoes.webp') center center / cover no-repeat; border-bottom: 1px solid var(--line); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,7,10,.95) 0%, rgba(4,7,10,.88) 27%, rgba(4,7,10,.46) 56%, rgba(4,7,10,.18) 78%, rgba(4,7,10,.08) 100%), linear-gradient(0deg, rgba(7,11,16,.92) 0%, rgba(7,11,16,.18) 28%, rgba(7,11,16,.06) 100%); }
.hero-inner { min-height: 630px; display: flex; align-items: center; }
.hero-copybox { width: min(660px, 58%); padding: 66px 0 42px; }
.hero h1 { margin: 0 0 22px; font-size: clamp(4rem, 7.1vw, 7rem); letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 14px 35px rgba(0,0,0,.38); }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 620px; margin-bottom: 28px; color: #edf0f4; font-size: 1.05rem; }
.hero-benefits { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin: 0 0 30px; }
.hero-benefits div { min-height: 58px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(246,190,0,.24); background: rgba(6,10,15,.55); backdrop-filter: blur(5px); }
.hero-benefits span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: .67rem; font-weight: 900; }
.hero-benefits strong { font-size: .68rem; line-height: 1.25; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.credibility-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin-top: -28px; background: rgba(8,13,19,.96); border: 1px solid var(--gold); box-shadow: var(--shadow); }
.credibility-strip article { min-height: 116px; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 20px 28px; }
.credibility-strip article + article { border-left: 1px solid var(--line-soft); }
.credibility-strip small { display: block; color: var(--gold); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.credibility-strip strong { display: block; font-size: 1.1rem; text-transform: uppercase; }
.credibility-strip p { margin: 2px 0 0; font-size: .75rem; }
.cred-icon { color: var(--gold); font-size: 1.8rem; }
.google-g { color: #4285f4; font-size: 2.2rem; font-weight: 900; }
.stars { color: var(--gold); letter-spacing: .08em; }

.about { padding-top: 122px; background: radial-gradient(circle at 80% 20%, rgba(246,190,0,.05), transparent 28%), #080d13; }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: end; }
.about-copy > p:not(.eyebrow) { max-width: 680px; }
.about-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 30px; }
.about-cards article { min-height: 132px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 20px; background: rgba(16,23,33,.72); border: 1px solid var(--line); }
.about-cards article > span { color: var(--gold); font-size: .72rem; font-weight: 900; }
.about-cards h3 { margin: 0 0 8px; color: var(--gold); font-size: .86rem; text-transform: uppercase; }
.about-cards p { margin: 0; font-size: .78rem; }
.about-image { position: relative; min-height: 560px; margin: 0; align-self: end; overflow: hidden; border-radius: 150px 0 0 0; border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center center; }
.about-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,12,.78), transparent 42%); }
.about-image figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; flex-direction: column; gap: 4px; }
.about-image figcaption strong { color: var(--gold); text-transform: uppercase; }
.about-image figcaption span { color: #fff; font-size: .85rem; }

.services { background: #0a0f15; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { overflow: hidden; background: var(--card); border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(0,0,0,.18); transition: transform .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.service-image { position: relative; height: 235px; overflow: hidden; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,11,16,.82), transparent 55%); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-image span { position: absolute; z-index: 2; left: 20px; bottom: 16px; width: 42px; height: 42px; display: grid; place-items: center; color: #070b10; background: var(--gold); border-radius: 50%; font-size: .74rem; font-weight: 900; }
.service-body { min-height: 305px; display: flex; flex-direction: column; padding: 24px; }
.service-body h3 { font-size: 1.2rem; text-transform: uppercase; }
.service-body p { font-size: .86rem; }
.service-body ul { margin: 4px 0 20px; padding: 0; list-style: none; color: #d4d9df; font-size: .78rem; }
.service-body li { position: relative; padding-left: 17px; margin: 5px 0; }
.service-body li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.service-cta { margin-top: auto; align-self: flex-start; color: var(--gold); font-size: .78rem; font-weight: 900; text-transform: uppercase; }

.process { background: #080d13; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.process-grid article { position: relative; min-height: 155px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px; background: linear-gradient(145deg, #111925, #0b1119); border: 1px solid var(--line); }
.process-grid article:not(:last-child)::after { content: "›"; position: absolute; top: 50%; right: -14px; z-index: 3; transform: translateY(-50%); color: var(--gold); font-size: 1.7rem; font-weight: 900; }
.process-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 2px solid var(--gold); border-radius: 50%; font-size: 1.1rem; font-weight: 900; }
.process-grid h3 { font-size: .9rem; text-transform: uppercase; }
.process-grid p { margin: 0; font-size: .78rem; }

.projects { background: radial-gradient(circle at 0% 0%, rgba(246,190,0,.05), transparent 30%), #090e14; border-top: 1px solid var(--line-soft); }
.project-grid { display: grid; grid-template-columns: 1.4fr repeat(2,1fr); grid-auto-rows: 235px; gap: 16px; }
.project-grid figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(246,190,0,.24); background: #0a0f15; }
.project-grid .project-large { grid-row: span 2; }
.project-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-grid figure:hover img { transform: scale(1.035); }
.project-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,12,.84), transparent 52%); }
.project-grid figcaption { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 14px; color: #fff; font-size: .76rem; font-weight: 800; }

.trust { background: #080c11; border-top: 1px solid var(--line-soft); }
.trust-grid { display: grid; grid-template-columns: 1.1fr repeat(3,1fr); gap: 18px; align-items: stretch; }
.trust-heading { padding-right: 28px; transform: none !important; transition: none !important; }
.trust-heading h2 { font-size: clamp(2.1rem,3.6vw,3rem); }
.review-card, .proof-card { min-height: 260px; display: flex; flex-direction: column; padding: 26px; background: linear-gradient(145deg, #111925, #0b1118); border: 1px solid var(--line); }
.review-card blockquote { margin: 22px 0 auto; color: #e6e9ed; font-size: .9rem; }
.review-card small { color: var(--muted); }
.proof-card span { margin-bottom: 28px; color: var(--gold); font-size: 2rem; font-weight: 900; }
.proof-card h3 { font-size: 1rem; text-transform: uppercase; }
.proof-card p { margin: 0; font-size: .82rem; }

.gold-cta { color: #070b10; background: linear-gradient(135deg, #f3b900, #ffd52c); }
.gold-cta-inner { min-height: 150px; display: grid; grid-template-columns: 1.25fr .95fr auto; gap: 38px; align-items: center; }
.gold-cta small { display: block; margin-bottom: 5px; font-weight: 900; text-transform: uppercase; }
.gold-cta h2 { margin: 0; font-size: clamp(2.2rem,4vw,3.8rem); text-transform: uppercase; }
.gold-cta p { margin: 0; color: #191919; }

.contact { background: #080d13 url('../imagens/fundo-textura-obra.webp') center/cover fixed; }
.contact::before { content: ""; position: absolute; inset: 0; background: rgba(7,11,16,.92); }
.contact-shell { position: relative; display: grid; grid-template-columns: .82fr 1.25fr .72fr; overflow: hidden; border: 1px solid var(--line); background: rgba(8,13,19,.96); box-shadow: var(--shadow); }
.contact-info, .lead-form { padding: 40px; }
.contact-info { border-right: 1px solid var(--line-soft); }
.contact-info h2 { font-size: 2.3rem; }
.contact-info > p:not(.eyebrow) { font-size: .86rem; }
.contact-info ul { margin: 28px 0 0; padding: 0; list-style: none; }
.contact-info li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; margin: 16px 0; color: #fff; font-size: .84rem; }
.contact-info li > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: .72rem; }
.contact-info li p { margin: 4px 0 0; color: #fff; }
.lead-form { border-right: 1px solid var(--line-soft); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.lead-form label { display: block; margin-bottom: 14px; color: #fff; font-size: .76rem; font-weight: 800; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; margin-top: 7px; color: #fff; background: #0b121b; border: 1px solid #3a4654; border-radius: 5px; outline: none; }
.lead-form input, .lead-form select { height: 48px; padding: 0 13px; }
.lead-form textarea { padding: 13px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(246,190,0,.09); }
.form-submit { width: 100%; }
.form-note, .form-status { margin: 10px 0 0; font-size: .69rem; }
.form-status { color: var(--gold); font-weight: 800; }
.contact-visual { position: relative; min-height: 570px; }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,12,.65), transparent 55%); }
.response-card { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: grid; grid-template-columns: 40px 1fr; gap: 10px; padding: 16px; background: rgba(6,10,15,.94); border: 1px solid var(--line); }
.response-card > span { color: var(--gold); font-size: 1.45rem; }
.response-card strong { font-size: .76rem; text-transform: uppercase; }
.response-card p { margin: 4px 0 0; font-size: .7rem; }

.site-footer { padding-top: 56px; background: #04070a; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.1fr .72fr; gap: 36px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid h3 { margin-bottom: 12px; color: var(--gold); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { color: #c7ced7; font-size: .76rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand img { width: 120px; }
.footer-brand p { max-width: 245px; }
.footer-qr img { width: 110px; padding: 6px; background: #fff; }
.footer-whatsapp { color: var(--gold)!important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); color: #7f8995; font-size: .68rem; }

.floating-whatsapp { position: fixed; z-index: 999; right: 22px; bottom: 22px; width: 62px; height: 62px; display: grid; place-items: center; background: linear-gradient(135deg, #2ee06f, #18b95a); border: 3px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 14px 34px rgba(32,207,103,.38); transition: transform .2s, box-shadow .2s; }
.floating-whatsapp::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: rgba(255,255,255,.08); }
.floating-whatsapp:hover { transform: scale(1.07); box-shadow: 0 18px 40px rgba(32,207,103,.46); }
.floating-whatsapp .wa-float-icon { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; }
.floating-whatsapp .wa-float-icon svg { width: 29px; height: 29px; display: block; fill: #fff; }
.mobile-contact-bar { display: none !important; }


/* Conversão e interação — versão 2 */
:focus-visible { outline: 3px solid rgba(246,190,0,.72); outline-offset: 4px; }

.service-offer-band {
  margin: 0 0 34px;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  color: #070b10;
  background: linear-gradient(135deg, #f0b800 0%, #ffd52d 100%);
  border: 1px solid #ffe168;
  box-shadow: 0 18px 42px rgba(246,190,0,.14);
}
.service-offer-band small { display:block; margin-bottom:6px; font-size:.7rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.service-offer-band h3 { margin:0 0 6px; font-size:clamp(1.35rem,2.1vw,2rem); letter-spacing:-.025em; }
.service-offer-band p { margin:0; color:#211d10; font-size:.88rem; }
.service-offer-band .btn { min-width:220px; box-shadow:0 10px 24px rgba(0,0,0,.18); }

.tilt-card {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--lift));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.tilt-card:hover {
  --lift: -7px;
  border-color: rgba(246,190,0,.72);
  box-shadow: 0 22px 42px rgba(0,0,0,.27), 0 0 0 1px rgba(246,190,0,.07) inset;
}
.process-grid .tilt-card > span,
.process-grid .tilt-card > div,
.trust-grid .tilt-card > * { transform: translateZ(14px); }
.trust-heading.tilt-card { padding: 24px 28px 24px 0; border: 1px solid transparent; }
.trust-heading.tilt-card:hover { padding-left: 18px; background: linear-gradient(135deg,rgba(246,190,0,.045),transparent); }

.gallery-item { cursor: zoom-in; isolation:isolate; }
.gallery-item .gallery-zoom {
  position:absolute;
  z-index:3;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  color:#070b10;
  background:var(--gold);
  border-radius:50%;
  font-size:1.15rem;
  font-weight:900;
  opacity:0;
  transform:translateY(-6px) scale(.9);
  transition:opacity .2s ease, transform .2s ease;
  box-shadow:0 8px 22px rgba(0,0,0,.24);
}
.gallery-item:hover .gallery-zoom,
.gallery-item:focus-visible .gallery-zoom { opacity:1; transform:none; }

.gallery-lightbox {
  position:fixed;
  z-index:3000;
  inset:0;
  display:grid;
  grid-template-columns:minmax(58px,1fr) minmax(0,1180px) minmax(58px,1fr);
  align-items:center;
  padding:32px 20px;
  background:rgba(2,5,8,.94);
  backdrop-filter:blur(14px);
  animation:lightbox-in .2s ease;
}
.gallery-lightbox[hidden] { display:none; }
.lightbox-content {
  position:relative;
  grid-column:2;
  margin:0;
  max-height:calc(100vh - 64px);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.lightbox-content img {
  width:auto;
  max-width:100%;
  max-height:calc(100vh - 145px);
  object-fit:contain;
  border:1px solid rgba(246,190,0,.42);
  box-shadow:0 30px 90px rgba(0,0,0,.56);
}
.lightbox-content figcaption { margin-top:14px; color:#fff; font-size:.92rem; font-weight:800; text-align:center; }
.lightbox-counter { margin-top:4px; color:var(--gold); font-size:.72rem; font-weight:900; }
.lightbox-close,
.lightbox-nav {
  position:fixed;
  z-index:2;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(8,13,19,.84);
  border:1px solid rgba(246,190,0,.45);
  transition:background .2s ease, color .2s ease, transform .2s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover { color:#070b10; background:var(--gold); transform:scale(1.05); }
.lightbox-close { top:20px; right:22px; width:48px; height:48px; border-radius:50%; font-size:2rem; line-height:1; }
.lightbox-nav { top:50%; width:54px; height:72px; transform:translateY(-50%); font-size:2.6rem; }
.lightbox-nav:hover { transform:translateY(-50%) scale(1.05); }
.lightbox-prev { left:24px; }
.lightbox-next { right:24px; }
@keyframes lightbox-in { from { opacity:0; } to { opacity:1; } }

/* Mais respiro na faixa amarela principal */
.gold-cta-inner { min-height:0; padding:52px 0; }

/* Evita distorção causada pelos atributos width/height das imagens */
.footer-brand img { width:120px; height:auto; aspect-ratio:1/1; object-fit:contain; }
.footer-qr img { width:110px; height:auto; aspect-ratio:1/1; object-fit:contain; }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .73rem; }
  .header-cta { min-width: 50px; width: 50px; padding: 0; border-radius: 50%; gap: 0; }
  .header-cta span { display: none; }
  .header-cta .wa-icon { width: 20px; height: 20px; flex-basis: 20px; }
  .header-cta .wa-icon svg { width: 20px; height: 20px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { min-height: 520px; }
  .about-image img { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-heading { grid-column: 1/-1; }
  .contact-shell { grid-template-columns: .8fr 1.2fr; }
  .contact-visual { grid-column: 1/-1; min-height: 360px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); }
  .footer-qr { grid-column: 4; }
}

@media (max-width: 900px) {
  :root { --header-h: 74px; }
  .header-inner { grid-template-columns: 82px 1fr auto; }
  .brand { width: 72px; height: 70px; }
  .brand img { width: 70px; height: 70px; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { grid-column: 3; }
  .main-nav { position: fixed; inset: var(--header-h) 0 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; padding: 34px 20px; background: rgba(4,7,10,.985); transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: min(100%,420px); padding: 16px; font-size: 1rem; text-align: center; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav a::after { display: none; }
  .hero { min-height: 760px; background-position: center center; }
  .hero::after { background: linear-gradient(90deg, rgba(4,7,10,.97) 0%, rgba(4,7,10,.88) 50%, rgba(4,7,10,.48) 100%), linear-gradient(0deg,#070b10 0%,transparent 35%); }
  .hero-inner { min-height: 595px; }
  .hero-copybox { width: 70%; }
  .hero-benefits { grid-template-columns: repeat(2,1fr); }
  .credibility-strip { margin-top: -10px; }
  .section { padding: 72px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .service-image { height: 100%; min-height: 320px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(2)::after { display: none; }
  .project-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 235px; }
  .project-grid .project-large { grid-row: span 1; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .gold-cta-inner { grid-template-columns: 1fr auto; padding: 28px 0; }
  .gold-cta p { grid-column: 1/-1; grid-row: 2; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { background: rgba(4,7,10,.97); }
  .header-inner { grid-template-columns: 70px 1fr auto; gap: 8px; }
  .brand { width: 66px; }
  .brand img { width: 64px; height: 64px; }
  .header-cta { display: none; }
  .hero { min-height: 820px; background-position: 56% center; }
  .hero::after { background: linear-gradient(90deg, rgba(4,7,10,.98) 0%, rgba(4,7,10,.92) 62%, rgba(4,7,10,.62) 100%), linear-gradient(0deg,#070b10 0%,transparent 40%); }
  .hero-inner { min-height: 620px; align-items: flex-start; }
  .hero-copybox { width: 100%; padding-top: 75px; }
  .hero h1 { font-size: clamp(3.4rem,18vw,5.2rem); }
  .hero-lead { max-width: 520px; font-size: .94rem; }
  .hero-benefits { gap: 8px; }
  .hero-benefits div { grid-template-columns: 29px 1fr; padding: 9px; }
  .hero-benefits span { width: 28px; height: 28px; }
  .hero-actions { flex-direction: column; }
  .btn-large { width: 100%; min-width: 0; }
  .credibility-strip { grid-template-columns: 1fr; margin-top: -85px; }
  .credibility-strip article { min-height: 82px; justify-content: flex-start; padding: 14px 20px; }
  .credibility-strip article + article { border-left: 0; border-top: 1px solid var(--line-soft); }
  .about { padding-top: 92px; }
  .section { padding: 58px 0; }
  h2 { font-size: 2.15rem; }
  .about-grid { gap: 28px; }
  .about-cards { grid-template-columns: 1fr; }
  .about-cards article { min-height: auto; }
  .about-image, .about-image img { min-height: 390px; }
  .about-grid { align-items: end; }
  .about-image { border-radius: 80px 0 0 0; }
  .service-card { display: block; }
  .service-image { height: 245px; min-height: 0; }
  .service-body { min-height: 280px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article::after { display: none!important; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .project-grid .project-large { grid-row: span 1; }
  .trust-grid { grid-template-columns: 1fr; }
  .review-card, .proof-card { min-height: 220px; }
  .gold-cta-inner { grid-template-columns: 1fr; gap: 18px; padding: 30px 0; text-align: center; }
  .gold-cta p { grid-column: auto; grid-row: auto; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-info, .lead-form { padding: 28px 22px; }
  .contact-info, .lead-form { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-visual { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-qr { grid-column: auto; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .floating-whatsapp { display: none; }
  .mobile-contact-bar { display: none !important; }
  .mobile-floating-actions {
    position: fixed;
    z-index: 1100;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .mobile-float-button {
    position: relative;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.9);
    box-shadow: 0 12px 28px rgba(0,0,0,.34);
    -webkit-tap-highlight-color: transparent;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .mobile-float-button:active { transform: scale(.95); }
  .mobile-float-button svg { width: 27px; height: 27px; display: block; }
  .mobile-float-phone { color: #070b10; background: linear-gradient(135deg, var(--gold-2), var(--gold)); }
  .mobile-float-whatsapp { color: #fff; background: linear-gradient(135deg, #2ee06f, #18b95a); }
  .mobile-float-whatsapp::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
  .site-footer { padding-bottom: 18px; }
}


@media (max-width: 900px) {
  .service-offer-band { grid-template-columns:1fr; align-items:start; }
  .service-offer-band .btn { justify-self:start; }
}

@media (max-width: 680px) {
  .service-offer-band { margin-bottom:26px; padding:24px 20px; gap:18px; }
  .service-offer-band .btn { width:100%; min-width:0; }
  .gold-cta-inner { padding:44px 0; }
  .gallery-lightbox { grid-template-columns:1fr; padding:72px 12px 84px; }
  .lightbox-content { grid-column:1; }
  .lightbox-content img { max-height:calc(100vh - 190px); }
  .lightbox-nav { top:auto; bottom:18px; width:58px; height:50px; transform:none; }
  .lightbox-nav:hover { transform:scale(1.04); }
  .lightbox-prev { left:calc(50% - 68px); }
  .lightbox-next { right:calc(50% - 68px); }
  .lightbox-close { top:14px; right:14px; }
  .trust-heading.tilt-card { padding:20px 0; }
  .trust-heading.tilt-card:hover { padding-left:10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; }
}


/* Rodapé redes sociais */
.footer-social { gap: 12px !important; }
.footer-social-links { display:flex; align-items:center; gap:12px; flex-wrap:nowrap; white-space:nowrap; }
.footer-social-links .social-icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.6px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.footer-social-links .social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(246,190,0,.16);
  background: rgba(246,190,0,.08);
  color: #ffd54f;
}
.footer-social-links .social-icon svg {
  width: 19px;
  height: 19px;
}
.footer-social p { max-width: 220px; line-height: 1.55; }
.footer-qr img { display:none; }
.footer-whatsapp { display:none; }

@media (max-width: 1100px) {
  .footer-social { grid-column: 4; }
}

@media (max-width: 900px) {
  .footer-social { grid-column: auto; }
}

/* Ajustes finais do rodapé */
.footer-bottom .neoarte-link { color: var(--gold); font-weight: 800; text-decoration: none; }
.footer-bottom .neoarte-link:hover { color: #ffd54f; text-decoration: underline; }
.floating-whatsapp .wa-float-icon svg { display:block; width:29px; height:29px; fill:#fff; }

/* Correção definitiva do menu mobile — fundo preto sólido */
@media (max-width: 900px) {
  .main-nav {
    position: fixed !important;
    z-index: 1200 !important;
    top: var(--header-h) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100dvh - var(--header-h)) !important;
    min-height: calc(100vh - var(--header-h)) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 26px 20px max(36px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: #030609 !important;
    background-color: #030609 !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 22px 45px rgba(0,0,0,.72) !important;
    transform: translateX(105%) !important;
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s ease, visibility 0s linear .28s !important;
    isolation: isolate;
  }

  .main-nav::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #030609;
  }

  .main-nav.open {
    transform: translateX(0) !important;
    visibility: visible;
    pointer-events: auto;
    transition: transform .28s ease, visibility 0s linear 0s !important;
  }

  .main-nav a {
    width: min(100%, 430px) !important;
    min-height: 58px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px 18px !important;
    color: #ffffff !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
    font-size: 1rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-shadow: none !important;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible,
  .main-nav a.active {
    color: var(--gold) !important;
    background: rgba(246,190,0,.07) !important;
  }

  .main-nav a::after { display: none !important; }

  .menu-toggle {
    position: relative;
    z-index: 1300;
    color: #fff;
    background: #070b10 !important;
    border-color: rgba(255,255,255,.28) !important;
  }

  .menu-toggle span {
    transform-origin: center;
    background: #fff !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.menu-open {
    overflow: hidden !important;
    touch-action: none;
  }
}
