:root {
  --nl-bg: #050608;
  --nl-surface: #0c0f14;
  --nl-surface-2: #12161e;
  --nl-text: #fff;
  --nl-muted: rgba(255,255,255,.68);
  --nl-soft: rgba(255,255,255,.48);
  --nl-line: rgba(255,255,255,.12);
  --nl-orange: #ff6518;
  --nl-orange-light: #ff8c4b;
  --nl-blue: #398cff;
  --nl-green: #24d06f;
  --nl-body: Inter, Arial, Helvetica, sans-serif;
  --nl-display: Impact, "Arial Narrow", Arial, sans-serif;
}

.negocios-locais-page,
.negocios-locais-page * { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.negocios-locais-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--nl-text);
  background: var(--nl-bg);
  font-family: var(--nl-body);
  -webkit-font-smoothing: antialiased;
}

.negocios-locais-page.nl-menu-open { overflow: hidden; }
.negocios-locais-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(#000, transparent 85%);
}

.negocios-locais-page h1,
.negocios-locais-page h2,
.negocios-locais-page h3,
.negocios-locais-page p,
.negocios-locais-page ul { margin-top: 0; }
.negocios-locais-page a { color: inherit; text-decoration: none; }
.negocios-locais-page img { display: block; max-width: 100%; }
.negocios-locais-page svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.nl-container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.nl-skip-link { position: fixed; left: 14px; top: -80px; z-index: 200; padding: 10px 14px; color: #080808; background: #fff; font-weight: 800; }
.nl-skip-link:focus { top: 10px; }

/* Header: mesma estrutura visual global das páginas aprovadas. */
.nl-site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(4,5,7,.88); }
.nl-nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nl-brand img { width: 136px; height: auto; }
.nl-menu { display: none; }
.nl-menu a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 750; transition: color .2s ease; }
.nl-menu a:hover { color: #fff; }
.nl-header-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid rgba(255,101,24,.5); border-radius: 10px; color: #fff; background: rgba(255,101,24,.1); font-size: 12px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.nl-header-cta:hover { transform: translateY(-2px); background: rgba(255,101,24,.18); }
.nl-menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--nl-line); border-radius: 9px; color: #fff; background: rgba(255,255,255,.045); cursor: pointer; }
.nl-menu-toggle span { width: 19px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nl-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nl-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.nl-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nl-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--nl-orange-light); font-size: 10px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.nl-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--nl-orange); box-shadow: 0 0 16px rgba(255,101,24,.7); }
.nl-eyebrow.green { color: #6be79f; }
.nl-eyebrow.green i { background: var(--nl-green); box-shadow: 0 0 16px rgba(36,208,111,.6); }

/* Hero */
.nl-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 132px 0 76px;
  background:
    radial-gradient(circle at 7% 20%, rgba(255,101,24,.2), transparent 29%),
    radial-gradient(circle at 91% 22%, rgba(57,140,255,.17), transparent 31%),
    linear-gradient(180deg, #050608 0%, #07090d 68%, #050608 100%);
}
.nl-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; pointer-events: none; background: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at 52% 32%, #000, transparent 78%); }
.nl-hero-word { position: absolute; top: 100px; left: 50%; z-index: -2; transform: translateX(-50%); color: rgba(255,255,255,.024); font-family: var(--nl-display); font-size: clamp(120px, 22vw, 320px); line-height: .8; white-space: nowrap; }
.nl-hero-grid { display: grid; gap: 42px; align-items: center; }
.nl-hero-copy { min-width: 0; }
.nl-hero h1 { max-width: 690px; margin: 16px 0 20px; font-size: clamp(42px, 6.5vw, 68px); font-weight: 900; line-height: .98; letter-spacing: 0; }
.nl-hero h1 em { color: var(--nl-orange); font-style: normal; }
.nl-hero-lead { max-width: 650px; margin-bottom: 0; color: var(--nl-muted); font-size: 16px; line-height: 1.62; }
.nl-hero-actions { display: flex; flex-direction: column; gap: 11px; margin-top: 28px; }
.nl-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid var(--nl-line); border-radius: 12px; font-size: 13px; font-weight: 850; transition: transform .2s ease, border-color .2s ease; }
.nl-button:hover { transform: translateY(-3px); }
.nl-button-primary { justify-content: space-between; color: #fff; background: linear-gradient(135deg, #ff7d36, #ff3e08); border-color: rgba(255,139,80,.65); box-shadow: 0 20px 54px rgba(255,76,13,.25); }
.nl-button-primary span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: rgba(255,255,255,.16); font-size: 18px; }
.nl-button-secondary { background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); }
.negocios-locais-page .nl-quick-proofs { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0 0; padding: 0; list-style: none; }
.nl-quick-proofs li { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: 11.5px; font-weight: 700; }
.nl-quick-proofs span { color: var(--nl-green); }

.nl-hero-visual { position: relative; min-height: 520px; isolation: isolate; }
.nl-hero-visual::before { content: ""; position: absolute; inset: 8% -6%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(57,140,255,.17), transparent 66%); }
.nl-search-scene { position: absolute; inset: 25px 20px 32px; padding: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: radial-gradient(circle at 86% 0%, rgba(57,140,255,.13), transparent 38%), linear-gradient(155deg, rgba(19,23,31,.98), rgba(5,7,11,.99)); box-shadow: 0 45px 110px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.08); }
.nl-search-scene::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 34px 34px; }
.nl-scene-top { position: relative; min-height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 5px; color: var(--nl-soft); font-size: 10px; text-transform: uppercase; }
.nl-scene-top span,
.nl-scene-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--nl-orange); }
.nl-scene-top i { background: var(--nl-green); }
.nl-search-input { position: relative; min-height: 54px; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.055); }
.nl-search-input svg { width: 19px; color: #75adff; }
.nl-search-input strong { min-width: 0; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.nl-search-input small { padding: 5px 7px; border-radius: 6px; color: #6be79f; background: rgba(36,208,111,.09); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.nl-company-card { position: relative; margin-top: 16px; padding: 25px 22px 21px; border: 1px solid rgba(255,101,24,.25); border-radius: 18px; background: radial-gradient(circle at 100% 0%, rgba(255,101,24,.12), transparent 42%), linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.nl-company-tag { display: inline-block; padding: 6px 9px; border: 1px solid rgba(36,208,111,.25); border-radius: 999px; color: #6be79f; background: rgba(36,208,111,.07); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.nl-company-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 26px 0 16px; border: 1px solid rgba(255,139,80,.3); border-radius: 14px; color: var(--nl-orange-light); background: rgba(255,101,24,.09); }
.nl-company-icon svg { width: 27px; }
.nl-company-card h2 { margin-bottom: 9px; font-size: 24px; }
.nl-company-card p { max-width: 310px; margin-bottom: 20px; color: var(--nl-muted); font-size: 12px; line-height: 1.52; }
.nl-company-action { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; border-radius: 9px; color: #0a0807; background: #fff; font-size: 11px; font-weight: 900; }
.nl-company-action i { font-style: normal; font-size: 17px; }
.nl-signal { position: absolute; z-index: 4; min-width: 184px; display: grid; grid-template-columns: 37px 1fr; column-gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: linear-gradient(155deg, rgba(17,22,30,.98), rgba(5,7,10,.97)); box-shadow: 0 20px 52px rgba(0,0,0,.48); }
.nl-signal-icon { grid-row: 1 / 3; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; }
.nl-signal-icon svg { width: 19px; }
.nl-signal-icon.green { color: #72eba4; background: rgba(36,208,111,.11); }
.nl-signal-icon.blue { color: #74adff; background: rgba(57,140,255,.12); }
.nl-signal-icon.orange { color: #110803; background: var(--nl-orange); font-weight: 900; }
.nl-signal small { align-self: end; color: var(--nl-soft); font-size: 9px; }
.nl-signal strong { align-self: start; font-size: 11.5px; }
.nl-signal-one { top: 9px; right: 0; }
.nl-signal-two { left: 0; bottom: 64px; }
.nl-signal-three { right: 3px; bottom: 1px; }

.nl-stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 28px; overflow: hidden; gap: 1px; padding: 1px; border: 1px solid var(--nl-line); border-radius: 17px; background: rgba(255,255,255,.08); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.nl-stats div { min-height: 84px; display: grid; place-content: center; padding: 13px; text-align: center; background: linear-gradient(180deg, rgba(15,18,24,.98), rgba(7,9,13,.98)); }
.nl-stats strong { color: var(--nl-orange-light); font-size: 20px; }
.nl-stats span { margin-top: 5px; color: var(--nl-muted); font-size: 11px; }

/* Faixas comerciais */
.nl-orange-band,
.nl-guarantee { position: relative; isolation: isolate; overflow: hidden; color: #100906; background: linear-gradient(115deg, #ff945c, var(--nl-orange) 52%, #e84a0b); }
.nl-orange-band { padding: 70px 0; }
.nl-orange-band::before,
.nl-guarantee::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 30px 30px; opacity: .38; }
.nl-band-word,
.nl-guarantee-word { position: absolute; z-index: -1; color: rgba(20,8,3,.095); font-family: var(--nl-display); line-height: .8; white-space: nowrap; }
.nl-band-word { left: 50%; top: 20px; transform: translateX(-50%); font-size: clamp(110px, 20vw, 270px); }
.nl-band-grid { display: grid; gap: 28px; align-items: center; }
.nl-dark-kicker { display: inline-block; margin-bottom: 14px; font-size: 10px; font-weight: 950; letter-spacing: 1.5px; text-transform: uppercase; }
.nl-band-copy h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(35px, 5.5vw, 53px); line-height: 1.02; }
.nl-band-copy > p { max-width: 690px; margin-bottom: 25px; font-size: 15px; font-weight: 700; line-height: 1.55; }
.nl-band-copy ul { display: grid; gap: 10px; margin-bottom: 0; padding: 0; list-style: none; }
.nl-band-copy li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 850; }
.nl-band-copy li span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: #0a0b0e; font-size: 11px; }
.nl-band-card { position: relative; padding: 28px; overflow: hidden; border: 1px solid rgba(0,0,0,.25); border-radius: 18px; color: #fff; background: linear-gradient(145deg, rgba(11,13,17,.94), rgba(4,5,7,.89)); box-shadow: 0 30px 80px rgba(80,18,0,.25); }
.nl-band-card > span { position: absolute; right: 17px; top: 6px; color: rgba(255,255,255,.055); font-family: var(--nl-display); font-size: 92px; }
.nl-band-card p { position: relative; margin: 0; font-size: 21px; font-weight: 850; line-height: 1.35; }

/* Seções de conteúdo */
.nl-section { position: relative; overflow: hidden; padding: 76px 0; content-visibility: auto; contain-intrinsic-size: 680px; }
.nl-section-heading { max-width: 840px; margin: 0 auto 34px; text-align: center; }
.nl-section-heading h2 { margin: 14px 0 14px; font-size: clamp(35px, 5.7vw, 52px); line-height: 1.03; }
.nl-section-heading h2 em { color: var(--nl-orange); font-style: normal; }
.nl-section-heading > p { max-width: 750px; margin-inline: auto; color: var(--nl-muted); font-size: 15px; line-height: 1.62; }

.nl-focus-section { background: radial-gradient(circle at 10% 42%, rgba(255,101,24,.1), transparent 30%), linear-gradient(180deg, #050608, #080a0e, #050608); }
.nl-focus-grid { display: grid; align-items: stretch; gap: 13px; }
.nl-focus-card { position: relative; min-height: 215px; height: 100%; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--nl-line); border-radius: 16px; background: radial-gradient(circle at 100% 0%, rgba(57,140,255,.07), transparent 38%), linear-gradient(150deg, rgba(255,255,255,.065), rgba(255,255,255,.02)); box-shadow: 0 22px 60px rgba(0,0,0,.24); }
.nl-card-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 11px; }
.nl-card-icon svg { width: 22px; }
.nl-card-icon.orange { color: var(--nl-orange-light); border: 1px solid rgba(255,101,24,.28); background: rgba(255,101,24,.08); }
.nl-card-icon.blue { color: #77afff; border: 1px solid rgba(57,140,255,.28); background: rgba(57,140,255,.09); }
.nl-card-icon.green { color: #6de8a0; border: 1px solid rgba(36,208,111,.28); background: rgba(36,208,111,.08); }
.nl-focus-card h3 { margin-bottom: 9px; font-size: 18px; }
.nl-focus-card p { margin: 0; color: var(--nl-muted); font-size: 13px; line-height: 1.55; }

.nl-proof-section { background: radial-gradient(circle at 86% 50%, rgba(36,208,111,.09), transparent 32%), #050608; }
.nl-proof-section .nl-section-heading h2 em { color: var(--nl-green); }
.nl-proof-grid { display: grid; gap: 15px; }
.nl-proof-phone { padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: linear-gradient(180deg, #12161d, #07090d); box-shadow: 0 30px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06); }
.nl-phone-head { min-height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 5px; color: var(--nl-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.nl-phone-head span,
.nl-phone-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--nl-orange); }
.nl-phone-head i { background: var(--nl-green); }
.nl-result-block { margin-top: 9px; padding: 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.035); }
.nl-result-block small { display: block; margin-bottom: 8px; color: #78b0ff; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.nl-result-block strong { display: block; margin-bottom: 7px; font-size: 17px; }
.nl-result-block p { margin: 0; color: var(--nl-muted); font-size: 12px; line-height: 1.5; }
.nl-result-block.green { border-color: rgba(36,208,111,.22); background: rgba(36,208,111,.055); }
.nl-result-block.green small { color: #6de8a0; }
.nl-result-block.orange { border-color: rgba(255,101,24,.23); background: rgba(255,101,24,.055); }
.nl-result-block.orange small { color: var(--nl-orange-light); }
.nl-result-block.blue { border-color: rgba(57,140,255,.24); background: rgba(57,140,255,.06); }

/* Método Fluxo */
.nl-method-section { isolation: isolate; background: linear-gradient(180deg, #050608, #090b10, #050608); }
.nl-method-section::before { content: ""; position: absolute; inset: 0; z-index: -3; pointer-events: none; background: radial-gradient(circle at 4% 50%, rgba(255,101,24,.14), transparent 30%), radial-gradient(circle at 96% 50%, rgba(57,140,255,.14), transparent 30%); }
.nl-method-word { position: absolute; top: 34px; left: 50%; z-index: -2; transform: translateX(-50%); color: rgba(255,255,255,.028); font-family: var(--nl-display); font-size: clamp(120px, 24vw, 330px); line-height: .8; white-space: nowrap; }
.nl-method-mark { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border: 1px solid rgba(255,101,24,.24); border-radius: 8px; color: var(--nl-muted); background: rgba(255,101,24,.06); font-size: 11px; font-weight: 800; }
.nl-method-mark strong { color: var(--nl-orange-light); font-size: 15px; }
.nl-method-grid { display: grid; gap: 12px; }
.nl-method-card { min-height: 220px; padding: 19px; border: 1px solid rgba(255,255,255,.09); border-left: 2px solid var(--nl-orange); border-radius: 9px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); }
.nl-method-card:nth-child(even) { border-left-color: var(--nl-blue); }
.nl-method-card b { display: block; margin-bottom: 31px; color: var(--nl-orange-light); font-family: var(--nl-display); font-size: 36px; }
.nl-method-card:nth-child(even) b { color: #6ca9ff; }
.nl-method-card h3 { margin-bottom: 9px; font-size: 17px; }
.nl-method-card p { margin: 0; color: var(--nl-muted); font-size: 13px; line-height: 1.52; }

/* Garantia e CTA */
.nl-guarantee { padding: 64px 0; }
.nl-guarantee-word { left: 50%; top: 16px; transform: translateX(-50%); font-size: clamp(110px, 21vw, 280px); }
.nl-guarantee-grid { display: grid; gap: 28px; align-items: center; }
.nl-guarantee h2 { margin-bottom: 15px; font-size: clamp(40px, 6vw, 58px); line-height: 1; }
.nl-guarantee p { max-width: 700px; margin: 0; font-size: 15px; font-weight: 700; line-height: 1.58; }
.nl-zero-badge { width: min(100%, 260px); min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px; border: 1px solid rgba(0,0,0,.24); border-radius: 18px; color: #fff; background: linear-gradient(145deg, rgba(11,13,17,.96), rgba(4,5,7,.9)); box-shadow: 0 26px 70px rgba(75,17,0,.24); }
.nl-zero-badge strong { color: var(--nl-orange-light); font-family: var(--nl-display); font-size: 83px; line-height: .8; }
.nl-zero-badge span { font-size: 14px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }

.nl-final-cta { position: relative; overflow: hidden; padding: 78px 0; background: radial-gradient(circle at 10% 40%, rgba(255,101,24,.16), transparent 31%), radial-gradient(circle at 92% 42%, rgba(57,140,255,.14), transparent 31%), linear-gradient(180deg, #07090c, #040506); }
.nl-final-grid { display: grid; gap: 30px; align-items: center; }
.nl-final-copy h2 { max-width: 700px; margin: 14px 0 17px; font-size: clamp(39px, 6.3vw, 60px); line-height: 1; }
.nl-final-copy h2 em { color: var(--nl-orange); font-style: normal; }
.nl-final-copy p { max-width: 650px; margin: 0; color: var(--nl-muted); font-size: 15px; line-height: 1.6; }
.nl-final-card { padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: radial-gradient(circle at 100% 0%, rgba(57,140,255,.09), transparent 36%), linear-gradient(150deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.nl-final-card-head { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; margin-bottom: 18px; }
.nl-final-card-head > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: #100703; background: var(--nl-orange); font-weight: 900; }
.nl-final-card-head strong { font-size: 15px; }
.nl-final-card-head p { margin: 7px 0 0; color: var(--nl-muted); font-size: 12px; line-height: 1.48; }
.nl-final-button { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 11px 0 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: linear-gradient(135deg, #ff752d, #f33e08); box-shadow: 0 22px 54px rgba(255,70,9,.2); font-size: 14px; font-weight: 850; transition: transform .2s ease; }
.nl-final-button:hover { transform: translateY(-3px); }
.nl-final-button i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 10px; color: #080808; background: #fff; font-size: 20px; font-style: normal; }
.nl-final-card > small { display: block; margin-top: 11px; color: var(--nl-soft); text-align: center; font-size: 10.5px; }

/* Footer: conteúdo e hierarquia global preservados. */
.nl-site-footer { padding: 56px 0 20px; border-top: 1px solid rgba(255,255,255,.08); background: #030405; content-visibility: auto; contain-intrinsic-size: 500px; }
.nl-footer-inner { display: grid; gap: 30px; }
.nl-footer-logo img { width: 145px; height: auto; }
.nl-footer-brand > p { max-width: 460px; margin: 18px 0; color: var(--nl-muted); font-size: 13px; line-height: 1.6; }
.nl-footer-meta { display: grid; gap: 6px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 750; }
.nl-footer-nav h2,
.nl-footer-locations h2 { margin-bottom: 14px; color: var(--nl-orange-light); font-size: 11px; text-transform: uppercase; }
.nl-footer-nav { display: grid; align-content: start; gap: 10px; }
.nl-footer-nav a { color: var(--nl-muted); font-size: 13px; }
.nl-footer-nav a:hover { color: #fff; }
.nl-footer-locations address { display: grid; gap: 4px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-style: normal; }
.nl-footer-locations strong { font-size: 13px; }
.nl-footer-locations span { color: var(--nl-muted); font-size: 11px; }
.nl-footer-bottom { display: grid; gap: 12px; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.nl-footer-bottom p { margin: 0; color: var(--nl-soft); font-size: 10.5px; line-height: 1.5; }

.nl-reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.nl-reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 640px) {
  .nl-container { width: min(100% - 48px, 1180px); }
  .nl-hero-actions { flex-direction: row; }
  .nl-button-primary { min-width: 260px; }
  .nl-focus-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nl-proof-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nl-proof-phone:last-child { grid-column: 1 / -1; width: min(100%, 570px); justify-self: center; }
  .nl-method-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nl-footer-inner { grid-template-columns: 1.3fr 1fr; }
  .nl-footer-bottom { grid-template-columns: 1.5fr 1fr; align-items: end; }
  .nl-footer-bottom p:last-child { text-align: right; }
}

@media (min-width: 980px) {
  .nl-brand img { width: 150px; }
  .nl-menu { display: flex; align-items: center; gap: 27px; }
  .nl-menu-toggle { display: none; }
  .nl-hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(430px,.92fr); gap: 60px; }
  .nl-stats { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .nl-band-grid { grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 70px; }
  .nl-focus-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .nl-proof-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .nl-proof-phone:last-child { grid-column: auto; width: auto; }
  .nl-method-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .nl-guarantee-grid { grid-template-columns: minmax(0,1fr) 280px; gap: 70px; }
  .nl-final-grid { grid-template-columns: 1.1fr .9fr; gap: 62px; }
  .nl-footer-inner { grid-template-columns: 1.35fr 1fr .7fr 1fr; gap: 38px; }
}

@media (max-width: 979px) {
  .nl-header-cta { display: none; }
  .nl-menu { position: fixed; top: 82px; left: 16px; right: 16px; z-index: 110; padding: 12px; border: 1px solid var(--nl-line); border-radius: 12px; background: rgba(5,6,8,.98); box-shadow: 0 24px 70px rgba(0,0,0,.55); }
  .nl-menu.is-open { display: grid; }
  .nl-menu a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nl-menu a:last-child { border-bottom: 0; }
}

@media (max-width: 639px) {
  .nl-nav { height: 66px; }
  .nl-brand img { width: 118px; }
  .nl-menu { top: 66px; }
  .nl-hero { padding: 103px 0 56px; }
  .nl-hero h1 { font-size: clamp(39px, 11vw, 49px); }
  .nl-hero-lead { font-size: 14px; }
  .nl-hero-visual { min-height: 480px; }
  .nl-search-scene { inset: 23px 2px 50px; padding: 12px; border-radius: 20px; }
  .nl-search-input { grid-template-columns: 22px minmax(0,1fr); }
  .nl-search-input small { display: none; }
  .nl-company-card { padding: 19px 16px 17px; }
  .nl-company-icon { margin: 20px 0 14px; }
  .nl-signal { min-width: 167px; padding: 10px; }
  .nl-signal-one { right: -2px; }
  .nl-signal-two { left: -2px; bottom: 49px; }
  .nl-signal-three { display: none; }
  .nl-stats { grid-template-columns: 1fr; }
  .nl-stats div { min-height: 70px; }
  .nl-orange-band,
  .nl-section,
  .nl-guarantee,
  .nl-final-cta { padding-block: 58px; }
  .nl-section-heading { text-align: left; }
  .nl-section-heading > p { margin-inline: 0; }
  .nl-band-card p { font-size: 18px; }
  .nl-zero-badge { width: 100%; }
  .nl-final-card { padding: 16px; }
  .nl-final-button { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .negocios-locais-page *,
  .negocios-locais-page *::before,
  .negocios-locais-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .nl-reveal { opacity: 1; transform: none; }
}
