/* Chamons: camada visual exclusiva do novo layout da agência. */
:root {
  --ch-black: #020302;
  --ch-ink: #080b08;
  --ch-panel: rgba(10, 13, 10, 0.92);
  --ch-line: rgba(255, 255, 255, 0.16);
  --ch-line-soft: rgba(255, 255, 255, 0.08);
  --ch-text: #f5f7f0;
  --ch-muted: #aeb6aa;
  --ch-neon: #c7ff35;
  --ch-neon-strong: #b4ff00;
  --ch-green: #20e079;
}

html,
body {
  min-height: 100%;
}

body.chamons-site {
  /* Chamons: compensa o header fixo para o conteúdo não nascer escondido atrás dele. */
  top: 0 !important;
  padding-top: 158px;
  color: var(--ch-text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 45% 0, rgba(190, 255, 45, 0.13), transparent 32rem),
    #000;
  background-size: 96px 96px, 96px 96px, auto, auto;
  font-family: "Special Gothic", "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

@media (min-width: 1500px) {
  /* Chamons: amplia o container padrão do Bootstrap para a largura oficial do novo site. */
  .container {
    width: 1450px;
  }
}

a {
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
}

#google_translate_element,
.goog-te-banner-frame,
.skiptranslate {
  /* Chamons: oculta a interface padrão do Google Translate, mantendo apenas as flags. */
  display: none !important;
  visibility: hidden !important;
}

.ch-header {
  /* Chamons: header fixo escuro com textura sutil, vidro e linha neon inferior. */
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.86)),
    radial-gradient(circle at 18% 50%, rgba(199, 255, 53, 0.08), transparent 22rem);
  border-bottom: 1px solid rgba(199, 255, 53, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.ch-topbar {
  /* Chamons: faixa superior para dados rápidos de atendimento e idioma. */
  min-height: 42px;
  border-bottom: 1px solid var(--ch-line-soft);
  color: var(--ch-muted);
  font-size: 13px;
}

.ch-topbar__inner,
.ch-topbar__contacts,
.ch-navbar,
.ch-menu {
  display: flex;
  align-items: center;
}

.ch-topbar__inner {
  justify-content: space-between;
  min-height: 42px;
  gap: 18px;
}

.ch-topbar__contacts {
  flex-wrap: wrap;
  gap: 18px;
}

.ch-topbar a,
.ch-topbar span {
  color: var(--ch-muted);
  text-decoration: none;
}

.ch-topbar i {
  color: var(--ch-neon);
  margin-right: 6px;
}

.ch-topbar a:hover {
  color: var(--ch-neon);
}

.flags {
  /* Chamons: bandeiras circulares para troca rápida PT/EN. */
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.flags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.flags img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: transform .2s ease;
}

.flags a:hover {
  border-color: rgba(199, 255, 53, 0.75);
}

.flags a:hover img {
  transform: scale(1.08);
}

.ch-navbar {
  /* Chamons: barra principal com logo à esquerda e menu institucional à direita. */
  min-height: 116px;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0;
}

.ch-logo {
  flex: 0 0 auto;
}

.ch-logo a {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
}

.ch-logo a::after {
  /* Chamons: brilho translúcido passando pela logo para dar movimento discreto. */
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -55%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(18deg);
  animation: chLogoShine 6s ease-in-out infinite;
}

.ch-logo img {
  display: block;
  width: auto;
  max-width: 235px;
  max-height: 76px;
}

.ch-logo h1 {
  margin: 0;
  font-size: 28px;
}

.ch-logo h1 a {
  color: var(--ch-text);
  text-decoration: none;
}

.ch-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ch-line);
  border-radius: 50%;
  color: var(--ch-neon);
  background: rgba(255, 255, 255, 0.04);
  font-size: 22px;
}

.ch-navbar__mobile-cta,
.ch-menu-drawer__overlay,
.ch-menu-drawer__close {
  display: none;
}

.ch-menu__drawer-brand,
.ch-menu__mobile-section,
.ch-menu__mobile-info {
  /* Chamons: itens extras ficam ocultos no desktop e aparecem somente no drawer responsivo. */
  display: none;
}

.ch-menu-wrap {
  padding: 0;
}

.ch-menu {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ch-menu li {
  position: relative;
}

.ch-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.ch-menu__parent i {
  margin-left: 5px;
  color: var(--ch-neon);
  font-size: 13px;
}

.ch-menu a::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 2px;
  background: var(--ch-neon);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

.ch-menu a:hover,
.ch-menu a:focus {
  color: #fff;
}

.ch-menu a:hover::after,
.ch-menu a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.ch-menu .ch-menu__cta {
  /* Chamons: CTA principal do menu com neon e pulsação para criação de loja. */
  min-height: 46px;
  margin-left: 8px;
  padding: 0 18px;
  color: #071006;
  border: 1px solid rgba(199, 255, 53, 0.7);
  border-radius: 999px;
  background: var(--ch-neon);
  box-shadow: 0 0 0 rgba(199, 255, 53, 0), 0 0 24px rgba(199, 255, 53, 0.22);
  animation: chPulse 2.4s ease-in-out infinite;
}

.ch-menu .ch-menu__cta::after {
  display: none;
}

.ch-menu .ch-menu__cta:hover {
  color: #071006;
  transform: translateY(-1px);
  background: #d6ff63;
}

.ch-menu__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 30;
  min-width: 260px;
  padding: 16px;
  border: 1px solid var(--ch-line);
  border-radius: 14px;
  background: rgba(3, 5, 3, 0.98);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease;
}

.ch-menu__dropdown::before {
  content: "";
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  height: 13px;
}

.has-dropdown:hover .ch-menu__dropdown,
.has-dropdown:focus-within .ch-menu__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ch-menu__dropdown-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 18px;
}

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

.ch-menu__dropdown a {
  width: 100%;
  min-height: 34px;
  padding: 0 8px;
  color: rgba(255,255,255,0.76);
  font-size: 12px;
}

.ch-menu__dropdown a::after {
  display: none;
}

.ch-menu__dropdown a:hover {
  color: var(--ch-neon);
}

.ch-menu__all {
  margin-top: 10px;
  border-top: 1px solid var(--ch-line-soft);
  color: var(--ch-neon) !important;
}

.ch-footer {
  /* Chamons: rodapé preto com textura de grid e brilho verde, seguindo a referência enviada. */
  position: relative;
  overflow: hidden;
  padding: 60px 0 28px;
  color: var(--ch-muted);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% 20%, rgba(199, 255, 53, 0.09), transparent 28rem),
    #000;
  background-size: 96px 96px, 96px 96px, auto, auto;
  border-top: 1px solid rgba(199, 255, 53, 0.15);
}

.ch-info-page {
  /* Chamons: visual dedicado para páginas institucionais como Quem Somos. */
  color: #151915;
  background: #f7f8f4;
}

.ch-info-shell {
  padding: 58px 0 82px;
}

.ch-info-hero {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.ch-info-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  color: #5b6f16;
  background: rgba(200, 255, 0, 0.18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-info-hero h1 {
  margin: 0;
  color: #090b09;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.ch-info-hero p {
  max-width: 680px;
  margin: 16px auto 0;
  color: #606860;
  font-size: 17px;
  line-height: 1.65;
}

.ch-info-main-image {
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f4f0;
}

.ch-info-main-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
}

.ch-info-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 38px;
}

.ch-info-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #f4f4f0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ch-info-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ch-info-content {
  max-width: 1040px;
  margin: 0 auto;
  color: #202620;
  font-size: 17px;
  line-height: 1.78;
}

.ch-info-content,
.ch-info-content * {
  color: #202620 !important;
}

.ch-info-content p {
  margin: 0 0 20px;
}

.ch-info-content strong,
.ch-info-content b {
  color: #080a08 !important;
}

.ch-info-content a {
  color: #4e6500 !important;
  font-weight: 800;
}

.ch-info-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 48px auto 0;
}

.ch-info-values div {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.82)),
    radial-gradient(circle at 20% 0, rgba(200,255,0,0.22), transparent 14rem);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}

.ch-info-values span {
  color: #b7ef1d;
  font-size: 14px;
  font-weight: 900;
}

.ch-info-values h2 {
  margin: 16px 0 12px;
  color: #080a08;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.ch-info-values p {
  margin: 0;
  color: #5d655d;
  font-size: 15px;
  line-height: 1.65;
}

.ch-resource-page {
  /* Chamons: conteúdo comercial da página Recursos/OpenCart dentro do layout institucional branco. */
  display: block;
}

.ch-resource-intro {
  /* Chamons: abertura editorial para substituir o layout antigo por uma leitura mais premium. */
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}

.ch-resource-intro span,
.ch-resource-section > span,
.ch-resource-callout span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #6f8800 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ch-resource-intro h2,
.ch-resource-section h2,
.ch-resource-callout h2 {
  margin: 0 0 16px;
  color: #090b09 !important;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
}

.ch-resource-intro p,
.ch-resource-section p,
.ch-resource-card p,
.ch-resource-callout p {
  color: #555e55 !important;
}

.ch-resource-grid {
  /* Chamons: cards de benefícios com contraste leve, sem sair do padrão branco das páginas internas. */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 46px;
}

.ch-resource-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-resource-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 241, 0.95)),
    radial-gradient(circle at 18% 0, rgba(199, 255, 53, 0.18), transparent 13rem);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
}

.ch-resource-card h3,
.ch-resource-list h3 {
  margin: 0 0 12px;
  color: #101510 !important;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
}

.ch-resource-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.ch-resource-section {
  /* Chamons: blocos de funcionalidades em faixas brancas para facilitar escaneamento do conteúdo longo. */
  margin: 0 0 46px;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.055);
}

.ch-resource-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 24px;
}

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

.ch-resource-list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 22px;
  color: #475047 !important;
  font-size: 15px;
  line-height: 1.55;
}

.ch-resource-list li::before {
  /* Chamons: marcador verde neon para conectar as listas ao visual da marca. */
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7ff35;
  box-shadow: 0 0 12px rgba(199, 255, 53, 0.7);
}

.ch-resource-callout {
  /* Chamons: CTA final para transformar a página informativa em pedido de orçamento. */
  margin: 54px auto 0;
  padding: 42px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 50% 0, rgba(199, 255, 53, 0.28), transparent 22rem),
    #050805;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.ch-resource-callout h2,
.ch-resource-callout p {
  color: #fff !important;
}

.ch-resource-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 10px;
  padding: 0 28px;
  border-radius: 999px;
  color: #071006 !important;
  background: #c7ff35;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 0 32px rgba(199, 255, 53, 0.36);
}

.ch-portfolio-page,
.ch-case-page {
  /* Chamons: páginas de produto/categoria passam a funcionar como portfólio, não como loja virtual. */
  color: #151915;
  background: #f7f8f4;
}

.ch-portfolio-hero,
.ch-case-hero {
  /* Chamons: hero escuro e direto para reforçar que o produto aqui é um projeto realizado. */
  padding: 76px 0 70px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 50% 30%, rgba(199, 255, 53, 0.18), transparent 30rem),
    #050805;
}

.ch-portfolio-hero span,
.ch-case-hero span,
.ch-case-description > span,
.ch-case-info > span,
.ch-case-related > span,
.ch-service-page span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #c7ff35 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ch-portfolio-hero h1,
.ch-case-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.08;
}

.ch-portfolio-hero p,
.ch-case-hero p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.ch-portfolio-shell,
.ch-case-showcase {
  padding: 56px 0 82px;
}

.ch-portfolio-description {
  max-width: 900px;
  margin: 0 auto 34px;
  color: #525c52;
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.ch-portfolio-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 34px;
}

.ch-portfolio-categories a {
  padding: 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  color: #222922 !important;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ch-portfolio-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 22px;
}

.ch-portfolio-toolbar label {
  margin: 0;
  color: #596259;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-portfolio-toolbar select {
  min-width: 220px;
  min-height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #11140f;
  font-size: 14px;
  font-weight: 800;
  outline: none;
  padding: 0 18px;
}

.ch-portfolio-filters {
  /* Chamons: filtros do portfólio em caixa clara para leitura rápida antes da ordenação. */
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid rgba(18, 24, 14, 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(18, 24, 14, 0.07);
}

.ch-portfolio-filters__scroll {
  /* Chamons: limita a altura das opcoes sem esconder o botao de aplicar filtros. */
  max-height: 315px;
  overflow-y: auto;
  padding-right: 6px;
}

.ch-portfolio-filters__scroll::-webkit-scrollbar {
  width: 8px;
}

.ch-portfolio-filters__scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(122, 147, 6, 0.35);
}

.ch-information-module {
  /* Chamons: menu de informação em destaque claro para content bottom das páginas internas. */
  margin: 34px 0 0;
  padding: 18px;
  border: 1px solid rgba(18, 24, 14, 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(18, 24, 14, 0.08);
}

.ch-information-module ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ch-information-module a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(18, 24, 14, 0.08);
  border-radius: 999px;
  color: #243020 !important;
  background: rgba(248, 250, 245, 0.95);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ch-information-module a:hover {
  border-color: rgba(166, 218, 0, 0.65);
  background: #ccff33;
}

.ch-portfolio-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.ch-portfolio-filters__head span {
  color: #11140f;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.ch-portfolio-filters__head a {
  color: #668006 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ch-portfolio-filters__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ch-portfolio-filters__form {
  display: grid;
  gap: 18px;
}

.ch-portfolio-filters fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ch-portfolio-filters legend {
  margin: 0 0 10px;
  border: 0;
  color: #596259;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ch-portfolio-filters__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ch-portfolio-filters label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.ch-portfolio-filters input {
  /* Chamons: checkbox fica acessivel sem causar salto de foco na pagina ao clicar. */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ch-portfolio-filters label span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(18, 24, 14, 0.1);
  border-radius: 999px;
  color: #242b22;
  background: rgba(248, 250, 245, 0.9);
  font-size: 12px;
  font-weight: 850;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.ch-portfolio-filters label small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
  font-size: 10px;
  font-weight: 950;
}

.ch-portfolio-filters input:checked + span {
  border-color: rgba(166, 218, 0, 0.7);
  color: #11140f;
  background: #ccff33;
}

.ch-portfolio-filters button {
  justify-self: start;
  min-width: 210px;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #071006;
  background: #ccff33;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.ch-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ch-portfolio-card {
  /* Chamons: card compacto para comportar muitos projetos sem voltar à estética padrão de loja. */
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.075);
}

.ch-portfolio-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #090b09;
}

.ch-portfolio-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.ch-portfolio-card:hover .ch-portfolio-card__media img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.035);
}

.ch-portfolio-card__content {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
}

.ch-portfolio-card__content span {
  color: #7a9306 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ch-portfolio-card__meta {
  /* Chamons: chips compactos exibem filtros do portfólio sem pesar o card. */
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.ch-portfolio-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(122, 147, 6, .24);
  border-radius: 999px;
  background: rgba(200, 255, 0, .12);
  color: #587005 !important;
  font-size: 11px;
  letter-spacing: .04em;
}

.ch-portfolio-card__content h2 {
  margin: 12px 0 14px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.ch-portfolio-card__content h2 a {
  color: #090b09 !important;
  text-decoration: none;
}

.ch-portfolio-card__content p {
  color: #596259 !important;
  font-size: 14px;
  line-height: 1.62;
}

.ch-portfolio-card__button,
.ch-case-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 50px;
  margin-top: 12px;
  padding: 0 23px;
  border-radius: 999px;
  color: #071006 !important;
  background: #c7ff35;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ch-portfolio-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  color: #5b655b;
}

.ch-portfolio-empty {
  padding: 48px;
  border-radius: 18px;
  text-align: center;
  background: #fff;
}

.ch-case-device {
  /* Chamons: mockup em CSS para substituir a imagem fixa de notebook e preservar o efeito de rolagem. */
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 22px 0;
  border-radius: 30px 30px 18px 18px;
  background: linear-gradient(145deg, #1f2421, #080a08);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.22);
}

.ch-case-device__bar {
  width: 9px;
  height: 9px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.ch-case-device__screen {
  height: min(56vw, 640px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px 16px 6px 6px;
  background: #000;
}

.ch-case-device__screen img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 7s ease;
}

.ch-case-device:hover .ch-case-device__screen img {
  transform: translateY(calc(-100% + min(56vw, 640px)));
}

.ch-case-device__base {
  width: 64%;
  height: 22px;
  margin: 0 auto;
  border-radius: 0 0 36px 36px;
  background: linear-gradient(180deg, #d7d7d3, #9d9f9c);
}

.ch-case-hint {
  margin: 18px 0 44px;
  color: #6a736a !important;
  text-align: center;
}

.ch-case-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 34px;
  align-items: start;
}

.ch-case-description,
.ch-case-info {
  padding: 34px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.ch-case-description h2,
.ch-case-info h2,
.ch-case-related h2 {
  margin: 0 0 18px;
  color: #090b09 !important;
  font-size: 30px;
  font-weight: 900;
}

.ch-case-description div,
.ch-case-description p {
  color: #4f594f !important;
  font-size: 16px;
  line-height: 1.75;
}

.ch-case-filter-list {
  margin: 0;
}

.ch-case-filter-list div {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ch-case-filter-list dt {
  margin-bottom: 5px;
  color: #7a9306 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-case-filter-list dd {
  margin: 0;
  color: #202620 !important;
  font-size: 16px;
  font-weight: 800;
}

.ch-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ch-case-tags a {
  padding: 7px 11px;
  border-radius: 999px;
  color: #394239 !important;
  background: #eef3e7;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ch-case-gallery,
.ch-case-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.ch-case-gallery__item,
.ch-case-related__grid article {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}

.ch-case-gallery img,
.ch-case-related img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ch-case-related {
  margin-top: 58px;
  text-align: center;
}

.ch-case-related h3 {
  margin: 16px;
  font-size: 18px;
  font-weight: 900;
}

.ch-case-related h3 a {
  color: #090b09 !important;
}

.ch-service-page {
  /* Chamons: blocos internos para páginas de hospedagem, suporte e trabalhe conosco cadastradas no admin. */
  display: block;
}

.ch-service-split,
.ch-service-band,
.ch-service-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 44px;
}

.ch-service-media {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
}

.ch-service-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ch-service-copy h2,
.ch-service-band h2,
.ch-service-callout h2 {
  margin: 0 0 16px;
  color: #090b09 !important;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.16;
}

.ch-service-copy p,
.ch-service-band p,
.ch-service-callout p {
  color: #535d53 !important;
  font-size: 16px;
  line-height: 1.75;
}

.ch-service-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ch-service-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 24px;
  color: #424c42 !important;
}

.ch-service-list li::before {
  content: "";
  position: absolute;
  top: .66em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7ff35;
  box-shadow: 0 0 12px rgba(199, 255, 53, 0.62);
}

.ch-service-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 48px;
}

.ch-service-plan {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.065);
}

.ch-service-plan.is-featured {
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 50% 0, rgba(199, 255, 53, 0.24), transparent 18rem),
    #050805;
}

.ch-service-plan h3 {
  margin: 0 0 8px;
  color: inherit !important;
  font-size: 25px;
  font-weight: 900;
}

.ch-service-price {
  margin: 18px 0;
  color: #090b09 !important;
  font-size: 34px;
  font-weight: 900;
}

.ch-service-plan.is-featured .ch-service-price,
.ch-service-plan.is-featured p,
.ch-service-plan.is-featured li {
  color: #fff !important;
}

.ch-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  color: #071006 !important;
  background: #c7ff35;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ch-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%);
}

.ch-footer > .container {
  position: relative;
  z-index: 1;
}

.ch-footer__grid {
  /* Chamons: organiza marca, empresa, soluções e contato em colunas largas. */
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(170px, 1fr));
  gap: 58px;
  padding-bottom: 54px;
}

.ch-footer__logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.ch-footer__logo img {
  width: auto;
  max-width: 220px;
  max-height: 72px;
}

.ch-footer__brand p {
  max-width: 430px;
  margin: 0 0 22px;
  color: var(--ch-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ch-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ch-social a {
  color: var(--ch-neon);
  font-size: 25px;
  text-decoration: none;
}

.ch-social a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ch-footer__nav h5 {
  margin: 10px 0 22px;
  color: var(--ch-neon);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.ch-footer__nav li,
.ch-footer__nav a {
  color: #d7ddd2;
  font-size: 17px;
  line-height: 1.9;
  text-decoration: none;
}

.ch-footer__nav a:hover {
  color: var(--ch-neon);
}

.ch-footer-certificates {
  /* Chamons: selos de autoridade centralizados abaixo das colunas do rodapé. */
  display: grid;
  justify-items: center;
  gap: 20px;
  margin: 0 auto 34px;
  padding: 34px 0 30px;
  border-top: 1px solid var(--ch-line-soft);
  text-align: center;
}

.ch-footer-certificates h5 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-footer-certificates__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 26px 38px;
}

.ch-footer-certificates__logos img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 58px;
  object-fit: contain;
}

.ch-footer__bottom {
  padding-top: 30px;
  border-top: 1px solid var(--ch-line-soft);
  text-align: center;
}

.ch-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 15px;
}

.ch-floating-actions {
  /* Chamons: mantém WhatsApp e voltar ao topo flutuando no canto inferior direito. */
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.ch-whatsapp-float {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 8px 9px 8px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #20e079, #13b957);
  box-shadow: 0 12px 35px rgba(19, 185, 87, 0.36);
  text-decoration: none;
}

.ch-whatsapp-float span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.18;
  text-align: right;
}

.ch-whatsapp-float i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  /*border: 3px solid #fff;*/
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
}

.ch-whatsapp-float:hover,
.ch-whatsapp-float:focus {
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.ch-back-top {
  /* Chamons: botão aparece via classe is-visible quando o visitante começa a rolar. */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(000, 000, 000, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  font-size: 28px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.ch-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ch-back-top:hover {
  color: #071006;
  background: var(--ch-neon);
}

@keyframes chLogoShine {
  0%, 42% {
    left: -55%;
  }
  58%, 100% {
    left: 120%;
  }
}

@keyframes chPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(199, 255, 53, 0.35), 0 0 24px rgba(199, 255, 53, 0.22);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(199, 255, 53, 0), 0 0 36px rgba(199, 255, 53, 0.38);
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .ch-navbar {
    gap: 18px;
  }

  .ch-logo img {
    max-width: 205px;
    max-height: 66px;
  }

  .ch-menu {
    gap: 3px;
  }

  .ch-menu a {
    min-height: 40px;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .ch-menu .ch-menu__cta {
    min-height: 42px;
    margin-left: 5px;
    padding: 0 14px;
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  body.chamons-site {
    padding-top: 135px;
  }

  .ch-navbar {
    min-height: 82px;
    padding: 14px 0;
  }

  .ch-logo img {
    max-width: 205px;
  }

  .ch-navbar__mobile-cta {
    /* Chamons: em tablet/mobile o CTA fica fora do drawer, ao lado do botão de menu. */
    display: inline-flex;
    order: 2;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-left: auto;
    padding: 0 18px;
    border: 1px solid rgba(199, 255, 53, 0.7);
    border-radius: 999px;
    background: var(--ch-neon);
    color: #071006;
    font-size: 12px;
    line-height: 1.12;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 24px rgba(199, 255, 53, 0.2);
  }

  .ch-menu-toggle {
    display: inline-flex;
    order: 3;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .ch-menu-wrap {
    position: fixed;
    inset: 0;
    z-index: 1200;
    float: none;
    width: auto;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
  }

  .ch-menu-wrap.collapse {
    display: none !important;
  }

  .ch-menu-wrap.collapsing {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    transition: none;
  }

  .ch-menu-wrap.collapse.in {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
  }

  .ch-menu-drawer__overlay {
    position: fixed;
    inset: 0;
    display: block;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    border: 0;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    transition: opacity 0.24s ease;
  }

  .ch-menu-drawer__close {
    position: fixed;
    top: 18px;
    right: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--ch-neon);
    color: #071006;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s ease 0.12s;
  }

  .ch-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(410px, calc(100vw - 28px));
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    padding: 78px 22px 26px;
    border-left: 1px solid var(--ch-line);
    background:
      radial-gradient(circle at 18% 10%, rgba(199, 255, 53, 0.12), transparent 34%),
      rgba(2, 3, 2, 0.98);
    box-shadow: -24px 0 62px rgba(0, 0, 0, 0.44);
    transform: translateX(105%);
    transition: transform 0.28s ease;
    will-change: transform;
  }

  .ch-menu-wrap.in .ch-menu-drawer__overlay {
    opacity: 1;
    animation: chMobileMenuFadeIn 0.24s ease both;
  }

  .ch-menu-wrap.in .ch-menu-drawer__close {
    opacity: 1;
  }

  .ch-menu-wrap.in .ch-menu {
    transform: translateX(0);
    animation: chMobileMenuSlideIn 0.28s ease both;
  }

  .ch-menu-wrap.is-closing {
    display: block !important;
    pointer-events: none;
  }

  .ch-menu-wrap.is-closing .ch-menu-drawer__overlay {
    animation: chMobileMenuFadeOut 0.24s ease both;
  }

  .ch-menu-wrap.is-closing .ch-menu-drawer__close {
    opacity: 0;
    transition-delay: 0s;
  }

  .ch-menu-wrap.is-closing .ch-menu {
    animation: chMobileMenuSlideOut 0.28s ease both;
  }

  @keyframes chMobileMenuSlideIn {
    from {
      transform: translateX(105%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes chMobileMenuSlideOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(105%);
    }
  }

  @keyframes chMobileMenuFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes chMobileMenuFadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  .ch-menu__drawer-brand {
    /* Chamons: logo no topo do menu lateral mobile para abrir o drawer com presença de marca. */
    display: block;
    padding: 0 12px 18px;
  }

  .ch-menu__drawer-brand img {
    display: block;
    max-width: 190px;
    height: auto;
  }

  .ch-menu__mobile-section {
    display: block;
    padding: 16px 12px 8px;
  }

  .ch-menu__mobile-section span {
    color: var(--ch-neon);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ch-menu__mobile-info {
    display: block;
  }

  .ch-menu li + li {
    border-top: 1px solid var(--ch-line-soft);
  }

  .ch-menu a,
  .ch-menu .ch-menu__cta {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0 12px;
  }

  .ch-menu .ch-menu__cta {
    display: none;
  }

  /* Chamons: em tablet/mobile o submenu nao abre por hover; o JS adiciona .is-open no clique. */
  .has-dropdown:hover .ch-menu__dropdown,
  .has-dropdown:focus-within .ch-menu__dropdown {
    display: none;
    transform: none;
  }

  .ch-menu__dropdown {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 12px;
    padding: 0 0 10px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .has-dropdown.is-open > .ch-menu__dropdown {
    display: block;
  }

  .ch-menu__dropdown::before {
    display: none;
  }

  .ch-menu__dropdown-inner {
    display: block;
  }

  .ch-menu__dropdown a {
    min-height: 32px;
    padding-left: 18px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .ch-topbar__inner {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ch-topbar__contacts {
    flex: 1 1 auto;
    gap: 12px;
  }

  .flags {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .ch-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ch-footer__brand {
    grid-column: 1 / -1;
  }

  .ch-info-gallery,
  .ch-info-values,
  .ch-resource-grid,
  .ch-resource-grid--two,
  .ch-resource-columns,
  .ch-case-content-grid,
  .ch-case-gallery,
  .ch-case-related__grid,
  .ch-service-split,
  .ch-service-band,
  .ch-service-callout,
  .ch-service-plans {
    grid-template-columns: 1fr;
  }

  .ch-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ch-info-hero h1 {
    font-size: 38px;
  }

  .ch-resource-intro h2,
  .ch-resource-section h2,
  .ch-resource-callout h2,
  .ch-service-copy h2,
  .ch-service-band h2,
  .ch-service-callout h2 {
    font-size: 29px;
  }

  .ch-portfolio-hero h1,
  .ch-case-hero h1 {
    font-size: 38px;
  }

  .ch-portfolio-card__media {
    min-height: 0;
  }
}

@media (max-width: 1199px) {
  .ch-portfolio-filters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.chamons-site {
    padding-top: 154px;
  }

  .ch-topbar {
    font-size: 12px;
  }

  .ch-topbar__contacts {
    gap: 8px 12px;
  }

  .ch-portfolio-filters__grid {
    grid-template-columns: 1fr;
  }

  .ch-portfolio-filters {
    padding: 18px;
  }

  .ch-portfolio-filters__scroll {
    max-height: 285px;
  }

  .ch-logo img {
    max-width: 158px;
    max-height: 58px;
  }

  .ch-navbar__mobile-cta {
    min-height: 40px;
    max-width: 126px;
    padding: 0 12px;
    font-size: 10px;
  }

  .ch-info-shell {
    padding-bottom: 52px;
  }

  .ch-info-hero h1 {
    font-size: 31px;
  }

  .ch-info-main-image img {
    aspect-ratio: 4 / 3;
  }

  .ch-resource-section,
  .ch-resource-card,
  .ch-resource-callout,
  .ch-portfolio-card__content,
  .ch-case-description,
  .ch-case-info,
  .ch-service-plan {
    padding: 24px;
  }

  .ch-portfolio-hero,
  .ch-case-hero {
    padding: 54px 0 48px;
  }

  .ch-case-device {
    padding: 12px 12px 0;
    border-radius: 20px 20px 12px 12px;
  }

  .ch-case-device__screen {
    height: 420px;
  }

  .ch-case-device:hover .ch-case-device__screen img {
    transform: translateY(calc(-100% + 420px));
  }

  .ch-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .ch-portfolio-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .ch-portfolio-toolbar select {
    width: 100%;
  }

  .ch-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ch-footer {
    padding-top: 42px;
  }

  .ch-footer__grid {
    gap: 28px;
  }

  .ch-footer__brand {
    grid-column: 1 / -1;
  }

  .ch-footer__grid > .ch-footer__nav:nth-child(4) {
    /* Chamons: no celular, contato fica centralizado abaixo de Empresa e Soluções. */
    grid-column: 1 / -1;
    text-align: center;
  }

  .ch-footer__nav h5 {
    margin-bottom: 12px;
    font-size: 19px;
  }

  .ch-footer__nav li,
  .ch-footer__nav a {
    font-size: 14px;
    line-height: 1.75;
  }

  .ch-footer-certificates {
    margin-bottom: 26px;
    padding-top: 28px;
  }

  .ch-footer-certificates h5 {
    font-size: 18px;
  }

  .ch-footer-certificates__logos {
    gap: 18px 22px;
  }

  .ch-footer-certificates__logos img {
    max-width: 126px;
    max-height: 44px;
  }

  .ch-floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .ch-whatsapp-float {
    min-height: 58px;
    padding-left: 12px;
  }

  .ch-whatsapp-float span {
    display: none;
  }

.ch-back-top {
  width: 50px;
  height: 50px;
}
}

/* Chamons: página de contato clara, alinhada ao padrão institucional das páginas internas. */
.ch-contact-page {
  background:
    radial-gradient(circle at 22% 8%, rgba(204, 255, 51, 0.13), transparent 30%),
    linear-gradient(180deg, #f6f8f3 0%, #ffffff 42%, #f4f6f1 100%);
  color: #171a16;
}

.ch-contact-hero {
  padding: 34px 0 58px;
  border-bottom: 1px solid rgba(23, 26, 22, 0.08);
}

.ch-contact-breadcrumb {
  margin: 0 0 34px;
  padding: 0;
  background: transparent;
}

.ch-contact-breadcrumb > li + li:before {
  color: #8c9487;
}

.ch-contact-breadcrumb a {
  color: #4a5146;
  font-weight: 700;
}

.ch-contact-hero__content {
  max-width: 850px;
}

.ch-contact-hero__content span,
.ch-contact-copy span,
.ch-contact-form__head span,
.ch-contact-info-card span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #4c6500;
  background: rgba(204, 255, 51, 0.22);
  border: 1px solid rgba(147, 184, 0, 0.22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 9px 13px;
  text-transform: uppercase;
}

.ch-contact-hero__content h1 {
  margin: 0;
  color: #10130f;
  font-size: 52px;
  font-weight: 950;
  line-height: 1.05;
}

.ch-contact-hero__content p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #5d6558;
  font-size: 19px;
  line-height: 1.7;
}

.ch-contact-shell {
  padding: 0 0 76px;
}

.ch-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -32px;
}

.ch-contact-info-card,
.ch-contact-form,
.ch-contact-copy,
.ch-contact-locations {
  background: #ffffff;
  border: 1px solid rgba(22, 27, 19, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(18, 24, 14, 0.08);
}

.ch-contact-info-card {
  min-height: 210px;
  padding: 28px;
}

.ch-contact-info-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #11140f;
  background: #ccff33;
  box-shadow: 0 12px 24px rgba(188, 246, 35, 0.28);
  font-size: 24px;
}

.ch-contact-info-card h2 {
  margin: 0 0 12px;
  color: #151914;
  font-size: 22px;
  font-weight: 900;
}

.ch-contact-info-card p,
.ch-contact-info-card address,
.ch-contact-info-card small,
.ch-contact-location p,
.ch-contact-copy p {
  margin: 0;
  color: #626a5f;
  font-size: 15px;
  line-height: 1.7;
}

.ch-contact-info-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #11140f;
  font-weight: 900;
  text-decoration: none;
}

.ch-contact-info-card .ch-contact-whatsapp {
  /* Chamons: balão verde deixa claro que o WhatsApp é uma ação clicável. */
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: #071006;
  background: #ccff33;
  box-shadow: 0 10px 24px rgba(39, 214, 102, 0.18);
}

.ch-contact-info-card .ch-contact-whatsapp i {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  color: #0a7f37;
  background: transparent;
  box-shadow: none;
  font-size: 18px;
}

.ch-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 26px;
  margin-top: 28px;
}

.ch-contact-copy,
.ch-contact-form,
.ch-contact-locations {
  padding: 34px;
}

.ch-contact-copy h2,
.ch-contact-form__head h2,
.ch-contact-locations h2 {
  margin: 0;
  color: #11140f;
  font-size: 32px;
  font-weight: 950;
  line-height: 1.14;
}

.ch-contact-copy p {
  margin-top: 18px;
}

.ch-contact-copy ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ch-contact-copy li {
  display: flex;
  gap: 10px;
  color: #394035;
  font-weight: 700;
  line-height: 1.55;
}

.ch-contact-copy li i {
  flex: 0 0 auto;
  color: #93bf00;
  font-size: 18px;
  transform: translateY(2px);
}

.ch-contact-form {
  display: grid;
  gap: 18px;
}

.ch-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ch-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #232820;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-contact-field input,
.ch-contact-field textarea {
  width: 100%;
  border: 1px solid rgba(18, 24, 14, 0.14);
  border-radius: 8px;
  background: #f7f8f4;
  color: #151914;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  padding: 15px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ch-contact-field textarea {
  min-height: 180px;
  resize: vertical;
}

.ch-contact-field input:focus,
.ch-contact-field textarea:focus {
  border-color: #9fd000;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(204, 255, 51, 0.24);
}

.ch-contact-field .text-danger {
  margin-top: 7px;
  color: #d63d3d;
  font-size: 13px;
  font-weight: 800;
}

.ch-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #ccff33;
  color: #11140f;
  font-weight: 950;
  padding: 0 28px;
  box-shadow: 0 16px 34px rgba(188, 246, 35, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ch-contact-submit:hover,
.ch-contact-submit:focus {
  color: #11140f;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(188, 246, 35, 0.36);
}

.ch-contact-submit i {
  margin-right: 8px;
  font-size: 18px;
}

.ch-contact-locations {
  margin-top: 28px;
}

.ch-contact-location-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.ch-contact-location {
  border-radius: 8px;
  background: #f7f8f4;
  padding: 18px;
}

.ch-contact-location h3 {
  margin: 0 0 8px;
  color: #151914;
  font-size: 18px;
  font-weight: 900;
}

.ch-contact-location span {
  display: block;
  margin-top: 10px;
  color: #4c6500;
  font-weight: 900;
}

@media (max-width: 991px) {
  .ch-contact-info-grid,
  .ch-contact-layout,
  .ch-contact-location-list {
    grid-template-columns: 1fr;
  }

  .ch-contact-hero__content h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .ch-contact-hero {
    padding: 24px 0 48px;
  }

  .ch-contact-hero__content h1 {
    font-size: 34px;
  }

  .ch-contact-info-card,
  .ch-contact-copy,
  .ch-contact-form,
  .ch-contact-locations {
    padding: 24px;
  }

  .ch-contact-form__row {
    grid-template-columns: 1fr;
  }
}

/* Chamons: gaveta lateral global dos CTAs "Criar minha loja" e "Solicitar orçamento". */
.ch-quote-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.ch-quote-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.ch-quote-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(460px, calc(100vw - 24px));
  height: 100%;
  overflow-y: auto;
  background:
    radial-gradient(circle at 18% 12%, rgba(204, 255, 51, 0.18), transparent 34%),
    #f7f8f3;
  border-left: 1px solid rgba(17, 20, 15, 0.12);
  box-shadow: -26px 0 70px rgba(0, 0, 0, 0.34);
  padding: 42px 34px;
  transform: translateX(105%);
  transition: transform 0.28s ease;
}

.ch-quote-drawer.is-open {
  pointer-events: auto;
}

.ch-quote-drawer.is-open .ch-quote-drawer__overlay {
  opacity: 1;
}

.ch-quote-drawer.is-open .ch-quote-drawer__panel {
  transform: translateX(0);
}

.ch-quote-drawer__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #11140f;
  color: #fff;
  font-size: 18px;
}

.ch-quote-drawer__eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #ccff33;
  color: #11140f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  padding: 9px 13px;
  text-transform: uppercase;
}

.ch-quote-drawer h2 {
  margin: 0;
  color: #11140f;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.ch-quote-drawer p {
  margin: 16px 0 26px;
  color: #5d6558;
  font-size: 15px;
  line-height: 1.7;
}

.ch-quote-form {
  display: grid;
  gap: 13px;
}

.ch-quote-form label {
  margin: 8px 0 -4px;
  color: #222820;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ch-quote-form input,
.ch-quote-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(17, 20, 15, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #11140f;
  font-size: 15px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ch-quote-form input:focus,
.ch-quote-form select:focus {
  border-color: #9fd000;
  box-shadow: 0 0 0 4px rgba(204, 255, 51, 0.24);
}

.ch-quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  background: #ccff33;
  color: #11140f;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(188, 246, 35, 0.28);
}

.ch-quote-form button i {
  margin-right: 8px;
  font-size: 19px;
}

@media (max-width: 767px) {
  .ch-quote-drawer__panel {
    width: min(100vw, 420px);
    padding: 34px 22px;
  }

  .ch-quote-drawer h2 {
    font-size: 29px;
  }
}

/* Chamons: página 404 com visual próprio para manter o visitante dentro da experiência da agência. */
.ch-not-found {
  background: #020302;
  color: #fff;
}

.ch-not-found__hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 38px 0 100px;
  background:
    radial-gradient(circle at 72% 36%, rgba(204, 255, 51, 0.16), transparent 30%),
    linear-gradient(180deg, #050705 0%, #020302 100%);
}

.ch-not-found__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.5;
  pointer-events: none;
}

.ch-not-found__breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 90px;
  padding: 0;
  background: transparent;
}

.ch-not-found__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.ch-not-found__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.ch-not-found__content span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  border: 1px solid rgba(204, 255, 51, 0.48);
  border-radius: 999px;
  background: rgba(204, 255, 51, 0.12);
  color: #ccff33;
  font-size: 13px;
  font-weight: 950;
  padding: 8px 15px;
  text-transform: uppercase;
}

.ch-not-found__content h1 {
  margin: 0;
  color: #fff;
  font-size: 68px;
  font-weight: 950;
  line-height: 1.02;
}

.ch-not-found__content p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  line-height: 1.7;
}

.ch-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ch-not-found__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  padding: 0 24px;
  text-decoration: none;
}

.ch-not-found__primary {
  background: #ccff33;
  color: #11140f !important;
  box-shadow: 0 16px 34px rgba(188, 246, 35, 0.28);
}

.ch-not-found__secondary {
  background: #fff;
  color: #11140f !important;
}

.ch-not-found__ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
}

@media (max-width: 767px) {
  .ch-not-found__hero {
    min-height: 0;
    padding-bottom: 72px;
  }

  .ch-not-found__breadcrumb {
    margin-bottom: 54px;
  }

  .ch-not-found__content h1 {
    font-size: 42px;
  }

  .ch-not-found__content p {
    font-size: 16px;
  }

  .ch-not-found__actions a {
    width: 100%;
  }
}

/* Chamons: página de sucesso alinhada ao visual institucional escuro usado nas páginas especiais. */
.ch-success {
  background: #020302;
  color: #fff;
}

.ch-success__hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 38px 0 96px;
  background:
    radial-gradient(circle at 74% 34%, rgba(204, 255, 51, 0.18), transparent 30%),
    radial-gradient(circle at 20% 72%, rgba(204, 255, 51, 0.08), transparent 34%),
    linear-gradient(180deg, #050705 0%, #020302 100%);
}

.ch-success__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.5;
  pointer-events: none;
}

.ch-success__breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 86px;
  padding: 0;
  background: transparent;
}

.ch-success__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.ch-success__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.ch-success__content span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  border: 1px solid rgba(204, 255, 51, 0.48);
  border-radius: 999px;
  background: rgba(204, 255, 51, 0.12);
  color: #ccff33;
  font-size: 13px;
  font-weight: 950;
  padding: 8px 15px;
  text-transform: uppercase;
}

.ch-success__content h1 {
  margin: 0;
  color: #fff;
  font-size: 62px;
  font-weight: 950;
  line-height: 1.04;
}

.ch-success__message {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.7;
}

.ch-success__message p {
  margin: 0 0 10px;
}

.ch-success__message p:last-child {
  margin-bottom: 0;
}

.ch-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ch-success__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  padding: 0 26px;
  text-decoration: none;
}

.ch-success__primary {
  background: #ccff33;
  color: #11140f !important;
  box-shadow: 0 16px 34px rgba(188, 246, 35, 0.28);
}

@media (max-width: 767px) {
  .ch-success__hero {
    min-height: 0;
    padding-bottom: 72px;
  }

  .ch-success__breadcrumb {
    margin-bottom: 54px;
  }

  .ch-success__content h1 {
    font-size: 40px;
  }

  .ch-success__message {
    font-size: 16px;
  }

  .ch-success__actions a {
    width: 100%;
  }
}
