
.revendas-page .revendas-hero .hero-media{background-image:url("../imagens/banner.webp")}

/* INTRO */
.reseller-intro{
  background:#fff;
  padding:100px 0;
}
.reseller-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,460px);
  gap:90px;
  align-items:center;
}
.reseller-intro-copy{
  min-width:0;
  max-width:690px;
}
.reseller-intro-copy h2{
  font-family:Montserrat,sans-serif;
  font-size:clamp(46px,5.2vw,72px);
  line-height:.98;
  letter-spacing:-3.5px;
  margin:14px 0 28px;
}
.reseller-intro-copy h2 span{color:var(--green)}
.reseller-intro-copy p{
  max-width:610px;
  font-size:14px;
  line-height:1.75;
  color:var(--muted);
}
.reseller-highlight{
  min-height:310px;
  border-radius:22px;
  padding:34px;
  background:var(--ink);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.reseller-highlight>span{
  margin-bottom:auto;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.2px;
  color:var(--lime);
}
.reseller-highlight strong{
  font-family:Montserrat,sans-serif;
  font-size:31px;
  line-height:1.04;
  letter-spacing:-1.4px;
}
.reseller-highlight p{
  margin:18px 0 0;
  max-width:340px;
  font-size:11px;
  line-height:1.6;
  color:rgba(255,255,255,.62);
}

/* BENEFÍCIOS */
.reseller-benefits{
  padding:100px 0;
  background:#f2f4ef;
}
.reseller-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,390px);
  gap:70px;
  align-items:end;
  margin-bottom:52px;
}
.reseller-section-head>div{min-width:0}
.reseller-section-head h2{
  max-width:760px;
  font-family:Montserrat,sans-serif;
  font-size:clamp(44px,4.8vw,66px);
  line-height:1;
  letter-spacing:-3.2px;
  margin:12px 0 0;
}
.reseller-section-head h2 span{color:var(--green)}
.reseller-section-head>p{
  width:100%;
  max-width:390px;
  margin:0;
  justify-self:end;
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
}
.reseller-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  width:100%;
}
.reseller-benefit-card{
  min-width:0;
  min-height:265px;
  padding:26px;
  border:1px solid rgba(16,23,19,.06);
  border-radius:18px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.reseller-benefit-card b{
  font-size:9px;
  color:var(--green);
}
.reseller-benefit-card h3{
  font-family:Montserrat,sans-serif;
  font-size:20px;
  line-height:1.08;
  margin:48px 0 12px;
}
.reseller-benefit-card p{
  margin:0;
  font-size:11px;
  line-height:1.65;
  color:var(--muted);
}

/* PRODUTOS */
.reseller-products{
  padding:95px 0;
  background:#fff;
}
.reseller-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.reseller-product-card{
  min-height:330px;
  border:1px solid rgba(16,23,19,.05);
  border-radius:19px;
  overflow:hidden;
  background:#eef0eb;
  display:flex;
  flex-direction:column;
  transition:.3s;
}
.reseller-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 45px rgba(0,0,0,.08);
}
.reseller-product-card img{
  width:100%;
  height:190px;
  object-fit:contain;
  padding:22px;
}
.reseller-product-card>div{
  flex:1;
  padding:20px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.reseller-product-card small{
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
  color:var(--green);
}
.reseller-product-card h3{
  margin:12px 0;
  font-family:Montserrat,sans-serif;
  font-size:18px;
}
.reseller-product-card span{
  margin-top:auto;
  font-size:10px;
  font-weight:800;
  color:var(--green);
}

/* SUPORTE */
.reseller-support{
  padding:95px 0;
  background:var(--ink);
  color:#fff;
}
.reseller-support-grid{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:70px;
}
.reseller-support-copy h2{
  font-family:Montserrat,sans-serif;
  font-size:clamp(38px,4.2vw,60px);
  line-height:1;
  letter-spacing:-2.7px;
  margin:14px 0 24px;
}
.reseller-support-copy h2 span{color:var(--lime)}
.reseller-support-copy p{
  font-size:13px;
  line-height:1.75;
  color:rgba(255,255,255,.62);
}
.reseller-support-list{display:grid;gap:10px}
.reseller-support-item{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:21px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:15px;
  background:rgba(255,255,255,.04);
  transition:.3s;
}
.reseller-support-item:hover{
  background:rgba(255,255,255,.08);
  transform:translateX(5px);
}
.reseller-support-item small{font-size:8px;font-weight:900;color:var(--lime)}
.reseller-support-item strong{font-size:12px}
.reseller-support-item span{font-size:10px;color:rgba(255,255,255,.55)}

/* PROCESSO */
.reseller-process{
  padding:95px 0;
  background:#fff;
}
.reseller-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.reseller-process-card{
  min-height:230px;
  padding:26px;
  border-radius:18px;
  background:#f2f4ef;
}
.reseller-process-card b{font-size:9px;color:var(--green)}
.reseller-process-card h3{
  margin:48px 0 10px;
  font-family:Montserrat,sans-serif;
  font-size:18px;
}
.reseller-process-card p{
  font-size:11px;
  line-height:1.6;
  color:var(--muted);
}

/* FORM */
.reseller-form-section{
  padding:100px 0;
  background:#eef0eb;
}
.reseller-form-grid{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:70px;
  align-items:start;
}
.reseller-form-copy h2{
  font-family:Montserrat,sans-serif;
  font-size:clamp(38px,4.5vw,62px);
  line-height:1;
  letter-spacing:-2.8px;
  margin:14px 0 24px;
}
.reseller-form-copy h2 span{color:var(--green)}
.reseller-form-copy>p{
  font-size:13px;
  line-height:1.75;
  color:var(--muted);
}
.reseller-form-note{
  margin-top:30px;
  padding:20px;
  border-left:3px solid var(--green);
  background:#fff;
}
.reseller-form-note strong{display:block;font-size:11px;margin-bottom:7px}
.reseller-form-note span{font-size:10px;line-height:1.6;color:var(--muted)}
.reseller-form{
  padding:30px;
  border:1px solid rgba(16,23,19,.06);
  border-radius:22px;
  background:#fff;
}
.field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.reseller-form label{display:flex;flex-direction:column;gap:7px}
.reseller-form label span{font-size:9px;font-weight:800;letter-spacing:.4px}
.reseller-form input,.reseller-form textarea{
  width:100%;
  padding:13px 14px;
  border:1px solid rgba(16,23,19,.14);
  border-radius:11px;
  background:#fafbf8;
  outline:none;
  font:inherit;
  font-size:11px;
}
.reseller-form input:focus,.reseller-form textarea:focus{
  border-color:var(--green);
  background:#fff;
}
.full-field{margin-top:16px}
.reseller-form button{margin-top:20px;border:0;cursor:pointer}
.form-feedback{min-height:15px;margin:12px 0 0;font-size:10px;color:var(--green)}
.reseller-final-cta{margin-top:0}

/* TABLET */
@media(max-width:900px){
  .reseller-intro-grid,
  .reseller-support-grid,
  .reseller-form-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .reseller-section-head{
    grid-template-columns:1fr;
    gap:20px;
    align-items:start;
  }
  .reseller-section-head>p{
    justify-self:start;
    max-width:620px;
  }
  .reseller-benefit-grid,
  .reseller-product-grid,
  .reseller-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .reseller-support-item{
    grid-template-columns:35px minmax(0,1fr);
  }
  .reseller-support-item span{grid-column:2}
}

/* MOBILE */
@media(max-width:600px){
  .reseller-intro{padding:70px 0}
  .reseller-intro-copy h2{font-size:42px;letter-spacing:-2px}
  .reseller-benefit-grid,
  .reseller-product-grid,
  .reseller-process-grid,
  .field-grid{
    grid-template-columns:1fr;
  }
  .reseller-highlight{min-height:270px}
  .reseller-form{padding:22px}
}


/* ===== REVENDAS: ARGUMENTOS DE VENDA — BLOCO ISOLADO (nome de classe exclusivo, sem colisão) ===== */
.revendas-page .revendas-selling-points{
  box-sizing:border-box;
  width:100%;
  margin:0;
  padding:100px 0;
  background:#f2f4ef;
  overflow:hidden;
  display:block;
}

.revendas-page .revendas-selling-points *,
.revendas-page .revendas-selling-points *::before,
.revendas-page .revendas-selling-points *::after{
  box-sizing:border-box;
}

.revendas-page .revendas-selling-points__wrap{
  width:calc(100% - 48px);
  max-width:1220px;
  margin:0 auto;
  padding:0;
}

.revendas-page .revendas-selling-points__head{
  width:100%;
  margin:0 0 52px;
  padding:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,390px);
  gap:70px;
  align-items:end;
}

.revendas-page .revendas-selling-points__title{
  min-width:0;
  max-width:760px;
}

.revendas-page .revendas-selling-points__title .eyebrow{
  display:block;
  margin:0 0 12px;
  padding:0;
  color:var(--green,#176b3a);
  font-size:9px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:1.4px;
}

.revendas-page .revendas-selling-points__title h2{
  display:block;
  width:100%;
  max-width:760px;
  margin:0;
  padding:0;
  color:var(--ink,#101713);
  font-family:Montserrat,sans-serif;
  font-size:clamp(44px,4.8vw,66px);
  line-height:1;
  letter-spacing:-3.2px;
  white-space:normal;
  word-break:normal;
  overflow:visible;
}

.revendas-page .revendas-selling-points__title h2 span{
  display:inline;
  position:static;
  margin:0;
  padding:0;
  color:var(--green,#176b3a);
  font:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  white-space:normal;
}

.revendas-page .revendas-selling-points__title h2 span::after{
  display:none;
  content:none;
}

.revendas-page .revendas-selling-points__intro{
  width:100%;
  max-width:390px;
  margin:0;
  padding:0;
  justify-self:end;
  color:var(--muted,#737b75);
  font-size:14px;
  line-height:1.7;
}

.revendas-page .revendas-selling-points__grid{
  width:100%;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.revendas-page .revendas-selling-points__card{
  width:100%;
  min-width:0;
  min-height:265px;
  margin:0;
  padding:26px;
  border:1px solid rgba(16,23,19,.06);
  border-radius:18px;
  background:#fff;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.revendas-page .revendas-selling-points__card b{
  display:block;
  margin:0;
  color:var(--green,#176b3a);
  font-size:9px;
  line-height:1;
  font-weight:800;
}

.revendas-page .revendas-selling-points__card h3{
  display:block;
  margin:48px 0 12px;
  padding:0;
  color:var(--ink,#101713);
  font-family:Montserrat,sans-serif;
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.6px;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
}

.revendas-page .revendas-selling-points__card p{
  margin:0;
  padding:0;
  color:var(--muted,#737b75);
  font-size:11px;
  line-height:1.65;
}

@media(max-width:900px){
  .revendas-page .revendas-selling-points__wrap{
    width:calc(100% - 30px);
  }

  .revendas-page .revendas-selling-points__head{
    grid-template-columns:1fr;
    gap:20px;
    align-items:start;
  }

  .revendas-page .revendas-selling-points__intro{
    max-width:620px;
    justify-self:start;
  }

  .revendas-page .revendas-selling-points__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .revendas-page .revendas-selling-points{
    padding:72px 0;
  }

  .revendas-page .revendas-selling-points__title h2{
    font-size:42px;
    letter-spacing:-2px;
  }

  .revendas-page .revendas-selling-points__grid{
    grid-template-columns:1fr;
  }
}
