* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
  color: #1a1a1a;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .container {
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*HERO SECTION*/
.hero-v2 {
  padding: 3.5rem 0 2.5rem 0;
  background: #f2f2f2;
}

.hero-v2-grid {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-v2-image-area {
  position: relative;
  flex: 1.25;
  min-width: 340px;
  max-width: 560px;
  display: flex;
  align-items: flex-end;
}

.hero-v2-main-img {
  width: 100%;
  display: block;
  border-radius: 38px 14px 38px 14px;
  object-fit: cover;
}

.hero-v2-overlay-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 165px;
  height: 170px;
  border-radius: 20px;
}

.hero-v2-content {
  flex: 1.3;
  min-width: 300px;
}

.hero-v2-content h1 {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 120%;
  margin-bottom: 1.4rem;
}

.hero-v2-content p {
  font-family: "Funnel Display";
  font-size: 20px;
  line-height: 31px;
  color: #1c1c1c;
  margin-bottom: 2.2rem;
}

.hero-v2-buttons {
  display: flex;
  gap: 1.2rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.btn-primary-gavetas {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #dc6339;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(244, 121, 58, 0.1);
  transition: background 0.2s;
  text-decoration: none;
}

.btn-primary-gavetas:hover {
  background: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.btn-secondary-gavetas {
  background: #e2e2e2;
  color: #1c1c1c;
  border: none;
  padding: 0.9rem 2.1rem;
  font-size: 1rem;
  border-radius: 25px;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-secondary-gavetas:hover {
  background: #dc6339;
  color: #fff;
  transform: translateY(-2px);
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .hero-v2-grid {
    flex-direction: column-reverse;
    gap: 2.2rem;
    padding: 0 20px;
    align-items: stretch;
  }

  .hero-v2-content h1 {
    font-size: 2rem;
  }

  .hero-v2-content p {
    font-size: 1rem;
  }

  .hero-v2-main-img {
    border-radius: 28px 10px 28px 10px;
  }

  .hero-v2-overlay-img {
    width: 110px;
    border-radius: 13px;
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 600px) {
  .hero-v2 {
    padding: 1.7rem 0 0.5rem 0;
  }

  .hero-v2-content h1 {
    font-size: 28px;
  }

  .hero-v2-content p {
    font-size: 0.99rem;
    margin-bottom: 1.2rem;
  }

  .hero-v2-main-img {
    border-radius: 12px 6px 12px 6px;
  }

  .hero-v2-overlay-img {
    width: 180px;
    height: 100px;
    border-radius: 8px;
    right: 0;
    bottom: 0;
  }


  .hero-v2-buttons a {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 18px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 0.97rem;
    padding: 0.7rem 1.1rem;
    border-radius: 7px;
  }
}

/*
   BENEFÍCIOS
*/
.benefits-v2 {
  padding: 3.5rem 0 3rem 0;
  font-family: "Arial", sans-serif;
}

.benefits-v2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: flex-start;
}

.benefits-v2-title {
  grid-column: 1 / 2;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.benefits-v2-title h2 {
  font-family: "Poppins";
  font-size: 42px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 120%;
}

.benefits-v2-summary {
  font-family: "Funnel Display";
  grid-column: 2 / 3;
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 1.2rem;
  padding-left: 1.5rem;
}

.benefits-v2-features {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  margin-top: 0.5rem;
}

.benefit-card {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  border-bottom: 1px solid #dc6339;
  padding-bottom: 1.5rem;
  margin-bottom: 0.8rem;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

/* Efeito suave nos ícones também no normal */
.benefit-icon img {
  transition: filter 0.22s;
}

/* Título e conteúdo do cartão */
.benefit-card h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.35em;
  color: #1e1e1e;
}

.benefit-card ul {
  margin-left: 1.1em;
  margin-bottom: 0;
  color: #373737;
  font-size: 0.99rem;
}

.benefit-card ul li {
  font-family: "Funnel Display";
  margin-bottom: 0.2em;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 20px;
}

.benefit-card b {
  color: #1c1c1c;
  font-weight: 600;
}

.benefit-card.only-button {
  grid-column: 2 / 3;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.big-btn {
  font-size: 1.25rem;
  padding: 1.2rem 2.2rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(255, 92, 43, 0.1);
  display: inline-block;
}

/* === BOTÃO DESTAQUE BENEFÍCIOS (GRANDE, LARANJA) === */

.cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dc6339;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  height: 200px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #c7562f;
}

.cta-button svg {
  stroke: #ffffff;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  top: 0;
}

.cta-button span {
  font-size: 32px;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
}

/* Responsivo */
@media (max-width: 900px) {
  .benefits-v2-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .benefits-v2-title,
  .benefits-v2-summary {
    grid-column: 1 / 2;
    padding-left: 0;
    text-align: left;
  }

  .benefits-v2-features {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .benefit-card.only-button {
    grid-column: 1 / 2;
    justify-content: center;
  }

  .cta-big-btn {
    width: 100%;
    min-width: 0;
    height: 110px;
    font-size: 1.07rem;
    border-radius: 12px;
  }

  .cta-big-btn .cta-arrow {
    width: 28px;
    height: 28px;
    top: 12px;
    right: 12px;
  }

  .cta-big-btn span {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  h2,
  p {
    text-align: center;
  }
  .benefits-v2-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
  }

  .benefits-v2-title,
  .benefits-v2-summary,
  .benefits-v2-features {
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .benefits-v2-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 20px;
  }

  .benefit-card.only-button {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .benefits-v2-summary {
    text-align: center;
  }

  .cta-arrow {
    width: 19px;
    height: 19px;
    top: 7px;
    right: 8px;
  }

  .cta-button {
    display: none;
  }
}

@media (max-width: 900px) {
  .benefits-v2-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .benefits-v2-title,
  .benefits-v2-summary {
    grid-column: 1 / 2;
    padding-left: 0;
    text-align: left;
  }

  .benefits-v2-features {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .benefit-card.only-button {
    grid-column: 1 / 2;
    justify-content: center;
  }

  .cta-big-btn {
    width: 100%;
    min-width: 0;
    height: 110px;
    font-size: 1.07rem;
    border-radius: 12px;
  }

  .cta-big-btn .cta-arrow {
    width: 28px;
    height: 28px;
    top: 12px;
    right: 12px;
  }

  .cta-big-btn span {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .benefits-v2 {
    padding: 2.2rem 0 1.8rem 0;
  }

  .benefits-v2-title h2 {
    font-size: 1.25rem;
  }

  .benefits-v2-summary {
    font-size: 1rem;
  }

  .cta-arrow {
    width: 19px;
    height: 19px;
    top: 7px;
    right: 8px;
  }
  .container {
    margin: 0 auto;
    padding: 0 20px;
  }
}

/*SETORES*/
.sector-title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 120%;
  text-align: start;
  max-width: 1050px;
  margin-bottom: 20px;
}

.sector-subtitle {
  font-family: "Funnel Display";
  font-weight: 400;
  font-size: 20px;
  text-align: start;
  line-height: normal;
  max-width: 850px;
  margin-bottom: 20px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.sector-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  border: 2px solid transparent;
}

.sector-card h3 {
 font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  padding: 20px 0px;
}
.sector-card p {
 font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 10px 0px;
  text-align: start;
}

.sector-img {
  width: 100%;
  border-radius: 25% 25% 8% 8%;
  margin-bottom: 1rem;
  object-fit: cover;
  transition: filter 0.22s, transform 0.18s;
}

/* Responsivo */
@media (max-width: 950px) {
  .modernize-row {
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 2.2rem;
  }

  .modernize-row.reverse {
    flex-direction: column;
  }

  .modernize-content,
  .modernize-img-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .modernize-content h2,
  .modernize-content p {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .modernize-grid {
    padding: 1.5rem 0 0.7rem 0;
  }

  .modernize-img-wrapper img {
    border-radius: 18px 10px 18px 10px;
  }

  .modernize-content h2 {
    font-size: 28px;
  }

  .modernize-content p {
    font-size: 1rem;
  }

  .modernize-btn-wrapper .btn.btn-primary {
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
  }
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .hero-v2-grid {
    flex-direction: column;
    gap: 2.2rem;
    align-items: stretch;
  }

  .hero-v2-content h1 {
    font-size: 28px;
  }

  .hero-v2-content p {
    font-size: 1rem;
  }

  .hero-v2-main-img {
    border-radius: 28px 10px 28px 10px;
  }

  .hero-v2-overlay-img {
    width: 110px;
    border-radius: 13px;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 600px) {
  .hero-v2 {
    padding: 1.7rem 0 0.5rem 0;
  }
  .hero-v2-grid {
    flex-direction: column;
    gap: 2.2rem;
    align-items: stretch;
  }

  .hero-v2-content {
    display: contents;
    flex-direction: column;
  }

  .hero-v2-content h1 {
    order: 1;
    font-size: 28px;
    text-align: center;
  }

  .hero-v2-content p {
    order: 1;
    font-size: 18px;
    margin-bottom: 1.2rem;
    line-height: 120%;
  }

  .hero-v2-main-img {
    border-radius: 12px 6px 12px 6px;
  }

  .hero-v2-image-area {
    order: 2;
  }

   .hero-v2-buttons {
    order: 3;
    flex-direction: column;
    align-items: center;
  }

  .hero-v2-overlay-img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    right: 0;
    bottom: 0;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 0.97rem;
    padding: 0.7rem 1.1rem;
    border-radius: 7px;
  }

  /*SETORES*/
.sector-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 120%;
  text-align: center;
  max-width: none;
}

.sector-subtitle {
  text-align: center;
  line-height: 20px;
  max-width: none;
}
 .sector-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    scroll-behavior: smooth;
  }

  .sector-grid::-webkit-scrollbar {
    display: none; /* esconde a barra de rolagem */
  }

  .sector-card {
    min-width: 80%;
  }
}

/*
   BENEFÍCIOS
*/
.benefits-v2 {
  padding: 3.5rem 0 3rem 0;
  font-family: "Arial", sans-serif;
}

.benefits-v2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: flex-start;
}

.benefits-v2-title {
  grid-column: 1 / 2;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.benefits-v2-title h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}

.benefits-v2-summary p {
  font-size: 20px;
  font-weight: 400;
}

.benefits-v2-summary {
  grid-column: 2 / 3;
  font-size: 1.09rem;
  color: #383838;
  margin-bottom: 1.2rem;
  padding-left: 1.5rem;
}

.benefits-v2-features {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  margin-top: 0.5rem;
}

/* Efeito suave nos ícones também no normal */
.benefit-icon img {
  transition: filter 0.22s;
}

/* Título e conteúdo do cartão */
.benefit-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.35em;
}

.benefit-card ul {
  margin-left: 1.1em;
  margin-bottom: 0;
  color: #373737;
  font-size: 0.99rem;
}

.benefit-card ul li {
  margin-bottom: 0.2em;
}

.benefit-card b {
  color: #000;
  font-weight: 600;
}

.benefit-card.only-button {
  grid-column: 2 / 3;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.big-btn {
  font-size: 1.25rem;
  padding: 1.2rem 2.2rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(255, 92, 43, 0.1);
  display: inline-block;
}

/* === BOTÃO DESTAQUE BENEFÍCIOS (GRANDE, LARANJA) === */
.cta-big-btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  position: relative;
  padding: 30px 30px;
  width: 560px;
  height: 270px;
  background: #dc6339;
  border-radius: 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 auto;
}

.cta-big-btn .cta-arrow {
  position: absolute;
  top: 18px;
  right: 26px;
  width: 38px;
  height: 38px;
  pointer-events: none;
}

.cta-big-btn span {
  display: block;
  text-align: center;
  margin-top: 44px;
}

/* Responsivo */
@media (max-width: 900px) {
  .benefits-v2-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .benefits-v2-title,
  .benefits-v2-summary {
    grid-column: 1 / 2;
    padding-left: 0;
    text-align: left;
  }

  .benefits-v2-features {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .benefit-card.only-button {
    grid-column: 1 / 2;
    justify-content: center;
  }

  .cta-big-btn {
    width: 100%;
    min-width: 0;
    height: 110px;
    font-size: 1.07rem;
    border-radius: 12px;
  }

  .cta-big-btn .cta-arrow {
    width: 28px;
    height: 28px;
    top: 12px;
    right: 12px;
  }

  .cta-big-btn span {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .benefits-v2 {
    padding: 2.2rem 0 1.8rem 0;
  }
  .cta-big-btn {
    display: none;
  }

  .cta-arrow {
    width: 19px;
    height: 19px;
    top: 7px;
    right: 8px;
  }
}

/* === BOTÃO DESTAQUE BENEFÍCIOS (GRANDE, LARANJA) === */

.cta-big-btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  position: relative;
  width: 560px;
  height: 270px;
  background: #dc6339;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(244, 121, 58, 0.09);
  transition: background 0.18s;
}

.cta-big-btn:hover {
  background: #dc6339;
}

.cta-big-btn .cta-arrow {
  position: absolute;
  top: 18px;
  right: 26px;
  width: 70px;
  height: 70px;
  pointer-events: none;
}

.cta-big-btn span {
  display: block;
  text-align: center;
  margin-top: 44px;
}

@media (max-width: 900px) {
  .benefits-v2-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .benefits-v2-title,
  .benefits-v2-summary {
    grid-column: 1 / 2;
    padding-left: 0;
    text-align: left;
  }

  .benefits-v2-features {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .benefit-card.only-button {
    grid-column: 1 / 2;
    justify-content: center;
  }

  .cta-big-btn {
    width: 100%;
    min-width: 0;
    height: 110px;
    font-size: 1.07rem;
    border-radius: 12px;
  }

  .cta-big-btn .cta-arrow {
    width: 28px;
    height: 28px;
    top: 12px;
    right: 12px;
  }

  .cta-big-btn span {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .benefits-v2 {
    padding: 2.2rem 0 1.8rem 0;
  }

  .benefits-v2-title h2 {
    font-size: 1.7rem;
  }

  .benefits-v2-summary {
    font-size: 1.1rem;
  }

  .big-btn {
    font-size: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 8px;
  }

  .cta-big-btn {
    display: none;
  }

  .cta-arrow {
    width: 19px;
    height: 19px;
    top: 7px;
    right: 8px;
  }
}

.testimonial {
  padding: 60px 0;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  padding: 6px 15px;
  border-radius: 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  gap: 10px;
	
	font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}

.testimonial-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232323;
  margin: 0;
}

.testimonial-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: stretch;
  background: linear-gradient(90deg, #DC6339 0%, #DC6339 100%);
  border-radius: 30px;
  box-shadow: 0 8px 32px rgba(20,20,40,0.10);
  overflow: hidden;
  min-height: 320px;
  margin-top: 0;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  background: #232232;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  grid-row: 1 / -1;
  grid-column: 1 / 2;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: none;
  border: none;
  display: block;
}

.testimonial-text {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
  flex: 1;
  padding: 56px 60px 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
}

.testimonial-quote-icon {
  position: absolute;
  top: 32px;
  right: 48px;
  width: 70px;
  height: 70px;
  color: #bdb7e3;
  opacity: 0.7;
}

.testimonial-quote blockquote {
   font-family: 'Funnel Display', sans-serif; 
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin: 0;
    max-width: 80%;
}

.testimonial-client-info h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 4px 0;
  margin-top: 40px;
  color: #FFFFFF;
}

.testimonial-client-info p {
   font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
    color: #FFFFFF;
}

/* Responsivo */
@media (max-width: 950px) {
   .testimonial {
    display: none;
  }
}

/* HERO MODERNIZE GRID 2x2 */
.modernize-grid {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  background: #f2f2f2;
}

.modernize-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.6rem;
}

.modernize-row.reverse {
  flex-direction: row;
}

.modernize-img-wrapper {
  flex: 1;
}

.modernize-img-wrapper img {
  width: 100%;
  border-radius: 30px;
}

.modernize-content {
  flex: 1;
  max-width: 700px;
}

.modernize-content h2 {
  font-family: "Poppins";
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1c1c1c;
  line-height: 120%;
}

.modernize-content p {
  font-family: "Funnel Display";
  font-size: 20px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 28px;
}

.modernize-btn-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}

.modernize-btn-wrapper .btn.btn-primary {
  background: #dc6339;
  color: #fff;
  border: none;
  padding: 0.85rem 2.2rem;
  font-size: 1.1rem;
  border-radius: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(244, 121, 58, 0.1);
  transition: background 0.2s;
}

.modernize-btn-wrapper .btn.btn-primary:hover {
  background: #e95e10;
}

/* Responsivo */
@media (max-width: 950px) {
  .modernize-row {
    flex-direction: column-reverse;
    gap: 1.4rem;
    margin-bottom: 2.2rem;
  }

  .modernize-row.reverse {
    flex-direction: column;
  }

  .modernize-content,
  .modernize-img-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .modernize-content h2,
  .modernize-content p {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .modernize-grid {
    padding: 20px;
  }

  .modernize-img-wrapper img {
    border-radius: 30px;
  }

  .modernize-content h2 {
    font-size: 28px;
  }

  .modernize-content p {
    font-size: 18px;
    line-height: 120%;
  }

  .modernize-btn-wrapper .btn.btn-primary {
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
  }
}
/*
   TABLET (769px – 1024px)*/
@media (min-width: 769px) and (max-width: 1024px) {

  .container {
    padding: 0 60px;
  }

  /* ===== HERO SECTION ===== */
  .hero-v2-content h1 {
    font-size: 30px;
    line-height: 120%;
  }

  .hero-v2-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .btn-primary-gavetas,
  .btn-secondary-gavetas {
    font-size: 16px;
    padding: 0.8rem 1.8rem;
  }
.sector-grid {
  grid-template-columns: repeat(2, 1fr);
}
  .hero-v2-overlay-img {
    width: 130px;
    height: 130px;
  }

  /* ===== BENEFÍCIOS ===== */
  .benefits-v2-title h2 {
    font-size: 36px;
  }

  .benefits-v2-summary {
    font-size: 18px;
  }

  .benefit-card h3 {
    font-size: 20px;
  }

  .benefit-card ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-big-btn {
    width: 100%;
    max-width: 480px;
    height: 200px;
    font-size: 24px;
  }

  .cta-big-btn .cta-arrow {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 20px;
  }

  /* ===== SETORES ===== */
  .sector-title {
    font-size: 36px;
  }

  .sector-subtitle {
    font-size: 18px;
  }

  .sector-card h3 {
    font-size: 20px;
  }

  .sector-card p {
    font-size: 16px;
    line-height: 22px;
  }

  /* ===== MODERNIZE ===== */
  .modernize-content h2 {
    font-size: 36px;
  }

  .modernize-content p {
    font-size: 18px;
  }

  .modernize-btn-wrapper .btn.btn-primary {
    font-size: 16px;
    padding: 0.7rem 1.6rem;
  }

  /* ===== TESTEMUNHOS ===== */
  .testimonial-quote blockquote {
    font-size: 17px;
    line-height: 25px;
  }

  .testimonial-client-info h4 {
    font-size: 15px;
  }

  .testimonial-client-info p {
    font-size: 13px;
  }

  .section-tag {
    font-size: 18px;
  }
}
