 :root{
    --green-service:#7bd100;
    --marker-service:#c9ff00;
    --ink-service:#1e1e1e;
    --muted-service:#5f5f5f;
    --ring-service:rgba(123,209,0,.35);
    --shadow-service:0 18px 40px rgba(0,0,0,.08);
  }

  /* Escopo */
  .wrap-service{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;color:var(--ink-service);line-height:1.55;margin:0}
  .wrap-service *{box-sizing:border-box}

  .page-service{max-width:1280px;margin:0 auto;padding:clamp(18px,4vw,48px)}

  /* Hero */
  .hero-title-service{font-weight:900;font-size:clamp(30px,5.2vw,56px);line-height:1.08;margin:0 0 10px 0}
  .hero-title-service .mark-service{background:var(--marker-service);box-shadow:0 .42em 0 var(--marker-service);padding:0 .18em}
  .hero-text-service{color:var(--muted-service);font-size:clamp(15px,1.45vw,19px);max-width:85ch;margin:0 0 22px 0}

  /* Container com glow leve */
  .plans-wrap-service{
    position:relative;border-radius:22px;padding:clamp(16px,3vw,28px);
    background:
      radial-gradient(120% 140% at 10% 10%, rgba(123,209,0,.08), transparent 60%),
      radial-gradient(130% 120% at 90% 90%, rgba(123,209,0,.12), transparent 60%);
    box-shadow:var(--shadow-service);
    border:1.5px solid var(--ring-service);
  }

  /* ===== GRID: todos os cards com mesma altura ===== */
  .plans-grid-service{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:clamp(14px,2vw,18px);
    align-items:stretch;           /* força mesma altura */
  }
  @media (max-width:1100px){ .plans-grid-service{grid-template-columns:repeat(2,1fr)} }
  @media (max-width:640px){  .plans-grid-service{grid-template-columns:1fr} }

  /* ===== CARD ===== */
  .plan-card-service{
    display:flex;                 /* coluna para alinhar os blocos */
    flex-direction:column;
    gap:12px;
    background:#fff;
    border:1.5px solid var(--ring-service);
    border-radius:16px;
    padding:clamp(14px,2vw,18px);
    box-shadow:var(--shadow-service);
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  }
  .plan-card-service:hover{ transform:translateY(-6px); box-shadow:0 28px 50px rgba(0,0,0,.12); border-color:rgba(123,209,0,.55) }

  /* Cabeçalho (ícone + nome + faixa) */
  .plan-head-service{display:flex;align-items:center;gap:12px;margin-bottom:2px}
  .plan-icon-service{
    width:44px;height:44px;border-radius:12px;background:#fff;border:2px solid var(--green-service);
    display:grid;place-items:center;flex-shrink:0;transition:transform .35s ease, background .35s ease
  }
  .plan-card-service:hover .plan-icon-service{transform:rotate(-3deg) scale(1.03)}
  .plan-icon-service svg{width:22px;height:22px;stroke:var(--green-service)}
  .plan-name-service{margin:0;font-weight:900;font-size:clamp(18px,1.6vw,20px)}
  .plan-vehicles-service{margin:2px 0 0 0;font-size:13px;font-weight:700;color:var(--muted-service)}

  /* Descrição cresce para alinhar os cards */
  .plan-desc-service{
    color:var(--muted-service);font-size:14px;margin-top:4px;
    flex-grow:1;                  /* ocupa o espaço disponível */
  }

  /* Valor sempre na mesma linha do rodapé */
  .price-service{
    display:flex;align-items:baseline;gap:6px;
    margin-top:auto;              /* empurra para o rodapé */
  }
  .price-amount-service{font-weight:900;font-size:clamp(22px,2.2vw,28px)}
  .price-cycle-service{color:var(--muted-service);font-size:13px}

  /* Botão Contratar (efeito hover) */
  .btn-service{
    display:inline-flex;justify-content:center;align-items:center;
    padding:12px 14px;border-radius:12px;border:2px solid var(--green-service);
    font-weight:800;text-decoration:none;color:#111;background:var(--green-service);
    margin-top:10px; transition: all .25s ease;
  }
  .btn-service:hover{
    transform:scale(1.05);
    box-shadow:0 0 18px rgba(123,209,0,.55);
    background:linear-gradient(135deg, var(--green-service), #c9ff00);
  }
  .btn-service:active{ transform:scale(.98) }

   :root{
    --servico-ink:#111;
    --servico-muted:#6d6d6d;
    --servico-green:#96e200;
    --servico-card:#fff;
    --servico-shadow:0 16px 40px rgba(0,0,0,.08);
  }

  body.body-servico{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;color:var(--servico-ink);background:#fff}
  .section-servico{max-width:100%;margin:0 auto;padding:clamp(24px,5vw,64px) 20px; background: url('../images/desafio.jpg'); background-size: cover; background-repeat: no-repeat;}

   .section-servicox{max-width:100%;margin:0 auto;padding:clamp(24px,5vw,64px) 40px; background: url('../images/modelo_negocio_banner.jpg'); background-size: cover; background-repeat: no-repeat;}
   .section-servicoy{max-width:100%;margin:0 auto;padding:clamp(24px,5vw,64px) 40px; background: url('../images/esg-transporte.jpg'); background-size: cover; background-repeat: no-repeat;}

  /* GRID */
  .grid-servico{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:clamp(18px,3.5vw,42px);
    align-items:start;
    text-align:center;
    max-width: 1920px;
  }
  @media (max-width:900px){ .grid-servico{grid-template-columns:1fr} }

  /* CARD */
  .card-servico{display:flex;flex-direction:column;gap:16px;align-items:center}
  .iconWrap-servico{
    width:min(200px, 42vw); height:min(200px, 42vw);
    max-width:180px; max-height:180px;
    background:var(--servico-card);
    border-radius:28px;
    transform:rotate(45deg);
    display:grid;place-items:center;
    box-shadow:0 24px 45px rgba(0,0,0,.08), inset 0 0 0 1px rgba(0,0,0,.06);
  }
  .icon-servico{transform:rotate(-45deg); width:70px; height:70px; display:grid; place-items:center}
  .icon-servico svg{width:70px;height:70px;stroke:#000}

  .title-servico{margin:6px 0 4px 0;font-size:clamp(18px,2.2vw,20px);font-weight:800;letter-spacing:.6px}
  .accent-servico{width:36px;height:4px;border-radius:4px;background:var(--servico-green);margin:6px auto 2px auto}
  .text-servico{margin:0;color:var(--servico-muted);line-height:1.8;font-size:clamp(14px,1.5vw,16px);max-width:34ch}

  .card-servico:hover .iconWrap-servico{
    box-shadow:0 30px 60px rgba(0,0,0,.12), inset 0 0 0 1px rgba(0,0,0,.06)
  }


/* ===== Modelos de Uso (seção nova) ===== */
.models-service{
  position:relative;
  padding:clamp(28px,6vw,80px) 0;
  background:
    radial-gradient(120% 140% at -10% 20%, rgba(123,209,0,.08), transparent 60%),
    radial-gradient(120% 140% at 110% 80%, rgba(123,209,0,.06), transparent 60%);
}
.models-inner-service{max-width:1280px;margin:0 auto;padding:0 clamp(18px,4vw,40px)}

.models-head-service{margin-bottom:clamp(18px,4vw,32px)}
.models-title-service{
  font-size:clamp(26px,4.8vw,42px);
  font-weight:900; margin:0 0 6px 0; line-height:1.1;
}
.models-title-service span{
  background:var(--marker-service); padding:0 .18em; box-shadow:0 .38em 0 var(--marker-service);
}
.models-lead-service{color:var(--muted-service);max-width:68ch;font-size:clamp(14px,1.4vw,18px);margin:0}

/* pilha de cartões com espinha verde */
.models-stack-service{
  position:relative;
  display:grid; gap:16px; margin-top:clamp(18px,3vw,26px);
}
.models-stack-service::before{
  content:""; position:absolute; left: clamp(14px,3vw,24px); top:0; bottom:0; width:4px;
  background: linear-gradient(to bottom, rgba(123,209,0,.5), rgba(123,209,0,.2));
  border-radius:2px;
}

/* cartão */
.model-card-service{
  position:relative;
  display:flex; gap:16px; align-items:flex-start;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(140%) blur(4px);
  border:1.5px solid var(--ring-service);
  border-radius:16px; padding:16px 18px;
  box-shadow: var(--shadow-service);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.model-card-service:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(0,0,0,.12);
  border-color: rgba(123,209,0,.55);
}

/* marcador na espinha */
.model-card-service::before{
  content:""; position:absolute; left: clamp(8px,2.5vw,18px); top: 26px;
  width:14px; height:14px; border-radius:50%;
  background:var(--green-service); box-shadow:0 0 0 4px rgba(123,209,0,.22);
}

/* ícone */
.model-icon-service{
  flex:0 0 56px; height:56px; border-radius:14px;
  border:2px solid var(--green-service); display:grid; place-items:center; background:#fff;
}
.model-icon-service svg{width:26px; height:26px; color:var(--green-service)}

.model-body-service{display:grid; gap:6px}
.model-title-service{margin:0; font-weight:900; font-size:clamp(16px,1.7vw,20px)}
.model-text-service{margin:0; color:var(--muted-service); font-size:clamp(14px,1.3vw,16px); max-width:80ch}

/* responsivo */
@media (max-width:900px){
  .models-stack-service::before{left:12px}
  .model-card-service{padding-left:20px}
  .model-card-service::before{left:6px}
}



/* ============================
   MODELOS DE USO • V2
   ============================ */
:root{
  --m2-green-service:#7bd100;
  --m2-ink-service:#1a1a1a;
  --m2-muted-service:#5f5f5f;
  --m2-ring-service:rgba(123,209,0,.35);
  --m2-shadow-service:0 18px 40px rgba(0,0,0,.08);
}

.models2-service{
  position:relative;
  padding:clamp(28px,6vw,80px) 0;
  background:
    radial-gradient(120% 140% at -10% 10%, rgba(123,209,0,.08), transparent 60%),
    radial-gradient(140% 120% at 110% 90%, rgba(123,209,0,.06), transparent 60%);
}
.models2-inner-service{
  max-width:1280px;margin:0 auto;
  padding:0 clamp(18px,4vw,40px);
  display:grid; grid-template-columns: 1.2fr .9fr; gap:clamp(18px,4vw,38px);
}
@media (max-width:980px){
  .models2-inner-service{grid-template-columns:1fr}
}

/* Cabeçalho */
.models2-head-service{margin-bottom:clamp(16px,3.5vw,24px)}
.models2-title-service{
  font-size:clamp(28px,4.8vw,44px);
  font-weight:900; line-height:1.1; margin:0 0 6px 0;
}
.models2-title-service span{background:#c9ff00; padding:0 .2em; box-shadow:0 .38em 0 #c9ff00}
.models2-lead-service{color:var(--m2-muted-service);max-width:68ch;margin:0;font-size:clamp(14px,1.4vw,18px)}

/* Coluna esquerda */
.models2-left-service{position:relative}

/* “espinha” vertical sutil */
.models2-left-service::before{
  content:""; position:absolute; left:10px; top:8px; bottom:8px; width:4px;
  background:linear-gradient(to bottom, rgba(123,209,0,.5), rgba(123,209,0,.15));
  border-radius:2px;
}
@media (max-width:980px){ .models2-left-service::before{left:0} }

/* Stack de cards */
.models2-stack-service{display:grid; gap:14px}

/* CARD */
.m2-card-service{
  position:relative;
  display:grid; grid-template-columns:56px 1fr; gap:14px;
  background:rgba(255,255,255,.86);
  backdrop-filter:saturate(140%) blur(4px);
  border:1.5px solid var(--m2-ring-service);
  border-radius:16px; padding:14px 16px;
  box-shadow:var(--m2-shadow-service);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow:hidden;
}
.m2-card-service:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 48px rgba(0,0,0,.12);
  border-color:rgba(123,209,0,.55);
}
/* brilho de canto animado */
.m2-card-service::after{
  content:""; position:absolute; right:-30px; top:-30px; width:140px; height:140px;
  background:radial-gradient(circle at center, rgba(123,209,0,.18), transparent 60%);
  filter:blur(12px); opacity:.6; transition:opacity .3s ease, transform .3s ease;
}
.m2-card-service:hover::after{opacity:1; transform:translate(-6px,6px)}

/* marcador na espinha */
.m2-card-service::before{
  content:""; position:absolute; left:-10px; top:26px; width:14px; height:14px;
  border-radius:50%; background:var(--m2-green-service); box-shadow:0 0 0 4px rgba(123,209,0,.2);
}
@media (max-width:980px){ .m2-card-service::before{left:-4px} }

/* Ícone */
.m2-icon-service{
  width:56px; height:56px; border-radius:14px; background:#fff;
  border:2px solid var(--m2-green-service);
  display:grid; place-items:center; color:var(--m2-green-service);
  transition:transform .25s ease, background .25s ease, color .25s ease;
}
.m2-icon-service svg{width:26px;height:26px}
.m2-card-service:hover .m2-icon-service{background:var(--m2-green-service); color:#fff; transform:scale(1.06)}

/* textos */
.m2-title-service{margin:2px 0 4px 0; font-weight:900; font-size:clamp(16px,1.8vw,20px)}
.m2-text-service{margin:0; color:var(--m2-muted-service); font-size:clamp(14px,1.3vw,16px); max-width:80ch}

/* Coluna direita: mídia */
.models2-right-service{
  position:relative; min-height:360px; display:grid; place-items:center;
}
.models2-right-service::before{
  content:""; position:absolute; inset:-8%;
  background:
    radial-gradient(30% 30% at 25% 30%, rgba(123,209,0,.14), transparent 60%),
    radial-gradient(26% 26% at 75% 70%, rgba(123,209,0,.12), transparent 60%);
  filter:blur(28px);
  z-index:0;
}
/* imagem com máscara orgânica */
.models2-right-service img{
  width:100%; max-width:560px; display:block; z-index:1;
  border-radius:28px;
  -webkit-mask-image: radial-gradient(120% 90% at 70% 40%, #000 60%, transparent 100%);
  mask-image: radial-gradient(120% 90% at 70% 40%, #000 60%, transparent 100%);
  box-shadow:0 18px 40px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.06) inset;
}
@media (max-width:980px){
  .models2-right-service{order:2}
  .models2-right-service img{max-width:720px}
}



/* ===== MODELOS DE USO • versão clean ===== */
:root{
  --m3-green-service:#7bd100;
  --m3-marker-service:#c9ff00;
  --m3-ink-service:#181818;
  --m3-muted-service:#626262;
  --m3-ring-service:rgba(123,209,0,.33);
  --m3-shadow-service:0 16px 38px rgba(0,0,0,.08);
}

.models3-service{
  position:relative;
  padding:clamp(28px,6vw,80px) 0;
  background:
    radial-gradient(120% 140% at -10% 10%, rgba(123,209,0,.06), transparent 60%),
    radial-gradient(120% 140% at 110% 90%, rgba(123,209,0,.05), transparent 60%);
}
.models3-inner-service{
  max-width:1200px; margin:0 auto;
  padding:0 clamp(18px,4vw,40px);
  display:grid; gap:clamp(24px,4vw,48px);
  grid-template-columns: 1.05fr .95fr; /* equilíbrio */
}
@media (max-width:980px){ .models3-inner-service{grid-template-columns:1fr} }

/* Título */
.models3-title-service{
  margin:0 0 6px 0; line-height:1.06;
  font-size:clamp(28px,4.5vw,44px); font-weight:900; color:var(--m3-ink-service);
}
.models3-title-service span{
  background:var(--m3-marker-service);
  box-shadow:0 .42em 0 var(--m3-marker-service);
  padding:0 .22em;
}
.models3-lead-service{
  margin:0 0 18px 0; color:var(--m3-muted-service);
  font-size:clamp(14px,1.35vw,18px);
}

/* Lista */
.models3-list-service{display:grid; gap:14px}

/* Card */
.m3-card-service{
  display:grid; grid-template-columns:56px 1fr; gap:14px;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(150%) blur(4px);
  border:1.5px solid var(--m3-ring-service);
  border-radius:16px; padding:14px 16px;
  box-shadow:var(--m3-shadow-service);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position:relative; overflow:hidden;
}
.m3-card-service:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 46px rgba(0,0,0,.12);
  border-color:rgba(123,209,0,.55);
}
/* brilho discreto no canto */
.m3-card-service::after{
  content:""; position:absolute; right:-28px; top:-28px; width:120px; height:120px;
  background:radial-gradient(circle at center, rgba(123,209,0,.15), transparent 60%);
  filter:blur(10px);
}

/* Ícone */
.m3-icon-service{
  width:56px;height:56px;border-radius:14px;background:#fff;
  border:2px solid var(--m3-green-service); color:var(--m3-green-service);
  display:grid; place-items:center; transition:transform .25s ease, background .25s ease, color .25s ease;
}
.m3-icon-service svg{width:26px;height:26px}
.m3-card-service:hover .m3-icon-service{background:var(--m3-green-service); color:#fff; transform:scale(1.06)}

/* Textos */
.m3-title-service{margin:2px 0 4px 0; font-weight:900; font-size:clamp(16px,1.7vw,20px); color:var(--m3-ink-service)}
.m3-text-service{margin:0; color:var(--m3-muted-service); font-size:clamp(14px,1.2vw,16px); max-width:78ch}

/* Coluna direita (imagem) */
.models3-right-service{display:grid; align-content:center}
.models3-right-service img{
  width:100%; max-width:560px; display:block;
  border-radius:22px; object-fit:cover;
  /* máscara orgânica + leve borda interna */
  -webkit-mask-image: radial-gradient(120% 90% at 70% 40%, #000 62%, transparent 100%);
          mask-image: radial-gradient(120% 90% at 70% 40%, #000 62%, transparent 100%);
  box-shadow:0 20px 48px rgba(0,0,0,.12), inset 0 0 0 1px rgba(0,0,0,.06);
}
@media (max-width:980px){
  .models3-right-service img{max-width:740px; margin-top:6px}
}




:root{
  --m5-green-service:#7bd100;
  --m5-marker-service:#c9ff00;
  --m5-ink-service:#181818;
  --m5-muted-service:#5f5f5f;
  --m5-ring-service:rgba(123,209,0,.35);
  --m5-shadow-service:0 18px 40px rgba(0,0,0,.08);
}

.models5-service{position:relative;padding:clamp(28px,6vw,84px) 0;
  background:
    radial-gradient(120% 140% at -10% 10%, rgba(123,209,0,.06), transparent 60%),
    radial-gradient(120% 140% at 110% 90%, rgba(123,209,0,.05), transparent 60%);
}
.models5-inner-service{max-width:1280px;margin:0 auto;padding:0 clamp(18px,4vw,40px)}

/* Head */
.models5-title-service{margin:0 0 6px 0;font-weight:900;line-height:1.06;
  font-size:clamp(28px,4.6vw,44px);color:var(--m5-ink-service)}
.models5-title-service span{background:var(--m5-marker-service);padding:0 .22em;box-shadow:0 .42em 0 var(--m5-marker-service)}
.models5-lead-service{margin:0;color:var(--m5-muted-service);font-size:clamp(14px,1.35vw,18px)}

/* grid */
.models5-grid-service{display:grid;grid-template-columns:3fr 2fr;gap:clamp(18px,3.5vw,40px)}
@media (max-width:980px){.models5-grid-service{grid-template-columns:1fr}}

/* cards */
.models5-left-service{display:grid;gap:14px}
.m5-card-service{
  display:grid;grid-template-columns:40px 1fr;align-items:center;gap:14px;
  background:#fff;border:1.5px solid var(--m5-ring-service);border-radius:14px;
  padding:14px 16px;box-shadow:var(--m5-shadow-service);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  position:relative;overflow:hidden
}
.m5-card-service:hover{transform:translateY(-4px);box-shadow:0 24px 46px rgba(0,0,0,.12);border-color:rgba(123,209,0,.55)}

/* marcador losango */
.m5-marker-service{
  width:20px;height:20px;background:var(--m5-green-service);
  transform:rotate(45deg);border-radius:4px;box-shadow:0 0 0 4px rgba(123,209,0,.15);
  transition:transform .25s ease,background .25s ease
}
.m5-card-service:hover .m5-marker-service{background:#9aff33;transform:rotate(45deg) scale(1.2)}

/* textos */
.m5-title-service{margin:0;font-weight:800;font-size:clamp(16px,1.6vw,20px);color:var(--m5-ink-service)}
.m5-text-service{margin:4px 0 0 0;color:var(--m5-muted-service);font-size:clamp(14px,1.2vw,16px)}

/* imagem */
.m5-media-wrap-service{position:relative;border-radius:22px;overflow:hidden}
.models5-right-service img{width:100%;border-radius:22px;object-fit:cover;
  box-shadow:0 20px 48px rgba(0,0,0,.12), inset 0 0 0 1px rgba(0,0,0,.06);
}

/* reveal */
.reveal-service{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.reveal-service.in-service{opacity:1;transform:translateY(0)}


/* ======================
   Seção Água / Efluentes
   ====================== */
:root{
  --agua-green-agua-service:#00a78c;   /* verde água (direita)  */
  --agua-lime-agua-service:#c9ff00;    /* marca-texto           */
  --agua-ink-agua-service:#1c1c1c;
  --agua-muted-agua-service:#565656;
  --agua-ring-agua-service:rgba(0,167,140,.25);
  --agua-shadow-agua-service:0 18px 36px rgba(0,0,0,.08);
}

.agua-wrap-agua-service{
  padding:clamp(20px,5vw,56px) 0;
}
.agua-grid-agua-service{
  max-width:1200px; margin:0 auto;
  padding:0 clamp(18px,4vw,40px);
  display:grid; gap:clamp(18px,4vw,48px);
  grid-template-columns: 1.1fr .9fr;
  align-items:start;
  position:relative;
}
@media (max-width:980px){
  .agua-grid-agua-service{grid-template-columns:1fr}
}

/* Linha divisória sutil entre colunas */
.agua-grid-agua-service::before{
  content:""; position:absolute; top:10px; bottom:10px; left:calc(50% + 40px);
  width:1px; background:linear-gradient(to bottom, transparent, rgba(0,0,0,.06), transparent);
  pointer-events:none;
}
@media (max-width:980px){ .agua-grid-agua-service::before{display:none} }

/* Esquerda */
.agua-title-agua-service{
  font-size:2em;
  line-height:1.06; font-weight:900; color:var(--agua-ink-agua-service);
  margin:0 0 10px 0;
}
.agua-mark-agua-service{
  background:var(--agua-lime-agua-service);
  box-shadow:0 .42em 0 var(--agua-lime-agua-service);
  padding:0 .1em;
}
.agua-text-agua-service{
  font-size:clamp(14px,1.35vw,18px);
  color:var(--agua-muted-agua-service);
  margin:0 0 0px 0;
  max-width:68ch;
}
.agua-list-agua-service{list-style:none; padding:0; margin:10px 0 0 0; display:grid; gap:10px}
.agua-list-agua-service li{
  display:flex; align-items:flex-start; gap:10px;
  font-size:clamp(14px,1.2vw,17px); color:var(--agua-ink-agua-service); font-weight:800;
}
.agua-list-agua-service li::before{
  content:""; flex:0 0 10px; height:10px;
  background:#7bd100; transform:rotate(45deg); border-radius:2px; margin-top:6px;
}
.agua-list-agua-service span{font-weight:800}

/* Direita (indicadores) */
.agua-right-agua-service{display:grid; gap:0px}

.agua-stat-agua-service{
  display:grid;
  grid-template-columns:56px 1fr;
  align-items:center; gap:14px;
  background:#fff; border:1.5px solid var(--agua-ring-agua-service);
  border-radius:16px; padding:14px 16px;
  box-shadow:var(--agua-shadow-agua-service);
}
.agua-icon-agua-service{
  width:56px; height:56px; border-radius:14px; display:grid; place-items:center;
  background:#fff; color:var(--agua-green-agua-service);
  border:2px solid var(--agua-green-agua-service);
}
.agua-icon-agua-service svg{width:26px;height:26px}

.agua-num-agua-service{
  font-weight:900; font-size:clamp(22px,2.4vw,32px); line-height:1; color:#2b2b2b;
}
.agua-unit-agua-service{font-size:.56em; margin-left:.2em; color:#2b2b2b; font-weight:900}
.agua-caption-agua-service{
  grid-column:2 / -1; margin-top:2px;
  color:#2b2b2b; font-weight:700; font-size:clamp(13px,1.1vw,16px);
}

/* Efeitos suaves */
.agua-stat-agua-service{transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
.agua-stat-agua-service:hover{transform:translateY(-4px); box-shadow:0 26px 48px rgba(0,0,0,.12); border-color:rgba(0,167,140,.48)}


/* ============================
   Modelo de Negócio – Right Cards
   ============================ */
.agua-right-agua-service{
  display:grid;
  align-content:start;
}

.agua-right-agua-service img{
  width: 80%;
  margin: 50px 10%;
}

/* Card com efeito glass + borda em degradê */
.agua-stat-agua-service{
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;

  /* glass */
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0,167,140,.35), rgba(201,255,0,.35)) border-box;
  border: 1.5px solid transparent;
  border-radius: 18px;
  backdrop-filter: saturate(140%) blur(6px);

  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* brilho suave no canto */
.agua-stat-agua-service::after{
  content:"";
  position:absolute; right:-28px; top:-28px; width:120px; height:120px;
  background: radial-gradient(circle at center, rgba(0,167,140,.10), transparent 62%);
  filter: blur(8px);
  pointer-events:none;
}

/* Hover refinado */
.agua-stat-agua-service:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0,0,0,.14);
  border-color: transparent; /* mantém o gradiente da border-box */
}

/* Ícone com glow sutil */
.agua-icon-agua-service{
  width:58px; height:58px;
  border-radius: 16px;
  display:grid; place-items:center;
  color:#00a78c;
  background: linear-gradient(180deg, #ffffff, #f6fff9);
  border:1.5px solid rgba(0,167,140,.28);
  box-shadow:
    inset 0 0 0 6px rgba(123,209,0,.08),
    0 10px 18px rgba(0,0,0,.06);
  transition: transform .28s ease, box-shadow .28s ease;
}
.agua-icon-agua-service svg{ width:26px; height:26px; }
.agua-stat-agua-service:hover .agua-icon-agua-service{
  transform: scale(1.04);
  box-shadow:
    inset 0 0 0 6px rgba(123,209,0,.10),
    0 16px 26px rgba(0,0,0,.10);
}

/* Título do card (num/label) */
.agua-num-agua-service{
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.05;
  color:#1e1e1e;
  letter-spacing: -0.02em;
}

/* Subtítulo com linha capilar acima */
.agua-caption-agua-service{
  grid-column: 2 / -1;
  margin-top: 8px;
  color:#2b2b2b;
  font-weight: 700;
  font-size: clamp(13px,1.05vw,15px);
  position: relative;
}
.agua-caption-agua-service::before{
  content:"";
  position:absolute; left:0; top:-6px; right:40%;
  height:1px;
  background: linear-gradient(90deg, rgba(0,0,0,.08), transparent);
  border-radius: 999px;
}

/* ===== Ajustes sutis do título/descrição da coluna esquerda (opcional) ===== */
.agua-title-agua-service{ margin-bottom: 8px; }
.agua-text-agua-service{
  margin-bottom: 16px;
  color:#565e66;
}
.agua-list-agua-service li{
  color:#23272e;
}
.agua-list-agua-service li span{
  font-weight: 900;
  color:#0f1220;
}


/* ===== Coluna direita: estilo “imagem 2” (linha à esquerda + ícone solto) ===== */
.agua-right--inline-agua-service{
  position: relative;
  padding-left: 32px;                  /* espaço para a linha */
  display: grid;
  gap: 28px;
  align-content: start;
}

/* linha vertical à esquerda */
.agua-right--inline-agua-service::before{
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  border-radius: 6px;
  background: #0ea89b;                 /* verde água */
  box-shadow: 0 0 0 6px rgba(14,168,155,.08);
}

/* cada linha (ícone + texto) */
.agua-item-agua-service{
  display: grid;
  grid-template-columns: 64px 1fr;     /* ícone | texto */
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}

/* ícone solto */
.agua-ico-agua-service{
  width: 64px; height: 64px;
  display: grid; place-items: center;
  color: #0ea89b;                       /* cor do traço do SVG */
  background: transparent;
  border: none;
  filter: drop-shadow(0 8px 16px rgba(14,168,155,.18));
  transition: transform .25s ease, filter .25s ease;
}
.agua-ico-agua-service svg{ width: 56px; height: 56px; stroke: currentColor; }
.agua-item-agua-service:hover .agua-ico-agua-service{
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 22px rgba(14,168,155,.26));
}

/* linha com número + label ao lado */
.agua-line-agua-service{
  display: flex; align-items: baseline; gap: 12px;
  flex-wrap: wrap;
}
.agua-line-agua-service .n{
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(26px, 2.6vw, 38px);
  color: #1f2328;
}
.agua-line-agua-service .t{
  font-weight: 800;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #2a2f36;
  line-height: 1.15;
}

/* remove estilos dos antigos “cards” da direita */
.agua-right--inline-agua-service .agua-stat-agua-service,
.agua-right--inline-agua-service .agua-icon-agua-service,
.agua-right--inline-agua-service .agua-num-agua-service,
.agua-right--inline-agua-service .agua-caption-agua-service{ all: unset; }



/* ===== Lista à esquerda com tarja verde nos títulos ===== */
.agua-list--pill-agua-service{
  /* grid vertical com espaçamento confortável */
  display: grid;
  gap: 18px;
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}

/* cada item: losango à esquerda + conteúdo */
.agua-list--pill-agua-service li{
  display: grid;
  grid-template-columns: 14px 1fr;          /* marcador | conteúdo */
  align-items: start;
  column-gap: 14px;
  font-weight: 400;                          /* corpo sem negrito */
  color: #2a2f36;
  line-height: 1.65;
  position: relative;
}

/* losango verde (marcador) */
.agua-list--pill-agua-service li::before{
  content:"";
  width: 10px; height: 10px;
  background: #7bd100;
  transform: rotate(45deg);
  border-radius: 2px;
  margin-top: .65em;                         /* alinha com a primeira linha */
  box-shadow: 0 0 0 5px rgba(123,209,0,.16);
}

/* bloco de conteúdo (título + descrição) */
.agua-list--pill-agua-service .line-agua-service{
  display: block;
}

/* tarja verde do título (em negrito) */
.pill-agua-service{
  display: inline-block;
  background: #c9ff00;                       /* mesma “marca-texto” do título */
  padding: .06em .36em .12em;
  border-radius: 6px;
  font-weight: 900;
  color: #0f1220;
  line-height: 1.15;
  letter-spacing: .2px;
  /* garante bom espaçamento do texto abaixo */
  margin: 0 0 6px 0;
}

/* descrição sem negrito, bem legível */
.desc-agua-service{
  margin: 0;
  font-weight: 400;
  color: #2b2f36;
  max-width: 72ch;
}

/* Ajuste responsivo sutil */
@media (max-width: 700px){
  .agua-list--pill-agua-service{ gap: 14px }
  .desc-agua-service{ max-width: none }


}


/* Fundo com imagem ocupando toda a largura */
.section-servico, .section-servicox, .section-servicoy{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(32px,6vw,72px) 20px;
}

/* imagem de fundo 100% width */
.section-servico::before, .section-servicox::before, .section-servicoy::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.50), rgba(255,255,255,.50)), 
    url("images/bg-servico.jpg") center/cover no-repeat;  /* <-- troque pelo caminho da imagem */
  z-index: 0;
}

/* garante que o conteúdo (cards) fique acima do fundo */
.section-servico .grid-servico, .section-servicox .grid-servico{
  position: relative;
  z-index: 1;
}

/* Cards (mantém seus losangos) */
.section-servico .card-servico, .section-servicox .card-servico, .section-servicoy .card-servico{
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(2px);
  border-radius: 22px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.section-servico .card-servico:hover, .section-servicox .card-servico:hover,  .section-servicoy .card-servico:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}

/* GRID - já limitado a 1920px */
.section-servico .grid-servico, .section-servicox .grid-servico, .section-servicoy .grid-servico{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px,3vw,42px);
  align-items: stretch;   /* força mesma altura */
  text-align: center;
}
@media(max-width: 1000px){
  .section-servico .grid-servico, .section-servicox .grid-servico, .section-servicoy .grid-servico{ grid-template-columns: 1fr; }
}

/* CARDS */
.section-servico .card-servico, .section-servicox .card-servico, .section-servicoy .card-servico{
  display: flex;               /* garante layout interno */
  flex-direction: column;
  justify-content: space-between;  /* distribui conteúdo */
  height: 100%;                /* ocupa altura total do grid */
  padding: 28px 20px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(2px);
  border-radius: 22px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.section-servico .card-servico:hover, .section-servicox .card-servico:hover, .section-servicoy .card-servico:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}


/* === LOSANGOS “PARA FORA” DO CARD === */
.section-servico .card-servico, .section-servicox .card-servico, .section-servicoy .card-servico{
  position: relative;
  overflow: visible;            /* deixa o losango ultrapassar o topo */
  padding-top: 110px;           /* cria espaço interno pro conteúdo, já que o losango sai do fluxo */
}

/* posiciona o losango no topo, centralizado, com parte fora do card */
.section-servico .card-servico .iconWrap-servico, .section-servicox .card-servico .iconWrap-servico, .section-servicoy .card-servico .iconWrap-servico{
  position: absolute;
  left: 50%;
  top: -48px;                   /* parte do losango fica pra fora */
  transform: translateX(-50%) rotate(45deg);  /* mantém o losango */
  z-index: 2;                   /* acima do fundo */
  /* (opcional) reforça o destaque do losango no topo */
  box-shadow: 0 24px 45px rgba(0,0,0,.12), inset 0 0 0 1px rgba(0,0,0,.06);
}

/* animação suave ao hover continua funcionando */
.section-servico .card-servico:hover .iconWrap-servico, .section-servicox .card-servico:hover .iconWrap-servico, .section-servicoy .card-servico:hover .iconWrap-servico{
  transform: translateX(-50%) rotate(45deg) translateY(-2px);
}

/* mantém o ícone interno orientado corretamente */
.section-servico .card-servico .icon-servico, .section-servicox .card-servico .icon-servico, .section-servicoy .card-servico .icon-servico{
  transform: rotate(-45deg);
}

/* responsivo: ajusta o “salto” e o respiro no topo em telas menores */
@media (max-width: 700px){
  .section-servico .card-servico,   .section-servicox .card-servico, .section-servicoy .card-servico{ padding-top: 96px; }
  .section-servico .card-servico .iconWrap-servico, .section-servicox .card-servico .iconWrap-servico, .section-servicoy .card-servico .iconWrap-servico{ top: -38px; }
}


/* =======================
   AJUSTE LOSANGO + CARD
   ======================= */

/* controle centralizado do tamanho do losango */
:root{
  --diamond-size: 160px;        /* desktop */
  --diamond-elev: 0.38;         /* quanto “sai” para fora (0.32–0.42) */
}

/* em telas menores, losango reduzido */
@media (max-width: 900px){
  :root{ --diamond-size: 136px; --diamond-elev: 0.36; }
}
@media (max-width: 560px){
  :root{ --diamond-size: 120px; --diamond-elev: 0.34; }
}

/* o card precisa de espaço “de segurança” no topo, proporcional ao losango */
.section-servico .card-servico, .section-servicox .card-servico, .section-servicoy .card-servico{
  position: relative;
  overflow: visible;                         /* deixa o losango sair */
  padding-top: calc(var(--diamond-size) * 0.62 + 28px);
  /* mesma base de antes (altura igual entre cards) */
  display:flex; flex-direction:column; justify-content:space-between;
}

/* losango centralizado e parcialmente fora do card */
.section-servico .card-servico .iconWrap-servico, .section-servicox .card-servico .iconWrap-servico, .section-servicoy .card-servico .iconWrap-servico{
  position: absolute;
  left: 50%;
  top: calc(var(--diamond-size) * -1 * var(--diamond-elev)); /* parte pra fora */
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;

  width: var(--diamond-size);
  height: var(--diamond-size);
  max-width: none; max-height: none;        /* ignora limites antigos */
  border-radius: 28px;
  box-shadow: 0 24px 45px rgba(0,0,0,.12), inset 0 0 0 1px rgba(0,0,0,.06);
}

/* mantém o ícone interno orientado corretamente */
.section-servico .card-servico .icon-servico, .section-servicox .card-servico .icon-servico, .section-servicoy .card-servico .icon-servico{
  transform: rotate(-45deg);
}

/* a animação no hover continua, só ajustamos para manter o centro */
.section-servico .card-servico:hover .iconWrap-servico, .section-servicox .card-servico:hover .iconWrap-servico, .section-servicoy .card-servico:hover .iconWrap-servico{
  transform: translateX(-50%) rotate(45deg) translateY(-2px);
}

/* títulos um pouco mais “descidos” para não encostar no losango */
.section-servico .title-servico, .section-servicox .title-servico, .section-servicoy .title-servico{
  margin-top: 10px;
}

/* (opcional) reduz ligeiramente o ícone dentro do losango
   para equilibrar visualmente sem mexer no losango em si */
.section-servico .icon-servico svg, .section-servicox .icon-servico svg, .section-servicoy .icon-servico svg{
  width: 64px;
  height: 64px;
}




/* ======= SCROLL REVEAL UTIL ======= */
.revealX,.revealY,.revealZ{opacity:0; will-change:transform,opacity}
.revealY{transform:translateY(18px)}
.revealX{transform:translateX(24px)}
.revealZ{transform:scale(.96)}
.reveal-in{opacity:1;transform:none;transition:
  transform .65s cubic-bezier(.22,.9,.24,1) var(--d,0s),
  opacity  .65s ease var(--d,0s)}

/* ======= ÍCONES (losangos) ======= */
/* flutuação leve quando visíveis */
.iconWrap-servico.in-float{animation:floatY 3.6s ease-in-out infinite}
@keyframes floatY{0%,100%{translate:0 -2px}50%{translate:0 2px}}
/* “desenha” o stroke do SVG ao entrar */
.icon-servico svg.stroke-draw{
  stroke-dasharray:120; stroke-dashoffset:120; animation:draw .9s ease forwards .15s
}
@keyframes draw{to{stroke-dashoffset:0}}

/* ======= RIGHT COLUMN SPARKLES ======= */
.sparkles{
  position:absolute; inset:0; pointer-events:none; z-index:0;
  overflow:hidden; filter:saturate(110%)
}
.sparkles span{
  position:absolute; width:6px;height:6px;border-radius:50%;
  background: radial-gradient(circle,#c9ff00 0,#7bd100 55%,transparent 60%);
  opacity:.22; transform:translate(-50%,-50%);
  animation:spk linear infinite; will-change:transform,opacity
}
@keyframes spk{
  0%{opacity:0; transform:translate(var(--x), calc(var(--y) + 10px))}
  10%{opacity:.26}
  100%{opacity:0; transform:translate(calc(var(--x) + var(--dx)), calc(var(--y) - 60px))}
}

/* ======= COUNT-UP destaque ======= */
.agua-line-agua-service .n.bump{animation:bump .45s ease}
@keyframes bump{50%{transform:scale(1.08)}}

/* ======= PARALLAX leve nos cards ======= */
.card-servico.tilt{transform:perspective(800px) rotateX(var(--rx,0)) rotateY(var(--ry,0)); transition:transform .12s ease}
.card-servico.tilt:hover{box-shadow:0 22px 46px rgba(0,0,0,.14)}

/* ======= SHIMMER sutil nas tarjas verdes ======= */
.agua-mark-agua-service,
.marker-quem,
.models5-title-service span,
.models3-title-service span,
.models2-title-service span,
.pill-agua-service{
  position:relative; overflow:hidden; isolation:isolate
}
.agua-mark-agua-service::after,
.marker-quem::after,
.models5-title-service span::after,
.models3-title-service span::after,
.models2-title-service span::after,
.pill-agua-service::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(110deg, transparent 20%, rgba(255,255,255,.35) 45%, transparent 70%);
  translate:-120% 0; mix-blend-mode:soft-light
}
.shimmer-in::after{animation:sh 1.2s ease forwards}
@keyframes sh{to{translate:120% 0}}

/* === Scroll Reveal (genérico) === */
[data-sr]{
  opacity:0;
  will-change:transform, opacity;
  transition:
    transform .65s cubic-bezier(.22,.9,.24,1) var(--sr-delay,0s),
    opacity  .65s ease var(--sr-delay,0s);
}

/* variações */
[data-sr="fade-up"]   { transform: translateY(18px); }
[data-sr="fade-right"]{ transform: translateX(-22px); }
[data-sr="fade-left"] { transform: translateX(22px); }
[data-sr="zoom"]      { transform: scale(.96); }

[data-sr].sr-in{
  opacity:1;
  transform:none;
}

/* reduz movimento para quem prefere */
@media (prefers-reduced-motion: reduce){
  [data-sr]{ transition:none !important; transform:none !important; opacity:1 !important; }
}


/* --- LOSANGO: vira um “recorte” que limita o conteúdo --- */
.section-servico .card-servico .iconWrap-servico, .section-servicox .card-servico .iconWrap-servico, .section-servicoy .card-servico .iconWrap-servico{
  position: absolute;
  left: 50%;
  top: calc(var(--diamond-size) * -1 * var(--diamond-elev));
  transform: translateX(-50%) rotate(45deg);
  width: var(--diamond-size);
  height: var(--diamond-size);
  max-width: none;
  max-height: none;

  border-radius: 28px;
  box-shadow: 0 24px 45px rgba(0,0,0,.12), inset 0 0 0 1px rgba(0,0,0,.06);

  /* IMPORTANTE: corta qualquer coisa que passe da borda */
  overflow: hidden;                 /* <-- garante que nada vaze do losango */
  display: grid;
  place-items: center;
  z-index: 2;
}

/* --- ÁREA DO ÍCONE: centralizada e limitada por % do losango --- */
.section-servico .card-servico .icon-servico, .section-servicox .card-servico .icon-servico, .section-servicoy .card-servico .icon-servico{
  /* mantém a orientação correta do conteúdo */
  transform: rotate(-45deg);

  /* tamanho relativo ao losango (ajuste o .58/.60 a gosto) */
  width: calc(var(--diamond-size) * .58);
  height: calc(var(--diamond-size) * .58);

  display: grid;
  place-items: center;
}

/* --- qualquer SVG/IMG dentro do ícone se encaixa sem estourar --- */
.section-servico .card-servico .icon-servico svg,
.section-servico .card-servico .icon-servico img, 
.section-servicox .card-servico .icon-servico svg,
.section-servicox .card-servico .icon-servico img,
.section-servicoy .card-servico .icon-servico svg,
.section-servicoy .card-servico .icon-servico img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;   /* mantém proporção */
  max-width: 100%;
  max-height: 100%;
}

/* (opcional) animação mantém o centro alinhado */
.section-servico .card-servico:hover .iconWrap-servico, .section-servicox .card-servico:hover .iconWrap-servico, .section-servicoy .card-servico:hover .iconWrap-servico{
  transform: translateX(-50%) rotate(45deg) translateY(-2px);
}



/* Tamanho global do losango da plataforma */
:root{
  --plat-diamond: 340px;       /* desktop */
}

/* Bloco dos textos da plataforma */
.limita10{
  position: relative;
  overflow: visible;
  z-index: 1;
}




/* Responsivo: ajusta tamanho e deslocamento */
@media (max-width: 900px){
  :root{ --plat-diamond: 200px; }
  .limita10::after{ transform: translate(-36%, 36%) rotate(45deg); }
}
@media (max-width: 560px){
  :root{ --plat-diamond: 170px; }
  .limita10{ padding-bottom: calc(var(--plat-diamond)*0.50); }
  .limita10::after{ transform: translate(-32%, 32%) rotate(45deg); }
}


.limita10{
  position: relative;
  z-index: 1;
  background:#fff;
  border-radius: 22px;
  padding: 0 20px 120px;   /* respiro inferior */
  overflow: visible;
}



/* responsivo (mantém o ajuste mas reduz um pouco) */
@media (max-width: 900px){
  .limita10::after{
    width: 260px;
    height: 260px;
    transform: translate(-36%, 160px) rotate(45deg);
  }
}
@media (max-width: 560px){
  .limita10::after{
    width: 200px;
    height: 200px;
    transform: translate(-32%, 120px) rotate(45deg);
  }
}


.limita10{
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* Losango da plataforma — tamanho 340px e 200px acima do fundo do bloco */
.limita10{ position:relative; overflow:visible; z-index:1; }

.limita10::after{
  --size: 340px;

  content:"";
  position:absolute;
  width: var(--size);
  height: var(--size);

  /* 40% “pra fora” à esquerda do bloco */
  left: calc(var(--size) * -0.40) !important;

  /* sobe 200px em relação ao BOTTOM do .limita10 */
  bottom: 200px !important;
  top: auto !important;                 /* garante que nenhuma regra com top ganhe */

  transform: rotate(45deg);
  background: var(--neon, #b9f419);
  border-radius: 32px;
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
  pointer-events: none;
  z-index: -1;                          /* fica atrás do texto da .limita10 */
}
















  