:root {
  --ink: #07130f;
  --ink-2: #0b1d17;
  --ink-3: #123026;
  --paper: #f4f5ef;
  --paper-2: #e9ede3;
  --white: #ffffff;
  --text: #13251e;
  --muted: #617068;
  --lime: #bdf34b;
  --lime-dark: #8fbd2d;
  --mint: #4fe0b7;
  --mint-dark: #137a62;
  --line: rgba(7, 19, 15, 0.13);
  --dark-line: rgba(255, 255, 255, 0.13);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(7, 19, 15, 0.1);
  --font: "Segoe UI", Inter, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  letter-spacing: -0.045em;
  line-height: 1;
}

h1 em, h2 em {
  color: inherit;
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 10px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.gr-container {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 0;
}

.section { padding: 112px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--mint);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 25px;
  height: 2px;
  background: currentColor;
}

.eyebrow-dark { color: var(--mint-dark); }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 16px 38px rgba(189, 243, 75, 0.18);
}

.button-primary:hover { background: #ccff61; box-shadow: 0 19px 43px rgba(189, 243, 75, 0.27); }

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.button-ghost:hover { background: rgba(255, 255, 255, 0.1); }

html body.gr-solucoes-standalone .hero-actions a#hero-primary-cta,
html body.gr-solucoes-standalone .hero-actions a#hero-primary-cta:visited {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
  border-color: transparent !important;
  background: var(--lime) !important;
  background-image: none !important;
}

html body.gr-solucoes-standalone .hero-actions a#hero-primary-cta:hover,
html body.gr-solucoes-standalone .hero-actions a#hero-primary-cta:focus-visible,
html body.gr-solucoes-standalone .hero-actions a#hero-primary-cta:active {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
  border-color: transparent !important;
  background: #ccff61 !important;
  background-image: none !important;
}

html body.gr-solucoes-standalone .hero-actions a#hero-projects-cta,
html body.gr-solucoes-standalone .hero-actions a#hero-projects-cta:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.05) !important;
  background-image: none !important;
}

html body.gr-solucoes-standalone .hero-actions a#hero-projects-cta:hover,
html body.gr-solucoes-standalone .hero-actions a#hero-projects-cta:focus-visible,
html body.gr-solucoes-standalone .hero-actions a#hero-projects-cta:active {
  color: var(--lime) !important;
  -webkit-text-fill-color: var(--lime) !important;
  border-color: rgba(189,243,75,.58) !important;
  background: rgba(189,243,75,.11) !important;
  background-image: none !important;
}

.button-dark { color: #fff; background: var(--ink); }
.button-full { width: 100%; }

.gr-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

body.admin-bar .gr-site-header { top: 32px; }

.gr-site-header.scrolled {
  background: rgba(7, 19, 15, 0.88);
  border-color: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.gr-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gr-brand { display: inline-flex; align-items: center; gap: 8px; }

.gr-brand-logo {
  width: 72px;
  height: 42px;
  flex: 0 0 72px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 7px 16px rgba(189,243,75,.14));
}

.gr-brand-name {
  color: #fff;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.gr-brand-name strong { font-weight: 850; }

.gr-main-nav { display: flex; align-items: center; gap: 29px; }

.gr-main-nav > a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.79rem;
  font-weight: 750;
  transition: color 0.2s ease;
}

.gr-main-nav > a:hover { color: #fff; }

.gr-main-nav .gr-nav-cta {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 11px;
}

.gr-menu-toggle {
  width: 45px;
  height: 45px;
  display: none;
  place-items: center;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.gr-menu-toggle > span:not(.sr-only) {
  width: 20px;
  height: 2px;
  display: block;
  margin: 2px 0;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle:hover,
html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle:focus-visible,
html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle:active,
html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle[aria-expanded="true"] {
  color: var(--ink) !important;
  border-color: var(--lime) !important;
  background: var(--lime) !important;
  background-color: var(--lime) !important;
  background-image: none !important;
  box-shadow: 0 0 0 3px rgba(189,243,75,.16) !important;
}

html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle:hover > span:not(.sr-only),
html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle:focus-visible > span:not(.sr-only),
html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle:active > span:not(.sr-only),
html body.gr-solucoes-standalone .gr-site-header .gr-menu-toggle[aria-expanded="true"] > span:not(.sr-only) {
  background: var(--ink) !important;
  background-color: var(--ink) !important;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 0;
  color: #fff;
  background: var(--ink);
}

.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255,255,255,.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.26) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; right: -200px; top: -160px; background: radial-gradient(circle, rgba(79,224,183,.18), transparent 68%); }
.hero-orb-two { width: 430px; height: 430px; left: -180px; bottom: -90px; background: radial-gradient(circle, rgba(189,243,75,.1), transparent 70%); }

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: 70px;
  align-items: center;
  padding-bottom: 103px;
}

.hero h1 {
  max-width: 730px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 6.5vw, 6.7rem);
  line-height: 0.91;
  letter-spacing: -0.072em;
}

.hero h1 em { display: block; color: var(--lime); }

.hero-lead {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 21px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--lime); font-style: normal; }

.conversion-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.conversion-console::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: -90px;
  bottom: -100px;
  border-radius: 50%;
  background: rgba(189, 243, 75, 0.1);
  filter: blur(10px);
}

.idea-lab {
  --idea-accent: #bdf34b;
  --idea-accent-rgb: 189, 243, 75;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 29px;
  background:
    radial-gradient(circle at 50% 42%, rgba(189, 243, 75, 0.07), transparent 34%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
  transition: border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.idea-lab::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -130px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(var(--idea-accent-rgb), 0.11);
  filter: blur(10px);
  pointer-events: none;
}

.idea-lab.is-lit {
  border-color: rgba(var(--idea-accent-rgb), 0.44);
  background:
    radial-gradient(circle at 50% 41%, rgba(var(--idea-accent-rgb), 0.19), transparent 37%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38), 0 0 55px rgba(var(--idea-accent-rgb), .08);
}

.idea-topbar {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.67rem;
  font-weight: 750;
}

.idea-dots { display: flex; gap: 5px; }
.idea-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.idea-dots span:first-child { background: var(--lime); }
.idea-status { justify-self: end; display: inline-flex; align-items: center; gap: 6px; color: var(--mint); }
.idea-status i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(79, 224, 183, 0.1); }
.idea-lab.is-lit .idea-status { color: var(--idea-accent); }
.idea-lab.is-lit .idea-status i { background: var(--idea-accent); box-shadow: 0 0 0 5px rgba(var(--idea-accent-rgb), .12); }

.idea-body {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding: 24px;
}

.idea-intro { text-align: center; }
.idea-intro small, .idea-intro strong { display: block; }
.idea-intro small { color: var(--mint); font-size: 0.59rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.idea-intro strong { max-width: 360px; margin-top: 4px; font-size: 0.81rem; }

.bulb-control {
  position: relative;
  width: 210px;
  height: 220px;
  display: grid;
  place-items: center;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  isolation: isolate;
}

.bulb-control,
.bulb-control:hover,
.bulb-control:focus,
.bulb-control:active {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bulb-aura {
  position: absolute;
  z-index: 0;
  width: 158px;
  height: 158px;
  top: 66%;
  left: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--idea-accent-rgb), .22) 0%, rgba(var(--idea-accent-rgb), .1) 42%, transparent 72%);
  filter: blur(7px);
  opacity: .52;
  transform: translate(-50%, -50%) scale(.9);
  transition: opacity .35s ease, transform .35s ease;
}

.bulb-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 158px;
  height: auto;
  max-height: 216px;
  object-fit: contain;
  opacity: .82;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 0 2px rgba(var(--idea-accent-rgb), .85)) drop-shadow(0 0 10px rgba(var(--idea-accent-rgb), .28));
  transform: translateY(-1px);
  transition: opacity .35s ease, filter .35s ease, transform .35s ease;
}

.bulb-control:hover .bulb-image,
.bulb-control:focus-visible .bulb-image {
  opacity: 1;
  transform: translateY(-3px) scale(1.015);
}

.idea-lab.is-lit .bulb-aura {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.15);
  animation: bulbAura 2.4s ease-in-out infinite;
}

.idea-lab.is-lit .bulb-image {
  opacity: 1;
  filter: drop-shadow(0 0 3px rgba(var(--idea-accent-rgb), 1)) drop-shadow(0 0 13px rgba(var(--idea-accent-rgb), .76)) drop-shadow(0 0 30px rgba(var(--idea-accent-rgb), .36));
  transform: translateY(-3px) scale(1.02);
}

.idea-interaction-cue {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: -1px 0 11px;
  padding: 7px 12px 7px 8px;
  color: #fff;
  border: 1px solid rgba(189, 243, 75, .28);
  border-radius: 999px;
  background: rgba(189, 243, 75, .07);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  animation: cueFloat 1.8s ease-in-out infinite;
}

.idea-interaction-cue > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  color: var(--ink);
  border-radius: 50%;
  background: var(--lime);
  font-size: .85rem;
  font-weight: 900;
}

.idea-interaction-cue strong,
.idea-interaction-cue small { display: block; line-height: 1.2; }
.idea-interaction-cue strong { font-size: .61rem; letter-spacing: .03em; text-transform: uppercase; }
.idea-interaction-cue small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: .55rem; }
.idea-lab.has-interacted .idea-interaction-cue { border-color: rgba(var(--idea-accent-rgb), .24); background: rgba(var(--idea-accent-rgb), .07); animation: none; }
.idea-lab.has-interacted .idea-interaction-cue > span { background: var(--idea-accent); }

.idea-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.idea-options button {
  --option-accent: #bdf34b;
  --option-rgb: 189, 243, 75;
  --option-delay: 0s;
  min-width: 0;
  padding: 9px 5px;
  color: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
  font-size: .56rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.idea-options button:nth-child(2) { --option-accent: #4fe0b7; --option-rgb: 79, 224, 183; --option-delay: .38s; }
.idea-options button:nth-child(3) { --option-accent: #57b5ff; --option-rgb: 87, 181, 255; --option-delay: .76s; }
.idea-options button:nth-child(4) { --option-accent: #bc84ff; --option-rgb: 188, 132, 255; --option-delay: 1.14s; }
.idea-options button:nth-child(5) { --option-accent: #ffaf5c; --option-rgb: 255, 175, 92; --option-delay: 1.52s; }
.idea-lab:not(.has-interacted) .idea-options button { animation: optionInvite 4.8s ease-in-out var(--option-delay) infinite; }
.idea-options button:hover,
.idea-options button:focus-visible { color: #fff !important; border-color: rgba(var(--option-rgb), .55) !important; background: rgba(var(--option-rgb), .1) !important; box-shadow: 0 7px 22px rgba(var(--option-rgb), .1) !important; transform: translateY(-2px); }
.idea-options button.is-selected,
.idea-options button.is-selected:hover,
.idea-options button.is-selected:focus-visible { color: var(--ink) !important; border-color: var(--option-accent) !important; background: var(--option-accent) !important; box-shadow: 0 8px 28px rgba(var(--option-rgb), .2) !important; }

.idea-result {
  width: 100%;
  min-height: 63px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(0,0,0,.16);
}

.idea-result > div { min-width: 0; }
.idea-result small, .idea-result strong { display: block; }
.idea-result small { color: rgba(255,255,255,.39); font-size: .55rem; }
.idea-result strong { overflow: hidden; color: #fff; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.idea-result > span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; margin-left: auto; color: var(--ink); border-radius: 50%; background: var(--idea-accent); transition: background .25s ease, box-shadow .25s ease; }
.idea-lab.is-lit .idea-result > span { box-shadow: 0 0 22px rgba(var(--idea-accent-rgb), .24); }

@keyframes bulbAura {
  0%, 100% { opacity: .72; }
  50% { opacity: 1; }
}

@keyframes cueFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

@keyframes optionInvite {
  0%, 9%, 100% { color: rgba(255,255,255,.58); border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.035); box-shadow: none; transform: none; }
  3%, 6% { color: #fff; border-color: rgba(var(--option-rgb), .68); background: rgba(var(--option-rgb), .13); box-shadow: 0 7px 24px rgba(var(--option-rgb), .13); transform: translateY(-3px); }
}

.console-topbar {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.67rem;
  font-weight: 750;
}

.console-dots { display: flex; gap: 5px; }
.console-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.console-dots span:first-child { background: var(--lime); }

.console-live { justify-self: end; display: inline-flex; align-items: center; gap: 6px; color: var(--mint); }
.console-live i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(79, 224, 183, 0.1); }

.console-body { position: relative; z-index: 1; padding: 25px; }

.signal-card,
.console-result {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.14);
}

.signal-icon,
.result-ring {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 13px;
}

.signal-icon svg,
.stage-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signal-card div:nth-child(2),
.console-result div:nth-child(2) { min-width: 0; }

.signal-card small,
.signal-card strong,
.console-result small,
.console-result strong { display: block; }

.signal-card small,
.console-result small { color: rgba(255,255,255,.48); font-size: 0.61rem; }
.signal-card strong,
.console-result strong { margin-top: 1px; font-size: 0.77rem; }

.signal-status {
  margin-left: auto;
  padding: 5px 8px;
  color: var(--mint);
  background: rgba(79,224,183,.1);
  border-radius: 999px;
  font-size: 0.57rem;
  font-weight: 850;
}

.flow-line { height: 40px; display: grid; place-items: center; }
.flow-line::before { content: ""; width: 1px; height: 100%; background: linear-gradient(var(--lime), rgba(189,243,75,.08)); }
.flow-line span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); animation: signalMove 2.2s ease-in-out infinite; }

.console-stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }

.mini-stage {
  position: relative;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
}

.stage-number { position: absolute; top: 11px; right: 11px; color: rgba(255,255,255,.3); font-size: 0.57rem; font-weight: 850; }
.stage-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: auto; color: var(--mint); border-radius: 11px; background: rgba(79,224,183,.1); }
.mini-stage strong { font-size: 0.71rem; }
.mini-stage small { color: rgba(255,255,255,.42); font-size: 0.56rem; }

.console-result { margin-top: 17px; background: rgba(189, 243, 75, 0.075); }
.result-ring { position: relative; background: transparent; border: 4px solid rgba(189,243,75,.15); }
.result-ring::before { content: ""; position: absolute; inset: -4px; border: 4px solid transparent; border-top-color: var(--lime); border-right-color: var(--lime); border-radius: 50%; transform: rotate(20deg); }
.result-ring span { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px rgba(189,243,75,.75); }

.service-ribbon {
  position: relative;
  z-index: 2;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.service-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

@keyframes signalMove {
  0%, 100% { transform: translateY(-14px); opacity: 0.25; }
  50% { transform: translateY(14px); opacity: 1; }
}

.problem-section { background: var(--paper-2); }

.section-heading { max-width: 810px; margin-bottom: 45px; }
.section-heading h2,
.band-heading h2,
.process-intro h2,
.faq-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 5.2vw, 5.3rem);
}

.section-heading h2 em,
.process-intro h2 em,
.faq-intro h2 em { color: var(--mint-dark); }

.section-heading > p,
.section-heading-wide > p,
.process-intro > p,
.faq-intro > p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
}

.comparison-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 18px; }

.comparison-card {
  min-height: 420px;
  padding: 36px;
  border-radius: var(--radius-lg);
}

.comparison-muted { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.48); }

.comparison-featured {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.comparison-featured::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -170px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(79, 224, 183, 0.13);
}

.comparison-label {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--muted);
  background: rgba(7,19,15,.06);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.comparison-featured .comparison-label { color: var(--ink); background: var(--lime); }
.comparison-card h3 { margin: 28px 0 15px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.comparison-card > p { max-width: 650px; color: var(--muted); }
.comparison-featured > p { color: rgba(255,255,255,.62); }

.comparison-card ul { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; }
.comparison-card li { display: flex; align-items: center; gap: 10px; font-size: 0.86rem; font-weight: 750; }
.comparison-card li span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; color: var(--muted); background: rgba(7,19,15,.06); border-radius: 50%; }
.comparison-featured li span { color: var(--ink); background: var(--lime); }

.services-section { background: var(--paper); }

.section-heading-wide {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 70px;
  align-items: end;
}

.section-heading-wide h2 { max-width: 830px; margin-bottom: 0; }

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

.service-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.service-primary {
  grid-row: span 2;
  min-height: 777px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(79,224,183,.2), transparent 28%),
    var(--ink);
  border-color: transparent;
}

.service-horizontal {
  grid-column: 1 / -1;
  min-height: 270px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  align-items: start;
}

.service-topline { min-height: 32px; display: flex; justify-content: space-between; align-items: flex-start; }
.service-index { color: var(--mint-dark); font-size: 0.66rem; font-weight: 900; letter-spacing: .1em; }
.service-primary .service-index { color: var(--mint); }
.service-pill { padding: 5px 9px; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: .57rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: auto 0 24px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 17px;
}

.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 530px; margin-bottom: 13px; font-size: clamp(1.7rem, 3.3vw, 3.3rem); }
.service-card > p,
.service-horizontal > div > p { max-width: 590px; color: var(--muted); }
.service-primary > p { color: rgba(255,255,255,.63); }

.service-card > a,
.service-horizontal a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--mint-dark);
  font-size: .78rem;
  font-weight: 850;
}

.service-primary > a { color: var(--lime); }
.service-list { display: grid; gap: 10px; margin: 31px 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding-left: 21px; color: rgba(255,255,255,.74); font-size: .82rem; font-weight: 700; }
.service-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.service-horizontal .service-icon { margin: 0; }

.service-launch {
  background:
    radial-gradient(circle at 88% 12%, rgba(189,243,75,.34), transparent 27%),
    linear-gradient(145deg, #eff9df, #ffffff 62%);
}

.service-launch .service-icon { color: #fff; background: var(--mint-dark); }
.service-blog { background: linear-gradient(135deg, rgba(79,224,183,.1), rgba(255,255,255,.75)); }

.conversion-band {
  position: relative;
  overflow: hidden;
  padding: 112px 0 126px;
  color: #fff;
  background: var(--ink);
}

.conversion-band::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  left: 50%;
  top: -450px;
  border-radius: 50%;
  background: rgba(189, 243, 75, 0.11);
  filter: blur(14px);
  transform: translateX(-50%);
}

.band-heading { position: relative; max-width: 950px; margin-bottom: 70px; }
.band-heading h2 { margin-bottom: 0; }
.band-heading h2 em { color: var(--lime); }

.journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.journey-step { position: relative; }
.journey-number { color: rgba(255,255,255,.37); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.journey-track { position: relative; height: 27px; margin: 24px 0 29px; }
.journey-track::after { content: ""; position: absolute; z-index: 0; left: 13px; top: 50%; width: calc(100% + 35px); height: 1px; background: linear-gradient(90deg, rgba(189,243,75,.95), rgba(189,243,75,.65)); transform: translateY(-50%); }
.journey-step:nth-child(2) .journey-track::after { background: linear-gradient(90deg, rgba(189,243,75,.65), rgba(189,243,75,.38)); }
.journey-step:nth-child(3) .journey-track::after { background: linear-gradient(90deg, rgba(189,243,75,.38), rgba(255,255,255,.14)); }
.journey-step:last-child .journey-track::after { display: none; }
.journey-dot { position: relative; z-index: 1; width: 27px; height: 27px; display: block; border: 8px solid var(--ink); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 1px var(--lime), 0 0 25px rgba(189,243,75,.2); }
.journey-step h3 { margin-bottom: 10px; color: var(--lime); font-size: 1.55rem; }
.journey-step p { max-width: 220px; margin: 0; color: rgba(255,255,255,.53); font-size: .82rem; }

.case-section { background: var(--paper-2); }

.featured-case {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--radius-lg);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.case-copy { padding: 58px; }
.case-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.case-meta span { padding: 6px 9px; color: var(--mint); border: 1px solid rgba(79,224,183,.22); border-radius: 999px; background: rgba(79,224,183,.07); font-size: .6rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.case-copy h3 { margin: 35px 0 21px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.case-copy > p { color: rgba(255,255,255,.62); }
.case-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 31px 0 40px; }
.case-features span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: .73rem; font-weight: 720; }
.case-features i { width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 21px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .62rem; font-style: normal; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: .8rem; font-weight: 850; }

.case-visual {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 55px 0 55px 45px;
  background: radial-gradient(circle at 80% 20%, rgba(79,224,183,.18), transparent 30%);
}

.mock-window {
  width: 100%;
  min-width: 620px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px 0 0 22px;
  background: #eef3ec;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}

.mock-bar { height: 43px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: rgba(255,255,255,.55); background: #10261f; }
.mock-bar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.mock-bar > span:first-child { background: var(--lime); }
.mock-bar small { margin-left: auto; margin-right: auto; font-size: .58rem; }
.mock-screen { min-height: 435px; display: grid; grid-template-columns: 65px 1fr; }
.mock-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 19px 0; background: #0b1d17; }
.mock-logo { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 15px; color: var(--ink); background: var(--lime); border-radius: 10px; font-size: .65rem; font-weight: 950; }
.mock-sidebar i { width: 22px; height: 5px; border-radius: 10px; background: rgba(255,255,255,.18); }
.mock-sidebar i.active { background: var(--mint); }
.mock-content { padding: 34px; }
.mock-title { display: flex; align-items: center; justify-content: space-between; color: var(--ink); }
.mock-title small, .mock-title strong { display: block; }
.mock-title small { color: #718078; font-size: .54rem; }
.mock-title strong { font-size: .94rem; }
.mock-title > span { width: 35px; height: 35px; border-radius: 50%; background: #d8e1d5; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 27px 0; }
.mock-stats i { height: 72px; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(7,19,15,.05); }
.mock-stats i:first-child { background: var(--lime); }
.mock-chart { height: 185px; display: flex; align-items: flex-end; gap: 16px; padding: 25px; border-radius: 15px; background: #fff; }
.mock-chart span { position: absolute; width: 95px; height: 7px; align-self: flex-start; border-radius: 10px; background: #dbe3d8; }
.mock-chart b { width: 34px; border-radius: 6px 6px 0 0; background: #cbd8c8; }
.mock-chart b:nth-of-type(1) { height: 36%; }
.mock-chart b:nth-of-type(2) { height: 55%; }
.mock-chart b:nth-of-type(3) { height: 44%; }
.mock-chart b:nth-of-type(4) { height: 81%; background: var(--mint); }
.mock-chart b:nth-of-type(5) { height: 67%; }
.mock-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 11px; margin-top: 11px; }
.mock-row i { height: 55px; border-radius: 12px; background: #fff; }

.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 100px 0 31px; }
.portfolio-heading span { color: var(--mint-dark); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-heading h3 { margin: 8px 0 0; font-size: clamp(2rem, 4vw, 3.7rem); }
.portfolio-heading p { max-width: 430px; margin: 0; color: var(--muted); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }

.project-card {
  position: relative;
  min-height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 27px;
  color: #fff;
  border-radius: 24px;
  isolation: isolate;
  transition: transform .3s cubic-bezier(.2,.75,.25,1), box-shadow .3s ease;
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 24px 44px rgba(5,16,13,.2);
}
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(5,16,13,.08) 18%, rgba(5,16,13,.4) 57%, rgba(5,16,13,.94) 100%);
  pointer-events: none;
}
.project-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; z-index: -1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025); }
.project-card > img.project-image {
  position: absolute !important;
  inset: -5% !important;
  z-index: -3 !important;
  width: 110% !important;
  height: 110% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  object-fit: cover;
  object-position: top center;
  filter: blur(2.6px) saturate(.82) brightness(.64) !important;
  transform: scale(1.035);
  transition: filter .28s ease, transform .35s ease;
  pointer-events: none;
}
.project-card:hover > img.project-image,
.project-card:focus-visible > img.project-image {
  filter: blur(2.1px) saturate(.88) brightness(.7) !important;
  transform: scale(1.07);
}
.project-category { position: relative; z-index: 1; margin-bottom: 10px; color: rgba(255,255,255,.78); font-size: .61rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.project-card strong { position: relative; z-index: 1; max-width: 220px; font-size: 1.42rem; line-height: 1.05; letter-spacing: -.035em; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.project-arrow { position: absolute; z-index: 1; top: 19px; right: 19px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(5,16,13,.42); backdrop-filter: blur(5px); }
.project-uditec { background: linear-gradient(145deg,#2d8b73,#123e36) !important; }
.project-advocate { background: linear-gradient(145deg,#56729e,#1d2d4a) !important; }
.project-sosvet { background: linear-gradient(145deg,#80649c,#392d51) !important; }
.project-home { background: linear-gradient(145deg,#2c8376,#123d37) !important; }
.project-zeus { background: linear-gradient(145deg,#405687,#18243f) !important; }
.project-nexus { background: linear-gradient(145deg,#66559d,#292143) !important; }

html body.gr-solucoes-standalone #projetos .portfolio-grid a.project-card,
html body.gr-solucoes-standalone #projetos .portfolio-grid a.project-card:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
}

html body.gr-solucoes-standalone #projetos .portfolio-grid a.project-card:hover,
html body.gr-solucoes-standalone #projetos .portfolio-grid a.project-card:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.gr-solucoes-standalone #projetos .portfolio-grid a.project-card:hover strong,
html body.gr-solucoes-standalone #projetos .portfolio-grid a.project-card:focus-visible strong {
  color: var(--lime) !important;
  -webkit-text-fill-color: var(--lime) !important;
}

.process-section { background: var(--paper); }

.blog-section { background: var(--paper); }
.blog-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 15px; }
.blog-card { min-width: 0; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card > a { min-height: 100%; display: flex; flex-direction: column; padding: 27px; color: inherit; }
.blog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .58rem; font-weight: 780; }
.blog-card-top > span { color: var(--mint-dark); letter-spacing: .08em; text-transform: uppercase; }
.blog-card h3 { margin: auto 0 12px; color: inherit; font-size: clamp(1.65rem, 2.7vw, 2.65rem); }
.blog-card p { color: var(--muted); font-size: .79rem; }
.blog-card-featured { color: #fff; border-color: transparent; background: var(--ink); }
.blog-card-featured .blog-card-top { color: rgba(255,255,255,.42); }
.blog-card-featured .blog-card-top > span { color: var(--mint); }
.blog-card-featured p { color: rgba(255,255,255,.58); }
.blog-visual { position: relative; min-height: 142px; display: flex; align-items: flex-end; gap: 8px; margin: 26px 0; padding: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: radial-gradient(circle at 75% 25%, rgba(189,243,75,.2), transparent 35%), rgba(255,255,255,.04); }
.blog-visual span { position: relative; z-index: 2; display: grid; align-self: center; margin-right: auto; color: var(--lime); line-height: .95; }
.blog-visual span strong { font-size: 1.7rem; font-weight: 900; letter-spacing: -.055em; }
.blog-visual span small { margin-top: 8px; color: #fff; font-size: .7rem; font-weight: 750; letter-spacing: .02em; }
.blog-visual i { width: 20px; border-radius: 4px 4px 0 0; background: rgba(255,255,255,.17); }
.blog-visual i:nth-of-type(1) { height: 35%; }
.blog-visual i:nth-of-type(2) { height: 58%; }
.blog-visual i:nth-of-type(3) { height: 82%; background: var(--mint); }
.blog-icon { width: 57px; height: 57px; display: grid; place-items: center; margin: 43px 0 30px; color: var(--ink); border-radius: 17px; background: var(--lime); }
.blog-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.blog-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--mint-dark); font-size: .69rem; font-weight: 850; }
.blog-link b { font-weight: 800; }
.blog-card-featured .blog-link { color: var(--lime); }
.blog-actions { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; }
.blog-actions p { max-width: 500px; margin: 0; color: var(--muted); font-size: .73rem; text-align: right; }

.gr-main-nav a[aria-current="page"] { color: #fff; }

.blog-page-hero {
  position: relative;
  overflow: hidden;
  padding: 174px 0 96px;
  color: #fff;
  background: var(--ink);
}

.blog-page-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.blog-page-hero h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(3.6rem, 6.5vw, 6.5rem); line-height: .91; letter-spacing: -.067em; }
.blog-page-hero h1 em { display: block; color: var(--lime); }
.blog-page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.65); font-size: 1.02rem; }

.blog-page-summary { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.055); box-shadow: 0 28px 75px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.blog-page-summary > span { color: var(--mint); font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.blog-page-summary > strong { display: block; margin: 18px 0 14px; font-size: 2rem; line-height: 1.02; letter-spacing: -.045em; }
.blog-page-summary > p { font-size: .76rem; }
.blog-page-summary > div { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.blog-page-summary b { color: var(--lime); font-size: 2.2rem; line-height: 1; }
.blog-page-summary small { color: rgba(255,255,255,.6); font-size: .68rem; }

.blog-library { background: var(--paper); }
.blog-page-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 15px; }
.blog-page-grid .blog-card { min-height: 500px; }
.blog-topic-card.article-key-campaign { --topic-accent: #bdf34b; --topic-accent-rgb: 189, 243, 75; }
.blog-topic-card.article-key-system { --topic-accent: #ffaf5c; --topic-accent-rgb: 255, 175, 92; }
.blog-topic-card.article-key-app { --topic-accent: #57b5ff; --topic-accent-rgb: 87, 181, 255; }
.blog-topic-card.article-key-chatbot { --topic-accent: #bc84ff; --topic-accent-rgb: 188, 132, 255; }
.blog-topic-card.article-key-site { --topic-accent: #4fe0b7; --topic-accent-rgb: 79, 224, 183; }
.blog-topic-card h3 { font-size: clamp(1.45rem, 2.15vw, 2.2rem); line-height: 1.04; }
.blog-theme-visual { position: relative; min-height: 165px; display: grid; place-items: center; margin: 24px 0 27px; overflow: hidden; border: 1px solid rgba(var(--topic-accent-rgb),.24); border-radius: 18px; background: radial-gradient(circle at 50% 57%, rgba(var(--topic-accent-rgb),.22), transparent 46%), var(--ink); }
.blog-theme-visual::before { content: ""; position: absolute; width: 118px; height: 118px; border: 1px solid rgba(var(--topic-accent-rgb),.35); border-radius: 50%; box-shadow: 0 0 45px rgba(var(--topic-accent-rgb),.12); }
.blog-theme-visual img { position: relative; z-index: 1; width: auto; height: 148px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(var(--topic-accent-rgb),.34)); transition: transform .3s ease, filter .3s ease; }
.blog-theme-visual span { position: absolute; z-index: 2; left: 15px; bottom: 13px; color: var(--topic-accent); font-size: .57rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.blog-topic-card:hover .blog-theme-visual img { transform: translateY(-5px) scale(1.04); filter: drop-shadow(0 0 24px rgba(var(--topic-accent-rgb),.52)); }
.blog-page-cta { padding: 78px 0; color: #fff; background: var(--ink); }
.blog-page-cta-layout { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.blog-page-cta h2 { max-width: 700px; margin-bottom: 14px; font-size: clamp(2.6rem, 4.5vw, 4.8rem); }
.blog-page-cta p { max-width: 720px; margin: 0; color: rgba(255,255,255,.62); }
.blog-page-cta .button { flex: 0 0 auto; }

/* Artigos individuais */
.gr-article-page { --article-accent: var(--lime); --article-accent-rgb: 189, 243, 75; background: var(--paper); }
.gr-article-page.article-key-responsive,
.article-related-card.article-key-responsive { --article-accent: var(--mint); --article-accent-rgb: 79, 224, 183; }
.gr-article-page.article-key-experience,
.article-related-card.article-key-experience { --article-accent: #8f91ff; --article-accent-rgb: 143, 145, 255; }
.gr-article-page.article-key-campaign,
.article-related-card.article-key-campaign { --article-accent: #bdf34b; --article-accent-rgb: 189, 243, 75; }
.gr-article-page.article-key-system,
.article-related-card.article-key-system { --article-accent: #ffaf5c; --article-accent-rgb: 255, 175, 92; }
.gr-article-page.article-key-app,
.article-related-card.article-key-app { --article-accent: #57b5ff; --article-accent-rgb: 87, 181, 255; }
.gr-article-page.article-key-chatbot,
.article-related-card.article-key-chatbot { --article-accent: #bc84ff; --article-accent-rgb: 188, 132, 255; }
.gr-article-page.article-key-site,
.article-related-card.article-key-site { --article-accent: #4fe0b7; --article-accent-rgb: 79, 224, 183; }
.article-progress { position: fixed; inset: 0 0 auto; z-index: 1100; height: 4px; background: rgba(255,255,255,.08); pointer-events: none; }
body.admin-bar .article-progress { top: 32px; }
.article-progress span { width: 100%; height: 100%; display: block; background: var(--lime); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.article-hero { position: relative; overflow: hidden; padding: 145px 0 94px; color: #fff; background: var(--ink); }
.article-hero .hero-grid { opacity: .075; }
.article-orb { position: absolute; width: 650px; height: 650px; right: -250px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--article-accent-rgb),.19), transparent 68%); pointer-events: none; }
.article-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 85px; align-items: end; }
.article-back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 50px; color: rgba(255,255,255,.63); font-size: .71rem; font-weight: 800; }
.article-back:hover { color: var(--article-accent); }
.article-back span { font-size: 1rem; }
.article-hero .eyebrow { color: var(--article-accent); }
.article-hero h1 { max-width: 880px; margin-bottom: 26px; font-size: clamp(3.5rem, 6.4vw, 6.7rem); line-height: .91; letter-spacing: -.068em; text-wrap: balance; }
.article-hero-copy > p { max-width: 790px; margin-bottom: 34px; color: rgba(255,255,255,.66); font-size: 1.05rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 24px; color: rgba(255,255,255,.48); font-size: .67rem; }
.article-meta span { display: inline-flex; align-items: center; gap: 5px; }
.article-meta span + span::before { content: ""; width: 4px; height: 4px; margin-right: 16px; border-radius: 50%; background: var(--article-accent); }
.article-meta strong { color: rgba(255,255,255,.82); }
.article-hero-visual { min-height: 390px; display: flex; flex-direction: column; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: radial-gradient(circle at 50% 48%, rgba(var(--article-accent-rgb),.14), transparent 45%), rgba(255,255,255,.045); box-shadow: 0 35px 85px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.article-visual-top, .article-visual-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.44); font-size: .58rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.article-visual-top b { color: var(--article-accent); font-size: .69rem; }
.article-visual-core { position: relative; width: 170px; height: 170px; display: grid; place-items: center; margin: auto; }
.article-visual-core::before, .article-visual-core::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(var(--article-accent-rgb),.3); border-radius: 50%; }
.article-visual-core::after { inset: 26px; border-style: dashed; animation: articleOrbit 18s linear infinite; }
.article-visual-core > span { width: 82px; height: 82px; display: grid; place-items: center; position: relative; z-index: 2; color: var(--ink); border-radius: 24px; background: var(--article-accent); box-shadow: 0 0 55px rgba(var(--article-accent-rgb),.2); font-size: 1.8rem; font-weight: 950; letter-spacing: -.08em; transform: rotate(-6deg); }
.article-visual-core i { position: absolute; z-index: 3; width: 9px; height: 9px; border-radius: 50%; background: var(--article-accent); box-shadow: 0 0 17px rgba(var(--article-accent-rgb),.8); }
.article-visual-core i:nth-of-type(1) { top: 7px; left: 77px; }
.article-visual-core i:nth-of-type(2) { right: 17px; bottom: 36px; }
.article-visual-core i:nth-of-type(3) { left: 11px; bottom: 49px; }
.article-visual-bottom { justify-content: flex-start; gap: 7px; }
.article-visual-bottom a { padding: 7px 9px; color: rgba(255,255,255,.56); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.article-visual-bottom a:hover,
.article-visual-bottom a:focus-visible { color: #fff !important; border-color: rgba(var(--article-accent-rgb),.52); background: rgba(var(--article-accent-rgb),.1); transform: translateY(-2px); }
.article-visual-bottom a[aria-current="page"] { color: var(--article-accent) !important; border-color: rgba(var(--article-accent-rgb),.48); background: rgba(var(--article-accent-rgb),.09); }
@keyframes articleOrbit { to { transform: rotate(360deg); } }

.article-reading-section { padding: 100px 0 115px; }
.article-reading-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: 76px; justify-content: center; align-items: start; }
.article-sidebar { position: sticky; top: 120px; display: grid; gap: 16px; padding-top: 8px; }
.article-sidebar-label { color: var(--mint-dark); font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-sidebar > strong { font-size: 1.08rem; line-height: 1.18; letter-spacing: -.025em; }
.article-sidebar > p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.65; }
.article-sidebar > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 17px; color: var(--mint-dark); border-top: 1px solid var(--line); font-size: .67rem; font-weight: 850; }
.article-copy-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: 8px; padding: 9px 13px; color: var(--text); border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; font-size: .66rem; }
.article-copy-link:hover { color: var(--mint-dark); border-color: rgba(19,122,98,.35); }
.article-copy-link b { font-weight: 820; }
.article-content { min-width: 0; padding: 54px 60px 60px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 28px 75px rgba(7,19,15,.07); }
.article-content > p { margin-bottom: 25px; color: #405149; font-size: 1.02rem; line-height: 1.86; }
.article-content > p:first-child { margin-bottom: 43px; padding-bottom: 37px; color: var(--text); border-bottom: 1px solid var(--line); font-size: 1.24rem; line-height: 1.7; letter-spacing: -.016em; }
.article-content > h2 { position: relative; margin: 55px 0 19px; padding-top: 15px; color: var(--text); font-size: clamp(2rem, 3.5vw, 2.75rem); line-height: 1.03; }
.article-content > h2::before { content: ""; position: absolute; left: 0; top: 0; width: 42px; height: 4px; border-radius: 4px; background: var(--article-accent); }
.article-content > h3 { margin: 40px 0 16px; font-size: 1.55rem; line-height: 1.12; }
.article-content > ul, .article-content > ol { display: grid; gap: 11px; margin: 25px 0; padding-left: 24px; color: #405149; }
.article-content > blockquote { margin: 42px 0; padding: 27px 30px; border-left: 4px solid var(--article-accent); border-radius: 0 17px 17px 0; background: var(--paper); font-size: 1.18rem; font-weight: 720; }
.article-content a:not(.button) { color: var(--mint-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-closing { margin-top: 62px; padding: 38px; color: #fff; border-radius: 24px; background: var(--ink); box-shadow: 0 22px 55px rgba(7,19,15,.18); }
.article-closing > span { color: var(--article-accent); font-size: .61rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.article-closing h2 { max-width: 560px; margin: 16px 0 16px; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.article-closing p { max-width: 590px; margin-bottom: 26px; color: rgba(255,255,255,.62); font-size: .82rem; }

.article-related { padding: 100px 0 110px; border-top: 1px solid var(--line); background: var(--paper-2); }
.article-related-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.article-related-heading > div > span { color: var(--mint-dark); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-related-heading h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.article-related-heading > a { flex: 0 0 auto; color: var(--mint-dark); font-size: .72rem; font-weight: 850; }
.article-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.article-related-card { --article-accent: var(--lime); --article-accent-rgb: 189, 243, 75; min-height: 330px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: #fff; transition: transform .23s ease, box-shadow .23s ease; }
.article-related-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-related-card > span { color: var(--mint-dark); font-size: .61rem; font-weight: 880; letter-spacing: .09em; text-transform: uppercase; }
.article-related-card h3 { max-width: 500px; margin: auto 0 17px; font-size: clamp(2rem, 3.3vw, 3rem); }
.article-related-card p { max-width: 550px; margin-bottom: 25px; color: var(--muted); font-size: .76rem; }
.article-related-card > strong { display: inline-flex; align-items: center; gap: 8px; color: var(--mint-dark); font-size: .68rem; }
.article-related-card::before { content: ""; width: 45px; height: 5px; margin-bottom: 30px; border-radius: 5px; background: var(--article-accent); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.process-intro { position: sticky; top: 125px; }
.process-intro .button { margin-top: 26px; }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 23px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { color: var(--mint-dark); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin-bottom: 8px; font-size: clamp(1.55rem, 2.5vw, 2.35rem); }
.process-list p { margin: 0; color: var(--muted); }

.about-section { color: #fff; background: var(--ink); }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: radial-gradient(circle, rgba(79,224,183,.12), transparent 58%); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(189,243,75,.17); border-radius: 50%; }
.about-visual::after { width: 480px; height: 480px; border-color: rgba(255,255,255,.07); }
.about-brand-logo { position: relative; z-index: 2; width: min(92%, 490px); height: auto; object-fit: contain; filter: drop-shadow(0 28px 55px rgba(0,0,0,.34)) drop-shadow(0 0 25px rgba(189,243,75,.11)); transform: translateY(30px); }
.about-tag { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); font-size: .64rem; font-weight: 850; }
.tag-one { left: 40px; top: 90px; color: var(--lime); }
.tag-two { right: 35px; top: 200px; color: var(--mint); }
.tag-three { left: 75px; bottom: 70px; color: #fff; }
.about-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform-origin: center; }
.line-one { width: 90%; transform: rotate(28deg); }
.line-two { width: 85%; transform: rotate(-37deg); }
.about-copy h2 { margin-bottom: 27px; font-size: clamp(2.7rem, 5.3vw, 5.4rem); }
.about-copy > p { color: rgba(255,255,255,.63); }
.about-principles { display: grid; gap: 0; margin-top: 35px; }
.about-principles span { position: relative; padding: 15px 0 15px 25px; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; font-weight: 750; }
.about-principles span::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); transform: translateY(-50%); }

.faq-section { background: var(--paper-2); }
.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-list { display: grid; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--text); cursor: pointer; font-size: 1.02rem; font-weight: 820; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; background: rgba(7,19,15,.06); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 9px; top: 14px; width: 11px; height: 1px; background: var(--text); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; margin: -3px 45px 25px 0; color: var(--muted); }

.contact-section { position: relative; overflow: hidden; padding: 116px 0; color: #fff; background: #0a2019; }
.contact-grid { opacity: .08; mask-image: radial-gradient(circle at center, #000, transparent 75%); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-copy h2 { max-width: 670px; margin-bottom: 25px; font-size: clamp(3rem, 5.8vw, 6rem); }
.contact-copy > p { max-width: 610px; color: rgba(255,255,255,.62); }
.contact-channels { display: grid; gap: 10px; margin-top: 35px; }
.contact-channels a { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 25px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.contact-channels span { color: rgba(255,255,255,.43); }
.contact-channels strong { color: var(--lime); overflow-wrap: anywhere; }

.contact-form { display: grid; gap: 15px; padding: 34px; color: var(--text); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.form-heading { margin-bottom: 8px; }
.form-heading span, .form-heading strong { display: block; }
.form-heading span { color: var(--mint-dark); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading strong { margin-top: 5px; font-size: 1.5rem; letter-spacing: -.035em; }
.contact-form label { display: grid; gap: 6px; color: #3d4e47; font-size: .69rem; font-weight: 780; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--text); border: 1px solid var(--line); border-radius: 11px; outline: none; background: #fff; }
.contact-form textarea { resize: vertical; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { color: var(--text) !important; border-color: rgba(19,122,98,.45) !important; background: #fff !important; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { color: var(--text) !important; border-color: var(--mint-dark) !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(19,122,98,.1) !important; }
.contact-form .button-primary,
.contact-form .button-primary:hover,
.contact-form .button-primary:focus,
.contact-form .button-primary:active { color: var(--ink) !important; border-color: transparent !important; background: var(--lime) !important; }
.contact-form small { color: var(--muted); font-size: .6rem; text-align: center; }

.site-footer { position: relative; z-index: 2; width: 100vw !important; max-width: none !important; margin-right: calc(50% - 50vw) !important; margin-left: calc(50% - 50vw) !important; padding: 62px 0 28px; color: rgba(255,255,255,.58); background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.footer-layout { display: block; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(150px,.58fr) minmax(260px,.87fr); gap: clamp(45px,7vw,105px); align-items: start; }
.footer-brand { margin-bottom: 20px; color: #fff !important; }
.footer-about p { max-width: 470px; margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.7; }
.footer-column { min-width: 0; display: grid; align-content: start; gap: 9px; font-size: .71rem; }
.footer-title { margin-bottom: 6px; color: rgba(255,255,255,.94); font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.site-footer .footer-column a { color: rgba(255,255,255,.62) !important; font-weight: 680; text-decoration: none !important; }
.site-footer .footer-column a:hover,
.site-footer .footer-column a:focus-visible { color: var(--lime) !important; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; padding-right: 82px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .62rem; text-align: left; }
.footer-legal span:last-child { text-align: right; }

.floating-whatsapp { position: fixed; right: 23px; bottom: 23px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; padding: 0; color: #fff; border: 4px solid rgba(255,255,255,.82); border-radius: 50%; background: #20b85a; box-shadow: 0 15px 35px rgba(0,0,0,.24); cursor: pointer; transition: transform .2s ease; }
.floating-whatsapp:hover,
.floating-whatsapp:focus,
.floating-whatsapp:active { color: #fff !important; border-color: rgba(255,255,255,.82) !important; background: #20b85a !important; transform: translateY(-4px) scale(1.02); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }

.whatsapp-assistant[hidden] { display: none; }
.whatsapp-assistant { position: fixed; right: 23px; bottom: 93px; z-index: 899; width: min(355px, calc(100% - 28px)); overflow: hidden; color: var(--text); border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.28); animation: assistantIn .22s ease both; }
.assistant-header { min-height: 73px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; color: #fff; background: var(--ink-2); }
.assistant-avatar { width: 41px; height: 41px; display: grid; place-items: center; flex: 0 0 41px; color: var(--ink); border-radius: 12px; background: var(--lime); font-size: .75rem; font-weight: 950; }
.assistant-header > div { min-width: 0; }
.assistant-header strong, .assistant-header small { display: block; }
.assistant-header strong { font-size: .82rem; }
.assistant-header small { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.54); font-size: .57rem; }
.assistant-header small i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--mint); }
.assistant-header button { width: 34px; height: 34px; display: grid; place-items: center; margin-left: auto; padding: 0; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.05); cursor: pointer; font-size: 1.2rem; }
.assistant-header button:hover, .assistant-header button:focus { color: #fff !important; border-color: rgba(255,255,255,.22) !important; background: rgba(255,255,255,.1) !important; }
.assistant-body { padding: 17px; }
.assistant-message { max-width: 88%; padding: 11px 13px; color: #fff; border-radius: 5px 14px 14px 14px; background: var(--mint-dark); font-size: .72rem; }
.assistant-options { display: grid; gap: 7px; margin: 14px 0; }
.assistant-options button { padding: 10px 12px; color: var(--text); border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; font-size: .68rem; font-weight: 750; text-align: left; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.assistant-options button:hover, .assistant-options button:focus { color: var(--mint-dark) !important; border-color: rgba(19,122,98,.4) !important; background: #f7faf5 !important; transform: translateX(3px); }
.assistant-body > a { display: block; color: var(--mint-dark); font-size: .63rem; font-weight: 850; text-align: center; }

/* Escudo contra cores globais de hover aplicadas pelo tema WordPress. */
html body.gr-solucoes-standalone button#idea-bulb.bulb-control,
html body.gr-solucoes-standalone button#idea-bulb.bulb-control:hover,
html body.gr-solucoes-standalone button#idea-bulb.bulb-control:focus,
html body.gr-solucoes-standalone button#idea-bulb.bulb-control:active {
  appearance: none !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  border-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.gr-solucoes-standalone button#whatsapp-trigger.floating-whatsapp,
html body.gr-solucoes-standalone button#whatsapp-trigger.floating-whatsapp:hover,
html body.gr-solucoes-standalone button#whatsapp-trigger.floating-whatsapp:focus,
html body.gr-solucoes-standalone button#whatsapp-trigger.floating-whatsapp:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(255,255,255,.82) !important;
  background: #20b85a !important;
  background-color: #20b85a !important;
  background-image: none !important;
}

html body.gr-solucoes-standalone #whatsapp-trigger svg,
html body.gr-solucoes-standalone #whatsapp-trigger svg path {
  color: #fff !important;
  fill: #fff !important;
}

html body.gr-solucoes-standalone #idea-lab .idea-options button:hover,
html body.gr-solucoes-standalone #idea-lab .idea-options button:focus-visible {
  color: #fff !important;
  border-color: rgba(var(--option-rgb), .55) !important;
  background: rgba(var(--option-rgb), .1) !important;
  background-image: none !important;
}

html body.gr-solucoes-standalone #idea-lab .idea-options button.is-selected,
html body.gr-solucoes-standalone #idea-lab .idea-options button.is-selected:hover,
html body.gr-solucoes-standalone #idea-lab .idea-options button.is-selected:focus-visible {
  color: var(--ink) !important;
  border-color: var(--option-accent) !important;
  background: var(--option-accent) !important;
  background-image: none !important;
}

@keyframes assistantIn {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: none; }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { min-width: 0; max-width: 850px; }
  .conversion-console, .idea-lab { width: min(720px, 100%); max-width: 100%; min-width: 0; }
  .section-heading-wide { grid-template-columns: 1fr; gap: 20px; }
  .featured-case { grid-template-columns: 1fr; }
  .case-visual { padding: 20px 0 55px 55px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-page-hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .blog-page-summary { max-width: 720px; }
  .blog-page-grid { grid-template-columns: 1fr 1fr; }
  .blog-page-grid .blog-card-featured { grid-column: 1 / -1; }
  .blog-card-featured { grid-column: 1 / -1; }
  .article-hero-layout { grid-template-columns: 1fr; gap: 55px; }
  .article-hero-visual { width: min(520px, 100%); min-height: 340px; }
  .article-reading-layout { grid-template-columns: 180px minmax(0, 730px); gap: 45px; }
  .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-visual { max-width: 730px; width: 100%; }
  .contact-copy { max-width: 780px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .gr-menu-toggle { display: block; }
  .gr-main-nav {
    position: fixed;
    inset: 82px 15px auto;
    display: grid;
    gap: 3px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(7,19,15,.97);
    box-shadow: 0 25px 65px rgba(0,0,0,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .gr-main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .gr-main-nav > a { padding: 12px; }
  .gr-main-nav .gr-nav-cta { justify-content: center; margin-top: 6px; }
  .gr-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .gr-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .gr-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding-top: 130px; }
  .hero-layout { gap: 52px; padding-bottom: 75px; }
  .service-ribbon { justify-content: flex-start; overflow: hidden; }
  .service-ribbon span:nth-of-type(n+4), .service-ribbon i:nth-of-type(n+3) { display: none; }
  .comparison-grid, .services-grid, .process-layout, .faq-layout { grid-template-columns: 1fr; }
  .service-primary { grid-row: auto; min-height: 610px; }
  .process-layout, .faq-layout { gap: 60px; }
  .process-intro, .faq-intro { position: static; }
  .journey { grid-template-columns: repeat(2, 1fr); gap: 45px 25px; }
  .journey-track::after { display: none; }
  .portfolio-heading { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: minmax(0,1.2fr) minmax(220px,.8fr); gap: 44px 70px; }
  .footer-about { grid-column: 1 / -1; }
  .blog-page-hero { padding: 138px 0 78px; }
  .blog-page-cta-layout { align-items: flex-start; flex-direction: column; }
  .article-hero { padding: 125px 0 75px; }
  .article-back { margin-bottom: 38px; }
  .article-reading-section { padding: 75px 0 90px; }
  .article-reading-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-sidebar { position: static; grid-template-columns: 1fr auto; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.65); }
  .article-sidebar > p { grid-column: 1 / -1; }
  .article-sidebar > a { grid-column: 1 / -1; }
  .article-copy-link { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .article-related-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  body.admin-bar .gr-site-header,
  body.admin-bar .article-progress { top: 46px; }
}

@media (max-width: 560px) {
  .gr-container { width: min(100% - 26px, 1180px); }
  .gr-header-inner { min-height: 72px; }
  .gr-brand-logo { width: 64px; height: 38px; flex-basis: 64px; }
  .gr-main-nav { inset: 72px 10px auto; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.65rem); letter-spacing: -.062em; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; }
  .conversion-console { border-radius: 20px; }
  .idea-lab { border-radius: 20px; }
  .idea-topbar { grid-template-columns: 1fr auto; }
  .idea-topbar > span:nth-child(2) { display: none; }
  .idea-body { padding: 17px; }
  .idea-options { grid-template-columns: repeat(2, 1fr); }
  .idea-options button:last-child { grid-column: 1 / -1; }
  .console-topbar { grid-template-columns: 1fr auto; }
  .console-topbar > span:nth-child(2) { display: none; }
  .console-body { padding: 15px; }
  .signal-status { display: none; }
  .console-stage-grid { grid-template-columns: 1fr; }
  .mini-stage { min-height: 95px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 12px; align-items: center; }
  .stage-icon { grid-row: 1/3; margin: 0; }
  .mini-stage strong { align-self: end; }
  .mini-stage small { align-self: start; }
  .service-ribbon span:nth-of-type(n+3), .service-ribbon i:nth-of-type(n+2) { display: none; }
  .section-heading h2, .band-heading h2, .process-intro h2, .faq-intro h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .comparison-card { min-height: 0; padding: 25px; border-radius: 23px; }
  .service-card, .service-horizontal { min-height: 0; padding: 24px; }
  .service-primary { min-height: 580px; }
  .service-horizontal { grid-template-columns: 1fr; }
  .service-horizontal .service-icon { margin-bottom: 22px; }
  .journey { grid-template-columns: 1fr; gap: 34px; }
  .journey-step { display: grid; grid-template-columns: 38px 1fr; column-gap: 14px; }
  .journey-number { grid-column: 1; }
  .journey-track { grid-column: 1; grid-row: 2/4; margin: 0; }
  .journey-step h3, .journey-step p { grid-column: 2; }
  .featured-case { border-radius: 24px; }
  .case-copy { padding: 29px 24px; }
  .case-features { grid-template-columns: 1fr; }
  .case-visual { padding: 15px 0 30px 20px; }
  .mock-window { min-width: 570px; transform: scale(.75); transform-origin: left center; margin-right: -140px; margin-block: -55px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-page-grid { grid-template-columns: 1fr; }
  .blog-page-grid .blog-card-featured { grid-column: auto; }
  .blog-page-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .blog-page-hero p { font-size: .92rem; }
  .blog-page-summary { padding: 22px; }
  .blog-page-cta .button { width: 100%; }
  .blog-card-featured { grid-column: auto; }
  .blog-card { min-height: 390px; }
  .blog-actions { align-items: stretch; flex-direction: column; }
  .blog-actions .button { width: 100%; }
  .blog-actions p { text-align: left; }
  .article-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .article-hero-copy > p { font-size: .91rem; }
  .article-meta { display: grid; gap: 7px; }
  .article-meta span + span::before { margin-right: 4px; }
  .article-hero-visual { min-height: 310px; padding: 21px; border-radius: 23px; }
  .article-visual-core { width: 145px; height: 145px; }
  .article-visual-bottom { flex-wrap: wrap; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-copy-link { grid-column: auto; grid-row: auto; }
  .article-content { padding: 34px 23px 27px; border-radius: 23px; }
  .article-content > p { font-size: .96rem; line-height: 1.78; }
  .article-content > p:first-child { margin-bottom: 33px; padding-bottom: 30px; font-size: 1.08rem; }
  .article-content > h2 { margin-top: 45px; font-size: 2rem; }
  .article-closing { margin-top: 48px; padding: 28px 23px; border-radius: 19px; }
  .article-closing .button { width: 100%; }
  .article-related { padding: 75px 0 85px; }
  .article-related-grid { grid-template-columns: 1fr; }
  .article-related-card { min-height: 300px; padding: 27px; }
  .article-related-heading h2 { font-size: 2.8rem; }
  .project-card { min-height: 230px; }
  .about-visual { min-height: 400px; }
  .about-brand-logo { width: 96%; transform: translateY(24px); }
  .tag-one { left: 18px; top: 65px; }
  .tag-two { right: 15px; top: 160px; }
  .tag-three { left: 25px; bottom: 55px; }
  .contact-section { padding: 82px 0; }
  .contact-layout { gap: 55px; }
  .contact-copy h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .contact-form { padding: 23px; border-radius: 23px; }
  .site-footer { padding: 52px 0 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-about { grid-column: auto; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 36px; padding-right: 0; }
  .footer-legal span:last-child { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .whatsapp-assistant { right: 14px; bottom: 78px; }
}

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