/* ============================================================
   M2 Drones — Seções adicionais da Home
   ============================================================ */

/* ── Outfit self-hosted ────────────────────────────────────── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('./fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

/* ── Fonte dos títulos ─────────────────────────────────────── */
h1, h2, h3,
.m2-cana-page h1,
.m2-cana-page h2,
.m2-cana-page h3,
.m2-cana-hero-content h1,
.m2-cana-cta-content h2,
.m2-tel-resumo-texto h2,
.m2-map-produto-card h3,
.m2-map-aplic-body h3,
.m2-cotesia-etapa-body h3,
.m2-cotesia-equipe-card h4,
.m2-cana-card h3,
.m2-pretiosum-praga-body h4,
.m2-tel-nav-title {
  font-family: 'Outfit', sans-serif !important;
}

/* ── Base compartilhada ────────────────────────────────────── */
.m2-home-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: 'Poppins', sans-serif;
}

.m2-home-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4caf28;
  margin-bottom: 10px;
}

.m2-home-titulo {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #12285a;
  margin: 0 0 14px;
  line-height: 1.2;
}

.m2-home-subtitulo {
  font-size: 15.5px;
  color: #4a6042;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 0 48px;
}

/* ══════════════════════════════════════════════════════════════
   BARRA DE ESTATÍSTICAS
   ══════════════════════════════════════════════════════════════ */
[data-id="m2emp01"],
[data-id="m2emp01"] > .elementor-container,
[data-id="m2emp01"] > .elementor-container > .elementor-row,
[data-id="m2emp01"] .elementor-widget-wrap {
  background: transparent !important;
  padding: 0 !important;
}

[data-id="m2missao01"],
[data-id="m2missao01"] > .elementor-container,
[data-id="m2missao01"] > .elementor-container > .elementor-row,
[data-id="m2missao01"] .elementor-widget-wrap {
  background: transparent !important;
  padding: 0 !important;
}

[data-id="m2stats01"],
[data-id="m2stats01"] > .elementor-container,
[data-id="m2stats01"] > .elementor-container > .elementor-row,
[data-id="m2stats01"] .elementor-widget-wrap {
  background: linear-gradient(135deg, #12285a 0%, #1a3d7a 100%) !important;
}

.m2-stats-bar {
  background: transparent;
  padding: 36px 24px;
}

.m2-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.m2-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 130px;
}

.m2-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #8cc63f;
  line-height: 1;
  margin-bottom: 5px;
}

.m2-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.m2-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

.m2-stats-rodape {
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 14px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(140,198,63,0.3);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-align: center;
  letter-spacing: 0.02em;
}

/* ══════════════════════════════════════════════════════════════
   DIFERENCIAIS
   ══════════════════════════════════════════════════════════════ */
.m2-diferenciais {
  padding: 72px 0;
  background: #fff;
}

.m2-diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.m2-dif-card {
  background: #f3faf0;
  border: 1.5px solid #ddeedd;
  border-radius: 18px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.m2-dif-card:hover {
  border-color: #4caf28;
  box-shadow: 0 8px 28px rgba(76,175,40,0.14);
  transform: translateY(-3px);
}

.m2-dif-icon {
  width: 52px;
  height: 52px;
  background: #e8f5e3;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.m2-dif-icon svg {
  width: 28px;
  height: 28px;
}

.m2-dif-card strong {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #12285a;
  line-height: 1.3;
}

.m2-dif-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #4a6042;
  line-height: 1.7;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════
   CLIENTES / PARCEIROS
   ══════════════════════════════════════════════════════════════ */
.m2-home-clientes {
  padding: 64px 0;
  background: #e6f4e1;
  border-top: 1px solid #c8e6c0;
  border-bottom: 1px solid #c8e6c0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.m2-clientes-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}

.m2-cliente-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid #e8f0e5;
  border-radius: 12px;
  padding: 18px 20px;
  height: 96px;
  box-sizing: border-box;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.m2-cliente-logo:hover {
  border-color: #4caf28;
  box-shadow: 0 4px 16px rgba(76,175,40,0.15);
  transform: translateY(-2px);
}

.m2-cliente-logo img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.25s, opacity 0.25s;
  display: block;
}

.m2-cliente-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ══════════════════════════════════════════════════════════════
   GALERIA DE OPERAÇÕES
   ══════════════════════════════════════════════════════════════ */
.m2-home-galeria {
  padding: 72px 0;
  background: #12285a;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.m2-home-galeria .m2-home-tag {
  color: #8cc63f;
}

.m2-home-galeria .m2-home-titulo {
  color: #fff;
}

.m2-home-galeria .m2-home-subtitulo {
  color: rgba(255,255,255,0.7);
}

.m2-galeria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
  margin-top: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.m2-galeria-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.m2-galeria-destaque {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

.m2-galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.m2-galeria-item:hover img {
  transform: scale(1.05);
}

.m2-galeria-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,40,90,0.85) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 18px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.m2-galeria-item:hover .m2-galeria-overlay {
  opacity: 1;
}

.m2-galeria-overlay span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

/* ── Responsivo ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .m2-diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .m2-clientes-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .m2-stats-inner {
    justify-content: center;
    gap: 20px 32px;
  }
  .m2-stat-divider {
    display: none;
  }
  .m2-diferenciais-grid {
    grid-template-columns: 1fr;
  }
  .m2-clientes-logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .m2-galeria-grid {
    grid-template-columns: 1fr;
  }
  .m2-galeria-destaque {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
}

/* ══════════════════════════════════════════════════════════════
   SEÇÃO EMPRESA (Home)
   ══════════════════════════════════════════════════════════════ */

/* ── Intro ─────────────────────────────────────────────────── */
.m2-empresa-intro {
  padding: 72px 0 56px;
  background: #fff !important;
  border-bottom: 1px solid #ddeedd;
}

.m2-empresa-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4a6042;
  max-width: 780px;
  margin: 0 0 32px;
}

.m2-empresa-publicos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.m2-empresa-publicos span {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #12285a;
  background: #e8f5e3;
  border: 1.5px solid #c8ddc4;
  border-radius: 20px;
  padding: 6px 16px;
  letter-spacing: 0.03em;
}

/* ── Abas Agronegócio ──────────────────────────────────────── */
.m2-empresa-agro {
  padding: 72px 0;
  background: #e6f4e1 !important;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.m2-tabs-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.m2-tab-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4a6042;
  background: #fff;
  border: 2px solid #ddeedd;
  border-radius: 24px;
  padding: 10px 22px;
  cursor: pointer;
  transition: all 0.2s;
  outline: none;
}

.m2-tab-btn:hover {
  border-color: #4caf28;
  color: #12285a;
}

.m2-tab-btn.m2-tab-active {
  background: #4caf28;
  border-color: #4caf28;
  color: #fff;
}

.m2-tab-panel {
  display: none;
}

.m2-tab-panel-active {
  display: block;
  animation: m2FadeIn 0.3s ease;
}

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

.m2-tab-content {
  background: #fff;
  border: 1.5px solid #ddeedd;
  border-radius: 20px;
  overflow: hidden;
}

.m2-tab-com-foto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.m2-tab-fotos-duplas {
  align-self: stretch;
  height: 100%;
}

.m2-tab-fotos-duplas {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.m2-tab-fotos-duplas .m2-tab-foto {
  flex: 1;
  min-height: 220px;
  position: relative;
}

.m2-tab-fotos-duplas .m2-tab-foto img {
  width: 100%;
  object-fit: cover;
  display: block;
  flex: 1;
}

.m2-tab-foto {
  display: flex;
  min-height: 380px;
  overflow: hidden;
  align-self: stretch;
}

.m2-tab-foto img {
  flex: 1;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.m2-tab-panel-active .m2-tab-foto img {
  transform: scale(1.03);
}

.m2-tab-body {
  padding: 32px 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.m2-tab-desc h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #12285a;
  margin: 0 0 12px;
}

.m2-tab-desc p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4a6042;
  line-height: 1.7;
  margin: 0 0 24px;
}

.m2-tab-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: #4caf28;
  border: 2px solid #4caf28;
  border-radius: 24px;
  padding: 10px 24px;
  box-shadow: 0 4px 14px rgba(76,175,40,0.3);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.m2-tab-cta:hover {
  background: #3a8d1e;
  border-color: #3a8d1e;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76,175,40,0.4);
  text-decoration: none !important;
}

.m2-servicos-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: start;
}

.m2-servicos-lista li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #2c4a24;
  background: #f3faf0;
  border-left: 3px solid #4caf28;
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
  word-break: normal;
}

.m2-li-icon {
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

/* ── Urbano ────────────────────────────────────────────────── */
.m2-empresa-urbano {
  padding: 72px 0;
  background: linear-gradient(135deg, #12285a 0%, #1a3d7a 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.m2-urbano-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 8px;
}

.m2-urbano-card {
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}

.m2-urbano-card-full {
  display: flex;
  flex-direction: column;
}

.m2-urbano-card-foto {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.m2-urbano-card-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.m2-urbano-card-foto-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,30,70,0.65) 0%, rgba(10,30,70,0.82) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 32px 48px;
}

.m2-urbano-card-foto-overlay .m2-urbano-icon {
  font-size: 2.4rem;
  line-height: 1;
}

.m2-urbano-card-foto-overlay strong {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.m2-urbano-card-foto-overlay p {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.m2-urbano-desc-hidden {
  display: none;
}

.m2-urbano-card-body {
  padding: 36px 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.m2-urbano-card-body .m2-urbano-grupos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.m2-urbano-card-body .m2-urbano-btn {
  margin-top: 4px;
}

.m2-urbano-grupos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin: 4px 0 8px;
}

.m2-urbano-grupo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.m2-urbano-grupo-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #8cc63f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.m2-urbano-grupo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m2-urbano-grupo ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  padding-left: 12px;
  position: relative;
  line-height: 1.5;
}

.m2-urbano-grupo ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #8cc63f;
  font-weight: 700;
}

.m2-urbano-card:hover {
  border-color: #4caf28;
  background: rgba(76,175,40,0.08);
}

.m2-urbano-icon {
  font-size: 2.8rem;
  line-height: 1;
}

.m2-urbano-card strong {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.m2-urbano-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.m2-urbano-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: #4caf28;
  border: none;
  border-radius: 20px;
  padding: 10px 24px;
  width: fit-content;
  transition: background 0.2s;
}

.m2-urbano-btn:hover {
  background: #3a8d1e;
  color: #fff !important;
}

/* ── Missão ────────────────────────────────────────────────── */
.m2-empresa-missao {
  padding: 56px 0;
  background: #fff;
  border-top: 1px solid #ddeedd;
}

.m2-missao-box {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fff;
  border: 2px solid #4caf28;
  border-radius: 20px;
  padding: 36px 40px;
}

.m2-missao-icone {
  font-size: 3rem;
  flex-shrink: 0;
}

.m2-missao-texto {
  flex: 1;
}

.m2-missao-texto strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #12285a;
  margin-bottom: 8px;
}

.m2-missao-texto p {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #4a6042;
  line-height: 1.7;
  margin: 0;
}

.m2-missao-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #4caf28;
  border-radius: 24px;
  padding: 14px 28px;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(76,175,40,0.35);
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.m2-missao-btn:hover {
  background: #3a8d1e;
  transform: translateY(-2px);
  color: #fff;
}

/* ── Responsivo ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .m2-tab-com-foto {
    grid-template-columns: 1fr;
  }
  .m2-tab-foto {
    min-height: 200px;
  }
  .m2-tab-body {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .m2-servicos-lista {
    grid-template-columns: 1fr;
  }
  .m2-urbano-cards {
    grid-template-columns: 1fr;
  }
  .m2-missao-box {
    flex-direction: column;
    text-align: center;
  }
}

[data-id="15098a75"] .elementor-heading-title {
  text-align: left !important;
}

/* ── Galeria: grid com mais fotos ────────────────────────────────────── */
.m2-galeria-grid {
  grid-template-columns: repeat(3, 1fr);
}
.m2-galeria-item { cursor: zoom-in; }

/* ── Lightbox ────────────────────────────────────────────────────────── */
.m2-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.m2-lightbox.m2-lightbox-active { display: flex; }
.m2-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
}
.m2-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.m2-lightbox-content img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.6);
}
#m2-lightbox-legenda {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.m2-lightbox-close {
  position: fixed;
  top: 20px;
  right: 28px;
  z-index: 2;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
}
.m2-lightbox-close:hover { opacity: 1; }
.m2-lightbox-prev,
.m2-lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 6px;
  line-height: 1;
  transition: background 0.2s;
}
.m2-lightbox-prev:hover,
.m2-lightbox-next:hover { background: rgba(255,255,255,0.3); }
.m2-lightbox-prev { left: 12px; }
.m2-lightbox-next { right: 12px; }

/* ── Carrossel ───────────────────────────────────────────────────────── */
.m2-carrossel-wrap {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 24px;
}

.m2-carrossel {
  position: relative;
  width: 100%;
  height: 540px;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
}

.m2-carrossel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m2-carrossel-slide.ativo { opacity: 1; }

/* fundo desfocado — preenche laterais para fotos verticais */
.m2-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(18px) brightness(0.5) saturate(1.2);
  transform: scale(1.08);
}

/* foto principal — contida, sem cortar */
.m2-carrossel-slide img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}

.m2-carr-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}
.m2-carr-btn:hover { background: rgba(0,0,0,0.65); }
.m2-carr-prev { left: 34px; }
.m2-carr-next { right: 34px; }

.m2-carr-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.m2-carr-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.m2-carr-dot.ativo {
  background: #8cc63f;
  transform: scale(1.3);
}

/* ══════════════════════════════════════════════════════════════
   PÁGINA NOSSOS SERVIÇOS
   ══════════════════════════════════════════════════════════════ */
.m2-servicos-page { font-family: 'Poppins', sans-serif; }

[data-id="m2serv01"] {
  padding: 0 !important;
  margin: 0 !important;
}
[data-id="m2serv01"] > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}
[data-id="m2serv01"] .elementor-widget-wrap {
  padding: 0 !important;
}

.m2-serv-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.m2-serv-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4caf28;
  margin-bottom: 8px;
}

/* Hero */
.m2-serv-hero {
  background:
    linear-gradient(rgba(120,50,10,0.58), rgba(80,30,5,0.65)),
    url('/wp-content/uploads/2026/07/IMG-20260601-WA0006.jpg') center/cover no-repeat;
  padding: 72px 0 64px;
  text-align: center;
}
.m2-serv-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}
.m2-serv-hero p {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}
.m2-serv-hero .m2-serv-tag { color: #8cc63f; }

/* Categorias */
.m2-serv-categoria { padding: 64px 0; background: #fff; }
.m2-serv-cat-alt   { background: #f3faf0; }

.m2-serv-cat-icone-img { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; }

/* Seção Aplicação Aérea — parallax */
.m2-serv-cat-aplicacao {
  position: relative;
  padding: 80px 0;
  background:
    linear-gradient(rgba(110,45,5,0.55), rgba(70,25,5,0.60)),
    url('/wp-content/uploads/2026/07/46fef028-699b-4323-91e7-fcd2fd27cde4.JPG') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-serv-cat-aplicacao .m2-serv-cat-header {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 16px;
  padding: 18px 28px;
  margin-bottom: 36px;
}
.m2-serv-cat-aplicacao .m2-serv-tag { color: #7a3e10; letter-spacing: 0.18em; margin-bottom: 0; }
.m2-serv-cat-aplicacao .m2-serv-cat-header > div { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.m2-serv-cat-aplicacao .m2-serv-cat-header h2 { color: #1e5c0a !important; margin: 0; }
.m2-serv-cat-aplicacao .m2-serv-card-foto {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.m2-serv-cat-aplicacao .m2-serv-card-foto:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}
.m2-serv-cat-aplicacao .m2-serv-card-foto h3 { color: #fff; }
.m2-serv-cat-aplicacao .m2-serv-card-foto p  { color: rgba(255,255,255,0.85); }
.m2-serv-cat-aplicacao .m2-serv-card-img { border-radius: 0; height: 160px; }

.m2-serv-cat-urbano {
  position: relative;
  padding: 80px 0;
  background:
    linear-gradient(rgba(10,20,60,0.60), rgba(5,15,45,0.65)),
    url('/wp-content/uploads/2026/07/fundourbano.png') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-serv-cat-urbano .m2-serv-cat-header {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 16px;
  padding: 18px 28px;
  margin-bottom: 36px;
}
.m2-serv-cat-urbano .m2-serv-tag { color: #8cc63f; letter-spacing: 0.18em; margin-bottom: 0; }
.m2-serv-cat-urbano .m2-serv-cat-header > div { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.m2-serv-cat-urbano h2 { color: #fff !important; margin: 0; }
.m2-serv-cat-urbano .m2-serv-card-foto {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.m2-serv-cat-urbano .m2-serv-card-foto:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(140,198,63,0.6);
  box-shadow: 0 8px 28px rgba(0,0,0,0.3);
}
.m2-serv-cat-urbano .m2-serv-card-foto h3 { color: #fff; }
.m2-serv-cat-urbano .m2-serv-card-foto p  { color: rgba(255,255,255,0.82); }
.m2-serv-cat-urbano .m2-serv-card-img { height: 160px; }

.m2-serv-cat-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
.m2-serv-cat-icone {
  font-size: 2.4rem;
  line-height: 1;
}
.m2-serv-cat-header h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #12285a;
  margin: 0;
}

/* Grid de cards */
.m2-serv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Cards */
.m2-serv-card {
  background: #fff;
  border: 1.5px solid #ddeedd;
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.m2-serv-card:hover {
  border-color: #4caf28;
  box-shadow: 0 8px 28px rgba(76,175,40,0.13);
  transform: translateY(-3px);
}
.m2-serv-cat-alt .m2-serv-card { background: #fff; }

.m2-serv-card-urbano {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.15);
}
.m2-serv-card-urbano:hover {
  border-color: #8cc63f;
  box-shadow: 0 8px 28px rgba(140,198,63,0.2);
}
.m2-serv-card-urbano h3 { color: #fff; }
.m2-serv-card-urbano p  { color: rgba(255,255,255,0.75); }

.m2-serv-card-icone {
  font-size: 1.8rem;
  line-height: 1;
}
.m2-serv-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #12285a;
  margin: 0;
  line-height: 1.35;
}
.m2-serv-card p {
  font-size: 13.5px;
  color: #4a6042;
  line-height: 1.7;
  margin: 0;
}
.m2-serv-card em { font-style: italic; }

.m2-serv-saiba-mais {
  display: block;
  width: fit-content;
  margin: auto auto 0;
  align-self: center;
  background: #4caf28;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  padding: 9px 22px;
  border-radius: 24px;
  margin-top: 12px;
  transition: background 0.2s, transform 0.2s;
}
.m2-serv-saiba-mais:hover { background: #3a8d1e; transform: translateY(-2px); }
.m2-serv-cat-biologico .m2-serv-card-body .m2-serv-saiba-mais { background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.5); }
.m2-serv-cat-biologico .m2-serv-card-body .m2-serv-saiba-mais:hover { background: rgba(255,255,255,0.28); }
.m2-serv-card-urbano .m2-serv-card-body .m2-serv-saiba-mais { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.35); }
.m2-serv-card-urbano .m2-serv-card-body .m2-serv-saiba-mais:hover { background: rgba(255,255,255,0.25); }
.m2-serv-card-body { align-items: center; text-align: center; }

/* CTA escuro */
.m2-serv-cta {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background:
    linear-gradient(rgba(8,25,5,0.82), rgba(8,25,5,0.88)),
    url('/wp-content/uploads/2026/07/op-drone-voo.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-serv-cta h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}
.m2-serv-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  margin: 0 0 28px;
}
.m2-serv-cta-btn {
  display: inline-block;
  background: #4caf28;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 36px;
  border-radius: 30px;
  box-shadow: 0 4px 16px rgba(76,175,40,0.35);
  transition: background 0.2s, transform 0.2s;
}
.m2-serv-cta-btn:hover {
  background: #3a8d1e;
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 900px) {
  .m2-serv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .m2-serv-grid { grid-template-columns: 1fr; }
}

/* ── Cards com foto ──────────────────────────────────────────── */
.m2-serv-card-foto {
  padding: 0;
  overflow: hidden;
  gap: 0;
}
.m2-serv-card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.m2-serv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
}
.m2-img-pulverizacao img {
  object-position: center bottom !important;
  transform: translateY(-110px) !important;
}
.m2-serv-card-foto:hover .m2-serv-card-img img {
  transform: scale(1.06);
}
.m2-serv-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


/* ── Seção Controle Biológico — parallax ── */
.m2-serv-cat-biologico {
  position: relative;
  padding: 80px 0;
  background:
    linear-gradient(rgba(110,45,5,0.55), rgba(70,25,5,0.60)),
    url('/wp-content/uploads/2026/07/fundocotesia.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-serv-cat-biologico .m2-serv-cat-header {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 16px;
  padding: 18px 28px;
  margin-bottom: 36px;
}
.m2-serv-cat-biologico .m2-serv-tag { color: #7a3e10; letter-spacing: 0.18em; margin-bottom: 0; }
.m2-serv-cat-biologico .m2-serv-cat-header > div { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.m2-serv-cat-biologico .m2-serv-cat-header h2 { color: #1e5c0a !important; margin: 0; }
.m2-serv-cat-biologico .m2-serv-card-foto {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.m2-serv-cat-biologico .m2-serv-card-foto:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}
.m2-serv-cat-biologico .m2-serv-card-foto h3 { color: #fff; }
.m2-serv-cat-biologico .m2-serv-card-foto p  { color: rgba(255,255,255,0.85); }
.m2-serv-cat-biologico .m2-serv-card-img { height: 160px; }

/* ── Seção Mapeamento e Projetos — parallax ── */
.m2-serv-cat-mapeamento {
  position: relative;
  padding: 80px 0;
  background:
    linear-gradient(rgba(110,45,5,0.55), rgba(70,25,5,0.60)),
    url('/wp-content/uploads/2026/07/matrice.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-serv-cat-mapeamento .m2-serv-cat-header {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 16px;
  padding: 18px 28px;
  margin-bottom: 36px;
}
.m2-serv-cat-mapeamento .m2-serv-tag { color: #12285a; letter-spacing: 0.18em; margin-bottom: 0; }
.m2-serv-cat-mapeamento .m2-serv-cat-header > div { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.m2-serv-cat-mapeamento .m2-serv-cat-header h2 { color: #e07b00 !important; margin: 0; }
.m2-serv-cat-mapeamento .m2-serv-card-foto {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.m2-serv-cat-mapeamento .m2-serv-card-foto:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}
.m2-serv-cat-mapeamento .m2-serv-card-foto h3 { color: #fff; }
.m2-serv-cat-mapeamento .m2-serv-card-foto p  { color: rgba(255,255,255,0.85); }
.m2-serv-cat-mapeamento .m2-serv-card-img { height: 160px; }

/* ══════════════════════════════════════════════════════════════
   HEADER / NAVBAR REDESIGN
   ══════════════════════════════════════════════════════════════ */

/* Container principal do header */
.elementor-location-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

/* Estado inicial — transparente sobre o hero */
.elementor-location-header .elementor-element-f179672 {
  background-color: transparent !important;
  background-image: none !important;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.elementor-location-header .elementor-element-f179672::before {
  display: none !important;
}

/* Estado ao rolar — glassmorphism azul escuro */
.elementor-location-header.m2-scrolled .elementor-element-f179672 {
  background-color: rgba(12, 28, 70, 0.88) !important;
  background-image: none !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.28) !important;
}

/* Links do menu */
.hfe-nav-menu .hfe-menu-item,
.hfe-nav-menu a.hfe-menu-item {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.88) !important;
  position: relative;
  transition: color 0.22s ease !important;
  padding-bottom: 4px !important;
}

/* Linha animada embaixo de cada link */
.hfe-nav-menu a.hfe-menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #8cc63f;
  border-radius: 2px;
  transition: left 0.25s ease, right 0.25s ease;
}
.hfe-nav-menu a.hfe-menu-item:hover::after,
.hfe-nav-menu .current-menu-item > a.hfe-menu-item::after {
  left: 0;
  right: 0;
}

/* Cor hover e item ativo */
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu .current-menu-item > a.hfe-menu-item {
  color: #8cc63f !important;
}

/* Item de menu destacado (NOSSOS SERVIÇOS) — mantém verde */
.hfe-nav-menu .current-menu-item > a.hfe-menu-item {
  color: #8cc63f !important;
}

/* Botão CONTATO no menu */
.hfe-nav-menu li:last-child a.hfe-menu-item,
.hfe-nav-menu .menu-item-contato a.hfe-menu-item {
  background: #8cc63f !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 8px 22px !important;
  transition: background 0.22s ease, transform 0.18s ease !important;
}
.hfe-nav-menu li:last-child a.hfe-menu-item:hover {
  background: #6fa82f !important;
  transform: translateY(-1px) !important;
}
.hfe-nav-menu li:last-child a.hfe-menu-item::after { display: none !important; }

/* Submenu */
.hfe-nav-menu .sub-menu {
  background: rgba(10, 22, 58, 0.96) !important;
  backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 36px rgba(0,0,0,0.35) !important;
  padding: 8px 0 !important;
  min-width: 220px !important;
}
.hfe-nav-menu .sub-menu a.hfe-sub-menu-item {
  color: rgba(255,255,255,0.82) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  transition: color 0.18s, padding-left 0.18s !important;
}
.hfe-nav-menu .sub-menu a.hfe-sub-menu-item:hover {
  color: #8cc63f !important;
  padding-left: 28px !important;
}
.hfe-nav-menu .sub-menu a.hfe-sub-menu-item::after { display: none !important; }

/* Empurra o conteúdo da página para baixo (evita que header fixo cubra o topo) */
body .elementor-location-header + * {
  margin-top: 0 !important;
}

/* ══════════════════════════════════════════════════════════════
   M2 NAV — Header custom
   ══════════════════════════════════════════════════════════════ */
.m2-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 99999;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.m2-nav--solid {
  background: rgba(10, 22, 58, 0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 24px rgba(0,0,0,0.3);
}

.m2-nav-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Logo */
.m2-nav-logo img {
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
  transition: transform 0.2s;
}
.m2-nav-logo:hover img { transform: scale(1.04); }

/* Links */
.m2-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.m2-nav-links > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.m2-nav-links > li > a:hover,
.m2-nav-links > li.m2-has-drop:hover > a {
  color: #8cc63f;
  background: rgba(255,255,255,0.07);
}

.m2-caret {
  font-size: 10px;
  opacity: 0.7;
  transition: transform 0.2s;
}
.m2-has-drop:hover .m2-caret { transform: rotate(180deg); }

/* Dropdown */
.m2-has-drop { position: relative; }

.m2-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(8, 18, 50, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  padding: 20px;
  min-width: 560px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  list-style: none;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(-50%) translateY(8px);
}

.m2-has-drop:hover .m2-dropdown {
  display: grid;
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
  animation: m2DropIn 0.2s ease forwards;
}

@keyframes m2DropIn {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.m2-drop-group > span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8cc63f;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.m2-drop-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.m2-drop-group ul li a {
  display: block;
  padding: 7px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.18s, background 0.18s, padding-left 0.18s;
}
.m2-drop-group ul li a:hover {
  color: #fff;
  background: rgba(140,198,63,0.12);
  padding-left: 16px;
}

/* Dropdown com 2 colunas para Nossos Serviços */
.m2-has-drop:nth-child(2) .m2-dropdown {
  grid-template-columns: repeat(2, 1fr);
  min-width: 380px;
}

/* CTA + burger */
.m2-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.m2-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: #8cc63f;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(140,198,63,0.35);
}
.m2-nav-cta-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  display: block;
  flex-shrink: 0;
}
.m2-nav-cta:hover {
  background: #6fa82f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(140,198,63,0.45);
}

/* Hamburger */
.m2-nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.m2-nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.m2-nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.m2-nav-burger.open span:nth-child(2) { opacity: 0; }
.m2-nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Empurra conteúdo para baixo do header fixo */
body { padding-top: 72px !important; }

/* ── Responsivo mobile ── */
@media (max-width: 1024px) {
  .m2-nav-links {
    display: none;
    position: fixed;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(8, 18, 50, 0.98);
    backdrop-filter: blur(20px);
    padding: 20px 24px 32px;
    gap: 4px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .m2-nav-links.open { display: flex; }
  .m2-nav-burger { display: flex; }
  /* Dropdown mobile — oculto por padrão, abre com .m2-drop-open */
  .m2-dropdown {
    display: none !important;
    position: static !important;
    transform: none !important;
    min-width: 0 !important;
    box-shadow: none !important;
    background: rgba(255,255,255,0.06) !important;
    border: none !important;
    border-left: 2px solid rgba(140,198,63,0.4) !important;
    border-radius: 0 !important;
    padding: 8px 0 8px 16px !important;
    grid-template-columns: 1fr !important;
    animation: none !important;
    opacity: 1 !important;
    pointer-events: all !important;
    margin: 4px 0 8px !important;
  }
  .m2-has-drop.m2-drop-open > .m2-dropdown { display: grid !important; }
  .m2-has-drop:hover .m2-dropdown { display: none !important; }
  .m2-has-drop.m2-drop-open:hover .m2-dropdown { display: grid !important; }

  /* Caret rotaciona ao abrir */
  .m2-has-drop.m2-drop-open > a .m2-caret { transform: rotate(180deg); display: inline-block; }

  /* Links mobile maiores para toque fácil */
  .m2-nav-links > li > a {
    padding: 12px 8px !important;
    font-size: 14px !important;
    width: 100%;
  }
  .m2-drop-group ul li a {
    padding: 10px 8px !important;
    font-size: 13px !important;
  }
}

/* Esconde header Elementor — usa apenas o m2-nav custom */
header#masthead,
.elementor-location-header,
.hfe-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}


/* Hero home — fundo + overlay */
section.elementor-element-4a7eb112 {
  padding-top: 100px !important;
  position: relative !important;
  background-image: url('/wp-content/uploads/2026/07/fundopaginainicial.jpeg') !important;
  background-attachment: fixed;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
section.elementor-element-4a7eb112 > .elementor-background-overlay {
  background: linear-gradient(135deg, rgba(8,18,58,0.72) 0%, rgba(10,28,75,0.65) 100%) !important;
  opacity: 1 !important;
  z-index: 0 !important;
}
section.elementor-element-4a7eb112 > .elementor-container,
section.elementor-element-4a7eb112 > .e-con-inner {
  position: relative !important;
  z-index: 1 !important;
}
section.elementor-element-4a7eb112 h1,
section.elementor-element-4a7eb112 h2,
section.elementor-element-4a7eb112 p,
section.elementor-element-4a7eb112 span,
section.elementor-element-4a7eb112 strong {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Ponte invisível — evita que o dropdown suma ao mover o mouse */
.m2-has-drop > a::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.m2-has-drop { position: relative; }

@media (max-width: 1024px) {
  .m2-nav-logo img {
    height: 36px !important;
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .m2-nav-logo img {
    height: 26px !important;
    width: auto !important;
  }
}

@media (max-width: 600px) {
  .m2-urbano-grupos {
    grid-template-columns: 1fr !important;
  }
  .m2-urbano-card-body .m2-urbano-grupos {
    grid-template-columns: 1fr !important;
  }
}

/* =============================================
   PÁGINA CANA-DE-AÇÚCAR
   ============================================= */

.m2-cana-page {
  font-family: 'Poppins', sans-serif;
}

.m2-cana-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.m2-cana-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center -600px/cover no-repeat;
  background-attachment: fixed;
}
.m2-cana-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,60,20,0.80) 0%, rgba(30,80,10,0.70) 100%);
}
.m2-cana-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px 60px;
  color: #fff;
}
.m2-cana-tag {
  display: inline-block;
  background: rgba(140,198,63,0.25);
  border: 1px solid rgba(140,198,63,0.5);
  color: #a8d455;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.m2-cana-hero-content h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #fff !important;
  max-width: 680px;
}
.m2-cana-hero-content p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  max-width: 580px;
  margin: 0 0 32px;
  line-height: 1.6;
}
/* Oculta título de página gerado pelo tema na página cana */
.m2-cana-page ~ .entry-title,
.m2-cana-page ~ h1.page-title,
.page-template .entry-header,
body.page-id-994 .entry-header,
body.page-id-994 h1.entry-title,
body.page-id-994 .page-title {
  display: none !important;
}

.m2-cana-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.m2-cana-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
  white-space: nowrap;
}
.m2-cana-btn-primary {
  background: #8cc63f;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(140,198,63,0.4);
}
.m2-cana-btn-primary:hover {
  background: #6fa82f;
  transform: translateY(-2px);
}
.m2-cana-btn-wpp {
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.m2-cana-btn-wpp:hover {
  background: #1da851;
  transform: translateY(-2px);
}
.m2-cana-btn-email {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.5);
}
.m2-cana-btn-email:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}
.m2-cana-btn-icon {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
  display: block;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .m2-cana-hero-btns { flex-direction: column; align-items: flex-start; }
}

/* RESUMO */
.m2-cana-resumo {
  position: relative;
  padding: 64px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana2.avif') center calc(50% - 50px)/100% auto no-repeat;
  background-attachment: fixed;
}
.m2-cana-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 40, 5, 0.72);
}
.m2-cana-resumo .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-cana-resumo h2 {
  color: #fff !important;
}
.m2-cana-resumo-item {
  background: rgba(255,255,255,0.1) !important;
  border-left-color: #8cc63f !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
  box-shadow: none !important;
}
.m2-cana-resumo h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a3a0a;
  margin: 0 0 32px;
  text-align: center;
}
.m2-cana-resumo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}
.m2-cana-resumo-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  font-size: 14px;
  color: #2c4a10;
  font-weight: 500;
  border-left: 3px solid #8cc63f;
}
.m2-cana-resumo-num {
  font-size: 20px;
  font-weight: 800;
  color: #8cc63f;
  min-width: 30px;
  line-height: 1;
}

/* BLOCOS GENÉRICOS */
.m2-cana-bloco {
  padding: 80px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.m2-cana-bloco-pulv {
  position: relative;
  background: url('/wp-content/uploads/2026/07/fundocana3.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cana-bloco-pulv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,248,230,0.88);
}
.m2-cana-bloco-pulv > .m2-cana-inner { position: relative; z-index: 1; }

.m2-cana-bloco-bio {
  position: relative;
  background: url('/wp-content/uploads/2026/07/fundocana4.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cana-bloco-bio::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(235,248,225,0.90);
}
.m2-cana-bloco-bio > .m2-cana-inner { position: relative; z-index: 1; }

.m2-cana-bloco-map {
  position: relative;
  background: url('/wp-content/uploads/2026/07/fundocana5.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cana-bloco-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,248,230,0.88);
}
.m2-cana-bloco-map > .m2-cana-inner { position: relative; z-index: 1; }

.m2-cana-bloco-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.m2-cana-bloco-icone {
  font-size: 40px;
  line-height: 1;
}
.m2-cana-bloco-icone-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.m2-cana-subtag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8cc63f;
  margin-bottom: 4px;
}
.m2-cana-bloco-header h2 {
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  color: #1a3a0a;
  margin: 0;
}
.m2-cana-inner h2 {
  font-weight: 900 !important;
}
.m2-cana-bloco-intro {
  font-size: 16px;
  color: #4a5a3a;
  line-height: 1.7;
  max-width: 780px;
  margin: 0 0 48px;
}

/* CARDS PULVERIZAÇÃO (imagem + texto lado a lado) */
.m2-cana-cards {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.m2-cana-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #f9fbf5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.m2-cana-card-rev {
  direction: rtl;
}
.m2-cana-card-rev > * {
  direction: ltr;
}
.m2-cana-card-img {
  height: 320px;
  overflow: hidden;
}
.m2-cana-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m2-cana-card-body {
  padding: 32px 36px 32px 0;
}
.m2-cana-card-rev .m2-cana-card-body {
  padding: 32px 0 32px 36px;
}
.m2-cana-card-body h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a3a0a;
  margin: 0 0 12px;
}
.m2-cana-card-body p {
  font-size: 15px;
  color: #4a5a3a;
  line-height: 1.7;
  margin: 0 0 20px;
}
.m2-cana-card-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m2-cana-card-lista li {
  font-size: 14px;
  color: #3a5020;
  padding-left: 20px;
  position: relative;
}
.m2-cana-card-lista li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #8cc63f;
  font-weight: 700;
}

/* CARDS BIOLÓGICO (3 colunas) */
.m2-cana-bio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.m2-cana-bio-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.m2-cana-bio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.12);
}
.m2-cana-bio-card-img {
  height: 200px;
  overflow: hidden;
}
.m2-cana-bio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m2-cana-bio-card-body {
  padding: 20px 22px 24px;
}
.m2-cana-bio-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a3a0a;
  margin: 0 0 8px;
}
.m2-cana-bio-praga {
  font-size: 12px;
  color: #8cc63f;
  font-weight: 600;
  margin: 0 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.m2-cana-bio-card-body p:not(.m2-cana-bio-praga) {
  font-size: 14px;
  color: #4a5a3a;
  line-height: 1.65;
  margin: 0;
}

/* CARDS MAPEAMENTO (4 colunas) */
.m2-cana-map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.m2-cana-map-card {
  background: #f4f9ed;
  border-radius: 14px;
  padding: 24px 20px 28px;
  border-top: 4px solid #8cc63f;
  transition: transform 0.2s, box-shadow 0.2s;
}
.m2-cana-map-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}
.m2-cana-map-card-icon {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.m2-cana-map-card-icon img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
}
.m2-cana-map-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a3a0a;
  margin: 0 0 10px;
  line-height: 1.3;
}
.m2-cana-map-card p {
  font-size: 13px;
  color: #4a5a3a;
  line-height: 1.6;
  margin: 0;
}

/* CTA FINAL */
.m2-cana-cta {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center/cover no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
}
.m2-cana-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,50,5,0.82) 0%, rgba(20,70,8,0.78) 100%);
}
.m2-cana-cta > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cana-cta h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}
.m2-cana-cta p {
  font-size: 17px;
  color: rgba(255,255,255,0.8);
  margin: 0 0 36px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.m2-cana-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.m2-cana-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #8cc63f;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  transition: background 0.2s, transform 0.18s;
  box-shadow: 0 4px 20px rgba(140,198,63,0.4);
}
.m2-cana-cta-btn-primary:hover { background: #6fa82f; transform: translateY(-2px); }
.m2-cana-cta-btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.4);
  transition: border-color 0.2s, background 0.2s;
}
.m2-cana-cta-btn-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.15);
  color: #fff !important;
}

/* RESPONSIVO CANA */
@media (max-width: 900px) {
  .m2-cana-bio-grid { grid-template-columns: 1fr 1fr; }
  .m2-cana-map-grid  { grid-template-columns: 1fr 1fr; }
  .m2-cana-card, .m2-cana-card-rev { grid-template-columns: 1fr; direction: ltr; }
  .m2-cana-card-img { height: 240px; }
  .m2-cana-card-body, .m2-cana-card-rev .m2-cana-card-body { padding: 24px; }
}
@media (max-width: 600px) {
  .m2-cana-bio-grid  { grid-template-columns: 1fr; }
  .m2-cana-map-grid  { grid-template-columns: 1fr; }
  .m2-cana-resumo-grid { grid-template-columns: 1fr; }
}

/* Esconde título automático do tema na página Cana-de-Açúcar (ID 994) */
body.page-id-994 .entry-header,
body.page-id-994 .page-header,
body.page-id-994 h1.entry-title,
body.page-id-994 .elementor-page-title,
body.page-id-994 .page-title-section {
  display: none !important;
}

/* Hello Elementor: oculta título automático na página Cana (ID 994) */
body.page-id-994 .site-content > article > header,
body.page-id-994 .page-content > .entry-header,
body.page-id-994 header.entry-header {
  display: none !important;
}

.m2-cana-img-pulv-total {
  height: auto !important;
  overflow: visible !important;
}
.m2-cana-img-pulv-total img {
  height: auto !important;
  width: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

/* Resumo: boxes clicáveis com efeito hover */
.m2-cana-resumo-item {
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.18s, box-shadow 0.2s, border-left-color 0.2s;
}
.m2-cana-resumo-item:hover {
  background: rgba(140,198,63,0.25) !important;
  border-left-color: #a8d455 !important;
  transform: translateX(6px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.m2-cana-resumo-arrow {
  margin-left: auto;
  font-size: 16px;
  color: #8cc63f;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.m2-cana-resumo-item:hover .m2-cana-resumo-arrow {
  opacity: 1;
  transform: translateX(4px);
}

/* Scroll suave na página */
html { scroll-behavior: smooth; }

/* Offset do scroll para compensar o menu fixo */
#cana-pulv-total, #cana-catacao,
#cana-cotesia, #cana-tetrastichus, #cana-trichogramma,
#cana-mapeamento, #cana-falhas, #cana-restituicao, #cana-planialtimetria {
  scroll-margin-top: 90px;
}

/* Botão "Veja mais detalhes" nos cards da página Cana */
.m2-cana-saiba-mais {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  background: transparent;
  color: #2a5c0a;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  border: 2px solid #8cc63f;
  border-radius: 50px;
  letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s, transform 0.18s, box-shadow 0.2s;
}
.m2-cana-saiba-mais:hover {
  background: #8cc63f;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(140,198,63,0.35);
}
/* Para cards biológicos (fundo branco) */
.m2-cana-bio-card-body .m2-cana-saiba-mais {
  color: #2a5c0a;
  border-color: #8cc63f;
}
/* Para cards de mapeamento */
.m2-cana-map-card .m2-cana-saiba-mais {
  width: 100%;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 9px 16px;
}

/* =============================================
   PÁGINA CEREAIS — fundos específicos
   ============================================= */
/* HERO — overlay escuro, fontes brancas */
.m2-cereais-hero {
  background: url('/wp-content/uploads/2026/07/fundocereais2.jpg') center/cover no-repeat fixed !important;
}
.m2-cereais-hero .m2-cana-hero-overlay {
  background: linear-gradient(135deg, rgba(10,35,5,0.88) 0%, rgba(25,60,8,0.82) 100%) !important;
}

/* RESUMO — overlay escuro herdado + fontes brancas já definidas */
.m2-cereais-resumo {
  background: url('/wp-content/uploads/2026/07/fundocereais5.jpg') center/cover no-repeat fixed !important;
  background-attachment: fixed !important;
}
.m2-cereais-resumo::before {
  background: rgba(8,35,5,0.80) !important;
}

/* PULVERIZAÇÃO — overlay claro com fundo escurecido, fontes escuras */
.m2-cereais-bloco-pulv {
  background: url('/wp-content/uploads/2026/07/fundosojaok.webp') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cereais-page .m2-cereais-bloco-pulv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,40,5,0.40);
  z-index: 0;
}
.m2-cereais-page .m2-cereais-bloco-pulv > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-cereais-bloco-pulv .m2-cana-subtag { color: #a8d455 !important; }
.m2-cereais-bloco-pulv .m2-cana-bloco-header h2 { color: #fff !important; }
.m2-cereais-bloco-pulv .m2-cana-card { background: rgba(0,20,0,0.55) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.12); }
.m2-cereais-bloco-pulv .m2-cana-card-body h3 { color: #fff !important; }
.m2-cereais-bloco-pulv .m2-cana-card-body p { color: rgba(255,255,255,0.88) !important; }
.m2-cereais-bloco-pulv .m2-cana-card-lista li { color: rgba(255,255,255,0.85) !important; }
.m2-cereais-bloco-pulv .m2-cana-card-lista li::before { color: #a8d455; }
.m2-cereais-bloco-pulv .m2-cana-saiba-mais { color: #a8d455 !important; border-color: #a8d455 !important; }
.m2-cereais-bloco-pulv .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* CONTROLE BIOLÓGICO — overlay escuro, fontes brancas */
.m2-cereais-bloco-bio {
  background: url('/wp-content/uploads/2026/07/fundocereais4.webp') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cereais-page .m2-cereais-bloco-bio::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,35,5,0.70);
  z-index: 0;
}
.m2-cereais-page .m2-cereais-bloco-bio > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-cereais-bloco-bio .m2-cana-bloco-header h2,
.m2-cereais-bloco-bio .m2-cana-subtag { color: #a8d455 !important; }
.m2-cereais-bloco-bio .m2-cana-bloco-intro { color: rgba(255,255,255,0.85) !important; }
.m2-cereais-bloco-bio .m2-cana-bio-card { background: rgba(255,255,255,0.08) !important; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); }
.m2-cereais-bloco-bio .m2-cana-bio-card-body h3 { color: #fff !important; }
.m2-cereais-bloco-bio .m2-cana-bio-card-body p:not(.m2-cana-bio-praga) { color: rgba(255,255,255,0.82) !important; }
.m2-cereais-bloco-bio .m2-cana-saiba-mais { color: #a8d455 !important; border-color: #a8d455 !important; }
.m2-cereais-bloco-bio .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* MAPEAMENTO — overlay claro, fontes escuras */
.m2-cereais-bloco-map {
  background: url('/wp-content/uploads/2026/07/fundomap.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cereais-page .m2-cereais-bloco-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,35,5,0.65);
  z-index: 0;
}
.m2-cereais-page .m2-cereais-bloco-map > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-cereais-bloco-map .m2-cana-bloco-header h2,
.m2-cereais-bloco-map .m2-cana-map-card h3 { color: #fff !important; }
.m2-cereais-bloco-map .m2-cana-subtag { color: #a8d455 !important; }
.m2-cereais-bloco-map .m2-cana-bloco-intro,
.m2-cereais-bloco-map .m2-cana-map-card p { color: rgba(255,255,255,0.85) !important; }
.m2-cereais-bloco-map .m2-cana-map-card { background: rgba(0,20,0,0.50) !important; border: 1px solid rgba(255,255,255,0.12); }
.m2-cereais-bloco-map .m2-cana-saiba-mais { color: #a8d455 !important; border-color: #a8d455 !important; }
.m2-cereais-bloco-map .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* CTA — overlay escuro, fontes brancas */
.m2-cereais-cta {
  background: url('/wp-content/uploads/2026/07/fundocereais6.webp') center/cover no-repeat fixed !important;
}
.m2-cereais-cta::before {
  background: linear-gradient(135deg, rgba(8,40,5,0.86) 0%, rgba(20,65,8,0.82) 100%) !important;
}

/* Oculta título automático do tema na página Cereais (ID 993) */
body.page-id-993 .entry-header,
body.page-id-993 .page-header,
body.page-id-993 h1.entry-title,
body.page-id-993 header.entry-header,
body.page-id-993 .site-content > article > header,
body.page-id-993 .elementor-page-title,
body.page-id-993 .page-title {
  display: none !important;
}

/* ============================================================
   PÁGINA FLORESTAS (Eucalipto e Pinus)
   ============================================================ */

/* --- Ocultar título da página --- */
body.page-id-995 .entry-header,
body.page-id-995 h1.entry-title { display: none !important; }

/* --- HERO --- */
.m2-florestas-page .m2-florestas-hero {
  background: url('/wp-content/uploads/2026/07/fundoflorestas.avif') center 30%/cover no-repeat;
  background-attachment: fixed;
}
.m2-florestas-page .m2-florestas-hero .m2-cana-hero-overlay {
  background: linear-gradient(135deg, rgba(10,40,15,0.78) 0%, rgba(30,70,20,0.62) 100%);
}

/* --- RESUMO --- */
.m2-florestas-page .m2-florestas-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas2.jpg') center 40%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-florestas-page .m2-florestas-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,12,0.72);
  z-index: 0;
}
.m2-florestas-page .m2-florestas-resumo > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* --- BLOCO PULVERIZAÇÃO --- */
.m2-florestas-page .m2-florestas-bloco-pulv {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas3.jpg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-florestas-page .m2-florestas-bloco-pulv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,12,0.75);
  z-index: 0;
}
.m2-florestas-page .m2-florestas-bloco-pulv > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-card {
  background: rgba(10,40,15,0.60);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.25);
}
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-bloco-header,
.m2-florestas-page .m2-florestas-bloco-pulv h2,
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-subtag,
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-card-body h3,
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-card-body p,
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-card-lista,
.m2-florestas-page .m2-florestas-bloco-pulv .m2-cana-card-lista li {
  color: #fff !important;
}

/* --- BLOCO CONTROLE BIOLÓGICO --- */
.m2-florestas-page .m2-florestas-bloco-bio {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas4.webp') center 60%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-florestas-page .m2-florestas-bloco-bio::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,25,10,0.80);
  z-index: 0;
}
.m2-florestas-page .m2-florestas-bloco-bio > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-bloco-header,
.m2-florestas-page .m2-florestas-bloco-bio h2,
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-subtag,
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-bloco-intro,
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-bio-card-body h3,
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-bio-card-body p,
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-bio-praga {
  color: #fff !important;
}
.m2-florestas-page .m2-florestas-bloco-bio .m2-cana-bio-card {
  background: rgba(10,40,15,0.60);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.25);
}

/* --- BLOCO MAPEAMENTO --- */
.m2-florestas-page .m2-florestas-bloco-map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas5.jpg') center 70%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-florestas-page .m2-florestas-bloco-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,12,0.78);
  z-index: 0;
}
.m2-florestas-page .m2-florestas-bloco-map > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-florestas-page .m2-florestas-bloco-map .m2-cana-bloco-header,
.m2-florestas-page .m2-florestas-bloco-map h2,
.m2-florestas-page .m2-florestas-bloco-map .m2-cana-subtag,
.m2-florestas-page .m2-florestas-bloco-map .m2-cana-bloco-intro,
.m2-florestas-page .m2-florestas-bloco-map .m2-cana-map-card h3,
.m2-florestas-page .m2-florestas-bloco-map .m2-cana-map-card p {
  color: #fff !important;
}
.m2-florestas-page .m2-florestas-bloco-map .m2-cana-map-card {
  background: rgba(10,40,15,0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.20);
}

/* --- CTA --- */
.m2-florestas-page .m2-florestas-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas6.jpg') center 80%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-florestas-page .m2-florestas-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,20,8,0.82);
  z-index: 0;
}
.m2-florestas-page .m2-florestas-cta > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* --- BLOCO ISCA FORMICIDA (Florestas) --- */
.m2-florestas-page .m2-florestas-bloco-isca {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas3.jpg') center 55%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-florestas-page .m2-florestas-bloco-isca::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,28,10,0.78);
  z-index: 0;
}
.m2-florestas-page .m2-florestas-bloco-isca > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-card {
  background: rgba(10,40,15,0.60);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.25);
}
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-bloco-header,
.m2-florestas-page .m2-florestas-bloco-isca h2,
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-subtag,
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-card-body h3,
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-card-body p,
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-card-lista,
.m2-florestas-page .m2-florestas-bloco-isca .m2-cana-card-lista li {
  color: #fff !important;
}

/* --- Botões saiba mais — Florestas (fundos escuros) --- */
.m2-florestas-bloco-pulv .m2-cana-saiba-mais,
.m2-florestas-bloco-bio .m2-cana-saiba-mais,
.m2-florestas-bloco-isca .m2-cana-saiba-mais,
.m2-florestas-bloco-map .m2-cana-saiba-mais {
  color: #a8d455 !important;
  border-color: #a8d455 !important;
}
.m2-florestas-bloco-pulv .m2-cana-saiba-mais:hover,
.m2-florestas-bloco-bio .m2-cana-saiba-mais:hover,
.m2-florestas-bloco-isca .m2-cana-saiba-mais:hover,
.m2-florestas-bloco-map .m2-cana-saiba-mais:hover {
  background: #8cc63f !important;
  color: #fff !important;
}

/* ============================================================
   PÁGINA PASTAGEM
   ============================================================ */

body.page-id-992 .entry-header,
body.page-id-992 h1.entry-title { display: none !important; }

/* --- HERO --- */
.m2-pastagem-page .m2-pastagem-hero {
  background: url('/wp-content/uploads/2026/07/pastagemhero.webp') center 40%/cover no-repeat;
  background-attachment: fixed;
}
.m2-pastagem-page .m2-pastagem-hero .m2-cana-hero-overlay {
  background: linear-gradient(135deg, rgba(20,50,5,0.78) 0%, rgba(50,90,10,0.60) 100%);
}

/* --- RESUMO --- */
.m2-pastagem-page .m2-pastagem-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem2.jpeg') center 40%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pastagem-page .m2-pastagem-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,40,5,0.74);
  z-index: 0;
}
.m2-pastagem-page .m2-pastagem-resumo > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* --- BLOCO PULVERIZAÇÃO --- */
.m2-pastagem-page .m2-pastagem-bloco-pulv {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem3.webp') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pastagem-page .m2-pastagem-bloco-pulv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,40,5,0.78);
  z-index: 0;
}
.m2-pastagem-page .m2-pastagem-bloco-pulv > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-card {
  background: rgba(15,45,5,0.60);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.25);
}
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-bloco-header,
.m2-pastagem-page .m2-pastagem-bloco-pulv h2,
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-subtag,
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-card-body h3,
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-card-body p,
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-card-lista,
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-card-lista li { color: #fff !important; }
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-saiba-mais { color: #a8d455 !important; border-color: #a8d455 !important; }
.m2-pastagem-page .m2-pastagem-bloco-pulv .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* --- BLOCO SEMENTES --- */
.m2-pastagem-page .m2-pastagem-bloco-sementes {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem4.jpg') center 60%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pastagem-page .m2-pastagem-bloco-sementes::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,40,5,0.78);
  z-index: 0;
}
.m2-pastagem-page .m2-pastagem-bloco-sementes > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-card {
  background: rgba(15,45,5,0.60);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.25);
}
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-bloco-header,
.m2-pastagem-page .m2-pastagem-bloco-sementes h2,
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-subtag,
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-card-body h3,
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-card-body p,
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-card-lista,
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-card-lista li { color: #fff !important; }
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-saiba-mais { color: #a8d455 !important; border-color: #a8d455 !important; }
.m2-pastagem-page .m2-pastagem-bloco-sementes .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* --- BLOCO MAPEAMENTO --- */
.m2-pastagem-page .m2-pastagem-bloco-map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem2.jpeg') center 70%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pastagem-page .m2-pastagem-bloco-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,40,5,0.80);
  z-index: 0;
}
.m2-pastagem-page .m2-pastagem-bloco-map > .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-map-card {
  background: rgba(15,45,5,0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.20);
}
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-bloco-header,
.m2-pastagem-page .m2-pastagem-bloco-map h2,
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-subtag,
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-bloco-intro,
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-map-card h3,
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-map-card p { color: #fff !important; }
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-saiba-mais { color: #a8d455 !important; border-color: #a8d455 !important; }
.m2-pastagem-page .m2-pastagem-bloco-map .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* --- CTA --- */
.m2-pastagem-page .m2-pastagem-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem4.jpg') center 80%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pastagem-page .m2-pastagem-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,30,3,0.82);
  z-index: 0;
}
.m2-pastagem-page .m2-pastagem-cta > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* ============================================================
   PÁGINA COMBATE À DENGUE
   ============================================================ */

body.page-id-998 .entry-header,
body.page-id-998 h1.entry-title { display: none !important; }

/* --- HERO --- */
.m2-dengue-page .m2-dengue-hero {
  background: url('/wp-content/uploads/2026/07/combateadengue.png') center 40%/cover no-repeat;
  background-attachment: fixed;
}
.m2-dengue-page .m2-dengue-hero .m2-cana-hero-overlay {
  background: linear-gradient(135deg, rgba(5,15,50,0.82) 0%, rgba(10,30,80,0.65) 100%);
}

/* --- RESUMO --- */
.m2-dengue-page .m2-dengue-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundourbano.png') center 40%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-dengue-page .m2-dengue-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,50,0.78);
  z-index: 0;
}
.m2-dengue-page .m2-dengue-resumo > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* --- BLOCOS GENÉRICOS --- */
.m2-dengue-page .m2-dengue-bloco-focos,
.m2-dengue-page .m2-dengue-bloco-analise,
.m2-dengue-page .m2-dengue-bloco-aplicacao {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-attachment: fixed;
  position: relative;
}
.m2-dengue-page .m2-dengue-bloco-focos {
  background: url('/wp-content/uploads/2026/07/combateadengue.png') center 50%/cover no-repeat;
  background-attachment: fixed;
}
.m2-dengue-page .m2-dengue-bloco-analise {
  background: url('/wp-content/uploads/2026/07/fundourbano.png') center 60%/cover no-repeat;
  background-attachment: fixed;
}
.m2-dengue-page .m2-dengue-bloco-aplicacao {
  background: url('/wp-content/uploads/2026/07/combateadengue.png') center 70%/cover no-repeat;
  background-attachment: fixed;
}
.m2-dengue-page .m2-dengue-bloco-focos::before,
.m2-dengue-page .m2-dengue-bloco-analise::before,
.m2-dengue-page .m2-dengue-bloco-aplicacao::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,50,0.82);
  z-index: 0;
}
.m2-dengue-page .m2-dengue-bloco-focos > .m2-cana-inner,
.m2-dengue-page .m2-dengue-bloco-analise > .m2-cana-inner,
.m2-dengue-page .m2-dengue-bloco-aplicacao > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* --- TEXTOS --- */
.m2-dengue-page .m2-cana-bloco-header,
.m2-dengue-page .m2-cana-bloco-header h2,
.m2-dengue-page .m2-cana-subtag,
.m2-dengue-page .m2-cana-bloco-intro,
.m2-dengue-page h2 { color: #fff !important; }
.m2-dengue-page .m2-cana-subtag { color: #8cc63f !important; }

/* --- GRID DE LISTAS (focos e análise) --- */
.m2-dengue-lista-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 32px;
}
.m2-dengue-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.m2-dengue-lista li {
  color: #d0e8ff;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.m2-dengue-lista li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #8cc63f;
  font-weight: 700;
  font-size: 1.1em;
}
.m2-dengue-img-col img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 260px;
  border: 1px solid rgba(140,198,63,0.25);
}

/* --- CARDS DE APLICAÇÃO --- */
.m2-dengue-aplicacao-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.m2-dengue-aplic-card {
  background: rgba(10,25,70,0.65);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(140,198,63,0.25);
  border-radius: 14px;
  padding: 28px 24px;
}
.m2-dengue-aplic-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.m2-dengue-aplic-card h3 {
  color: #8cc63f;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.m2-dengue-aplic-card p {
  color: #c8e0ff;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- CTA --- */
.m2-dengue-page .m2-dengue-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundourbano.png') center 80%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-dengue-page .m2-dengue-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,10,40,0.88);
  z-index: 0;
}
.m2-dengue-page .m2-dengue-cta > .m2-cana-inner {
  position: relative;
  z-index: 1;
}

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .m2-dengue-lista-grid { grid-template-columns: 1fr; }
  .m2-dengue-aplicacao-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PÁGINA MAPEAMENTO URBANO
   ============================================================ */

body.page-id-997 .entry-header,
body.page-id-997 h1.entry-title { display: none !important; }

/* --- HERO com layout dividido --- */
.m2-urbano-page .m2-urbano-hero {
  background: url('/wp-content/uploads/2026/07/fundourbano.jpg') center 40%/cover no-repeat;
  background-attachment: fixed;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.m2-urbano-page .m2-urbano-hero .m2-cana-hero-overlay {
  background: linear-gradient(135deg, rgba(5,15,50,0.85) 0%, rgba(10,30,80,0.70) 100%);
}
.m2-urbano-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.m2-urbano-hero-text { color: #fff; }
.m2-urbano-hero-text h1 { color: #fff; font-size: 2.4rem; margin-bottom: 16px; }
.m2-urbano-hero-text p { color: rgba(255,255,255,0.85); font-size: 1.05rem; line-height: 1.7; margin-bottom: 28px; }
.m2-urbano-hero-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(140,198,63,0.35);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.m2-urbano-hero-img img { width: 100%; display: block; }
.m2-urbano-hero-img-label {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: rgba(0,0,0,0.65);
  color: #8cc63f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 10px;
  border-radius: 4px;
}

/* --- RESUMO --- */
.m2-urbano-page .m2-urbano-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundourbano2.avif') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-urbano-page .m2-urbano-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,50,0.82);
  z-index: 0;
}
.m2-urbano-page .m2-urbano-resumo > .m2-cana-inner { position: relative; z-index: 1; }

/* --- BLOCOS --- */
.m2-urbano-page .m2-urbano-bloco-cart,
.m2-urbano-page .m2-urbano-bloco-cad,
.m2-urbano-page .m2-urbano-bloco-fisc {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-attachment: fixed;
  position: relative;
}
.m2-urbano-page .m2-urbano-bloco-cart {
  background: url('/wp-content/uploads/2026/07/fundourbano3.jpg') center 55%/cover no-repeat;
  background-attachment: fixed;
}
.m2-urbano-page .m2-urbano-bloco-cad {
  background: url('/wp-content/uploads/2026/07/fundourbano4.jpg') center 65%/cover no-repeat;
  background-attachment: fixed;
}
.m2-urbano-page .m2-urbano-bloco-fisc {
  background: url('/wp-content/uploads/2026/07/fundourbano2.avif') center 75%/cover no-repeat;
  background-attachment: fixed;
}
.m2-urbano-page .m2-urbano-bloco-cart::before,
.m2-urbano-page .m2-urbano-bloco-cad::before,
.m2-urbano-page .m2-urbano-bloco-fisc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,50,0.84);
  z-index: 0;
}
.m2-urbano-page .m2-urbano-bloco-cart > .m2-cana-inner,
.m2-urbano-page .m2-urbano-bloco-cad > .m2-cana-inner,
.m2-urbano-page .m2-urbano-bloco-fisc > .m2-cana-inner { position: relative; z-index: 1; }

/* --- TEXTOS --- */
.m2-urbano-page .m2-cana-bloco-header h2,
.m2-urbano-page .m2-cana-subtag,
.m2-urbano-page .m2-cana-bloco-intro,
.m2-urbano-page h2 { color: #fff !important; }
.m2-urbano-page .m2-cana-subtag { color: #8cc63f !important; }

/* --- GRID CARTOGRAFIA / CADASTRO --- */
.m2-urbano-bloco-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
.m2-urbano-bloco-grid-rev { direction: rtl; }
.m2-urbano-bloco-grid-rev > * { direction: ltr; }
.m2-urbano-img-wrap img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(140,198,63,0.25);
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
}

/* --- BOTÕES saiba mais --- */
.m2-urbano-page .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
.m2-urbano-page .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* --- GRID FISCALIZAÇÃO (5 cards) --- */
.m2-urbano-fisc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.m2-urbano-fisc-grid .m2-dengue-aplic-card:nth-child(4),
.m2-urbano-fisc-grid .m2-dengue-aplic-card:nth-child(5) {
  grid-column: span 1;
}

/* --- CTA --- */
.m2-urbano-page .m2-urbano-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundourbano3.jpg') center 85%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-urbano-page .m2-urbano-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,10,40,0.90);
  z-index: 0;
}
.m2-urbano-page .m2-urbano-cta > .m2-cana-inner { position: relative; z-index: 1; }

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .m2-urbano-hero-inner { grid-template-columns: 1fr; }
  .m2-urbano-hero-img { display: none; }
  .m2-urbano-bloco-grid { grid-template-columns: 1fr; }
  .m2-urbano-fisc-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PÁGINA HUB — OPERAÇÕES
   ============================================================ */

body.page-id-885 .entry-header,
body.page-id-885 h1.entry-title { display: none !important; }

.m2-op-hub { font-family: 'Poppins', sans-serif; }

/* --- HERO --- */
.m2-op-hub-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 440px;
  display: flex;
  align-items: center;
  position: relative;
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center 40%/cover no-repeat;
  background-attachment: fixed;
}
.m2-op-hub-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,25,5,0.82) 0%, rgba(20,55,10,0.68) 100%);
}
.m2-op-hub-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 24px 80px;
  text-align: center;
  color: #fff;
}
.m2-op-hub-hero-content h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.2;
}
.m2-op-hub-hero-content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* --- INNER --- */
.m2-op-hub-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- BLOCOS --- */
.m2-op-hub-bloco {
  padding: 72px 0;
  border-bottom: 1px solid #e8f0e5;
}
.m2-op-hub-bloco:last-of-type { border-bottom: none; }

.m2-op-hub-bloco-header {
  margin-bottom: 40px;
}
.m2-op-hub-subtag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4caf28;
  margin-bottom: 8px;
}
.m2-op-hub-bloco-header h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: #12285a;
  margin: 0;
}

/* --- BLOCO BIO (fundo diferenciado) --- */
.m2-op-hub-bloco-bio {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url('/wp-content/uploads/2026/07/fundocotesia.jpg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  border-bottom: none;
}
.m2-op-hub-bloco-bio::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,5,0.82);
  z-index: 0;
}
.m2-op-hub-bloco-bio > .m2-op-hub-inner { position: relative; z-index: 1; }
.m2-op-hub-bloco-bio .m2-op-hub-subtag { color: #8cc63f; }
.m2-op-hub-bloco-bio .m2-op-hub-bloco-header h2 { color: #fff; }

/* --- BLOCO URBANO (fundo azul) --- */
.m2-op-hub-bloco-urbano {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url('/wp-content/uploads/2026/07/fundourbano.jpg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  border-bottom: none;
}
.m2-op-hub-bloco-urbano::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,50,0.84);
  z-index: 0;
}
.m2-op-hub-bloco-urbano > .m2-op-hub-inner { position: relative; z-index: 1; }
.m2-op-hub-bloco-urbano .m2-op-hub-subtag { color: #8cc63f; }
.m2-op-hub-bloco-urbano .m2-op-hub-bloco-header h2 { color: #fff; }

/* --- GRID DE CARDS --- */
.m2-op-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.m2-op-hub-grid-5 { grid-template-columns: repeat(3, 1fr); }
.m2-op-hub-grid-1 { grid-template-columns: 1fr 1fr; }

/* --- CARD --- */
.m2-op-card {
  background: #fff;
  border: 1.5px solid #e8f0e5;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.m2-op-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(76,175,40,0.15);
  border-color: #4caf28;
}
.m2-op-card-img {
  height: 200px;
  overflow: hidden;
}
.m2-op-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.m2-op-card:hover .m2-op-card-img img { transform: scale(1.05); }
.m2-op-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.m2-op-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #12285a;
  margin: 0;
  line-height: 1.3;
}
.m2-op-card-body p {
  font-size: 0.88rem;
  color: #4a6042;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.m2-op-card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #4caf28;
}

/* Cards no fundo escuro (bio e urbano) */
.m2-op-hub-bloco-bio .m2-op-card,
.m2-op-hub-bloco-urbano .m2-op-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.m2-op-hub-bloco-bio .m2-op-card:hover,
.m2-op-hub-bloco-urbano .m2-op-card:hover {
  border-color: #8cc63f;
  background: rgba(255,255,255,0.13);
}
.m2-op-hub-bloco-bio .m2-op-card-body h3,
.m2-op-hub-bloco-urbano .m2-op-card-body h3 { color: #fff; }
.m2-op-hub-bloco-bio .m2-op-card-body p,
.m2-op-hub-bloco-urbano .m2-op-card-body p { color: rgba(255,255,255,0.75); }
.m2-op-hub-bloco-bio .m2-op-card-link,
.m2-op-hub-bloco-urbano .m2-op-card-link { color: #8cc63f; }

/* --- CTA --- */
.m2-op-hub-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center 70%/cover no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.m2-op-hub-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.82);
  z-index: 0;
}
.m2-op-hub-cta > .m2-op-hub-inner {
  position: relative;
  z-index: 1;
}
.m2-op-hub-cta h2 { color: #fff; font-size: clamp(1.5rem,2.5vw,2rem); margin-bottom: 12px; }
.m2-op-hub-cta p { color: rgba(255,255,255,0.82); margin-bottom: 32px; }

/* --- RESPONSIVO --- */
@media (max-width: 900px) {
  .m2-op-hub-grid,
  .m2-op-hub-grid-5 { grid-template-columns: 1fr 1fr; }
  .m2-op-hub-grid-1 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .m2-op-hub-grid,
  .m2-op-hub-grid-5,
  .m2-op-hub-grid-1 { grid-template-columns: 1fr; }
}

/* Bloco Aplicação Aérea — fundo parallax */
.m2-op-hub-bloco-pulv {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url('/wp-content/uploads/2026/07/fundopaginainicial.jpeg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  border-bottom: none;
}
.m2-op-hub-bloco-pulv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.80);
  z-index: 0;
}
.m2-op-hub-bloco-pulv > .m2-op-hub-inner { position: relative; z-index: 1; }
.m2-op-hub-bloco-pulv .m2-op-hub-subtag { color: #8cc63f; }
.m2-op-hub-bloco-pulv .m2-op-hub-bloco-header h2 { color: #fff; }
.m2-op-hub-bloco-pulv .m2-op-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.m2-op-hub-bloco-pulv .m2-op-card:hover {
  border-color: #8cc63f;
  background: rgba(255,255,255,0.13);
}
.m2-op-hub-bloco-pulv .m2-op-card-body h3 { color: #fff; }
.m2-op-hub-bloco-pulv .m2-op-card-body p { color: rgba(255,255,255,0.75); }
.m2-op-hub-bloco-pulv .m2-op-card-link { color: #8cc63f; }

/* Bloco Geotecnologia — fundo parallax */
.m2-op-hub-bloco-map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url('/wp-content/uploads/2026/07/map.jpg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  border-bottom: none;
}
.m2-op-hub-bloco-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,50,0.82);
  z-index: 0;
}
.m2-op-hub-bloco-map > .m2-op-hub-inner { position: relative; z-index: 1; }
.m2-op-hub-bloco-map .m2-op-hub-subtag { color: #8cc63f; }
.m2-op-hub-bloco-map .m2-op-hub-bloco-header h2 { color: #fff; }
.m2-op-hub-bloco-map .m2-op-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.m2-op-hub-bloco-map .m2-op-card:hover {
  border-color: #8cc63f;
  background: rgba(255,255,255,0.13);
}
.m2-op-hub-bloco-map .m2-op-card-body h3 { color: #fff; }
.m2-op-hub-bloco-map .m2-op-card-body p { color: rgba(255,255,255,0.75); }
.m2-op-hub-bloco-map .m2-op-card-link { color: #8cc63f; }

/* ── Rodapé Elementor (ID 467) — layout compacto ───────────── */

/* Fundo do rodapé */
.elementor-467 .elementor-element.elementor-element-20f53d9a,
.elementor-467 .elementor-element.elementor-element-20f53d9a:not(.elementor-motion-effects-element-type-background) {
  background-color: transparent !important;
  background-image: url('/wp-content/uploads/2026/07/RODAPESITE.jpg') !important;
  background-size: 100% auto !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
.elementor-467 .elementor-element.elementor-element-4c59d93f::before,
.elementor-467 .elementor-element.elementor-element-4c59d93f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
  background-image: none !important;
}

/* Logo do rodapé — imagem monocromática azul */
.elementor-467 .elementor-element-0cf624f img {
  content: url('/wp-content/uploads/2026/07/logomonocromaticaazul.png') !important;
  width: 160px !important;
  height: auto !important;
  margin-top: 16px !important;
}

/* Ícones sociais — sobe */
.elementor-467 .elementor-element-4d39fbf8 {
  margin-top: -20px !important;
}

/* Remove seção Lorem ipsum vazia */
.elementor-467 .elementor-element-4c59d93f {
  display: none !important;
}

/* Barra de copyright menor */
.elementor-467 .elementor-element-52b4987 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* Compacta padding do container principal */
.elementor-467 .elementor-element-20f53d9a > .e-con-inner {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}


/* Mapa no lado direito */
.elementor-467 [data-id="7ec8f04"] {
  margin-left: auto !important;
}

/* Reduz altura do mapa */
.elementor-467 .elementor-custom-embed iframe {
  height: 160px !important;
  min-height: unset !important;
}

/* ══════════════════════════════════════════════════════════════
   Página: Distribuição de Sementes via Drone
   ══════════════════════════════════════════════════════════════ */

/* Oculta título e faixa branca do tema */
.page-id-1000 .entry-header,
.page-id-1000 .page-header { display: none !important; }

.page-id-1000 .entry-content,
.page-id-1000 .wp-block-group,
.page-id-1000 .wp-block-post-content,
.page-id-1000 .site-main > article,
.page-id-1000 .entry-content > *:first-child,
.page-id-1000 .wp-block-post-content > *:first-child,
.page-id-1000 .entry-content > .m2-cana-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.m2-sementes-hero { margin-top: -60px !important; padding-top: 80px !important; }

/* HERO */
.m2-sementes-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/sementes.webp') center 40%/cover no-repeat;
  background-attachment: fixed;
}
.m2-sementes-hero .m2-cana-hero-overlay { background: rgba(8,30,10,0.72); }

/* RESUMO */
.m2-sementes-resumo {
  background: url('/wp-content/uploads/2026/07/pastagem.jpeg') center 60%/cover no-repeat !important;
  background-attachment: fixed !important;
}
.m2-sementes-resumo::before {
  background: rgba(8,30,10,0.78) !important;
}
.m2-sementes-resumo h2 { color: #fff !important; }
.m2-sementes-resumo .m2-sementes-resumo-intro {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

/* Cards de ícone — grid 2x2 */
.m2-sementes-bloco-vant .m2-cana-cards,
.m2-sementes-bloco-como .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  flex-direction: unset !important;
  gap: 24px !important;
}

.m2-sementes-bloco-vant .m2-cana-card,
.m2-sementes-bloco-como .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
  gap: 0 !important;
  padding: 32px 28px !important;
  border-radius: 14px !important;
  align-items: flex-start !important;
}

.m2-sementes-bloco-vant .m2-cana-card-icon,
.m2-sementes-bloco-como .m2-cana-card-icon {
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 1;
}

.m2-sementes-bloco-vant .m2-cana-card h3,
.m2-sementes-bloco-como .m2-cana-card h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  text-align: left !important;
}

.m2-sementes-bloco-vant .m2-cana-card p,
.m2-sementes-bloco-como .m2-cana-card p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* VANTAGENS */
.m2-sementes-bloco-vant {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem2.jpeg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-sementes-bloco-vant::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,10,0.80);
  z-index: 0;
}
.m2-sementes-bloco-vant > .m2-cana-inner { position: relative; z-index: 1; }
.m2-sementes-bloco-vant h2,
.m2-sementes-bloco-vant .m2-cana-subtag { color: #fff; }
.m2-sementes-bloco-vant .m2-cana-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(140,198,63,0.30);
  backdrop-filter: blur(6px);
}
.m2-sementes-bloco-vant .m2-cana-card h3,
.m2-sementes-bloco-vant .m2-cana-card p { color: #fff; }

/* APLICAÇÕES */
.m2-sementes-bloco-cult {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #f4f9ef;
}

/* COMO FUNCIONA */
.m2-sementes-bloco-como {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagem4.jpg') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-sementes-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,10,0.82);
  z-index: 0;
}
.m2-sementes-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-sementes-bloco-como h2,
.m2-sementes-bloco-como .m2-cana-subtag { color: #fff; }
.m2-sementes-bloco-como .m2-cana-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(140,198,63,0.30);
  backdrop-filter: blur(6px);
}
.m2-sementes-bloco-como .m2-cana-card h3,
.m2-sementes-bloco-como .m2-cana-card p { color: #fff; }

/* CTA */
.m2-sementes-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pastagemhero.webp') center 50%/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-sementes-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,40,10,0.80);
  z-index: 0;
}
.m2-sementes-cta > .m2-cana-inner { position: relative; z-index: 1; }
.m2-sementes-cta h2,
.m2-sementes-cta p { color: #fff; }

/* Ícone WhatsApp nos botões da página de sementes */
.m2-sementes-page .m2-cana-hero-btn img,
.m2-sementes-page .m2-cana-cta-btn-primary img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}

/* ============================================================
   M2 Drones — Isca Formicida (page-id-1007)
   ============================================================ */

/* Faixa branca no topo */
.page-id-1007 .entry-header,
.page-id-1007 .page-header { display: none !important; }
.page-id-1007 .entry-content,
.page-id-1007 .wp-block-group,
.page-id-1007 .wp-block-post-content,
.page-id-1007 .site-main > article,
.page-id-1007 .entry-content > *:first-child,
.page-id-1007 .wp-block-post-content > *:first-child,
.page-id-1007 .entry-content > .m2-cana-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* HERO */
.m2-isca-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 520px;
  background: url('/wp-content/uploads/2026/07/iscasformicidas.png') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px !important;
  padding-top: 80px;
}
.m2-isca-hero .m2-cana-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5,15,5,0.72);
  z-index: 0;
}
.m2-isca-hero .m2-cana-hero-content {
  position: relative;
  z-index: 1;
}

/* RESUMO */
.m2-isca-resumo {
  background: url('/wp-content/uploads/2026/07/fundoformigas2.webp') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-isca-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,18,5,0.82);
  z-index: 0;
}
.m2-isca-resumo > .m2-cana-inner { position: relative; z-index: 1; }
.m2-isca-resumo h2,
.m2-isca-resumo p,
.m2-isca-resumo .m2-cana-resumo-item { color: #fff; }
.m2-isca-resumo .m2-isca-resumo-intro {
  font-size: 15px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
  color: rgba(255,255,255,0.85);
}

/* VANTAGENS */
.m2-isca-bloco-vant {
  background: url('/wp-content/uploads/2026/07/fundoformigas1.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-isca-bloco-vant::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,18,5,0.82);
  z-index: 0;
}
.m2-isca-bloco-vant > .m2-cana-inner { position: relative; z-index: 1; }
.m2-isca-bloco-vant h2,
.m2-isca-bloco-vant .m2-cana-subtag,
.m2-isca-bloco-vant .m2-cana-card h3,
.m2-isca-bloco-vant .m2-cana-card p { color: #fff; }
.m2-isca-bloco-vant .m2-cana-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}

/* Grid 2×2 para cards de ícone */
.m2-isca-bloco-vant .m2-cana-cards,
.m2-isca-bloco-como .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
}
.m2-isca-bloco-vant .m2-cana-card,
.m2-isca-bloco-como .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 32px 28px !important;
}

/* CULTURAS */
.m2-isca-bloco-cult {
  background: #f4f9ef;
}

/* COMO FUNCIONA */
.m2-isca-bloco-como {
  background: url('/wp-content/uploads/2026/07/fundoformigas3.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-isca-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,18,5,0.82);
  z-index: 0;
}
.m2-isca-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-isca-bloco-como h2,
.m2-isca-bloco-como .m2-cana-subtag,
.m2-isca-bloco-como .m2-cana-card h3,
.m2-isca-bloco-como .m2-cana-card p { color: #fff; }
.m2-isca-bloco-como .m2-cana-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}

/* CTA */
.m2-isca-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoformigas4.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-isca-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,18,5,0.80);
  z-index: 0;
}
.m2-isca-cta > .m2-cana-inner { position: relative; z-index: 1; }
.m2-isca-cta h2,
.m2-isca-cta p { color: #fff; }

/* Ícone WhatsApp nos botões */
.m2-isca-page .m2-cana-hero-btn img,
.m2-isca-page .m2-cana-cta-btn-primary img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 700px) {
  .m2-isca-bloco-vant .m2-cana-cards,
  .m2-isca-bloco-como .m2-cana-cards {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   M2 Drones — Pulverização via Drone (page-id-999)
   ============================================================ */

/* Faixa branca no topo */
.page-id-999 .entry-header,
.page-id-999 .page-header { display: none !important; }
.page-id-999 .entry-content,
.page-id-999 .wp-block-group,
.page-id-999 .wp-block-post-content,
.page-id-999 .site-main > article,
.page-id-999 .entry-content > *:first-child,
.page-id-999 .wp-block-post-content > *:first-child,
.page-id-999 .entry-content > .m2-cana-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* HERO */
.m2-pulv-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 560px;
  background: url('/wp-content/uploads/2026/07/pulverizacao.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px !important;
  padding-top: 80px;
}
.m2-pulv-hero .m2-cana-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.72);
  z-index: 0;
}
.m2-pulv-hero .m2-cana-hero-content { position: relative; z-index: 1; }

/* RESUMO */
.m2-pulv-resumo {
  background: url('/wp-content/uploads/2026/07/op-drone-campo.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.84);
  z-index: 0;
}
.m2-pulv-resumo > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-resumo h2,
.m2-pulv-resumo .m2-cana-resumo-item { color: #fff; }
.m2-pulv-resumo-intro {
  font-size: 15px;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
  color: rgba(255,255,255,0.82);
}

/* MODALIDADES */
.m2-pulv-bloco-modal {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pulverizacao/fundonovo.avif') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-bloco-modal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(180,90,20,0.55);
  z-index: 0;
}
.m2-pulv-bloco-modal > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-bloco-modal h2 { color: #fff; }
.m2-pulv-bloco-modal .m2-cana-subtag { color: #f5d080; }

.m2-pulv-modal-card {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  margin-bottom: 28px;
  border: 1.5px solid #ddeedd;
  box-shadow: 0 2px 16px rgba(18,40,90,0.06);
}
.m2-pulv-modal-card-rev { flex-direction: row-reverse; }
.m2-pulv-modal-card-organico { border-color: #4caf28; background: #f0fbe8; }

.m2-pulv-modal-img {
  min-width: 220px;
  max-width: 220px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}
.m2-pulv-modal-img img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.m2-pulv-modal-icon {
  font-size: 3rem;
  min-width: 60px;
  text-align: center;
  padding-top: 4px;
}

.m2-pulv-modal-body h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #12285a;
  margin: 0 0 12px;
}
.m2-pulv-modal-body > p {
  font-size: 15px;
  color: #3a5438;
  line-height: 1.8;
  margin: 0 0 20px;
}
.m2-pulv-modal-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m2-pulv-modal-lista li {
  font-size: 14px;
  color: #2c4a24;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.m2-pulv-modal-lista li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf28;
}

/* Catação steps */
.m2-pulv-catacao-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
}
.m2-pulv-catacao-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.m2-pulv-step-num {
  background: #12285a;
  color: #8cc63f;
  font-size: 13px;
  font-weight: 800;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.m2-pulv-catacao-step strong {
  font-size: 14px;
  font-weight: 700;
  color: #12285a;
  display: block;
  margin-bottom: 4px;
}
.m2-pulv-catacao-step p {
  font-size: 13.5px;
  color: #3a5438;
  line-height: 1.7;
  margin: 0;
}

/* COMO FUNCIONA */
.m2-pulv-bloco-como {
  background: url('/wp-content/uploads/2026/07/op-drone-voo.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.84);
  z-index: 0;
}
.m2-pulv-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-bloco-como h2,
.m2-pulv-bloco-como .m2-cana-subtag { color: #fff; }

/* Grid de etapas */
.m2-pulv-como-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.m2-pulv-como-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(10px);
  transition: background 0.2s, border-color 0.2s;
}
.m2-pulv-como-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(140,198,63,0.4);
}
.m2-pulv-como-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.m2-pulv-como-num {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(140,198,63,0.25);
  line-height: 1;
  letter-spacing: -2px;
}
.m2-pulv-como-icon {
  font-size: 2rem;
  line-height: 1;
  background: rgba(140,198,63,0.15);
  border-radius: 12px;
  padding: 10px 12px;
}
.m2-pulv-como-card h3 {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 14px !important;
}
.m2-pulv-como-card p {
  font-size: 14.5px !important;
  color: rgba(255,255,255,0.75) !important;
  line-height: 1.78 !important;
  margin: 0 !important;
}
@media (max-width: 700px) {
  .m2-pulv-como-grid { grid-template-columns: 1fr; }
}
.m2-pulv-bloco-como .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
}
.m2-pulv-bloco-como .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 32px 28px !important;
}

/* PARÂMETROS TÉCNICOS */
/* Fotos anemômetro — seção parâmetros pulverização */
.m2-pulv-anemometro-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}
.m2-pulv-anemometro-foto {
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(255,255,255,0.1);
  aspect-ratio: 4/3;
}
.m2-pulv-anemometro-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.m2-pulv-anemometro-foto:hover img { transform: scale(1.04); }
@media (max-width: 600px) {
  .m2-pulv-anemometro-fotos { grid-template-columns: 1fr; }
}

/* Seção de vídeos verticais */
.m2-pulv-videos-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pulverizacao/fundogaleria.png') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 48px 0;
}
.m2-pulv-videos-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.80);
  z-index: 0;
}
.m2-pulv-videos-section > * { position: relative; z-index: 1; }
.m2-pulv-videos-section--dark::before { background: rgba(5,12,30,0.86); }
.m2-pulv-videos-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
}
.m2-pulv-videos-grid video {
  flex: 0 0 220px;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  background: #000;
  border: 1.5px solid rgba(255,255,255,0.08);
}
@media (max-width: 900px) {
  .m2-pulv-videos-grid { flex-wrap: wrap; }
  .m2-pulv-videos-grid video { flex: 0 0 calc(50% - 8px); }
}
@media (max-width: 500px) {
  .m2-pulv-videos-grid { gap: 10px; }
  .m2-pulv-videos-grid video { flex: 0 0 calc(50% - 5px); }
}

.m2-pulv-bloco-params {
  background: url('/wp-content/uploads/2026/07/op-piloto-canavieiro.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-bloco-params::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.86);
  z-index: 0;
}
.m2-pulv-bloco-params > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-bloco-params h2,
.m2-pulv-bloco-params .m2-cana-subtag { color: #fff; }

.m2-pulv-params-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.m2-pulv-param {
  background: rgba(255,255,255,0.09);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m2-pulv-param-valor {
  font-size: 1.6rem;
  font-weight: 800;
  color: #8cc63f;
  line-height: 1;
}
.m2-pulv-param-label {
  font-size: 12.5px;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
}
.m2-pulv-params-obs {
  text-align: center;
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

/* LEGISLAÇÃO */
.m2-pulv-bloco-leg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pulverizacao/IMG_4223.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-bloco-leg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.84);
  z-index: 0;
}
.m2-pulv-bloco-leg > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-bloco-leg h2,
.m2-pulv-bloco-leg .m2-cana-subtag { color: #fff; }
.m2-pulv-leg-intro {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.m2-pulv-leg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.m2-pulv-leg-card {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 28px 28px;
}
.m2-pulv-leg-icone {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.m2-pulv-leg-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #8cc63f;
  margin: 0 0 10px;
}
.m2-pulv-leg-card p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin: 0;
}

/* RELATÓRIO DE APLICAÇÃO */
.m2-pulv-bloco-ra {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundopaginainicial.jpeg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-bloco-ra::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4,12,28,0.84);
  z-index: 0;
}
.m2-pulv-bloco-ra > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-bloco-ra .m2-cana-subtag { color: #a8d870; }
.m2-pulv-bloco-ra h2 { color: #fff; }
.m2-pulv-bloco-ra .m2-pulv-ra-intro { color: rgba(255,255,255,0.85); }
.m2-pulv-ra-intro {
  font-size: 15px;
  color: #3a5438;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.m2-pulv-ra-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.m2-pulv-ra-item {
  background: #fff;
  border: 1.5px solid #c8ddc4;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.m2-pulv-ra-item::before {
  content: '✓';
  color: #4caf28;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.m2-pulv-ra-item span {
  font-size: 13px;
  color: #1c3018;
  font-weight: 500;
  line-height: 1.4;
}

/* GALERIA / CARROSSEL */
.m2-pulv-bloco-galeria {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/pulverizacao/fundogaleria.png') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 60px;
}
.m2-pulv-bloco-galeria::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.80);
  z-index: 0;
}
.m2-pulv-bloco-galeria > * { position: relative; z-index: 1; }
.m2-pulv-bloco-galeria h2,
.m2-pulv-bloco-galeria .m2-cana-subtag { color: #fff; }
.m2-pulv-bloco-galeria .m2-cana-inner { margin-bottom: 36px; }

.m2-pulv-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.m2-pulv-carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.m2-pulv-slide {
  flex-shrink: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.m2-pulv-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  cursor: zoom-in;
  transition: opacity 0.15s;
}
.m2-pulv-slide img:hover { opacity: 0.88; }

/* Lightbox zoom galeria pulv */
.m2-pulv-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.m2-pulv-lightbox.active { display: flex; }
.m2-pulv-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 60px rgba(0,0,0,0.6);
  cursor: default;
}
.m2-pulv-lightbox-close {
  position: fixed;
  top: 20px;
  right: 28px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0.8;
}
.m2-pulv-lightbox-close:hover { opacity: 1; }

.m2-pulv-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
  z-index: 10;
}
.m2-pulv-carousel-btn:hover { background: rgba(140,198,63,0.5); }
.m2-pulv-btn-prev { left: 16px; }
.m2-pulv-btn-next { right: 16px; }

.m2-pulv-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.m2-pulv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.m2-pulv-dot.active {
  background: #8cc63f;
  transform: scale(1.35);
}

/* CTA */
.m2-pulv-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana2.webp') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pulv-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,12,30,0.80);
  z-index: 0;
}
.m2-pulv-cta > .m2-cana-inner { position: relative; z-index: 1; }
.m2-pulv-cta h2,
.m2-pulv-cta p { color: #fff; }

/* Ícone WhatsApp */
.m2-pulv-page .m2-cana-hero-btn img,
.m2-pulv-page .m2-cana-cta-btn-primary img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .m2-pulv-params-grid { grid-template-columns: repeat(2, 1fr); }
  .m2-pulv-leg-grid { grid-template-columns: 1fr; }
  .m2-pulv-ra-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .m2-pulv-modal-card,
  .m2-pulv-modal-card-rev { flex-direction: column; }
  .m2-pulv-modal-img { min-width: 100%; max-width: 100%; }
  .m2-pulv-modal-img img { min-height: 200px; }
  .m2-pulv-bloco-como .m2-cana-cards { grid-template-columns: 1fr !important; }
  .m2-pulv-params-grid { grid-template-columns: repeat(2, 1fr); }
  .m2-pulv-ra-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   M2 Drones — Cotesia flavipes (page-id-1001)
   ============================================================ */

/* Faixa branca no topo */
.page-id-1001 .entry-header,
.page-id-1001 .page-header { display: none !important; }
.page-id-1001 .entry-content,
.page-id-1001 .wp-block-group,
.page-id-1001 .wp-block-post-content,
.page-id-1001 .site-main > article,
.page-id-1001 .entry-content > *:first-child,
.page-id-1001 .wp-block-post-content > *:first-child,
.page-id-1001 .entry-content > .m2-cana-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* HERO */
.m2-cotesia-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px !important;
  padding-top: 80px;
  overflow: hidden;
}
.m2-cotesia-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.m2-cotesia-hero .m2-cana-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5,20,5,0.74);
  z-index: 1;
}
.m2-cotesia-hero .m2-cana-hero-content { position: relative; z-index: 2; }
.m2-cotesia-hero h1 em,
.m2-cotesia-hero p em { font-style: italic; }

/* RESUMO */
.m2-cotesia-resumo {
  background: url('/wp-content/uploads/2026/07/dronecotesia.jpeg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,20,5,0.85);
  z-index: 0;
}
.m2-cotesia-resumo > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-resumo h2,
.m2-cotesia-resumo .m2-cana-resumo-item { color: #fff; }
.m2-cotesia-resumo h2 em { font-style: italic; }
.m2-cotesia-resumo-intro {
  font-size: 15px;
  line-height: 1.85;
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
  color: rgba(255,255,255,0.82);
}
.m2-cotesia-resumo-intro em { font-style: italic; }

/* VANTAGENS */
.m2-cotesia-bloco-vant {
  background: url('/wp-content/uploads/2026/07/cotesia.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-bloco-vant::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,20,5,0.84);
  z-index: 0;
}
.m2-cotesia-bloco-vant > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-bloco-vant .m2-cana-subtag { color: #a8d870; }
.m2-cotesia-bloco-vant h2,
.m2-cotesia-bloco-vant .m2-cana-card h3,
.m2-cotesia-bloco-vant .m2-cana-card p { color: #fff; }
.m2-cotesia-bloco-vant .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
}
.m2-cotesia-bloco-vant .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  padding: 32px 28px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  grid-template-columns: unset !important;
}
.m2-cotesia-bloco-vant .m2-cana-card-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 18px;
  background: rgba(168,216,112,0.15);
  border-radius: 12px;
  padding: 12px 14px;
}
.m2-cotesia-bloco-vant .m2-cana-card h3 {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 12px !important;
}
.m2-cotesia-bloco-vant .m2-cana-card p {
  font-size: 14.5px !important;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Carrossel Cotesia — seção vantagens */
.m2-cotesia-carousel {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 18px;
}
.m2-cotesia-carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
}
.m2-cotesia-slide {
  flex-shrink: 0;
  height: 380px;
  padding: 0 8px;
  box-sizing: border-box;
}
.m2-cotesia-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  border: 1.5px solid rgba(255,255,255,0.12);
}
.m2-cotesia-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  border: none;
  color: #fff;
  font-size: 2.2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
  backdrop-filter: blur(4px);
}
.m2-cotesia-carousel-btn:hover { background: rgba(0,0,0,0.7); }
.m2-cotesia-carousel-prev { left: 12px; }
.m2-cotesia-carousel-next { right: 12px; }
.m2-cotesia-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.m2-cotesia-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.m2-cotesia-dot.active {
  background: #a8d870;
  transform: scale(1.3);
}
@media (max-width: 700px) {
  .m2-cotesia-slide { height: 260px; }
}

/* COMO FUNCIONA */
.m2-cotesia-bloco-como {
  background: url('/wp-content/uploads/2026/07/fundocananovo.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.93);
  z-index: 0;
}
.m2-cotesia-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-bloco-como h2 { color: #12285a; }

.m2-cotesia-etapa {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1.5px solid #ddeedd;
}
.m2-cotesia-etapa:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.m2-cotesia-etapa-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: #4caf28;
  line-height: 1;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m2-cotesia-etapa-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #12285a;
  margin: 0 0 12px;
}
.m2-cotesia-etapa-body > p {
  font-size: 14.5px;
  color: #3a5438;
  line-height: 1.8;
  margin: 0;
}

/* Fórmula de cálculo */
.m2-cotesia-formula {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m2-cotesia-formula-item {
  background: #fff;
  border: 1.5px solid #c8ddc4;
  border-radius: 10px;
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.m2-cotesia-formula-label {
  font-weight: 700;
  color: #12285a;
  font-size: 13.5px;
  min-width: 220px;
}
.m2-cotesia-formula-eq {
  font-size: 13.5px;
  color: #3a5438;
}

/* Grid equipe / rendimento */
.m2-cotesia-equipe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.m2-cotesia-equipe-card {
  background: #fff;
  border: 1.5px solid #ddeedd;
  border-radius: 14px;
  padding: 24px 24px;
}
.m2-cotesia-equipe-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #12285a;
  margin: 0 0 12px;
}
.m2-cotesia-equipe-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.m2-cotesia-equipe-card ul li {
  font-size: 13px;
  color: #2c4a24;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.m2-cotesia-equipe-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf28;
}
.m2-cotesia-equipe-card p {
  font-size: 13.5px;
  color: #3a5438;
  line-height: 1.75;
  margin: 0;
}

.m2-cotesia-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}
.m2-cotesia-videos video {
  width: 100%;
  border-radius: 14px;
  border: 1.5px solid #c8ddc4;
  display: block;
  background: #000;
}

@media (max-width: 700px) {
  .m2-cotesia-videos { grid-template-columns: 1fr; }
}

/* PARÂMETROS */
.m2-cotesia-bloco-params {
  background: url('/wp-content/uploads/2026/07/IMG_8131.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-bloco-params::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,20,5,0.86);
  z-index: 0;
}
.m2-cotesia-bloco-params > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-bloco-params h2 { color: #fff; }
.m2-cotesia-bloco-params .m2-cana-subtag { color: #a8d870; }

/* RELATÓRIO */
.m2-cotesia-bloco-ra {
  background: url('/wp-content/uploads/2026/07/IMG_8048 (1).jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-bloco-ra::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,15,30,0.88);
  z-index: 0;
}
.m2-cotesia-bloco-ra > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-bloco-ra h2 { color: #fff; }
.m2-cotesia-bloco-ra .m2-cana-subtag { color: #a8d870; }
.m2-cotesia-bloco-ra .m2-pulv-ra-intro { color: #a8d870; }

.m2-cotesia-ra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.m2-cotesia-ra-bloco {
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 28px 24px;
}
.m2-cotesia-ra-bloco h4 {
  font-size: 14px;
  font-weight: 700;
  color: #8cc63f;
  margin: 0 0 14px;
}
.m2-cotesia-ra-bloco ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m2-cotesia-ra-bloco li {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.m2-cotesia-ra-fotos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.m2-cotesia-ra-fotos img {
  width: 100%;
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,0.15);
  display: block;
}

.m2-cotesia-ra-bloco li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf28;
}

/* LEGISLAÇÃO */
.m2-cotesia-bloco-leg {
  background: url('/wp-content/uploads/2026/07/IMG_8039.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-bloco-leg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.92);
  z-index: 0;
}
.m2-cotesia-bloco-leg > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-bloco-leg h2 { color: #12285a; }
.m2-cotesia-bloco-leg .m2-cana-subtag { color: #4caf28; }

.m2-cotesia-leg-lista {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.m2-cotesia-leg-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1.5px solid #ddeedd;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 13.5px;
  color: #2c4a24;
  line-height: 1.55;
}
.m2-cotesia-leg-icone {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* CTA */
.m2-cotesia-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-cotesia-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,20,5,0.80);
  z-index: 0;
}
.m2-cotesia-cta > .m2-cana-inner { position: relative; z-index: 1; }
.m2-cotesia-cta h2,
.m2-cotesia-cta p { color: #fff; }
.m2-cotesia-cta p em { font-style: italic; }

/* Ícone WhatsApp */
.m2-cotesia-page .m2-cana-hero-btn img,
.m2-cotesia-page .m2-cana-cta-btn-primary img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .m2-cotesia-ra-grid { grid-template-columns: 1fr; }
  .m2-cotesia-leg-lista { grid-template-columns: 1fr; }
  .m2-cotesia-equipe-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .m2-cotesia-bloco-vant .m2-cana-cards { grid-template-columns: 1fr !important; }
  .m2-cotesia-etapa { flex-direction: column; gap: 12px; }
  .m2-cotesia-etapa-num { font-size: 2rem; }
}

/* ============================================================
   Tetrastichus howardi — page-id-1002
   ============================================================ */

/* Ocultar título / faixa branca */
.page-id-1002 .entry-title,
.page-id-1002 h1.page-title,
.page-id-1002 .entry-header { display: none !important; }
.page-id-1002 .entry-content,
.page-id-1002 .entry-content > *:first-child { padding-top: 0 !important; margin-top: 0 !important; }

/* HERO */
.m2-tetra-hero {
  background-image: url('/wp-content/uploads/2026/07/tetrastichusnova.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.m2-tetra-hero .m2-cana-hero-overlay { background: rgba(3,15,5,0.76); }

/* RESUMO */
.m2-tetra-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/Tetrastichus.jpeg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tetra-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4,18,8,0.86);
  z-index: 0;
}
.m2-tetra-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-tetra-resumo h2 { color: #fff; }
.m2-tetra-resumo .m2-tetra-resumo-intro { color: rgba(255,255,255,0.82); font-size: 15.5px; line-height: 1.8; max-width: 820px; margin: 0 auto 36px; text-align: center; }
.m2-tetra-resumo .m2-cana-resumo-grid { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; }
.m2-tetra-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85); }
.m2-tetra-resumo .m2-cana-resumo-num { color: #a8d870; }

/* VANTAGENS */
.m2-tetra-bloco-vant {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tetra-bloco-vant::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.82);
  z-index: 0;
}
.m2-tetra-bloco-vant .m2-cana-inner { position: relative; z-index: 1; }
.m2-tetra-bloco-vant h2 { color: #fff; }
.m2-tetra-bloco-vant .m2-cana-subtag { color: #a8d870; }

/* Override: grid de ícone-cards 2×2 */
.m2-tetra-bloco-vant .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  flex-direction: unset !important;
  gap: 24px !important;
}
.m2-tetra-bloco-vant .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 18px !important;
  padding: 32px 28px !important;
  box-shadow: none !important;
  grid-template-columns: unset !important;
}
.m2-tetra-bloco-vant .m2-cana-card-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 18px;
  background: rgba(168,216,112,0.15);
  border-radius: 12px;
  padding: 12px 14px;
}
.m2-tetra-bloco-vant .m2-cana-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 12px !important;
}
.m2-tetra-bloco-vant .m2-cana-card p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.75;
  margin: 0;
}

/* COMO FUNCIONA */
.m2-tetra-bloco-como {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocananovo.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tetra-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.93);
  z-index: 0;
}
.m2-tetra-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-tetra-bloco-como h2 { color: #1a3518; }
.m2-tetra-bloco-como .m2-cana-subtag { color: #4caf28; }

/* PARÂMETROS */
.m2-tetra-bloco-params {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/IMG_8131.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tetra-bloco-params::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4,14,6,0.84);
  z-index: 0;
}
.m2-tetra-bloco-params .m2-cana-inner { position: relative; z-index: 1; }
.m2-tetra-bloco-params h2 { color: #fff; }
.m2-tetra-bloco-params .m2-cana-subtag { color: #a8d870; }

/* RELATÓRIO */
.m2-tetra-bloco-ra {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tetra-bloco-ra::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4,14,6,0.86);
  z-index: 0;
}
.m2-tetra-bloco-ra .m2-cana-inner { position: relative; z-index: 1; }
.m2-tetra-bloco-ra h2 { color: #fff; }
.m2-tetra-bloco-ra .m2-cana-subtag { color: #a8d870; }
.m2-tetra-bloco-ra .m2-pulv-ra-intro { color: #a8d870; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }

/* LEGISLAÇÃO */
.m2-tetra-bloco-leg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/IMG_8039.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tetra-bloco-leg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.92);
  z-index: 0;
}
.m2-tetra-bloco-leg .m2-cana-inner { position: relative; z-index: 1; }
.m2-tetra-bloco-leg h2 { color: #1a3518; }
.m2-tetra-bloco-leg .m2-cana-subtag { color: #4caf28; }

/* CTA */
.m2-tetra-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
}
.m2-tetra-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.82);
  z-index: 0;
}
.m2-tetra-cta .m2-cana-inner { position: relative; z-index: 1; }

/* RESPONSIVO */
@media (max-width: 900px) {
  .m2-tetra-bloco-vant .m2-cana-cards { grid-template-columns: 1fr !important; }
}
@media (max-width: 700px) {
  .m2-cotesia-etapa { flex-direction: column; gap: 12px; }
  .m2-tetra-bloco-vant .m2-cana-cards { grid-template-columns: 1fr !important; }
}

/* ============================================================
   Palmistichus elaeisis — page-id-1003
   ============================================================ */

/* Ocultar título / faixa branca */
.page-id-1003 .entry-title,
.page-id-1003 h1.page-title,
.page-id-1003 .entry-header { display: none !important; }
.page-id-1003 .entry-content,
.page-id-1003 .entry-content > *:first-child { padding-top: 0 !important; margin-top: 0 !important; }

/* HERO */
.m2-palm-hero {
  background-image: url('/wp-content/uploads/2026/07/eucalipto.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.m2-palm-hero .m2-cana-hero-overlay { background: rgba(2,10,4,0.74); }

/* RESUMO */
.m2-palm-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/eucalipto-2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(2,12,4,0.87);
  z-index: 0;
}
.m2-palm-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-resumo h2 { color: #fff; }
.m2-palm-resumo .m2-palm-resumo-intro { color: rgba(255,255,255,0.82); font-size: 15.5px; line-height: 1.85; max-width: 840px; margin: 0 auto 36px; text-align: center; }
.m2-palm-resumo .m2-cana-resumo-grid { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; }
.m2-palm-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85); }
.m2-palm-resumo .m2-cana-resumo-num { color: #a8d870; }

/* VANTAGENS */
.m2-palm-bloco-vant {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas.avif') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-bloco-vant::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(2,10,4,0.83);
  z-index: 0;
}
.m2-palm-bloco-vant .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-bloco-vant h2 { color: #fff; }
.m2-palm-bloco-vant .m2-cana-subtag { color: #a8d870; }
.m2-palm-bloco-vant .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  flex-direction: unset !important;
  gap: 24px !important;
}
.m2-palm-bloco-vant .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 18px !important;
  padding: 32px 28px !important;
  box-shadow: none !important;
  grid-template-columns: unset !important;
}
.m2-palm-bloco-vant .m2-cana-card-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 18px;
  background: rgba(168,216,112,0.15);
  border-radius: 12px;
  padding: 12px 14px;
}
.m2-palm-bloco-vant .m2-cana-card h3 {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 12px !important;
}
.m2-palm-bloco-vant .m2-cana-card p {
  font-size: 14.5px !important;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* PRAGAS-ALVO */
.m2-palm-bloco-pragas {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/cultura-eucalipto.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-bloco-pragas::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.93);
  z-index: 0;
}
.m2-palm-bloco-pragas .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-bloco-pragas h2 { color: #1a3518; }
.m2-palm-bloco-pragas .m2-cana-subtag { color: #4caf28; }
.m2-palm-pragas-intro { font-size: 15px; color: #3a5030; line-height: 1.8; max-width: 760px; margin: 0 auto 36px; text-align: center; }
.m2-palm-pragas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.m2-palm-praga-card {
  background: #fff;
  border: 1.5px solid #c8ddc4;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.m2-palm-praga-nome {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a3518;
  font-style: italic;
  margin-bottom: 4px;
}
.m2-palm-praga-comum {
  font-size: 12px;
  font-weight: 600;
  color: #4caf28;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.m2-palm-praga-card p { font-size: 14px; color: #3a5030; line-height: 1.75; margin: 0; }

/* COMO FUNCIONA */
.m2-palm-bloco-como {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.93);
  z-index: 0;
}
.m2-palm-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-bloco-como h2 { color: #1a3518; }
.m2-palm-bloco-como .m2-cana-subtag { color: #4caf28; }

/* PARÂMETROS */
.m2-palm-bloco-params {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas3.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-bloco-params::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(2,12,4,0.86);
  z-index: 0;
}
.m2-palm-bloco-params .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-bloco-params h2 { color: #fff; }
.m2-palm-bloco-params .m2-cana-subtag { color: #a8d870; }

/* RELATÓRIO */
.m2-palm-bloco-ra {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas5.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-bloco-ra::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(2,12,4,0.87);
  z-index: 0;
}
.m2-palm-bloco-ra .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-bloco-ra h2 { color: #fff; }
.m2-palm-bloco-ra .m2-cana-subtag { color: #a8d870; }
.m2-palm-bloco-ra .m2-pulv-ra-intro { color: #a8d870; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }

/* LEGISLAÇÃO */
.m2-palm-bloco-leg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundoflorestas6.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-palm-bloco-leg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.92);
  z-index: 0;
}
.m2-palm-bloco-leg .m2-cana-inner { position: relative; z-index: 1; }
.m2-palm-bloco-leg h2 { color: #1a3518; }
.m2-palm-bloco-leg .m2-cana-subtag { color: #4caf28; }

/* CTA */
.m2-palm-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/eucalipto.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
}
.m2-palm-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(2,10,4,0.82);
  z-index: 0;
}
.m2-palm-cta .m2-cana-inner { position: relative; z-index: 1; }

/* RESPONSIVO */
@media (max-width: 900px) {
  .m2-palm-bloco-vant .m2-cana-cards,
  .m2-palm-pragas-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 700px) {
  .m2-palm-bloco-vant .m2-cana-cards { grid-template-columns: 1fr !important; }
}

/* ============================================================
   Trichogramma galloi — page-id-1004
   ============================================================ */

/* Ocultar título / faixa branca */
.page-id-1004 .entry-title,
.page-id-1004 h1.page-title,
.page-id-1004 .entry-header { display: none !important; }
.page-id-1004 .entry-content,
.page-id-1004 .entry-content > *:first-child { padding-top: 0 !important; margin-top: 0 !important; }

/* HERO */
.m2-tricho-hero {
  background-image: url('/wp-content/uploads/2026/07/fundocana6.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.m2-tricho-hero .m2-cana-hero-overlay { background: rgba(3,12,5,0.72); }

/* ── Trichogramma pretiosum ── */
.m2-pretiosum-hero {
  background-image: url('/wp-content/uploads/2026/07/fundosojaok.webp');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.m2-pretiosum-hero .m2-cana-hero-overlay { background: rgba(5,20,8,0.70); }
.m2-pretiosum-resumo {
  background: #071a0a;
  position: relative;
}
.m2-pretiosum-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2026/07/fundosojaok.webp') center center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.18;
}
.m2-pretiosum-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-pretiosum-resumo h2 { color: #fff; }
.m2-pretiosum-resumo .m2-tricho-resumo-intro { color: rgba(255,255,255,0.82); font-size: 15.5px; line-height: 1.85; max-width: 840px; margin: 0 auto 36px; text-align: center; }
.m2-pretiosum-resumo .m2-cana-resumo-grid { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; }
.m2-pretiosum-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85); }
.m2-pretiosum-resumo .m2-cana-resumo-num { color: #a8d870; }
.m2-pretiosum-bloco-vant {
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pretiosum-bloco-vant::before {
  content: ''; position: absolute; inset: 0; background: rgba(3,18,6,0.82); z-index: 0;
}
.m2-pretiosum-bloco-vant .m2-cana-inner { position: relative; z-index: 1; }
.m2-pretiosum-bloco-vant h2,
.m2-pretiosum-bloco-vant .m2-cana-subtag { color: #a8d870; }
.m2-pretiosum-bloco-vant .m2-cana-card {
  display: flex !important; flex-direction: column !important; align-items: flex-start !important;
  gap: 0 !important; background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important; backdrop-filter: blur(8px) !important;
  border-radius: 18px !important; padding: 32px 28px !important; box-shadow: none !important;
  grid-template-columns: unset !important;
}
.m2-pretiosum-bloco-vant .m2-cana-card h3,
.m2-pretiosum-bloco-vant .m2-cana-card p { color: rgba(255,255,255,0.88); }
.m2-pretiosum-bloco-vant .m2-cana-card-icon {
  font-size: 2.2rem; line-height: 1; margin-bottom: 18px;
  background: rgba(168,216,112,0.15); border-radius: 12px; padding: 12px 14px;
}
.m2-pretiosum-bloco-pragas {
  background: #f5f8f2;
}
.m2-pretiosum-bloco-pragas h2 { color: #1a3a0a; }
.m2-pretiosum-bloco-pragas .m2-cana-subtag { color: #5caa20; }
.m2-pretiosum-pragas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.m2-pretiosum-praga-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}
.m2-pretiosum-praga-foto img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.m2-pretiosum-praga-body {
  padding: 20px 20px 24px;
}
.m2-pretiosum-praga-body h4 {
  font-size: 14px;
  font-weight: 800;
  color: #1a3a0a;
  margin: 0 0 8px;
}
.m2-pretiosum-praga-body p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 900px) {
  .m2-pretiosum-pragas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .m2-pretiosum-pragas-grid { grid-template-columns: 1fr; }
}
.m2-pretiosum-bloco-como {
  background: url('/wp-content/uploads/2026/07/fundosojaok.webp') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pretiosum-bloco-como::before {
  content: ''; position: absolute; inset: 0; background: rgba(248,252,245,0.96); z-index: 0;
}
.m2-pretiosum-bloco-como .m2-cana-inner { position: relative; z-index: 1; }
.m2-pretiosum-bloco-params {
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pretiosum-bloco-params::before {
  content: ''; position: absolute; inset: 0; background: rgba(4,14,7,0.88); z-index: 0;
}
.m2-pretiosum-bloco-params .m2-cana-inner { position: relative; z-index: 1; }
.m2-pretiosum-bloco-params h2,
.m2-pretiosum-bloco-params .m2-cana-subtag,
.m2-pretiosum-bloco-params .m2-pulv-param-valor,
.m2-pretiosum-bloco-params .m2-pulv-param-label,
.m2-pretiosum-bloco-params .m2-pulv-params-obs p { color: #fff; }
.m2-pretiosum-bloco-ra {
  background: #f5f8f2;
}
.m2-pretiosum-bloco-ra .m2-pulv-ra-intro {
  color: #444;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.7;
}
.m2-pretiosum-bloco-ra .m2-cotesia-ra-grid {
  gap: 24px;
}
.m2-pretiosum-bloco-ra .m2-cotesia-ra-bloco {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.m2-pretiosum-bloco-ra .m2-cotesia-ra-bloco h4 {
  font-size: 15px;
  font-weight: 800;
  color: #2a6010;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #a8d870;
}
.m2-pretiosum-bloco-ra .m2-cotesia-ra-bloco li {
  color: #444;
  font-size: 14px;
}
.m2-pretiosum-bloco-ra .m2-cotesia-ra-bloco li::before {
  background: #5caa20;
}
.m2-pretiosum-bloco-ra .m2-cotesia-ra-fotos img {
  border: 1.5px solid #dde8d0;
  border-radius: 14px;
}
.m2-pretiosum-bloco-leg {
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pretiosum-bloco-leg::before {
  content: ''; position: absolute; inset: 0; background: rgba(3,14,6,0.88); z-index: 0;
}
.m2-pretiosum-bloco-leg .m2-cana-inner { position: relative; z-index: 1; }
.m2-pretiosum-bloco-leg h2,
.m2-pretiosum-bloco-leg .m2-cana-subtag { color: #a8d870; }
.m2-pretiosum-cta {
  background: url('/wp-content/uploads/2026/07/fundosojaok.webp') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pretiosum-cta::before {
  content: ''; position: absolute; inset: 0; background: rgba(3,14,6,0.82); z-index: 0;
}
.m2-pretiosum-cta .m2-cana-inner { position: relative; z-index: 1; }

/* RESUMO */
.m2-tricho-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tricho-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.88);
  z-index: 0;
}
.m2-tricho-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-tricho-resumo h2 { color: #fff; }
.m2-tricho-resumo .m2-tricho-resumo-intro { color: rgba(255,255,255,0.82); font-size: 15.5px; line-height: 1.85; max-width: 840px; margin: 0 auto 36px; text-align: center; }
.m2-tricho-resumo .m2-cana-resumo-grid { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; }
.m2-tricho-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85); }
.m2-tricho-resumo .m2-cana-resumo-num { color: #a8d870; }

/* VANTAGENS */
.m2-tricho-bloco-vant {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana3.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tricho-bloco-vant::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.84);
  z-index: 0;
}
.m2-tricho-bloco-vant .m2-cana-inner { position: relative; z-index: 1; }
.m2-tricho-bloco-vant h2 { color: #fff; }
.m2-tricho-bloco-vant .m2-cana-subtag { color: #a8d870; }
.m2-tricho-bloco-vant .m2-cana-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  flex-direction: unset !important;
  gap: 24px !important;
}
.m2-tricho-bloco-vant .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 18px !important;
  padding: 32px 28px !important;
  box-shadow: none !important;
  grid-template-columns: unset !important;
}
.m2-tricho-bloco-vant .m2-cana-card-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 18px;
  background: rgba(168,216,112,0.15);
  border-radius: 12px;
  padding: 12px 14px;
}
.m2-tricho-bloco-vant .m2-cana-card h3 {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 12px !important;
}
.m2-tricho-bloco-vant .m2-cana-card p {
  font-size: 14.5px !important;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Fotos de espécies na seção vantagens */
.m2-tricho-vant-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.m2-tricho-vant-foto {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.m2-tricho-vant-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.m2-tricho-vant-foto:hover img { transform: scale(1.04); }
.m2-tricho-vant-foto span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 20px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%);
  color: #fff;
  font-size: 13.5px;
  font-style: italic;
  letter-spacing: 0.02em;
}

/* Fotos climáticas na seção parâmetros */
.m2-tricho-clima-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.m2-tricho-clima-foto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(6px);
}
.m2-tricho-clima-foto img {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: contain;
}
.m2-tricho-clima-legenda {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  font-style: italic;
  letter-spacing: 0.02em;
}

/* COMO FUNCIONA */
.m2-tricho-bloco-como {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocananovo.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tricho-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.93);
  z-index: 0;
}
.m2-tricho-bloco-como > .m2-cana-inner { position: relative; z-index: 1; }
.m2-tricho-bloco-como h2 { color: #1a3518; }
.m2-tricho-bloco-como .m2-cana-subtag { color: #4caf28; }

/* Itens de planejamento */
.m2-tricho-planos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.m2-tricho-plano-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #c8ddc4;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #2c4a24;
  font-weight: 500;
}
.m2-tricho-plano-icon { font-size: 1.3rem; flex-shrink: 0; }

/* PARÂMETROS */
.m2-tricho-bloco-params {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana4.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tricho-bloco-params::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.86);
  z-index: 0;
}
.m2-tricho-bloco-params .m2-cana-inner { position: relative; z-index: 1; }
.m2-tricho-bloco-params h2 { color: #fff; }
.m2-tricho-bloco-params .m2-cana-subtag { color: #a8d870; }

/* RELATÓRIO */
.m2-tricho-bloco-ra {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana5.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tricho-bloco-ra::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.87);
  z-index: 0;
}
.m2-tricho-bloco-ra .m2-cana-inner { position: relative; z-index: 1; }
.m2-tricho-bloco-ra h2 { color: #fff; }
.m2-tricho-bloco-ra .m2-cana-subtag { color: #a8d870; }
.m2-tricho-bloco-ra .m2-pulv-ra-intro { color: #a8d870; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }

/* LEGISLAÇÃO */
.m2-tricho-bloco-leg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 72px 0;
}
.m2-tricho-bloco-leg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,250,235,0.92);
  z-index: 0;
}
.m2-tricho-bloco-leg .m2-cana-inner { position: relative; z-index: 1; }
.m2-tricho-bloco-leg h2 { color: #1a3518; }
.m2-tricho-bloco-leg .m2-cana-subtag { color: #4caf28; }

/* CTA */
.m2-tricho-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/07/fundocana.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
}
.m2-tricho-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3,12,5,0.82);
  z-index: 0;
}
.m2-tricho-cta .m2-cana-inner { position: relative; z-index: 1; }

/* LOGOS CONFORMIDADE */
.m2-leg-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 36px;
  margin-top: 40px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.92);
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.25);
}
.m2-leg-logos img {
  height: 52px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
}
.m2-leg-logos img:hover { opacity: 0.85; transform: scale(1.05); }

/* RESPONSIVO */
@media (max-width: 900px) {
  .m2-tricho-bloco-vant .m2-cana-cards { grid-template-columns: 1fr !important; }
  .m2-tricho-planos { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .m2-tricho-bloco-vant .m2-cana-cards { grid-template-columns: 1fr !important; }
  .m2-tricho-planos { grid-template-columns: 1fr; }
  .m2-tricho-clima-fotos { grid-template-columns: 1fr; }
  .m2-tricho-vant-fotos { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   PILOTO AUTOMÁTICO PAGE
   ══════════════════════════════════════════════════════════ */

/* HERO */
.m2-pa-hero {
  background: linear-gradient(135deg, rgba(10,20,40,0.45) 0%, rgba(5,15,35,0.55) 100%),
              url('/wp-content/uploads/2026/08/plantiosoja.webp') center bottom / cover no-repeat;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

/* RESUMO */
.m2-pa-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.82), rgba(5,15,35,0.82)),
              url('/wp-content/uploads/2026/08/valtra-piloto.jpg') center center / cover no-repeat !important;
  background-attachment: fixed !important;
  padding: 80px 0;
  position: relative;
}
.m2-pa-resumo::before { display: none !important; }
.m2-pa-resumo h2 { color: #ffffff !important; }
.m2-pa-resumo p { color: #c8d8e8 !important; }
.m2-pa-resumo .m2-cana-subtag { color: #a8d44d !important; }
.m2-pa-resumo .m2-tel-stat {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(168,212,77,0.35) !important;
  border-top: 2px solid #a8d44d !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.m2-pa-resumo .m2-tel-stat-val {
  color: #a8d44d !important;
  font-size: 1.35rem !important;
  line-height: 1.15 !important;
}
.m2-pa-resumo .m2-tel-stat-label { color: #b0cce0 !important; }
.m2-pa-resumo .m2-tel-nav-card { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.m2-pa-resumo .m2-tel-nav-title { color: #ffffff; }
.m2-pa-resumo .m2-tel-nav-desc { color: #a0b8cc; }
.m2-pa-resumo .m2-tel-nav-num,
.m2-pa-resumo .m2-tel-nav-arrow { color: #a8d44d; }
.m2-pa-resumo .m2-tel-nav-card:hover { border-color: #a8d44d; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }

/* MODALIDADES */
.m2-pa-bloco-modal {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.78), rgba(5,15,35,0.78)),
              url('/wp-content/uploads/2026/08/pilotoautomaticodentro.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-pa-bloco-modal .m2-cana-subtag { color: #a8d44d !important; }
.m2-pa-bloco-modal h2 { color: #ffffff !important; }

.m2-pa-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 36px;
}
.m2-pa-modal-card {
  background: #f4f7ff;
  border-radius: 24px;
  padding: 36px 32px;
  border-top: 4px solid #2a5cb0;
}
.m2-pa-modal-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.m2-pa-modal-icon { font-size: 2rem; }
.m2-pa-modal-card h3 { color: #0d1f3c; font-size: 1.3rem; font-weight: 800; margin: 0; }
.m2-pa-modal-card > p { color: #444; font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; }
.m2-pa-modal-lista { list-style: none; padding: 0; margin: 0 0 20px; }
.m2-pa-modal-lista li {
  color: #444;
  font-size: 0.9rem;
  padding: 7px 0;
  border-bottom: 1px solid #e4eaf8;
  display: flex;
  align-items: center;
  gap: 10px;
}
.m2-pa-modal-lista li::before { display: none; }
.m2-pa-modal-obs {
  margin: 16px 0 0;
  font-size: 0.85rem;
  color: #6a7f9a;
  font-style: italic;
  border-top: 1px solid #e4eaf8;
  padding-top: 14px;
}

/* COMO FUNCIONA */
.m2-pa-bloco-como {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(10,20,40,0.82), rgba(10,20,40,0.88)),
              url('/wp-content/uploads/2026/07/mapeamentoRTK.png') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-pa-bloco-como .m2-cana-subtag { color: #7aade8; }
.m2-pa-bloco-como h2 { color: #fff; }
.m2-pa-bloco-como p.m2-pa-processo-intro { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 760px; margin: 16px 0 40px; line-height: 1.7; }
.m2-pa-bloco-como .m2-cotesia-etapa-num { background: #2a5cb0; }
.m2-pa-bloco-como .m2-cotesia-etapa { border-left-color: rgba(122,173,232,0.3); }
.m2-pa-bloco-como .m2-cotesia-etapa-body h3 { color: #fff; }
.m2-pa-bloco-como .m2-cotesia-etapa-body p { color: rgba(255,255,255,0.85); }
.m2-pa-bloco-como .m2-tricho-plano-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(122,173,232,0.25); color: rgba(255,255,255,0.85); }
.m2-pa-bloco-como .m2-cotesia-equipe-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(122,173,232,0.25); }
.m2-pa-bloco-como .m2-cotesia-equipe-card h4 { color: #a8d44d; }
.m2-pa-bloco-como .m2-cotesia-equipe-card ul li,
.m2-pa-bloco-como .m2-cotesia-equipe-card p { color: rgba(255,255,255,0.8); }

/* Etapa destaque (conservacionista) */
.m2-pa-etapa-destaque { border-left-color: #a8d44d !important; }
.m2-pa-etapa-destaque .m2-cotesia-etapa-num { background: #5a8a1a !important; color: #ffffff !important; }
.m2-pa-etapa-destaque .m2-cotesia-etapa-body h3 { color: #c8e87a !important; }
.m2-pa-etapa-tag {
  display: inline-block;
  background: rgba(168,212,77,0.18);
  border: 1px solid #a8d44d;
  color: #a8d44d;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 10px;
  text-transform: uppercase;
}

/* CULTURAS */
.m2-pa-bloco-culturas {
  background: #f2f4f8;
}
.m2-pa-bloco-culturas .m2-cana-subtag { color: #5a9020; }
.m2-pa-bloco-culturas h2 { color: #0d1f3c; }

.m2-pa-culturas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.m2-pa-cultura-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  border-top: 3px solid #2a5cb0;
  transition: transform 0.18s, box-shadow 0.18s;
}
.m2-pa-cultura-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(42,92,176,0.12);
}
.m2-pa-cultura-icon { font-size: 2rem; margin-bottom: 12px; }
.m2-pa-cultura-card h3 { color: #0d1f3c; font-size: 1rem; font-weight: 800; margin-bottom: 10px; }
.m2-pa-cultura-card p { color: #555; font-size: 0.88rem; line-height: 1.65; }

/* PARÂMETROS */
.m2-pa-bloco-params {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(10,20,40,0.82), rgba(10,20,40,0.88)),
              url('/wp-content/uploads/2026/08/stara.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-pa-bloco-params .m2-cana-subtag { color: #a8d44d; }
.m2-pa-bloco-params h2 { color: #fff; }

/* Entregáveis grid */
.m2-pa-entregaveis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.m2-pa-entregavel {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(168,212,77,0.25);
  border-top: 3px solid #a8d44d;
  border-radius: 12px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m2-pa-entregavel-sigla {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #a8d44d;
  text-transform: uppercase;
}
.m2-pa-entregavel-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}
@media (max-width: 900px) {
  .m2-pa-entregaveis-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .m2-pa-entregaveis-grid { grid-template-columns: 1fr; }
}

/* LEGISLAÇÃO */
.m2-pa-bloco-leg { background: #0d1f3c; }
.m2-pa-bloco-leg .m2-cana-subtag { color: #7aade8; }
.m2-pa-bloco-leg h2 { color: #fff; }

/* CTA */
.m2-pa-cta {
  background: linear-gradient(rgba(10,20,40,0.78), rgba(10,20,40,0.84)),
              url('/wp-content/uploads/2026/08/sistematizacao.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .m2-pa-modal-grid { grid-template-columns: 1fr; }
  .m2-pa-culturas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .m2-pa-culturas-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   MAPEAMENTO RTK E GNSS PAGE
   ══════════════════════════════════════════════════════════ */

/* HERO */
.m2-map-hero {
  background: linear-gradient(135deg, rgba(5,20,40,0.75) 0%, rgba(5,15,30,0.85) 100%),
              url('/wp-content/uploads/2026/07/mapeamento-com-drone.jpg') center center / cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

/* RESUMO — reutiliza .m2-tel-resumo-* mas sobrescreve fundo */
.m2-map-resumo {
  background: url('/wp-content/uploads/2026/07/drone-na-agricultura-de-precisao-guia-completo-para-escolher-o-ideal.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
  padding: 80px 0;
  position: relative;
}
.m2-map-resumo::before {
  display: block !important;
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,244,248,0.90);
  z-index: 0;
}
.m2-map-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-map-resumo h2 { color: #0d2a4a !important; }
.m2-map-resumo p { color: #3a3a3a !important; }
.m2-map-resumo .m2-tel-stat { border-top-color: #1a6eb0; }
.m2-map-resumo .m2-tel-stat-val { color: #1a5a96; }
.m2-map-resumo .m2-cana-subtag { color: #1a6eb0 !important; }
.m2-map-resumo .m2-tel-nav-num { color: #1a6eb0; }
.m2-map-resumo .m2-tel-nav-arrow { color: #1a6eb0; }
.m2-map-resumo .m2-tel-nav-card:hover { border-color: #1a6eb0; box-shadow: 0 8px 32px rgba(26,110,176,0.15); }

/* PRODUTOS GERADOS */
.m2-map-bloco-produtos {
  background: url('/wp-content/uploads/2026/07/mapeamento-agricola-com-drones-um-guia-pratico-para-produtores.webp') center center / cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-map-bloco-produtos::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,246,255,0.92);
  z-index: 0;
}
.m2-map-bloco-produtos .m2-cana-inner { position: relative; z-index: 1; }
.m2-map-bloco-produtos .m2-cana-subtag { color: #1a6eb0; }
.m2-map-bloco-produtos h2 { color: #0d2a4a; }

.m2-map-produtos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 36px 0 48px;
}
.m2-map-produto-card {
  background: #f0f6ff;
  border-radius: 20px;
  padding: 32px 26px;
  border-top: 4px solid #1a6eb0;
  transition: transform 0.18s, box-shadow 0.18s;
}
.m2-map-produto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(26,110,176,0.12);
}
.m2-map-produto-icon { font-size: 2.2rem; margin-bottom: 14px; }
.m2-map-produto-card h3 { color: #0d2a4a; font-size: 1rem; font-weight: 800; margin-bottom: 10px; }
.m2-map-produto-card p { color: #555; font-size: 0.9rem; line-height: 1.65; }

.m2-map-rtk-fotos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.m2-map-rtk-foto img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 320px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* APLICAÇÕES */
.m2-map-bloco-aplic {
  background: linear-gradient(rgba(5,20,40,0.82), rgba(5,20,40,0.88)),
              url('/wp-content/uploads/2026/07/pexels-photo-2073611.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-map-bloco-aplic .m2-cana-subtag { color: #6ab0e8; }
.m2-map-bloco-aplic h2 { color: #fff; }

.m2-map-aplic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.m2-map-aplic-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 26px 22px;
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
}
.m2-map-aplic-icon { font-size: 1.9rem; flex-shrink: 0; margin-top: 2px; }
.m2-map-aplic-body h3 { color: #6ab0e8; font-size: 0.98rem; font-weight: 800; margin-bottom: 8px; }
.m2-map-aplic-body p { color: rgba(255,255,255,0.80); font-size: 0.88rem; line-height: 1.65; }

/* COMO FUNCIONA */
.m2-map-bloco-como {
  background: url('/wp-content/uploads/2026/07/sig-na-agricultura-o-guia-completo-para-mapear-e-otimizar-sua-fazenda.webp') center center / cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.m2-map-bloco-como::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(240,246,255,0.93);
  z-index: 0;
}
.m2-map-bloco-como .m2-cana-inner { position: relative; z-index: 1; }
.m2-map-bloco-como .m2-cana-subtag { color: #1a6eb0; }
.m2-map-bloco-como h2 { color: #0d2a4a; }
.m2-map-bloco-como .m2-cotesia-etapa-num { background: #1a6eb0; }

/* PARÂMETROS */
.m2-map-bloco-params {
  background: linear-gradient(rgba(5,20,40,0.85), rgba(5,20,40,0.90)),
              url('/wp-content/uploads/2026/07/mapas-de-produtividade-o-que-sao-como-criar-e-usar-para-otimizar-a-lavoura.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-map-bloco-params .m2-cana-subtag { color: #6ab0e8; }
.m2-map-bloco-params h2 { color: #fff; }
.m2-map-bloco-params .m2-pulv-param { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.15); }
.m2-map-bloco-params .m2-pulv-param-valor { color: #6ab0e8; }
.m2-map-bloco-params .m2-pulv-params-obs { color: rgba(255,255,255,0.60); }

/* LEGISLAÇÃO */
.m2-map-bloco-leg {
  background: linear-gradient(rgba(5,20,40,0.85), rgba(5,20,40,0.90)),
              url('/wp-content/uploads/2026/07/mapas-ndvi-o-guia-completo-para-monitorar-a-saude-da-sua-lavoura.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-map-bloco-leg .m2-cana-subtag { color: #6ab0e8; }
.m2-map-bloco-leg h2 { color: #fff; }

/* CTA */
.m2-map-cta {
  background: linear-gradient(rgba(13,42,74,0.45), rgba(13,42,74,0.45)),
              url('/wp-content/uploads/2026/07/agricultura_precisao_dados.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .m2-map-produtos-grid { grid-template-columns: repeat(2, 1fr); }
  .m2-map-aplic-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .m2-map-produtos-grid { grid-template-columns: 1fr; }
  .m2-map-aplic-grid { grid-template-columns: 1fr; }
  .m2-map-rtk-fotos { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   TELENOMUS PODISI PAGE
   ══════════════════════════════════════════════════════════ */

/* HERO */
.m2-telenomus-hero {
  background: linear-gradient(135deg, rgba(30,60,20,0.72) 0%, rgba(10,30,10,0.82) 100%),
              url('/wp-content/uploads/2026/07/fundosojaok.webp') center center / cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

/* RESUMO */
.m2-telenomus-resumo {
  background: #f4f7f0 !important;
  background-image: none !important;
  background-attachment: scroll !important;
  padding: 80px 0;
}
.m2-telenomus-resumo::before { display: none !important; }
.m2-telenomus-resumo h2 { color: #1a3a0a !important; }
.m2-telenomus-resumo .m2-cana-subtag { color: #5a9020 !important; }

/* top: texto + stats lado a lado */
.m2-tel-resumo-top {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
  margin-bottom: 52px;
}
.m2-tel-resumo-texto h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #1a3a0a;
  margin: 10px 0 20px;
  line-height: 1.25;
}
.m2-tel-resumo-texto p {
  color: #3a3a3a;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.m2-telenomus-resumo p { color: #3a3a3a !important; }

/* stats à direita */
.m2-tel-resumo-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.m2-tel-stat {
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 3px solid #7ab840;
}
.m2-tel-stat-val {
  font-size: 1.9rem;
  font-weight: 900;
  color: #3a7010;
  line-height: 1;
  margin-bottom: 8px;
}
.m2-tel-stat-label {
  font-size: 0.78rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

/* nav cards */
.m2-tel-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.m2-tel-nav-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px 22px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none !important;
  border: 2px solid #e4edda;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
  position: relative;
}
.m2-tel-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(90,144,32,0.15);
  border-color: #7ab840;
}
.m2-tel-nav-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: #7ab840;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.m2-tel-nav-icon { font-size: 1.7rem; margin: 4px 0 2px; }
.m2-tel-nav-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1a3a0a;
  margin-top: 4px;
  text-decoration: none !important;
}
.m2-tel-nav-desc {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.45;
  text-decoration: none !important;
}
.m2-tel-nav-arrow {
  font-size: 1.1rem;
  color: #7ab840;
  font-weight: 700;
  margin-top: auto;
  padding-top: 12px;
  text-decoration: none !important;
}
.m2-tel-nav-card * { text-decoration: none !important; }

/* responsivo */
@media (max-width: 960px) {
  .m2-tel-resumo-top { grid-template-columns: 1fr; gap: 32px; }
  .m2-tel-nav-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .m2-tel-nav-grid { grid-template-columns: 1fr; }
  .m2-tel-resumo-stats { grid-template-columns: 1fr 1fr; }
}

/* VANTAGENS */
.m2-telenomus-bloco-vant {
  background: linear-gradient(rgba(15,35,10,0.78), rgba(15,35,10,0.84)),
              url('/wp-content/uploads/2026/07/fundocana6.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-telenomus-bloco-vant .m2-cana-subtag { color: #a8d870; }
.m2-telenomus-bloco-vant h2 { color: #fff; }
.m2-telenomus-bloco-vant .m2-icone-cards {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px;
}
.m2-telenomus-bloco-vant .m2-cana-card {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
  background: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  border-radius: 20px;
  padding: 32px 28px;
}
.m2-telenomus-bloco-vant .m2-cana-card-icon { font-size: 2.4rem; margin-bottom: 14px; }
.m2-telenomus-bloco-vant .m2-cana-card h3 { color: #a8d870; margin-bottom: 12px; }
.m2-telenomus-bloco-vant .m2-cana-card p { color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.7; }
.m2-telenomus-bloco-vant .m2-tricho-vant-fotos { margin-top: 40px; }

/* PRAGAS */
.m2-telenomus-bloco-pragas { background: #f5f8f2; }
.m2-telenomus-pragas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.m2-telenomus-pragas-grid .m2-pretiosum-praga-card { height: 100%; }
.m2-telenomus-pragas-grid .m2-pretiosum-praga-card h4 { color: #2a6010; font-size: 1rem; margin-bottom: 10px; }
.m2-telenomus-pragas-grid .m2-pretiosum-praga-card p { color: #555; font-size: 0.9rem; line-height: 1.6; }

/* COMO FUNCIONA */
.m2-telenomus-bloco-como { background: #fff; }
.m2-telenomus-bloco-como .m2-cana-subtag { color: #5a9020; }
.m2-telenomus-bloco-como h2 { color: #1a3a0a; }

/* PARÂMETROS */
.m2-telenomus-bloco-params {
  background: linear-gradient(rgba(15,35,10,0.80), rgba(15,35,10,0.88)),
              url('/wp-content/uploads/2026/07/fundosojaok.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-telenomus-bloco-params .m2-cana-subtag { color: #a8d870; }
.m2-telenomus-bloco-params h2 { color: #fff; }
.m2-telenomus-bloco-params .m2-pulv-param { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.15); }
.m2-telenomus-bloco-params .m2-pulv-params-obs { color: rgba(255,255,255,0.65); }

/* RELATÓRIO */
.m2-telenomus-bloco-ra { background: #f5f8f2; }
.m2-telenomus-bloco-ra .m2-cotesia-ra-bloco {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.m2-telenomus-bloco-ra .m2-cotesia-ra-bloco h4 { color: #2a6010; border-bottom: 2px solid #a8d870; }
.m2-telenomus-bloco-ra .m2-cotesia-ra-bloco li { color: #444; }

/* LEGISLAÇÃO */
.m2-telenomus-bloco-leg { background: #1a2e10; }
.m2-telenomus-bloco-leg .m2-cana-subtag { color: #a8d870; }
.m2-telenomus-bloco-leg h2 { color: #fff; }

/* CTA */
.m2-telenomus-cta {
  background: linear-gradient(135deg, #2a6010 0%, #1a3a0a 100%);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .m2-telenomus-bloco-vant .m2-icone-cards { grid-template-columns: 1fr !important; }
  .m2-telenomus-pragas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .m2-telenomus-pragas-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   LEVANTAMENTO DE FALHAS DE PLANTIO
═══════════════════════════════════════════════════════════════ */

/* HERO */
.m2-fp-hero {
  background: linear-gradient(135deg, rgba(5,15,30,0.72) 0%, rgba(5,25,10,0.65) 100%),
              url('/wp-content/uploads/2026/08/canaplanta.JPG') center center / cover no-repeat;
  background-attachment: fixed;
  min-height: 70vh;
}
.m2-fp-hero-headline {
  font-size: 1.2rem;
  font-weight: 600;
  color: #a8d44d;
  margin: 0 0 12px;
  font-style: italic;
}

/* RESUMO / INDICADORES */
.m2-fp-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.84), rgba(5,15,35,0.84)),
              url('/wp-content/uploads/2026/08/plantiocana.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
  padding: 80px 0;
  position: relative;
}
.m2-fp-resumo::before { display: none !important; }
.m2-fp-resumo .m2-tel-resumo-top {
  display: block !important;
  margin-bottom: 36px;
}
.m2-fp-resumo .m2-tel-resumo-top h2 { font-size: 1.9rem; font-weight: 900; margin: 10px 0 16px; }
.m2-fp-resumo .m2-tel-resumo-top p { font-size: 1rem; line-height: 1.7; max-width: 680px; }
.m2-fp-resumo .m2-tel-resumo-stats { margin-bottom: 48px; }
.m2-fp-resumo h2 { color: #ffffff !important; }
.m2-fp-resumo p { color: #c8d8e8 !important; }
.m2-fp-resumo .m2-cana-subtag { color: #a8d44d !important; }
.m2-fp-resumo .m2-tel-stat {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(168,212,77,0.35) !important;
  border-top: 2px solid #a8d44d !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.m2-fp-resumo .m2-tel-stat-val { color: #a8d44d !important; font-size: 1.35rem !important; line-height: 1.15 !important; }
.m2-fp-resumo .m2-tel-stat-label { color: #b0cce0 !important; }
.m2-fp-resumo .m2-tel-nav-card { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.m2-fp-resumo .m2-tel-nav-title { color: #ffffff; }
.m2-fp-resumo .m2-tel-nav-desc { color: #a0b8cc; }
.m2-fp-resumo .m2-tel-nav-num,
.m2-fp-resumo .m2-tel-nav-arrow { color: #a8d44d; }
.m2-fp-resumo .m2-tel-nav-card:hover { border-color: #a8d44d; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }

/* O PROBLEMA */
.m2-fp-bloco-problema {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.82), rgba(5,15,35,0.82)),
              url('/wp-content/uploads/2026/08/plantiocanaplanta.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-problema .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-problema h2 { color: #fff; }
.m2-fp-problema-texto { color: rgba(255,255,255,0.82); font-size: 1.05rem; max-width: 700px; margin: 0 0 40px; line-height: 1.7; }
.m2-fp-problema-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.m2-fp-problema-card {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  border-top: 3px solid #a8d44d;
  border: 1px solid rgba(168,212,77,0.25);
  border-top: 3px solid #a8d44d;
}
.m2-fp-problema-icone { font-size: 2.2rem; margin-bottom: 14px; }
.m2-fp-problema-card h3 { font-size: 1.15rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.m2-fp-problema-card p { color: rgba(255,255,255,0.75); font-size: 0.92rem; margin: 0; }

/* CANA */
.m2-fp-bloco-cana {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,30,0.88), rgba(5,20,10,0.88)),
              url('/wp-content/uploads/2026/07/cana.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-cana .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-cana h2 { color: #fff; }
.m2-fp-bloco-cana p { color: rgba(255,255,255,0.85); }
.m2-fp-cana-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.m2-fp-cana-lista { list-style: none; padding: 0; margin: 24px 0 0; }
.m2-fp-cana-lista li {
  color: rgba(255,255,255,0.88);
  font-size: 0.93rem;
  padding: 9px 0 9px 28px;
  border-bottom: 1px solid rgba(168,212,77,0.2);
  position: relative;
}
.m2-fp-cana-lista li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #a8d44d;
  font-weight: 800;
}
/* SVG Mapa */
.m2-fp-mapa-titulo {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d44d;
  margin-bottom: 10px;
}
.m2-fp-mapa-container {
  background: #0a1a0e;
  border: 1px solid rgba(168,212,77,0.3);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
.m2-fp-mapa-svg { display: block; width: 100%; height: auto; }
.m2-fp-mapa-legenda {
  display: flex;
  gap: 24px;
  padding: 12px 16px;
  border-top: 1px solid rgba(168,212,77,0.2);
}
.m2-fp-leg-item { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.75); }
.m2-fp-leg-cor { display: inline-block; width: 28px; height: 3px; border-radius: 2px; }
.m2-fp-leg-verde { background: #2d6a1f; }
.m2-fp-leg-laranja { background: #e05820; }

/* DASHBOARD */
.m2-fp-bloco-dashboard {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.86), rgba(5,15,35,0.86)),
              url('/wp-content/uploads/2026/08/canaa.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-dashboard .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-dashboard h2 { color: #fff; }
.m2-fp-dashboard-obs { color: rgba(255,255,255,0.55); font-size: 0.85rem; font-style: italic; margin: 8px 0 40px; }
.m2-fp-dashboard-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.m2-fp-dash-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(168,212,77,0.3);
  border-top: 3px solid #a8d44d;
  border-radius: 14px;
  padding: 32px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m2-fp-dash-val { font-size: 2rem; font-weight: 900; color: #a8d44d; line-height: 1.1; }
.m2-fp-dash-label { font-size: 0.82rem; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; text-transform: uppercase; }

/* ANÁLISE ESPACIAL */
.m2-fp-bloco-analise {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.82), rgba(5,15,35,0.82)),
              url('/wp-content/uploads/2026/08/plantio-de-cana-vertical.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-analise .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-analise h2 { color: #fff; }
.m2-fp-analise-texto { color: rgba(255,255,255,0.82); font-size: 1.05rem; max-width: 700px; margin: 0 0 40px; line-height: 1.7; }
.m2-fp-analise-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.m2-fp-analise-card {
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 32px 22px;
  text-align: center;
  border: 1px solid rgba(168,212,77,0.25);
  border-top: 3px solid #a8d44d;
}
.m2-fp-analise-icone { font-size: 2rem; margin-bottom: 14px; }
.m2-fp-analise-card h3 { font-size: 1rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.m2-fp-analise-card p { color: rgba(255,255,255,0.75); font-size: 0.88rem; margin: 0; line-height: 1.4; }

/* CLASSIFICAÇÃO */
.m2-fp-bloco-classif {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(10,20,40,0.88), rgba(10,20,40,0.92)),
              url('/wp-content/uploads/2026/07/fundocana2.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-classif .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-classif h2 { color: #fff; }
.m2-fp-classif-intro { color: rgba(255,255,255,0.8); max-width: 640px; margin: 0 0 40px; line-height: 1.7; }
.m2-fp-classif-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 32px; }
.m2-fp-classif-item {
  background: rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 4px solid transparent;
}
.m2-fp-classif-barra { height: 6px; border-radius: 3px; }
.m2-fp-classif-p { border-top-color: #7ab8f5; }
.m2-fp-classif-p .m2-fp-classif-barra { background: #7ab8f5; width: 30%; }
.m2-fp-classif-m { border-top-color: #f5c842; }
.m2-fp-classif-m .m2-fp-classif-barra { background: #f5c842; width: 50%; }
.m2-fp-classif-r { border-top-color: #f5882a; }
.m2-fp-classif-r .m2-fp-classif-barra { background: #f5882a; width: 70%; }
.m2-fp-classif-c { border-top-color: #e03030; }
.m2-fp-classif-c .m2-fp-classif-barra { background: #e03030; width: 100%; }
.m2-fp-classif-range { font-size: 0.88rem; font-weight: 700; color: rgba(255,255,255,0.9); font-family: monospace; }
.m2-fp-classif-nome { font-size: 1rem; font-weight: 800; color: #fff; }
.m2-fp-classif-obs { font-size: 0.82rem; color: rgba(255,255,255,0.5); font-style: italic; max-width: 580px; }

/* COMO FUNCIONA */
.m2-fp-bloco-como {
  background: linear-gradient(rgba(5,15,30,0.90), rgba(5,15,30,0.94)),
              url('/wp-content/uploads/2026/08/canavial.webp') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-fp-bloco-como .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-como h2 { color: #fff; }
.m2-fp-etapas { position: relative; margin-top: 48px; }
.m2-fp-etapas::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #a8d44d, rgba(168,212,77,0.1));
}
.m2-fp-etapa {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding: 0 0 36px 0;
  position: relative;
}
.m2-fp-etapa-num {
  width: 56px;
  height: 56px;
  background: #a8d44d;
  color: #0d1f3c;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.m2-fp-etapa-body h3 { font-size: 1.1rem; font-weight: 800; color: #fff; margin: 10px 0 6px; }
.m2-fp-etapa-body p { color: rgba(255,255,255,0.75); font-size: 0.93rem; margin: 0; line-height: 1.6; }

/* ENTREGÁVEIS */
.m2-fp-bloco-entregaveis {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.86), rgba(5,15,35,0.86)),
              url('/wp-content/uploads/2026/07/mapeamentoRTK.png') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-entregaveis .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-entregaveis h2 { color: #fff; }

.m2-fp-entregaveis-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}
.m2-fp-entregaveis-imagem { border-radius: 14px; overflow: hidden; }
.m2-fp-entregaveis-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(168,212,77,0.3);
}

.m2-fp-entregaveis-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.m2-fp-entregavel {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(168,212,77,0.25);
  border-top: 3px solid #a8d44d;
  border-radius: 12px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m2-fp-entregavel-sigla { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; color: #a8d44d; text-transform: uppercase; }
.m2-fp-entregavel-desc { font-size: 0.93rem; color: rgba(255,255,255,0.85); line-height: 1.4; }

/* OUTRAS CULTURAS */
.m2-fp-bloco-culturas {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.82), rgba(5,15,35,0.82)),
              url('/wp-content/uploads/2026/08/sojalavoura.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-culturas .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-culturas h2 { color: #fff; }
.m2-fp-culturas-intro { color: rgba(255,255,255,0.8); margin: 0 0 36px; font-size: 1rem; }
.m2-fp-cultura-card {
  background: rgba(255,255,255,0.10) !important;
  border-top: 4px solid #a8d44d !important;
  border: 1px solid rgba(168,212,77,0.25) !important;
  border-top: 4px solid #a8d44d !important;
  box-shadow: none !important;
}
.m2-fp-cultura-card h3 { color: #fff !important; }
.m2-fp-cultura-card > p { color: rgba(255,255,255,0.80) !important; }
.m2-fp-cultura-tags span { background: rgba(255,255,255,0.12) !important; color: #a8d44d !important; }
.m2-fp-floresta-itens span { background: rgba(168,212,77,0.15) !important; color: #a8d44d !important; }
.m2-fp-culturas-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.m2-fp-cultura-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  border-top: 4px solid #2a5cb0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.m2-fp-cultura-icon { font-size: 2.4rem; margin-bottom: 16px; }
.m2-fp-cultura-card h3 { font-size: 1.15rem; font-weight: 800; color: #0d1f3c; margin: 0 0 12px; }
.m2-fp-cultura-card > p { color: #445; font-size: 0.93rem; line-height: 1.65; margin: 0 0 20px; }
.m2-fp-cultura-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.m2-fp-cultura-tags span {
  background: #dde8ff;
  color: #1a4090;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
}
.m2-fp-floresta-itens { display: flex; flex-wrap: wrap; gap: 8px; }
.m2-fp-floresta-itens span {
  background: #eaf4e0;
  color: #2d5a10;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ANÁLISES COMPLEMENTARES */
.m2-fp-bloco-complementar {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(5,15,35,0.88), rgba(5,15,35,0.88)),
              url('/wp-content/uploads/2026/08/colheitacana.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.m2-fp-bloco-complementar .m2-cana-subtag { color: #a8d44d; }
.m2-fp-bloco-complementar h2 { color: #fff; }
.m2-fp-complementar-texto { color: rgba(255,255,255,0.75); max-width: 680px; margin: 0 0 40px; line-height: 1.7; }
.m2-fp-complementar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.m2-fp-complementar-card {
  background: rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 30px 22px;
  border: 1px solid rgba(122,173,232,0.2);
  border-top: 3px solid #7aade8;
}
.m2-fp-complementar-sigla { font-size: 1.8rem; margin-bottom: 14px; display: block; }
.m2-fp-complementar-card h3 { font-size: 0.95rem; font-weight: 800; color: #7aade8; margin: 0 0 10px; }
.m2-fp-complementar-card p { font-size: 0.87rem; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.55; }

/* CTA FINAL */
.m2-fp-cta {
  background: linear-gradient(rgba(5,15,30,0.55), rgba(5,15,30,0.60)),
              url('/wp-content/uploads/2026/07/fundocana3.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .m2-fp-dashboard-grid { grid-template-columns: repeat(2,1fr); }
  .m2-fp-analise-grid { grid-template-columns: repeat(2,1fr); }
  .m2-fp-complementar-grid { grid-template-columns: repeat(2,1fr); }
  .m2-fp-classif-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .m2-fp-resumo-layout { flex-direction: column; gap: 24px; }
  .m2-fp-cana-layout { grid-template-columns: 1fr; }
  .m2-fp-problema-grid { grid-template-columns: 1fr; }
  .m2-fp-culturas-grid { grid-template-columns: 1fr; }
  .m2-fp-entregaveis-layout { grid-template-columns: 1fr; }
  .m2-fp-entregaveis-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .m2-fp-dashboard-grid { grid-template-columns: 1fr 1fr; }
  .m2-fp-analise-grid { grid-template-columns: 1fr 1fr; }
  .m2-fp-complementar-grid { grid-template-columns: 1fr; }
  .m2-fp-classif-grid { grid-template-columns: 1fr 1fr; }
  .m2-fp-entregaveis-grid { grid-template-columns: 1fr; }
  .m2-fp-etapas::before { display: none; }
}

body.page-id-1010 h1.entry-title,
body.page-id-1010 .entry-header,
body.page-id-1010 .page-title { display: none !important; }

/* ================================================
   POLÍTICA DE PRIVACIDADE (.m2-pp-*)
   ================================================ */
.m2-pp-wrap { max-width: 100%; }

.m2-pp-header {
  background: linear-gradient(rgba(4,12,28,0.88), rgba(4,12,28,0.92)),
              url('/wp-content/uploads/2026/07/fundosobrenos.avif') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 80px 24px 72px;
  color: #fff;
}
.m2-pp-eyebrow { display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #a8d870; margin-bottom: 12px; }
.m2-pp-titulo { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: #fff; margin: 0 0 8px; }
.m2-pp-data { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin: 0 0 28px; }
.m2-pp-intro { color: rgba(255,255,255,0.72); max-width: 720px; line-height: 1.7; margin: 0 0 12px; font-size: 1rem; }

.m2-pp-body { padding: 60px 0 80px; }

/* Sumário */
.m2-pp-sumario {
  background: #f4f8ef;
  border: 1px solid #c8dea8;
  border-left: 4px solid #5a9e1a;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 52px;
}
.m2-pp-sumario-titulo { font-size: 0.8rem; font-weight: 900; color: #2d5a10; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 14px; }
.m2-pp-sumario-lista { margin: 0; padding-left: 20px; columns: 2; column-gap: 32px; }
.m2-pp-sumario-lista li { font-size: 0.87rem; color: #3a4a30; margin-bottom: 6px; break-inside: avoid; }
.m2-pp-sumario-lista a { color: #2d7a0a; text-decoration: none; }
.m2-pp-sumario-lista a:hover { text-decoration: underline; }
.m2-pp-sumario-lista a:focus { outline: 2px solid #5a9e1a; outline-offset: 2px; border-radius: 2px; }

/* Seções */
.m2-pp-secao { margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid #e8f0e0; }
.m2-pp-secao:last-child { border-bottom: none; margin-bottom: 0; }
.m2-pp-secao h2 { font-size: 1.15rem; font-weight: 900; color: #1a3010; margin: 0 0 16px; }
.m2-pp-secao p { font-size: 0.93rem; color: #3a4a30; line-height: 1.75; margin: 0 0 14px; }
.m2-pp-secao p:last-child { margin-bottom: 0; }
.m2-pp-secao ul { padding-left: 20px; margin: 0 0 14px; }
.m2-pp-secao ul li { font-size: 0.93rem; color: #3a4a30; line-height: 1.7; margin-bottom: 6px; }
.m2-pp-secao a { color: #2d7a0a; text-decoration: underline; text-underline-offset: 2px; }
.m2-pp-secao a:focus { outline: 2px solid #5a9e1a; outline-offset: 2px; border-radius: 2px; }

/* Nota de destaque */
.m2-pp-nota { background: #f4f8ef; border-left: 3px solid #a8d870; padding: 12px 16px; border-radius: 0 6px 6px 0; font-size: 0.87rem !important; color: #3a5a20 !important; }

/* Ficha de identificação */
.m2-pp-ficha { background: #f8fbf5; border: 1px solid #d0e8b0; border-radius: 8px; padding: 20px 24px; margin: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.m2-pp-ficha-item { display: flex; gap: 16px; font-size: 0.9rem; align-items: baseline; }
.m2-pp-ficha-label { font-weight: 700; color: #2d5a10; min-width: 200px; flex-shrink: 0; font-size: 0.82rem; text-transform: uppercase; letter-spacing: .06em; }
.m2-pp-ficha-item span:last-child, .m2-pp-ficha-item a { color: #3a4a30; }

/* Ocultar título do tema */
body.page-id-1095 h1.entry-title,
body.page-id-1095 .entry-header,
body.page-id-1095 .page-title { display: none !important; }

/* Responsivo */
@media (max-width: 900px) {
  .m2-pp-sumario-lista { columns: 1; }
  .m2-pp-ficha-label { min-width: 140px; }
}
@media (max-width: 600px) {
  .m2-pp-ficha-item { flex-direction: column; gap: 2px; }
  .m2-pp-ficha-label { min-width: unset; }
}

/* ================================================
   RESTITUIÇÃO DE LINHAS DE PLANTIO (.m2-rl-*)
   ================================================ */

/* HERO */
.m2-rl-hero {
  background: linear-gradient(rgba(3,10,25,0.70), rgba(3,10,25,0.62)),
              url('/wp-content/uploads/2026/07/fundocana3.jpg') center 40% / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-hero .m2-cana-tag { background: rgba(168,216,112,0.18); color: #a8d870; border: 1px solid rgba(168,216,112,0.3); }

/* RESUMO */
.m2-rl-resumo {
  background: linear-gradient(rgba(5,15,35,0.88), rgba(5,15,35,0.92)),
              url('/wp-content/uploads/2026/08/plantiocana.webp') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-resumo::before { display: none !important; }
.m2-rl-resumo .m2-tel-resumo-top { display: block !important; text-align: left !important; }
.m2-rl-resumo .m2-tel-resumo-stats { margin-bottom: 40px; }
.m2-rl-resumo .m2-tel-nav-grid { margin-top: 40px; }
.m2-rl-resumo .m2-cana-subtag { color: #a8d870; }
.m2-rl-resumo h2 { color: #fff; margin-bottom: 12px; text-align: left !important; }
.m2-rl-resumo .m2-tel-resumo-texto p { color: rgba(255,255,255,0.75); }

/* PROBLEMA */
.m2-rl-bloco-problema {
  background: linear-gradient(rgba(4,12,28,0.80), rgba(4,12,28,0.84)),
              url('/wp-content/uploads/2026/08/colheitacana.webp') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-problema-texto { color: rgba(255,255,255,0.75); max-width: 720px; margin: 0 0 16px; line-height: 1.7; font-size: 1.05rem; }
.m2-rl-problema-compl { color: rgba(255,255,255,0.6); max-width: 720px; margin: 0 0 40px; line-height: 1.65; }
.m2-rl-problema-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.m2-rl-problema-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
}
.m2-rl-problema-card .m2-fp-problema-icone { font-size: 2rem; margin-bottom: 12px; }
.m2-rl-problema-card h3 { font-size: 0.9rem; font-weight: 800; color: #a8d870; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 8px; }
.m2-rl-problema-card p { font-size: 0.84rem; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.5; }

/* O QUE É */
.m2-rl-bloco-oque {
  background: linear-gradient(rgba(4,12,28,0.85), rgba(4,12,28,0.90)),
              url('/wp-content/uploads/2026/07/mapeamentoRTK.png') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-oque-texto { color: rgba(255,255,255,0.75); max-width: 700px; margin: 0 0 48px; line-height: 1.7; font-size: 1.05rem; }
.m2-rl-etapas-visuais { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.m2-rl-etapa-visual {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
}
.m2-rl-etapa-visual + .m2-rl-etapa-visual { margin-left: -1px; border-radius: 0 12px 12px 0; }
.m2-rl-etapa-visual:first-child { border-radius: 12px 0 0 12px; }
.m2-rl-etapa-visual-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: rgba(168,216,112,0.15);
  border: 1px solid rgba(168,216,112,0.4);
  border-radius: 50%;
  color: #a8d870;
  font-size: 0.8rem; font-weight: 900;
  margin-bottom: 16px;
}
.m2-rl-etapa-visual-titulo { font-size: 0.8rem; font-weight: 900; color: #a8d870; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; display: block; }
.m2-rl-etapa-visual-svg { margin: 0 auto 16px; display: block; }
.m2-rl-etapa-visual p { font-size: 0.84rem; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.5; }
.m2-rl-etapa-seta {
  display: flex; align-items: center; justify-content: center;
  color: #a8d870; font-size: 1.6rem;
  position: absolute; right: -18px; top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #0a1628;
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(168,216,112,0.3);
}

/* BENEFÍCIOS */
.m2-rl-bloco-beneficios {
  background: linear-gradient(rgba(3,10,25,0.82), rgba(3,10,25,0.86)),
              url('/wp-content/uploads/2026/08/canavial.webp') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-beneficios-intro { color: rgba(255,255,255,0.75); max-width: 660px; margin: 0 0 48px; line-height: 1.7; font-size: 1.05rem; }
.m2-rl-beneficios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.m2-rl-beneficio-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(168,216,112,0.15);
  border-radius: 12px;
  padding: 28px 24px;
  border-top: 3px solid rgba(168,216,112,0.5);
}
.m2-rl-beneficio-sigla { font-size: 0.75rem; font-weight: 900; color: #a8d870; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; display: block; }
.m2-rl-beneficio-card h3 { font-size: 1rem; font-weight: 800; color: #fff; margin: 0 0 10px; }
.m2-rl-beneficio-card p { font-size: 0.85rem; color: rgba(255,255,255,0.62); margin: 0; line-height: 1.55; }

/* COMO FUNCIONA */
.m2-rl-bloco-como {
  background: linear-gradient(rgba(4,12,28,0.84), rgba(4,12,28,0.88)),
              url('/wp-content/uploads/2026/07/mapeamentoRTK2.png') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-como-intro { color: rgba(255,255,255,0.72); max-width: 680px; margin: 0 0 48px; line-height: 1.7; }

/* PROCESSO TÉCNICO */
.m2-rl-bloco-processo {
  background: linear-gradient(rgba(4,12,28,0.88), rgba(4,12,28,0.92)),
              url('/wp-content/uploads/2026/07/fundocana4.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-fluxo { display: flex; flex-direction: column; gap: 0; max-width: 680px; margin: 0 auto; }
.m2-rl-fluxo-etapa { display: flex; align-items: flex-start; gap: 24px; }
.m2-rl-fluxo-linha { display: flex; flex-direction: column; align-items: center; }
.m2-rl-fluxo-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: #a8d870;
  flex-shrink: 0;
  margin-top: 4px;
}
.m2-rl-fluxo-conector { width: 2px; flex: 1; background: rgba(168,216,112,0.25); min-height: 36px; }
.m2-rl-fluxo-etapa:last-child .m2-rl-fluxo-conector { display: none; }
.m2-rl-fluxo-body { padding-bottom: 28px; }
.m2-rl-fluxo-label { font-size: 0.72rem; font-weight: 900; color: #a8d870; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 4px; }
.m2-rl-fluxo-body p { font-size: 0.87rem; color: rgba(255,255,255,0.62); margin: 0; line-height: 1.55; }

/* ENTREGÁVEIS */
.m2-rl-bloco-entregaveis {
  background: linear-gradient(rgba(5,15,30,0.86), rgba(5,15,30,0.90)),
              url('/wp-content/uploads/2026/07/mapeamentoRTK.png') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-entregaveis-intro { color: rgba(255,255,255,0.72); max-width: 640px; margin: 0 0 48px; line-height: 1.7; }
.m2-rl-entregaveis-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.m2-rl-entregavel {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 22px 18px;
  border-top: 2px solid rgba(168,216,112,0.4);
}
.m2-rl-entregavel-sigla { font-size: 0.72rem; font-weight: 900; color: #a8d870; text-transform: uppercase; letter-spacing: .1em; display: block; margin-bottom: 8px; }
.m2-rl-entregavel h3 { font-size: 0.9rem; font-weight: 800; color: #fff; margin: 0 0 6px; }
.m2-rl-entregavel p { font-size: 0.82rem; color: rgba(255,255,255,0.58); margin: 0; line-height: 1.5; }
.m2-rl-entregaveis-obs { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-top: 32px; font-style: italic; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; }

/* IMPLEMENTAÇÃO */
.m2-rl-bloco-impl {
  background: linear-gradient(rgba(4,12,28,0.82), rgba(4,12,28,0.86)),
              url('/wp-content/uploads/2026/07/op-piloto-canavieiro.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-impl-intro { color: rgba(255,255,255,0.72); max-width: 680px; margin: 0 0 48px; line-height: 1.7; }
.m2-rl-impl-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 28px; }
.m2-rl-impl-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 28px 24px;
}
.m2-rl-impl-num { font-size: 2.2rem; font-weight: 900; color: rgba(168,216,112,0.3); margin-bottom: 12px; display: block; }
.m2-rl-impl-card h3 { font-size: 0.95rem; font-weight: 800; color: #a8d870; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
.m2-rl-impl-card p { font-size: 0.86rem; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.55; }
.m2-rl-impl-aviso { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-style: italic; }

/* COLHEDORA + TRANSBORDO */
.m2-rl-bloco-maquinas {
  background: linear-gradient(rgba(3,10,25,0.80), rgba(3,10,25,0.84)),
              url('/wp-content/uploads/2026/08/canavial.webp') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-maquinas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.m2-rl-maquina-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 36px 32px;
}
.m2-rl-maquina-card h3 { font-size: 1.15rem; font-weight: 900; color: #fff; margin: 0 0 6px; }
.m2-rl-maquina-subtitulo { font-size: 0.78rem; font-weight: 700; color: #a8d870; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; display: block; }
.m2-rl-maquina-card > p { font-size: 0.9rem; color: rgba(255,255,255,0.68); margin: 0 0 20px; line-height: 1.65; }
.m2-rl-maquina-lista { list-style: none; padding: 0; margin: 0; }
.m2-rl-maquina-lista li { font-size: 0.86rem; color: rgba(255,255,255,0.65); padding: 6px 0 6px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); position: relative; }
.m2-rl-maquina-lista li::before { content: '→'; position: absolute; left: 0; color: #a8d870; font-size: 0.8rem; }
.m2-rl-maquina-lista li:last-child { border-bottom: none; }

/* LINHAS IRREGULARES */
.m2-rl-bloco-irregular {
  background: linear-gradient(rgba(4,12,28,0.86), rgba(4,12,28,0.90)),
              url('/wp-content/uploads/2026/07/fundocana2.webp') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-irregular-intro { color: rgba(255,255,255,0.72); max-width: 680px; margin: 0 0 40px; line-height: 1.7; }
.m2-rl-irregular-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.m2-rl-irregular-tags span {
  background: rgba(168,216,112,0.10);
  border: 1px solid rgba(168,216,112,0.30);
  color: #a8d870;
  font-size: 0.82rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em;
  padding: 8px 18px; border-radius: 40px;
}
.m2-rl-irregular-svg-wrap { max-width: 780px; width: 100%; margin: 0 auto; display: block; }

/* BASE TRÁFEGO */
.m2-rl-bloco-trafego {
  background: linear-gradient(rgba(4,12,28,0.82), rgba(4,12,28,0.86)),
              url('/wp-content/uploads/2026/08/plantiocanaplanta.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-trafego-intro { color: rgba(255,255,255,0.72); max-width: 680px; margin: 0 0 40px; line-height: 1.7; }
.m2-rl-trafego-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.m2-rl-trafego-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}
.m2-rl-trafego-card-sigla { font-size: 0.72rem; font-weight: 900; color: #a8d870; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 10px; }
.m2-rl-trafego-card h3 { font-size: 0.95rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.m2-rl-trafego-card p { font-size: 0.83rem; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.5; }

/* DIFERENCIAL TECNOLÓGICO */
.m2-rl-bloco-tech {
  background: linear-gradient(rgba(4,12,28,0.86), rgba(4,12,28,0.90)),
              url('/wp-content/uploads/2026/07/fundocana5.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.m2-rl-tech-intro { color: rgba(255,255,255,0.72); max-width: 700px; margin: 0 0 48px; line-height: 1.7; }
.m2-rl-tech-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.m2-rl-tech-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}
.m2-rl-tech-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.m2-rl-tech-card h3 { font-size: 0.88rem; font-weight: 900; color: #7aade8; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
.m2-rl-tech-card p { font-size: 0.83rem; color: rgba(255,255,255,0.62); margin: 0; line-height: 1.5; }

/* CTA */
.m2-rl-cta {
  background: linear-gradient(rgba(4,12,28,0.72), rgba(4,12,28,0.78)),
              url('/wp-content/uploads/2026/07/fundocana.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  padding: 100px 24px;
}
.m2-rl-cta .m2-cana-inner { max-width: 760px; }
.m2-rl-cta h2 { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 900; color: #fff; margin-bottom: 16px; }
.m2-rl-cta p { color: rgba(255,255,255,0.72); font-size: 1.05rem; line-height: 1.7; max-width: 600px; margin: 0 auto 40px; }

/* ── Imagens ilustrativas da página ─────────────────────────── */
.m2-rl-img-ilu {
  width: 100%;
  max-width: 520px;
  max-height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 28px auto 0;
}
.m2-rl-img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 760px;
  margin: 28px auto 0;
}
.m2-rl-img-pair img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.m2-rl-img-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.m2-rl-img-trio img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 640px) {
  .m2-rl-img-pair { grid-template-columns: 1fr; }
  .m2-rl-img-trio { grid-template-columns: 1fr 1fr; }
}

/* TÍTULOS, SUBTAGS E TEXTOS — forçar cores em todas as seções da página */
.m2-rl-wrap .m2-cana-subtag { color: #a8d870 !important; }
.m2-rl-wrap h2 { color: #ffffff !important; }
.m2-rl-wrap h3 { color: #ffffff; }
.m2-rl-wrap p { color: #a8d870; }
.m2-rl-wrap .m2-cotesia-etapa-body p { color: #a8d870; }
.m2-rl-wrap .m2-tricho-plano-item span { color: #a8d870; }

/* TÍTULO OCULTO */
body.page-id-1011 h1.entry-title,
body.page-id-1011 .entry-header,
body.page-id-1011 .page-title { display: none !important; }

/* RESPONSIVE RESTITUIÇÃO */
@media (max-width: 1100px) {
  .m2-rl-beneficios-grid { grid-template-columns: repeat(2,1fr); }
  .m2-rl-entregaveis-grid { grid-template-columns: repeat(2,1fr); }
  .m2-rl-tech-grid { grid-template-columns: repeat(2,1fr); }
  .m2-rl-trafego-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .m2-rl-problema-grid { grid-template-columns: repeat(2,1fr); }
  .m2-rl-maquinas-grid { grid-template-columns: 1fr; }
  .m2-rl-etapas-visuais { grid-template-columns: 1fr; }
  .m2-rl-impl-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .m2-rl-problema-grid { grid-template-columns: 1fr; }
  .m2-rl-beneficios-grid { grid-template-columns: 1fr; }
  .m2-rl-entregaveis-grid { grid-template-columns: 1fr 1fr; }
  .m2-rl-tech-grid { grid-template-columns: 1fr 1fr; }
  .m2-rl-trafego-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   M2-CN — Curvas de Nível (ID 1012)
   ============================================================ */

/* Ocultar título do tema */
body.page-id-1012 h1.entry-title,
body.page-id-1012 .entry-header,
body.page-id-1012 .page-title { display: none !important; }

body.page-id-1012 .entry-content,
body.page-id-1012 .entry-content > *:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ── Hero ─────────────────────────────────────────────────── */
.m2-cn-hero {
  background: url('/wp-content/uploads/2026/08/fundocurvas.jpg') center center/cover no-repeat !important;
  background-attachment: fixed !important;
}
.m2-cn-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(5,18,5,0.72), rgba(5,18,5,0.58));
  z-index: 0;
}
.m2-cn-hero .m2-cana-inner { position: relative; z-index: 1; }
.m2-cn-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 24px 80px;
  max-width: 820px;
  margin: 0 auto;
}
.m2-cn-hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  margin: 16px 0 20px;
  line-height: 1.15;
}
.m2-cn-hero-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  max-width: 660px;
  margin: 0 auto 32px;
}

/* ── Resumo ───────────────────────────────────────────────── */
.m2-cn-resumo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/08/fundocurvas6.jpg') center center/cover no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
}
.m2-cn-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4,12,3,0.84);
  z-index: 0;
}
.m2-cn-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-cn-resumo .m2-cana-inner { padding: 80px 24px; }
.m2-cn-resumo-top {
  display: block !important;
  text-align: left !important;
  max-width: 760px;
  margin-bottom: 48px;
}
.m2-cn-resumo-top h2 { color: #fff !important; }
.m2-cn-resumo-top p { color: #a8d870; }

/* ── Nav boxes ────────────────────────────────────────────── */
.m2-cn-nav-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.m2-cn-nav-box {
  display: inline-flex;
  align-items: center;
  background: rgba(140,198,63,0.10);
  border: 1px solid rgba(140,198,63,0.35);
  color: #a8d870;
  border-radius: 8px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.m2-cn-nav-box:hover {
  background: rgba(140,198,63,0.22);
  border-color: rgba(140,198,63,0.65);
  color: #d4f08a;
}

/* ── Imagem principal ─────────────────────────────────────── */
.m2-cn-imagem-principal {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url('/wp-content/uploads/2026/08/fundocurvas3.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 56px 0;
}
.m2-cn-imagem-principal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,14,4,0.78);
  z-index: 0;
}
.m2-cn-imagem-principal .m2-cana-inner { position: relative; z-index: 1; }
.m2-cn-figura-destaque {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.35);
}
.m2-cn-figura-destaque img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.m2-cn-figura-destaque figcaption {
  background: rgba(10,24,8,0.88);
  color: rgba(168,216,112,0.85);
  font-size: 13px;
  padding: 12px 20px;
  text-align: center;
}

/* ── Cores gerais de texto ────────────────────────────────── */
.m2-cn-wrap .m2-cana-section h2 { color: #fff !important; }
.m2-cn-wrap .m2-cana-section h3 { color: #fff; }
.m2-cn-wrap .m2-cana-section p { color: #a8d870; }
.m2-cn-wrap .m2-cana-subtag { color: #a8d870 !important; }

/* ── Backgrounds parallax por seção ──────────────────────── */
/* Padrão: width 100vw + margin-left + background-attachment:fixed + overlay ::before */

.m2-cn-problema,
.m2-cn-oque,
.m2-cn-beneficios,
.m2-cn-como,
.m2-cn-gis-section,
.m2-cn-entregaveis,
.m2-cn-galeria-entregaveis,
.m2-cn-aplicacoes,
.m2-cn-tecnologia,
.m2-cn-diferenciais {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.m2-cn-problema::before,
.m2-cn-oque::before,
.m2-cn-beneficios::before,
.m2-cn-como::before,
.m2-cn-gis-section::before,
.m2-cn-entregaveis::before,
.m2-cn-galeria-entregaveis::before,
.m2-cn-aplicacoes::before,
.m2-cn-tecnologia::before,
.m2-cn-diferenciais::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(6,16,4,0.80);
  z-index: 0;
}
.m2-cn-problema .m2-cana-inner,
.m2-cn-oque .m2-cana-inner,
.m2-cn-beneficios .m2-cana-inner,
.m2-cn-como .m2-cana-inner,
.m2-cn-gis-section .m2-cana-inner,
.m2-cn-entregaveis .m2-cana-inner,
.m2-cn-galeria-entregaveis .m2-cana-inner,
.m2-cn-aplicacoes .m2-cana-inner,
.m2-cn-tecnologia .m2-cana-inner,
.m2-cn-diferenciais .m2-cana-inner { position: relative; z-index: 1; padding: 80px 24px; }

/* Backgrounds individuais */
.m2-cn-problema {
  background: url('/wp-content/uploads/2026/08/fundocurvas2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-oque {
  background: url('/wp-content/uploads/2026/08/fundocurvas4.webp') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-beneficios {
  background: url('/wp-content/uploads/2026/08/fundocurvas3.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-como {
  background: url('/wp-content/uploads/2026/08/fundocurvas5.webp') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-gis-section {
  background: url('/wp-content/uploads/2026/08/fundocurvas.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-entregaveis {
  background: url('/wp-content/uploads/2026/08/fundocurvas4.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-galeria-entregaveis {
  background: url('/wp-content/uploads/2026/08/fundocurvas2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-aplicacoes {
  background: url('/wp-content/uploads/2026/08/fundocurvas6.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-tecnologia {
  background: url('/wp-content/uploads/2026/08/fundocurvas5.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-diferenciais {
  background: url('/wp-content/uploads/2026/08/fundocurvas4.webp') center center/cover no-repeat;
  background-attachment: fixed;
}
.m2-cn-intro-texto {
  font-size: 16px;
  color: #a8d870;
  line-height: 1.75;
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

/* ── Problema ─────────────────────────────────────────────── */
.m2-cn-problema-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
.m2-cn-problema-texto p { margin-bottom: 18px; }
.m2-cn-problema-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 380px;
  display: block;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

/* ── Etapas-card (O que é) ────────────────────────────────── */
.m2-cn-etapas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0 48px;
}
.m2-cn-etapa-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(140,198,63,0.2);
  border-radius: 12px;
  padding: 28px 20px 24px;
}
.m2-cn-etapa-num {
  font-size: 2rem;
  font-weight: 800;
  color: rgba(140,198,63,0.4);
  line-height: 1;
  margin-bottom: 14px;
}
.m2-cn-etapa-card h3 { font-size: 15px; margin-bottom: 10px; color: #fff; }
.m2-cn-etapa-card p { font-size: 14px; color: #a8d870; line-height: 1.6; margin: 0; }

/* ── DSM showcase (dupla de imagens) ─────────────────────── */
.m2-cn-dsm-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
.m2-cn-figura-dupla {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.m2-cn-figura-dupla img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
}
.m2-cn-figura-dupla figcaption {
  background: rgba(10,24,8,0.90);
  color: rgba(168,216,112,0.8);
  font-size: 12px;
  padding: 10px 16px;
  text-align: center;
  line-height: 1.5;
}

/* ── Benefícios ───────────────────────────────────────────── */
.m2-cn-beneficios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 48px;
}
.m2-cn-beneficio-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(140,198,63,0.18);
  border-radius: 12px;
  padding: 24px 20px;
}
.m2-cn-beneficio-icon { margin-bottom: 14px; }
.m2-cn-beneficio-icon svg { width: 40px; height: 40px; }
.m2-cn-beneficio-item h3 { font-size: 15px; color: #fff; margin-bottom: 10px; }
.m2-cn-beneficio-item p { font-size: 14px; color: #a8d870; line-height: 1.6; margin: 0; }
.m2-cn-figura-beneficios {
  margin: 0 auto;
  max-width: 560px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.m2-cn-figura-beneficios img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
}
.m2-cn-figura-beneficios figcaption {
  background: rgba(10,24,8,0.90);
  color: rgba(168,216,112,0.8);
  font-size: 13px;
  padding: 12px 20px;
  text-align: center;
}

/* ── Como funciona ────────────────────────────────────────── */
.m2-cn-como .m2-cotesia-etapa-body h3 { color: #fff !important; }
.m2-cn-como .m2-cotesia-etapa-body p { color: #a8d870 !important; }
.m2-cn-como-lista { margin-top: 40px; }

/* ── GIS / Cotas ──────────────────────────────────────────── */
.m2-cn-figura-gis {
  margin: 32px auto 0;
  max-width: 600px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.5);
}
.m2-cn-figura-gis img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
}
.m2-cn-figura-gis figcaption {
  background: rgba(10,24,8,0.90);
  color: rgba(168,216,112,0.8);
  font-size: 13px;
  padding: 12px 20px;
  text-align: center;
}

/* ── Entregáveis ──────────────────────────────────────────── */
.m2-cn-cards-entregaveis { margin-top: 40px; }
.m2-cn-wrap .m2-cotesia-card { background: rgba(255,255,255,0.05); border-color: rgba(140,198,63,0.2); }
.m2-cn-wrap .m2-cotesia-card h3 { color: #fff; }
.m2-cn-wrap .m2-cotesia-card p { color: #a8d870; }

/* ── Galeria entregáveis ──────────────────────────────────── */
.m2-cn-galeria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}
.m2-cn-galeria-item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.m2-cn-galeria-item img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  display: block;
}
.m2-cn-galeria-item figcaption {
  background: rgba(10,24,8,0.90);
  color: rgba(168,216,112,0.8);
  font-size: 13px;
  padding: 12px 20px;
  line-height: 1.5;
}

/* ── Aplicações ───────────────────────────────────────────── */
.m2-cn-aplicacoes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 48px;
}
.m2-cn-aplicacao-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(140,198,63,0.18);
  border-radius: 12px;
  padding: 24px 20px;
}
.m2-cn-aplicacao-item h3 { font-size: 15px; color: #fff; margin-bottom: 10px; }
.m2-cn-aplicacao-item p { font-size: 14px; color: #a8d870; line-height: 1.6; margin: 0; }
.m2-cn-figura-aplicacoes {
  margin: 32px auto 0;
  max-width: 580px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.m2-cn-figura-aplicacoes img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
}
.m2-cn-figura-aplicacoes figcaption {
  background: rgba(10,24,8,0.90);
  color: rgba(168,216,112,0.8);
  font-size: 13px;
  padding: 12px 20px;
  text-align: center;
}

/* ── Tecnologia ───────────────────────────────────────────── */
.m2-cn-tec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
.m2-cn-tec-texto p { color: #a8d870; margin-bottom: 18px; }
.m2-cn-tec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.m2-cn-tec-tag {
  background: rgba(140,198,63,0.12);
  border: 1px solid rgba(140,198,63,0.3);
  color: #a8d870;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
}
.m2-cn-tec-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 360px;
  display: block;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

/* ── Diferenciais ─────────────────────────────────────────── */
.m2-cn-dif-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.m2-cn-dif-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(140,198,63,0.18);
  border-radius: 12px;
  padding: 20px;
}
.m2-cn-dif-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}
.m2-cn-dif-item h3 { font-size: 15px; color: #fff; margin: 0 0 8px; }
.m2-cn-dif-item p { font-size: 14px; color: #a8d870; line-height: 1.6; margin: 0; }

/* ── CTA ──────────────────────────────────────────────────── */
.m2-cn-cta {
  background: url('/wp-content/uploads/2026/08/fundocurvas6.jpg') center center/cover no-repeat !important;
  background-attachment: fixed !important;
}
.m2-cn-cta::before {
  background: linear-gradient(rgba(4,12,3,0.85), rgba(4,12,3,0.78)) !important;
}

/* ── Responsivo ───────────────────────────────────────────── */
@media (max-width: 960px) {
  .m2-cn-etapas-grid { grid-template-columns: repeat(2, 1fr); }
  .m2-cn-beneficios-grid { grid-template-columns: repeat(2, 1fr); }
  .m2-cn-aplicacoes-grid { grid-template-columns: repeat(2, 1fr); }
  .m2-cn-dif-grid { grid-template-columns: 1fr; }
  .m2-cn-tec-grid { grid-template-columns: 1fr; }
  .m2-cn-problema-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .m2-cn-etapas-grid { grid-template-columns: 1fr; }
  .m2-cn-beneficios-grid { grid-template-columns: 1fr; }
  .m2-cn-aplicacoes-grid { grid-template-columns: 1fr; }
  .m2-cn-galeria-grid { grid-template-columns: 1fr; }
  .m2-cn-dsm-showcase { grid-template-columns: 1fr; }
}

/* =============================================
   PÁGINA: HF HORTIFRÚTI — Hero e títulos
   ============================================= */
.m2-hf-page .m2-hf-hero {
  background: url('/wp-content/uploads/2026/09/fundohf1.jpg') center center/cover no-repeat fixed !important;
}
.m2-hf-page .m2-hf-hero .m2-cana-hero-overlay {
  background: linear-gradient(135deg, rgba(10,50,5,0.82) 0%, rgba(30,80,10,0.75) 100%) !important;
}
body.page-id-1096 h1.entry-title,
body.page-id-1096 .entry-header,
body.page-id-1096 .page-header,
body.page-id-1096 .page-title { display: none !important; }

/* Culturas atendidas */
.m2-hf-culturas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.m2-hf-cultura-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(140,198,63,0.20);
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  font-size: 14px;
  color: #e0f0c0;
  line-height: 1.4;
}
.m2-hf-cultura-item .m2-hf-cultura-icon {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

/* HF — Culturas atendidas com fundo */
/* CRISOPÍDEOS — fundo escuro em todas as seções */
body.page-id-1102 h1.entry-title,
body.page-id-1102 .entry-header,
body.page-id-1102 .page-header,
body.page-id-1102 .page-title { display: none !important; }

.m2-crisopideos-page .m2-cana-hero {
  background: url('/wp-content/uploads/2026/09/fundocitros.jpg') center center/cover no-repeat fixed !important;
}
.m2-crisopideos-page .m2-crisopideos-resumo {
  background: url('/wp-content/uploads/2026/09/fundocafe3.webp') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-bloco-bio {
  background: url('/wp-content/uploads/2026/07/fundoflorestas.avif') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-bloco-pragas {
  background: url('/wp-content/uploads/2026/09/fundocitros3.jpg') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-bloco-culturas {
  background: url('/wp-content/uploads/2026/09/fundocafe6.webp') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-bloco-como {
  background: url('/wp-content/uploads/2026/09/fundocitros5.jpg') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-bloco-leg {
  background: url('/wp-content/uploads/2026/09/fundocafe1.jpg') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-cta {
  background: url('/wp-content/uploads/2026/09/crisopideos.png') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-crisopideos-page .m2-crisopideos-cta {
  background: url('/wp-content/uploads/2026/09/fundocitros6.jpeg') center center/cover no-repeat fixed !important;
}

/* Overlays */
.m2-crisopideos-page .m2-crisopideos-resumo::before,
.m2-crisopideos-page .m2-crisopideos-bloco-bio::before,
.m2-crisopideos-page .m2-crisopideos-bloco-pragas::before,
.m2-crisopideos-page .m2-crisopideos-bloco-culturas::before,
.m2-crisopideos-page .m2-crisopideos-bloco-como::before,
.m2-crisopideos-page .m2-crisopideos-bloco-leg::before,
.m2-crisopideos-page .m2-crisopideos-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.82);
  pointer-events: none;
}
.m2-crisopideos-page .m2-crisopideos-resumo .m2-cana-inner,
.m2-crisopideos-page .m2-crisopideos-bloco-bio .m2-cana-inner,
.m2-crisopideos-page .m2-crisopideos-bloco-pragas .m2-cana-inner,
.m2-crisopideos-page .m2-crisopideos-bloco-culturas .m2-cana-inner,
.m2-crisopideos-page .m2-crisopideos-bloco-como .m2-cana-inner,
.m2-crisopideos-page .m2-crisopideos-bloco-leg .m2-cana-inner,
.m2-crisopideos-page .m2-crisopideos-cta > .m2-cana-inner { position: relative; z-index: 1; }

/* Textos brancos */
.m2-crisopideos-page h2,
.m2-crisopideos-page h3 { color: #ffffff !important; }
.m2-crisopideos-page .m2-cana-subtag { color: #8cc63f !important; }
.m2-crisopideos-page p,
.m2-crisopideos-page li { color: rgba(255,255,255,0.85) !important; }
.m2-crisopideos-page .m2-tel-stat-val { color: #8cc63f !important; }
.m2-crisopideos-page .m2-tel-stat-label { color: rgba(255,255,255,0.7) !important; }
.m2-crisopideos-page .m2-tel-stat,
.m2-crisopideos-page .m2-tel-nav-card,
.m2-crisopideos-page .m2-pulv-param,
.m2-crisopideos-page .m2-cotesia-etapa,
.m2-crisopideos-page .m2-tricho-plano-item {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(6px);
}
.m2-crisopideos-page .m2-tel-nav-title { color: #fff !important; }
.m2-crisopideos-page .m2-tel-nav-desc { color: rgba(255,255,255,0.65) !important; }
.m2-crisopideos-page .m2-tel-nav-num { color: #8cc63f !important; }
.m2-crisopideos-bloco-bio *:not(.m2-cana-subtag) { color: #ffffff !important; }

/* CITRICULTURA — hero e blocos com fundo escuro */
.m2-citrus-page .m2-cana-hero {
  background: url('/wp-content/uploads/2026/09/fundocitros.jpg') center center/cover no-repeat fixed !important;
}
body.page-id-1098 h1.entry-title,
body.page-id-1098 .entry-header,
body.page-id-1098 .page-header,
body.page-id-1098 .page-title { display: none !important; }

.m2-citrus-page .m2-citrus-resumo,
.m2-citrus-page .m2-citrus-bloco-pulv,
.m2-citrus-page .m2-citrus-bloco-map,
.m2-citrus-page .m2-citrus-bloco-bio { position: relative; }

.m2-citrus-page .m2-citrus-resumo::before,
.m2-citrus-page .m2-citrus-bloco-pulv::before,
.m2-citrus-page .m2-citrus-bloco-map::before,
.m2-citrus-page .m2-citrus-bloco-bio::before { content: ''; position: absolute; inset: 0; pointer-events: none; }

.m2-citrus-page .m2-citrus-resumo .m2-cana-inner,
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-inner,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-inner,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-inner { position: relative; z-index: 1; }

.m2-citrus-page .m2-citrus-resumo {
  background: url('/wp-content/uploads/2026/09/fundocitros2.webp') center center/cover no-repeat fixed !important;
}
.m2-citrus-page .m2-citrus-resumo::before { background: rgba(8,25,5,0.82); }
.m2-citrus-page .m2-citrus-resumo h2 { color: #fff !important; }
.m2-citrus-page .m2-citrus-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85) !important; border-color: rgba(255,255,255,0.12) !important; }
.m2-citrus-page .m2-citrus-resumo .m2-cana-resumo-num { color: #8cc63f !important; }
.m2-citrus-page .m2-citrus-resumo .m2-cana-resumo-item:hover { background: rgba(140,198,63,0.15) !important; border-color: rgba(140,198,63,0.4) !important; color: #fff !important; }

.m2-citrus-page .m2-citrus-bloco-pulv {
  background: url('/wp-content/uploads/2026/09/fundocitros3.jpg') center center/cover no-repeat fixed !important;
}
.m2-citrus-page .m2-citrus-bloco-pulv::before { background: rgba(8,25,5,0.80); }

.m2-citrus-page .m2-citrus-bloco-map {
  background: url('/wp-content/uploads/2026/09/fundocitros4.webp') center center/cover no-repeat fixed !important;
}
.m2-citrus-page .m2-citrus-bloco-map::before { background: rgba(8,25,5,0.80); }

.m2-citrus-page .m2-citrus-bloco-bio {
  background: url('/wp-content/uploads/2026/09/fundocitros5.jpg') center center/cover no-repeat fixed !important;
}
.m2-citrus-page .m2-citrus-bloco-bio::before { background: rgba(8,25,5,0.82); }

.m2-citrus-page .m2-citrus-cta {
  background: url('/wp-content/uploads/2026/09/fundocitros6.jpeg') center center/cover no-repeat fixed !important;
}
.m2-citrus-page .m2-citrus-cta::before { background: rgba(8,25,5,0.84) !important; }

/* Textos brancos */
.m2-citrus-page .m2-citrus-bloco-pulv h2, .m2-citrus-page .m2-citrus-bloco-pulv h3,
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-bloco-intro,
.m2-citrus-page .m2-citrus-bloco-map h2, .m2-citrus-page .m2-citrus-bloco-map h3,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-bloco-intro,
.m2-citrus-page .m2-citrus-bloco-bio h2, .m2-citrus-page .m2-citrus-bloco-bio h3,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-bloco-intro { color: #ffffff !important; }

.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-subtag,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-subtag,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-subtag { color: #8cc63f !important; }

/* Cards translúcidos */
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-card,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-map-card,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-bio-card {
  background: rgba(255,255,255,0.07) !important; backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-card-body p,
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-card-lista li,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-map-card p,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-bio-card-body p:not(.m2-cana-bio-praga) { color: rgba(255,255,255,0.82) !important; }
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-bio-praga { color: rgba(255,255,255,0.65) !important; }
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-bio-card-body h3 { color: #fff !important; }

/* Botões */
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-saiba-mais,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-saiba-mais,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
.m2-citrus-page .m2-citrus-bloco-pulv .m2-cana-saiba-mais:hover,
.m2-citrus-page .m2-citrus-bloco-map .m2-cana-saiba-mais:hover,
.m2-citrus-page .m2-citrus-bloco-bio .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* CANA — blocos com fundo escuro */
body.page-id-994 .m2-cana-resumo,
body.page-id-994 .m2-cana-bloco-pulv,
body.page-id-994 .m2-cana-bloco-bio,
body.page-id-994 .m2-cana-bloco-map,
body.page-id-994 .m2-cana-cta { position: relative; }

body.page-id-994 .m2-cana-resumo::before,
body.page-id-994 .m2-cana-bloco-pulv::before,
body.page-id-994 .m2-cana-bloco-bio::before,
body.page-id-994 .m2-cana-bloco-map::before { content: ''; position: absolute; inset: 0; pointer-events: none; }

body.page-id-994 .m2-cana-resumo .m2-cana-inner,
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-inner,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-inner,
body.page-id-994 .m2-cana-bloco-map .m2-cana-inner { position: relative; z-index: 1; }

body.page-id-994 .m2-cana-resumo {
  background: url('/wp-content/uploads/2026/07/fundocana2.webp') center center/cover no-repeat fixed !important;
}
body.page-id-994 .m2-cana-resumo::before { background: rgba(8,25,5,0.82); }
body.page-id-994 .m2-cana-resumo h2 { color: #fff !important; }
body.page-id-994 .m2-cana-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85) !important; border-color: rgba(255,255,255,0.12) !important; }
body.page-id-994 .m2-cana-resumo .m2-cana-resumo-num { color: #8cc63f !important; }
body.page-id-994 .m2-cana-resumo .m2-cana-resumo-item:hover { background: rgba(140,198,63,0.15) !important; border-color: rgba(140,198,63,0.4) !important; color: #fff !important; }

body.page-id-994 .m2-cana-bloco-pulv {
  background: url('/wp-content/uploads/2026/07/fundocana3.jpg') center center/cover no-repeat fixed !important;
}
body.page-id-994 .m2-cana-bloco-pulv::before { background: rgba(8,25,5,0.80); }

body.page-id-994 .m2-cana-bloco-bio {
  background: url('/wp-content/uploads/2026/07/fundocana4.jpg') center center/cover no-repeat fixed !important;
}
body.page-id-994 .m2-cana-bloco-bio::before { background: rgba(8,25,5,0.80); }

body.page-id-994 .m2-cana-bloco-map {
  background: url('/wp-content/uploads/2026/07/fundocana5.jpg') center center/cover no-repeat fixed !important;
}
body.page-id-994 .m2-cana-bloco-map::before { background: rgba(8,25,5,0.80); }

body.page-id-994 .m2-cana-cta {
  background: url('/wp-content/uploads/2026/07/fundocana6.jpg') center center/cover no-repeat fixed !important;
}
body.page-id-994 .m2-cana-cta::before { background: rgba(8,25,5,0.84) !important; }

/* Textos brancos */
body.page-id-994 .m2-cana-bloco-pulv h2,
body.page-id-994 .m2-cana-bloco-pulv h3,
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-bloco-intro,
body.page-id-994 .m2-cana-bloco-bio h2,
body.page-id-994 .m2-cana-bloco-bio h3,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-bloco-intro,
body.page-id-994 .m2-cana-bloco-map h2,
body.page-id-994 .m2-cana-bloco-map h3,
body.page-id-994 .m2-cana-bloco-map .m2-cana-bloco-intro { color: #ffffff !important; }

body.page-id-994 .m2-cana-bloco-pulv .m2-cana-subtag,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-subtag,
body.page-id-994 .m2-cana-bloco-map .m2-cana-subtag { color: #8cc63f !important; }

/* Cards translúcidos */
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-card,
body.page-id-994 .m2-cana-bloco-map .m2-cana-map-card,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-bio-card {
  background: rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15) !important;
}
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-card-body p,
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-card-lista li,
body.page-id-994 .m2-cana-bloco-map .m2-cana-map-card p,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-bio-card-body p:not(.m2-cana-bio-praga) { color: rgba(255,255,255,0.82) !important; }
body.page-id-994 .m2-cana-bloco-bio .m2-cana-bio-praga { color: rgba(255,255,255,0.65) !important; }
body.page-id-994 .m2-cana-bloco-bio .m2-cana-bio-card-body h3 { color: #fff !important; }

/* Botões saiba mais */
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-saiba-mais,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-saiba-mais,
body.page-id-994 .m2-cana-bloco-map .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
body.page-id-994 .m2-cana-bloco-pulv .m2-cana-saiba-mais:hover,
body.page-id-994 .m2-cana-bloco-bio .m2-cana-saiba-mais:hover,
body.page-id-994 .m2-cana-bloco-map .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

/* HF — blocos com fundo escuro */
.m2-hf-page .m2-hf-bloco-pulv,
.m2-hf-page .m2-hf-bloco-map,
.m2-hf-page .m2-hf-bloco-bio {
  position: relative;
}
.m2-hf-page .m2-hf-bloco-pulv::before,
.m2-hf-page .m2-hf-bloco-map::before,
.m2-hf-page .m2-hf-bloco-bio::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-inner,
.m2-hf-page .m2-hf-bloco-map .m2-cana-inner,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-inner { position: relative; z-index: 1; }

.m2-hf-page .m2-hf-bloco-pulv {
  background: url('/wp-content/uploads/2026/09/fundohf3.webp') center center/cover no-repeat fixed !important;
}
.m2-hf-page .m2-hf-bloco-pulv::before { background: rgba(8,25,5,0.80); }

.m2-hf-page .m2-hf-bloco-map {
  background: url('/wp-content/uploads/2026/09/fundohf6.jpg') center center/cover no-repeat fixed !important;
}
.m2-hf-page .m2-hf-bloco-map::before { background: rgba(8,25,5,0.80); }

.m2-hf-page .m2-hf-bloco-bio {
  background: url('/wp-content/uploads/2026/09/fundohf7.jpg') center center/cover no-repeat fixed !important;
}
.m2-hf-page .m2-hf-bloco-bio::before { background: rgba(8,25,5,0.82); }

/* Textos brancos nas seções escuras */
.m2-hf-page .m2-hf-bloco-pulv h2,
.m2-hf-page .m2-hf-bloco-pulv h3,
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-bloco-intro,
.m2-hf-page .m2-hf-bloco-map h2,
.m2-hf-page .m2-hf-bloco-map h3,
.m2-hf-page .m2-hf-bloco-map .m2-cana-bloco-intro,
.m2-hf-page .m2-hf-bloco-bio h2,
.m2-hf-page .m2-hf-bloco-bio h3,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-bloco-intro { color: #ffffff !important; }

.m2-hf-page .m2-hf-bloco-pulv .m2-cana-subtag,
.m2-hf-page .m2-hf-bloco-map .m2-cana-subtag,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-subtag { color: #8cc63f !important; }

/* Cards translúcidos */
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-card,
.m2-hf-page .m2-hf-bloco-map .m2-cana-map-card,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-bio-card {
  background: rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-card-body p,
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-card-lista li,
.m2-hf-page .m2-hf-bloco-map .m2-cana-map-card p,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-bio-card-body p:not(.m2-cana-bio-praga) { color: rgba(255,255,255,0.82) !important; }
.m2-hf-page .m2-hf-bloco-bio .m2-cana-bio-praga { color: rgba(255,255,255,0.65) !important; }
.m2-hf-page .m2-hf-bloco-bio .m2-cana-bio-card-body h3 { color: #fff !important; }

/* Botões saiba mais */
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-saiba-mais,
.m2-hf-page .m2-hf-bloco-map .m2-cana-saiba-mais,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
.m2-hf-page .m2-hf-bloco-pulv .m2-cana-saiba-mais:hover,
.m2-hf-page .m2-hf-bloco-map .m2-cana-saiba-mais:hover,
.m2-hf-page .m2-hf-bloco-bio .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

.m2-hf-page .m2-hf-resumo {
  background: url('/wp-content/uploads/2026/09/fundohf4.jpg') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-hf-page .m2-hf-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.82);
  pointer-events: none;
}
.m2-hf-page .m2-hf-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-hf-page .m2-hf-resumo h2 { color: #ffffff !important; }
.m2-hf-page .m2-hf-resumo .m2-cana-resumo-item { color: rgba(255,255,255,0.85) !important; border-color: rgba(255,255,255,0.12) !important; }
.m2-hf-page .m2-hf-resumo .m2-cana-resumo-num { color: #8cc63f !important; }
.m2-hf-page .m2-hf-resumo .m2-cana-resumo-item:hover { background: rgba(140,198,63,0.15) !important; border-color: rgba(140,198,63,0.4) !important; color: #fff !important; }

.m2-hf-page .m2-hf-cta {
  background: url('/wp-content/uploads/2026/09/fundohf5.webp') center center/cover no-repeat fixed !important;
}
.m2-hf-page .m2-hf-cta::before {
  background: rgba(8,25,5,0.84) !important;
}

.m2-hf-culturas-bg {
  background: url('/wp-content/uploads/2026/09/fundohf2.jpg') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-hf-culturas-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,30,5,0.82);
  pointer-events: none;
}
.m2-hf-culturas-bg .m2-cana-inner {
  position: relative;
  z-index: 1;
}
.m2-hf-culturas-bg h2,
.m2-hf-culturas-bg .m2-cana-bloco-intro,
.m2-hf-culturas-bg .m2-cana-subtag {
  color: #ffffff !important;
}

/* =============================================
   TIPOGRAFIA GLOBAL — Outfit para h2 e h3
   ============================================= */
body h2,
body h3 {
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: -0.02em;
}

/* ── CAFÉ — hero e blocos ──────────────────────────────── */
.m2-cafe-page .m2-cana-hero {
  background: url('/wp-content/uploads/2026/09/fundocafe1.jpg') center center/cover no-repeat fixed !important;
}
body.page-id-1097 h1.entry-title,
body.page-id-1097 .entry-header,
body.page-id-1097 .page-header,
body.page-id-1097 .page-title { display: none !important; }

.m2-cafe-bio-bg {
  background: url('/wp-content/uploads/2026/09/fundocafe3.webp') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-cafe-bio-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.84);
  pointer-events: none;
}
.m2-cafe-bio-bg .m2-cana-inner { position: relative; z-index: 1; }
.m2-cafe-bio-bg h2,
.m2-cafe-bio-bg .m2-cana-bloco-intro { color: #ffffff !important; }
.m2-cafe-bio-bg .m2-cana-subtag { color: #8cc63f !important; }

.m2-cafe-page .m2-cafe-resumo {
  background: url('/wp-content/uploads/2026/09/fundocafe2.webp') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-cafe-page .m2-cafe-resumo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.80);
  pointer-events: none;
}
.m2-cafe-page .m2-cafe-resumo .m2-cana-inner { position: relative; z-index: 1; }
.m2-cafe-page .m2-cafe-resumo h2 { color: #ffffff !important; }

.m2-cafe-page .m2-cafe-bloco-pulv {
  background: url('/wp-content/uploads/2026/09/fundocafe5.jpg') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-cafe-page .m2-cafe-bloco-pulv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.78);
  pointer-events: none;
}
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-inner { position: relative; z-index: 1; }
.m2-cafe-page .m2-cafe-bloco-pulv h2,
.m2-cafe-page .m2-cafe-bloco-pulv h3,
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-bloco-intro { color: #ffffff !important; }
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-subtag { color: #8cc63f !important; }
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-card { background: rgba(255,255,255,0.07) !important; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); }
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-card-body p,
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-card-lista li { color: rgba(255,255,255,0.82) !important; }
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-saiba-mais,
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-card-body .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
.m2-cafe-page .m2-cafe-bloco-pulv .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

.m2-cafe-page .m2-cafe-bloco-map {
  background: url('/wp-content/uploads/2026/09/fundocafe6.webp') center center/cover no-repeat fixed !important;
  position: relative;
}
.m2-cafe-page .m2-cafe-bloco-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,25,5,0.80);
  pointer-events: none;
}
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-inner { position: relative; z-index: 1; }
.m2-cafe-page .m2-cafe-bloco-map h2,
.m2-cafe-page .m2-cafe-bloco-map h3,
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-bloco-intro { color: #ffffff !important; }
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-subtag { color: #8cc63f !important; }
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-map-card { background: rgba(255,255,255,0.07) !important; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); }
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-map-card p { color: rgba(255,255,255,0.82) !important; }
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-saiba-mais,
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-map-card .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
.m2-cafe-page .m2-cafe-bloco-map .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

.m2-cafe-bio-bg .m2-cana-bio-card { background: rgba(255,255,255,0.08) !important; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); }
.m2-cafe-bio-bg .m2-cana-bio-card-body h3 { color: #fff !important; }
.m2-cafe-bio-bg .m2-cana-bio-card-body p:not(.m2-cana-bio-praga) { color: rgba(255,255,255,0.82) !important; }
.m2-cafe-bio-bg .m2-cana-bio-praga { color: rgba(255,255,255,0.65) !important; }
.m2-cafe-bio-bg .m2-cana-bio-card-body .m2-cana-saiba-mais { color: #8cc63f !important; border-color: #8cc63f !important; }
.m2-cafe-bio-bg .m2-cana-bio-card-body .m2-cana-saiba-mais:hover { background: #8cc63f !important; color: #fff !important; }

.m2-cafe-page .m2-cafe-cta {
  background: url('/wp-content/uploads/2026/09/fundocafe4.webp') center center/cover no-repeat fixed !important;
}
.m2-cafe-page .m2-cafe-cta::before {
  background: rgba(8,25,5,0.82) !important;
}

/* ── CONTATO (page-id-191) ─────────────────────────────────── */
body.page-id-191 .elementor-top-section:first-of-type {
  padding-top: 140px !important;
}
body.page-id-191 h1, body.page-id-191 h2, body.page-id-191 h3 {
  font-size: 0.82em !important;
}
body.page-id-191 p, body.page-id-191 label,
body.page-id-191 .elementor-widget-text-editor,
body.page-id-191 .elementor-field-label {
  font-size: 0.88em !important;
}
body.page-id-191 input, body.page-id-191 textarea, body.page-id-191 select {
  font-size: 0.88em !important;
}

/* ── MOBILE: desabilita parallax (background-attachment:fixed não funciona em iOS/Android) */
@media (max-width: 767px) {
  * { background-attachment: scroll !important; }
}
