:root {
  --bg: #f7f7f5;
  --surface: #ffffff;
  --text: #121212;
  --muted: #5f5f5f;
  --brand: #52bd78;
  --brand-strong: #2f9f61;
  --line: #e8e8e8;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  text-decoration: none;
  color: var(--brand);
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  height: 58px;
  width: auto;
  display: block;
}

.mark {
  width: 58px;
  height: 74px;
  background: var(--brand);
  border-radius: 0 38px 38px 0;
  position: relative;
  flex: 0 0 auto;
}

.mark::before,
.mark::after {
  content: "";
  position: absolute;
  right: -9px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}

.mark::before {
  display: none;
}

.mark::after {
  top: 50%;
  transform: translateY(-50%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.wordmark strong {
  font-size: 1.95rem;
  line-height: 1;
  font-weight: 700;
}

.main-nav {
  display: flex;
  gap: 26px;
}

.main-nav a {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding: 6px 2px;
  transition: color 0.22s ease;
  z-index: 0;
}

.main-nav a:hover {
  color: var(--brand-strong);
}

.main-nav a::before {
  content: none;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #41b16f, #7ce3a3);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 1.1rem;
}

.section {
  padding: 88px 0;
}

.eyebrow,
.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: var(--brand-strong);
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  margin: 0 0 12px;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 600;
  max-width: 13ch;
  letter-spacing: -0.01em;
}

h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  max-width: 25ch;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
}

p {
  margin: 0;
}

.lead,
.help-item p,
.product p,
.insight-card p,
.footer p,
.footer li {
  color: var(--muted);
}

.hero {
  padding: 56px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  padding-right: 16px;
}

.hero-highlight {
  color: #16e58d;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #141414;
  color: #fff;
}

.btn-ghost {
  border: 1px solid #dcdcdc;
  color: #1b1b1b;
  background: #fff;
}

.hero-media {
  min-height: 460px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.18)),
    url("assets/images/hero-research-alt.jpg") center/cover;
}

.home-v1-cinematic .topbar {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom: none;
}

.home-v1-cinematic .main-nav a {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.home-v1-cinematic .main-nav a::after,
.internal-page .main-nav a::after {
  background: linear-gradient(90deg, #58cc89, #b9f7d8);
}

.home-v1-cinematic .menu-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.25);
}

.home-v1-cinematic .hero-cinematic {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 140px 0 72px;
  background:
    linear-gradient(180deg, rgba(2, 10, 10, 0.7) 0%, rgba(10, 21, 20, 0.52) 34%, rgba(7, 16, 15, 0.62) 100%),
    url("assets/images/product-emotion.jpg") center/cover no-repeat;
}

.home-v1-cinematic .hero-grid {
  grid-template-columns: 1fr;
}

.home-v1-cinematic .hero-copy {
  max-width: 900px;
  padding-right: 0;
}

.home-v1-cinematic .hero .eyebrow {
  color: #baf9df;
}

.home-v1-cinematic .hero h1 {
  max-width: 14ch;
  color: #fff;
  font-size: clamp(1.76rem, 3.76vw, 4rem);
  text-transform: none;
  font-weight: 700;
  line-height: 1.04;
}

.home-v1-cinematic .hero .lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 60ch;
  font-size: 1.02rem;
}

.home-v1-cinematic .hero .btn-primary {
  background: #16e58d;
  color: #052117;
}

.home-v1-cinematic .hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.home-v1-cinematic #solucoes h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-v1-cinematic #produtos h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-v1-cinematic #insights h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.internal-page .topbar {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom: none;
}

.internal-page .main-nav a {
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.internal-page .menu-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.25);
}

.internal-page .product-hero {
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  padding: 124px 0 52px;
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.7) 0%, rgba(10, 20, 18, 0.5) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/hero-research-alt.jpg") center/cover no-repeat;
}

.internal-page .product-hero-grid {
  grid-template-columns: 1fr;
}

.internal-page .product-page-image {
  display: none;
}

.internal-page .product-hero .section-label {
  color: #baf9df;
}

.internal-page .product-hero h1 {
  color: #fff;
  max-width: 17ch;
}

.internal-page .product-hero .lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 64ch;
}

.internal-page.page-sobre .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.7) 0%, rgba(10, 20, 18, 0.5) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-sobre.svg") center/cover no-repeat;
}

.internal-page.page-solucoes .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-solucoes.svg") center/cover no-repeat;
}

.internal-page.page-produtos .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-produtos.svg") center/cover no-repeat;
}

.internal-page.page-insights .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-insights.svg") center/cover no-repeat;
}

.internal-page.page-contato .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-contato.svg") center/cover no-repeat;
}

.internal-page.page-produto-digital .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-brand-lift-digital.svg") center/cover no-repeat;
}

.internal-page.page-produto-painel .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-brand-lift-preview.svg") center/cover no-repeat;
}

.internal-page.page-attention-lift .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-attention-lift.svg") center/cover no-repeat;
}

.internal-page.page-attention-light .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-attention-score-light.svg") center/cover no-repeat;
}

.internal-page.page-emotion .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-emotion.svg") center/cover no-repeat;
}

.internal-page.page-brand-tracking .product-hero {
  background:
    linear-gradient(180deg, rgba(4, 10, 10, 0.68) 0%, rgba(10, 20, 18, 0.52) 40%, rgba(9, 18, 17, 0.62) 100%),
    url("assets/images/header-brand-tracking.svg") center/cover no-repeat;
}

.help-grid {
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.help-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px 18px;
  align-items: start;
}

.help-item span {
  color: #a0a0a0;
  font-size: 0.92rem;
  font-weight: 600;
  margin-top: 3px;
}

.help-item h3,
.help-item p {
  grid-column: 2;
}

.product-list {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}

.product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 340px 1fr;
}

.product-image {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  transition: transform 0.45s ease;
}

.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 16, 0.1) 0%, rgba(8, 12, 16, 0.42) 100%),
    radial-gradient(circle at 78% 18%, rgba(100, 232, 153, 0.24), transparent 46%);
  pointer-events: none;
}

.product:hover .product-image {
  transform: scale(1.015);
}

.product-copy {
  padding: 28px;
}

.product a {
  display: inline-block;
  margin-top: 14px;
  text-decoration: none;
  color: #171717;
  font-weight: 600;
}

.img-brand-lift-digital {
  background:
    linear-gradient(130deg, rgba(12, 18, 22, 0.15), rgba(12, 18, 22, 0.5)),
    url("assets/images/header-brand-lift-digital.svg") center/cover no-repeat,
    url("assets/images/product-brandlift.jpg") center/cover no-repeat;
}

.img-brand-lift-preview {
  background:
    linear-gradient(130deg, rgba(12, 18, 22, 0.12), rgba(12, 18, 22, 0.44)),
    url("assets/images/header-brand-lift-preview.svg") center/cover no-repeat,
    url("assets/images/product-selfservice.jpg") center/cover no-repeat;
}

.img-attention-lift {
  background:
    linear-gradient(130deg, rgba(6, 10, 14, 0.18), rgba(6, 10, 14, 0.52)),
    url("assets/images/header-attention-lift.svg") center/cover no-repeat,
    url("key_extract/Data/image51-112.png") center/cover no-repeat;
}

.img-emotion {
  background:
    linear-gradient(130deg, rgba(8, 12, 16, 0.14), rgba(8, 12, 16, 0.5)),
    url("assets/images/header-emotion.svg") center/cover no-repeat,
    url("assets/images/pdf-previews/page-037.png") center/cover no-repeat;
}

.img-attention-score-light {
  background:
    linear-gradient(130deg, rgba(12, 18, 22, 0.11), rgba(12, 18, 22, 0.48)),
    url("assets/images/header-attention-score-light.svg") center/cover no-repeat,
    url("assets/images/product-inbanner.jpg") center/cover no-repeat;
}

.img-brand-tracking {
  background:
    linear-gradient(130deg, rgba(12, 18, 22, 0.08), rgba(12, 18, 22, 0.36)),
    url("assets/images/header-brand-tracking.svg") center/cover no-repeat,
    url("assets/images/insight-case-1.jpg") center/cover no-repeat;
}

.insights-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

#insights .btn-primary {
  margin-top: 28px;
}

.insight-card {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.insight-image {
  min-height: 210px;
}

.insight-card h3,
.insight-card p {
  padding-left: 20px;
  padding-right: 20px;
}

.insight-card-tag {
  margin: 0;
  padding: 16px 20px 2px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2f8f61;
}

.insight-card h3 {
  padding-top: 10px;
  margin-bottom: 8px;
}

.insight-card p {
  padding-bottom: 8px;
}

.insight-link {
  display: inline-block;
  margin: 0 20px 22px;
  text-decoration: none;
  font-weight: 700;
  color: #1b7e54;
}

.insight-link:hover {
  color: #145d3f;
}

.img-case-1 {
  background:
    linear-gradient(160deg, rgba(6, 10, 12, 0.28), rgba(6, 10, 12, 0.56)),
    radial-gradient(circle at 84% 18%, rgba(82, 214, 136, 0.28), transparent 38%),
    url("assets/images/home-insights/case-funnel-lift.svg") center/cover;
}

.img-case-2 {
  background:
    linear-gradient(160deg, rgba(6, 10, 12, 0.22), rgba(6, 10, 12, 0.52)),
    radial-gradient(circle at 16% 82%, rgba(82, 214, 136, 0.24), transparent 34%),
    url("assets/images/home-insights/case-attention-quality.svg") center/cover;
}

.footer {
  border-top: 1px solid #2a2a2a;
  padding: 92px 0;
  background: #000;
  color: #f5f5f5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.footer h2,
.footer h3 {
  color: #fff;
}

.footer h2 {
  font-weight: 700;
}

.footer p,
.footer li {
  color: #cfcfcf;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cfcfcf;
  text-decoration: none;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-social a:hover {
  color: #ffffff;
}

.product-page .topbar {
  position: sticky;
}

.product-hero {
  padding-top: 64px;
  padding-bottom: 48px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.product-page-image {
  min-height: 360px;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
}

.product-content {
  padding-top: 40px;
}

.product-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.product-content-grid article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}

.internal-row-block {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.internal-row-block h2 {
  margin: 2px 0 0;
  font-weight: 800;
}

.internal-row-content .lead {
  color: var(--muted);
  max-width: 66ch;
}

.internal-row-content .section-label {
  margin-bottom: 8px;
}

.internal-row-content h3 {
  margin: 0 0 10px;
}

.internal-row-stack {
  display: block;
}

.internal-row-stack .internal-row-content {
  margin-top: 22px;
}

.clean-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.product-summary {
  padding-top: 24px;
}

.product-summary .container {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.produtos-intro {
  padding-top: 0;
  padding-bottom: 18px;
}

.produtos-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
}

.produtos-pillars {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  counter-reset: produto-pillar;
}

.produtos-pillars li {
  border: 1px solid #d8e5d9;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdf9 100%);
  padding: 18px 18px 16px;
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 142px;
  position: relative;
  overflow: hidden;
}

.produtos-pillars li::before {
  counter-increment: produto-pillar;
  content: "0" counter(produto-pillar);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e9f7ec;
  color: #2f8f61;
  font-size: 0.78rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.produtos-pillars li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #57b775;
}

.produtos-pillars strong {
  font-size: 1.22rem;
  line-height: 1.15;
  max-width: 14ch;
  padding-right: 34px;
}

.produtos-pillars span {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.4;
}

.produtos-showcase {
  padding-top: 20px;
}

.produtos-cards {
  display: grid;
  gap: 18px;
}

.produto-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.produto-card-media {
  min-height: 250px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.produto-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 16, 0.12), rgba(8, 12, 16, 0.3));
}

.produto-card-copy {
  padding: 24px;
  display: grid;
  align-content: start;
}

.produto-tag {
  margin: 0 0 8px;
  color: #2b8d5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.produto-card-copy h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.produto-card-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}

.produto-card-copy ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #1e3328;
  display: grid;
  gap: 5px;
}

.produto-card-copy a {
  margin-top: 16px;
  display: inline-block;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.produto-card-copy a:hover {
  color: #1e8f5f;
}

.solucoes-overview {
  padding-top: 0;
  padding-bottom: 8px;
}

.solucoes-overview-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
}

.solucoes-pillars {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  counter-reset: pillar;
}

.solucoes-pillars li {
  border: 1px solid #d8e5d9;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdf9 100%);
  padding: 18px 18px 16px;
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 142px;
  position: relative;
  overflow: hidden;
}

.solucoes-pillars li::before {
  counter-increment: pillar;
  content: "0" counter(pillar);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e9f7ec;
  color: #2f8f61;
  font-size: 0.78rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.solucoes-pillars li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #57b775;
}

.solucoes-pillars strong {
  font-size: 1.22rem;
  line-height: 1.15;
  max-width: 14ch;
  padding-right: 34px;
}

.solucoes-pillars span {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.4;
}

.solucoes-grid-section {
  padding-top: 22px;
}

.solucoes-grid {
  display: grid;
  gap: 18px;
}

.solucao-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.solucao-media {
  min-height: 250px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.solucao-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 10, 12, 0.14), rgba(6, 10, 12, 0.32)),
    radial-gradient(circle at 76% 18%, rgba(100, 232, 153, 0.22), transparent 42%);
}

.solucao-brand-lift-digital {
  background:
    linear-gradient(130deg, rgba(10, 14, 18, 0.15), rgba(10, 14, 18, 0.48)),
    url("assets/images/header-brand-lift-digital.svg") center/cover no-repeat,
    url("assets/images/product-brandlift.jpg") center/cover no-repeat;
}

.solucao-brand-lift-preview {
  background:
    linear-gradient(130deg, rgba(10, 14, 18, 0.12), rgba(10, 14, 18, 0.44)),
    url("assets/images/header-brand-lift-preview.svg") center/cover no-repeat,
    url("assets/images/product-selfservice.jpg") center/cover no-repeat;
}

.solucao-attention-lift {
  background:
    linear-gradient(130deg, rgba(6, 10, 14, 0.18), rgba(6, 10, 14, 0.52)),
    url("assets/images/header-attention-lift.svg") center/cover no-repeat,
    url("key_extract/Data/image51-112.png") center/cover no-repeat;
}

.solucao-attention-score-light {
  background:
    linear-gradient(130deg, rgba(10, 14, 18, 0.12), rgba(10, 14, 18, 0.46)),
    url("assets/images/header-attention-score-light.svg") center/cover no-repeat,
    url("assets/images/product-inbanner.jpg") center/cover no-repeat;
}

.solucao-emotion {
  background:
    linear-gradient(130deg, rgba(8, 12, 16, 0.14), rgba(8, 12, 16, 0.5)),
    url("assets/images/header-emotion.svg") center/cover no-repeat,
    url("assets/images/pdf-previews/page-037.png") center/cover no-repeat;
}

.solucao-brand-tracking {
  background:
    linear-gradient(130deg, rgba(10, 14, 18, 0.1), rgba(10, 14, 18, 0.38)),
    url("assets/images/header-brand-tracking.svg") center/cover no-repeat,
    url("assets/images/insight-case-1.jpg") center/cover no-repeat;
}

.solucao-copy {
  padding: 24px;
  display: grid;
  align-content: start;
}

.solucao-tag {
  margin: 0 0 8px;
  color: #2b8d5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.solucao-copy h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.solucao-copy p {
  margin: 0;
  color: var(--muted);
}

.solucao-copy ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #1e3328;
  display: grid;
  gap: 5px;
}

.solucao-copy a {
  margin-top: 16px;
  display: inline-block;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.solucao-copy a:hover {
  color: #1e8f5f;
}

.asl-overview,
.asl-framework,
.asl-usecases,
.asl-cta {
  padding-top: 0;
}

.product-overview,
.product-framework,
.product-usecases,
.product-cta {
  padding-top: 0;
}

.asl-kpis {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-kpis {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.asl-kpi {
  border: 1px solid #d8e5d9;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdf9 100%);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
}

.product-kpi {
  border: 1px solid #d8e5d9;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdf9 100%);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
}

.asl-kpi::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #57b775;
}

.product-kpi::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #57b775;
}

.asl-kpi span {
  display: inline-block;
  color: #2f8f61;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-kpi span {
  display: inline-block;
  color: #2f8f61;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asl-kpi strong {
  display: block;
  margin-top: 6px;
  font-size: 1.34rem;
  line-height: 1.1;
}

.product-kpi strong {
  display: block;
  margin-top: 6px;
  font-size: 1.34rem;
  line-height: 1.1;
}

.asl-kpi p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.product-kpi p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.asl-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.product-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.asl-steps article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
}

.product-steps article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
}

.asl-steps span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e9f7ec;
  color: #2f8f61;
  font-size: 0.78rem;
  font-weight: 700;
}

.product-steps span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e9f7ec;
  color: #2f8f61;
  font-size: 0.78rem;
  font-weight: 700;
}

.asl-steps h3 {
  margin: 10px 0 8px;
  font-size: 1.05rem;
}

.product-steps h3 {
  margin: 10px 0 8px;
  font-size: 1.05rem;
}

.asl-steps p {
  margin: 0;
  color: var(--muted);
}

.product-steps p {
  margin: 0;
  color: var(--muted);
}

.asl-usecases-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-usecases-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.asl-usecases-grid article {
  border: 1px solid var(--line);
  background: #fff;
  padding: 18px;
}

.product-usecases-grid article {
  border: 1px solid var(--line);
  background: #fff;
  padding: 18px;
}

.asl-usecases-grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.product-usecases-grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.asl-usecases-grid p {
  margin: 0;
  color: var(--muted);
}

.product-usecases-grid p {
  margin: 0;
  color: var(--muted);
}

.asl-cta .btn {
  margin-top: 16px;
}

.asl-cta .btn-primary {
  background: #57b775;
  color: #082014;
}

.product-cta .btn {
  margin-top: 16px;
}

.product-cta .btn-primary {
  background: #57b775;
  color: #082014;
}

.insights-cases {
  padding-top: 22px;
}

.insight-case-block {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  padding-bottom: 34px;
  scroll-margin-top: 110px;
}

.insight-case-head h2 {
  margin: 2px 0 0;
}

.insight-case-head .lead {
  max-width: 74ch;
  color: var(--muted);
}

.insight-case-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.chart-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 18px 18px 16px;
}

.chart-card h3 {
  margin: 0 0 14px;
  font-size: 1.02rem;
}

.bars-group {
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 12px;
  align-items: end;
}

.bars-group.bars-competition {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bars-group.bars-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 220px;
}

.metric-col p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #31453b;
  text-align: center;
}

.bars {
  min-height: 178px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: end;
}

.bar {
  height: calc(var(--v) * 1.45px);
  min-height: 6px;
  position: relative;
}

.bar em {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 700;
  color: #4b4f4b;
  font-size: 0.9rem;
}

.bar.jan {
  background: #b9e2bf;
}

.bar.apr {
  background: #58b271;
}

.chart-legend {
  margin: 16px 0 0;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #5f655f;
  font-size: 0.9rem;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.dot.jan {
  background: #b9e2bf;
}

.dot.apr {
  background: #58b271;
}

.insight-summary {
  margin-top: 16px;
  max-width: 94ch;
}

.insight-summary p {
  color: #23362c;
  margin: 0;
}

.insight-quote {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #5dbf79;
  background: #f3faf4;
  color: #2b8d5d;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.insight-cta {
  margin-top: 26px;
}

.contato-flow {
  padding-top: 0;
}

.contato-flow-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.contato-copy h2 {
  margin: 0 0 10px;
}

.contato-copy .lead {
  color: var(--muted);
  max-width: 56ch;
}

.contato-list {
  margin-top: 18px;
  padding-left: 18px;
}

.contato-form {
  display: grid;
  gap: 20px;
}

.contato-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contato-form label {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #26352c;
}

.contato-form label.full {
  grid-column: 1 / -1;
}

.contato-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0 12px;
  font: inherit;
  color: #111;
  background: #fff;
}

.contato-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 10px 12px;
  font: inherit;
  color: #111;
  background: #fff;
  resize: vertical;
}

.contato-form input:focus {
  outline: 0;
  border-color: #4aa872;
  box-shadow: 0 0 0 2px rgba(74, 168, 114, 0.12);
}

.contato-form textarea:focus {
  outline: 0;
  border-color: #4aa872;
  box-shadow: 0 0 0 2px rgba(74, 168, 114, 0.12);
}

.contato-form .btn {
  justify-self: start;
}

.contato-form button.btn {
  border: 0;
  cursor: pointer;
  font: inherit;
  background: #57b775;
  color: #082014;
}

.contato-form button.btn:disabled {
  opacity: 0.8;
  cursor: wait;
}

.contact-status {
  margin: 4px 0 0;
  min-height: 20px;
  font-size: 0.92rem;
  color: #415046;
}

.contact-status.is-success {
  color: #2d8c5c;
}

.contact-status.is-error {
  color: #b54a4a;
}

body.modal-open {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

.schedule-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.schedule-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 13, 0.66);
  backdrop-filter: blur(2px);
}

.schedule-modal {
  position: relative;
  width: min(760px, calc(100% - 28px));
  margin: 48px auto;
  background: #f3f2ed;
  border: 1px solid #d8e5d9;
  padding: 28px 24px 24px;
  box-shadow: 0 18px 48px rgba(5, 12, 10, 0.34);
  max-height: calc(100vh - 96px);
  overflow-y: auto;
}

.schedule-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
  color: #4c5a52;
  cursor: pointer;
}

.schedule-modal h2 {
  margin-right: 38px;
}

.contato-form-row {
  margin-top: 24px;
}

.about-clean {
  padding-top: 62px;
}

.about-clean-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}

.about-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.about-row h2 {
  margin: 2px 0 0;
}

.about-row-content .lead {
  color: var(--muted);
  max-width: 66ch;
}

.about-with-image .about-row-content {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 22px;
  align-items: start;
}

.about-inline-image {
  min-height: 300px;
  background: url("assets/images/about-what-we-do.svg") center/cover no-repeat;
  border: 1px solid var(--line);
}

.about-list {
  padding-left: 0;
  list-style: none;
  gap: 12px;
}

.about-list li {
  position: relative;
  padding-left: 18px;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #72d79a;
  transform: translateY(-50%);
}

.differentials-icons-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 20px;
  padding-top: 0;
  align-items: start;
}

.differential-feature {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
}

.differential-icon {
  width: 168px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2f8f61;
  display: grid;
  place-items: center;
}

.differential-icon svg {
  width: 78px;
  height: 78px;
  stroke: #eefcf3;
  stroke-width: 2.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.differential-feature h3 {
  margin: 0;
  color: #3fa86d;
  font-size: 1.075rem;
  font-weight: 300;
  line-height: 1.22;
  max-width: 15ch;
}

.page-sobre .about-row h2 {
  font-weight: 800;
}

.page-sobre .clients-showcase h2 {
  font-weight: 800;
}

.page-solucoes .product-hero + .section,
.page-produtos .product-hero + .section,
.page-attention-light .product-hero + .section,
.page-produto-digital .product-hero + .section,
.page-produto-painel .product-hero + .section,
.page-attention-lift .product-hero + .section,
.page-emotion .product-hero + .section,
.page-brand-tracking .product-hero + .section,
.page-insights .product-hero + .section,
.page-contato .product-hero + .section {
  padding-top: 56px;
}

@media (min-width: 961px) {
  .about-row-differentials {
    display: block;
    padding-top: 10px;
    padding-bottom: 44px;
  }

  .about-row-differentials h2 {
    margin: 0;
    white-space: nowrap;
    text-align: left;
  }

  .about-row-differentials .about-row-content {
    display: block;
    margin-top: 34px;
  }
}

.clients-showcase {
  padding-top: 22px;
}

.clients-carousel {
  margin-top: 22px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.clients-carousel::-webkit-scrollbar {
  height: 8px;
}

.clients-carousel::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 10px;
}

.client-chip {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #6f746d;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 0.95rem;
  white-space: nowrap;
  padding: 0;
}

.client-chip img {
  display: block;
  max-width: 100%;
  max-height: 103px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(0.95);
  opacity: 0.82;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.client-chip:hover img {
  opacity: 1;
  filter: grayscale(0.15) contrast(1);
}

.clients-wall {
  margin-top: 22px;
  border: 1px solid var(--line);
  background: #f3f3f3;
}

.clients-wall img {
  display: block;
  width: 100%;
  height: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .product,
  .insights-grid,
  .footer-grid,
  .product-hero-grid,
  .product-content-grid,
  .internal-row-block,
  .produtos-intro-grid,
  .produto-card,
  .solucoes-overview-grid,
  .solucao-card,
  .insight-case-grid,
  .contato-flow-grid,
  .asl-kpis,
  .asl-steps,
  .asl-usecases-grid,
  .product-kpis,
  .product-steps,
  .product-usecases-grid,
  .about-clean-grid,
  .about-row,
  .about-with-image .about-row-content {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 320px;
  }

  .product-image,
  .produto-card-media,
  .solucao-media,
  .insight-image {
    min-height: 200px;
  }

  .wordmark strong {
    font-size: 1.5rem;
  }

  .brand-logo {
    height: 42px;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    background: linear-gradient(180deg, rgba(8, 16, 16, 0.62) 0%, rgba(8, 16, 16, 0.88) 100%);
    padding: calc(env(safe-area-inset-top, 0px) + 112px) 26px 44px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    z-index: 32;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0.32s ease;
  }

  .main-nav a,
  .internal-page .main-nav a,
  .home-v1-cinematic .main-nav a {
    border: 0;
    background: transparent;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: clamp(1.66rem, 5.5vw, 2.08rem);
    letter-spacing: 0.01em;
    text-transform: none;
    opacity: 0;
    transform: translateY(10px);
    transition: color 0.2s ease;
  }

  .main-nav a::before,
  .main-nav a::after,
  .internal-page .main-nav a::before,
  .internal-page .main-nav a::after,
  .home-v1-cinematic .main-nav a::before,
  .home-v1-cinematic .main-nav a::after {
    content: none;
  }

  .main-nav a:hover,
  .internal-page .main-nav a:hover,
  .home-v1-cinematic .main-nav a:hover {
    color: #ffffff;
    background: transparent;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-nav.open a {
    animation: mobileNavItemIn 0.42s ease forwards;
  }

  .main-nav.open a:nth-child(1) {
    animation-delay: 0.08s;
  }

  .main-nav.open a:nth-child(2) {
    animation-delay: 0.14s;
  }

  .main-nav.open a:nth-child(3) {
    animation-delay: 0.2s;
  }

  .main-nav.open a:nth-child(4) {
    animation-delay: 0.26s;
  }

  .main-nav.open a:nth-child(5) {
    animation-delay: 0.32s;
  }

  .menu-toggle {
    position: relative;
    z-index: 36;
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 1.48rem;
    line-height: 1;
    padding: 10px 6px;
    box-shadow: none;
  }

  .home-v1-cinematic .menu-toggle,
  .internal-page .menu-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .home-v1-cinematic .topbar {
    position: fixed;
    z-index: 40;
  }

  .home-v1-cinematic .hero-cinematic {
    min-height: 82vh;
    padding-top: 132px;
  }

  .home-v1-cinematic .hero h1 {
    font-size: clamp(1.56rem, 6.4vw, 2.4rem);
  }

  .internal-page .topbar {
    position: fixed;
    z-index: 40;
  }

  @keyframes mobileNavItemIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .internal-page .product-hero {
    min-height: 48vh;
    padding: 116px 0 40px;
  }

  .clients-carousel {
    grid-auto-columns: minmax(160px, 80%);
  }

  .differentials-icons-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 22px 16px;
    padding-top: 0;
  }

  .differential-icon {
    width: 138px;
  }

  .differential-feature h3 {
    font-size: 1.045rem;
  }

  .internal-row-block {
    padding-bottom: 24px;
  }

  .page-solucoes .product-hero + .section,
  .page-produtos .product-hero + .section,
  .page-attention-light .product-hero + .section,
  .page-produto-digital .product-hero + .section,
  .page-produto-painel .product-hero + .section,
  .page-attention-lift .product-hero + .section,
  .page-emotion .product-hero + .section,
  .page-brand-tracking .product-hero + .section,
  .page-insights .product-hero + .section,
  .page-contato .product-hero + .section {
    padding-top: 36px;
  }

  .produto-card-copy {
    padding: 18px;
  }

  .produto-card-copy h3 {
    font-size: 1.26rem;
  }

  .produtos-pillars {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .produtos-pillars li {
    min-height: 0;
    padding: 16px 16px 14px;
  }

  .produtos-pillars strong {
    font-size: 1.08rem;
  }

  .solucao-copy {
    padding: 18px;
  }

  .solucao-copy h3 {
    font-size: 1.22rem;
  }

  .solucoes-pillars {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .solucoes-pillars li {
    min-height: 0;
    padding: 16px 16px 14px;
  }

  .solucoes-pillars strong {
    font-size: 1.08rem;
  }

  .bars-group,
  .bars-group.bars-competition,
  .bars-group.bars-compact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bars {
    min-height: 130px;
  }

  .insight-quote {
    font-size: 1.42rem;
  }

  .contato-flow {
    padding-top: 24px;
  }

  .contato-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .schedule-modal {
    margin: 20px auto;
    width: min(760px, calc(100% - 16px));
    max-height: calc(100vh - 40px);
    padding: 24px 16px 18px;
  }
}
.footer a[x-apple-data-detectors],
.footer a[x-apple-data-detectors-type="phoneNumber"],
.footer a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}
