/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #1C1C1C;
}
p {
  font-family: 'Funnel Display', sans-serif;
  color: #1C1C1C;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .container{
  margin: 0 auto;
  padding: 0 20px;
}
}
/* Rotulagem Hero Section */
.rotulagem-hero {
  background-color: #f2f2f2;
  padding: 80px 0;
  color: #333;
}

.hero-content-rotulagem {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
  color: #1C1C1C;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 22px;
  line-height: 1.41;
  color: #1C1C1C;
  margin-bottom: 30px;
  max-width: 550px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap; 
}

.hero-cta-primary {
  background-color: #DC6339;
  color: white;
  padding: 15px 10px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.hero-cta-primary:hover {
  background-color: #e2e2e2; 
  color: #333;
  transform: translateY(-2px);
}

.hero-cta-secondary {
  background-color: #E2E2E2;
  color: #1C1C1C;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.hero-cta-secondary:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}

.hero-images-container {
  position: relative;
  align-self: center;
  justify-self: center;
}

.hero-image-main img {
  width: 100%;
  max-width: 550px; 
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 25px; 
}

.hero-feature-box {
position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #DC6339;
    color: white;
    padding: 45px 0px;
    border-radius: 20px;
    width: 190px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.hero-feature-box p {
    margin: 8px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    font-family:'Poppins', sans-serif;
    color: #FFFFFF;
}

.hero-feature-box .feature-highlight {
    font-size: 26px; 
    font-weight: 600; 
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

/* Why Choose Rotulagem Section */
.why-choose-rotulagem {
  background-color: #f2f2f2; 
  font-family: sans-serif;
}

.why-choose-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 70px;
}

.why-choose-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 120%;
  margin: 0;
  flex: 0 1 45%; 
}

.why-choose-header p {
  font-size: 20px;
  color: #1C1C1C;
  margin: 0;
  padding-top: 10px;
  flex: 0 1 50%;
  font-weight: 400;
}

/* Grelha dos destaques */
.features-grid-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 50px;
}

.feature-item-video {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  gap: 16px; 
  padding-bottom: 30px;
  border-bottom: 1px solid #DC6339;
}

.feature-icon-video {
  flex-shrink: 0;
  width: 60px; 
  height: auto;
}

.feature-icon-video svg {
  width: 44px;
  height: 44px;
  color: #DC6339;
}

.feature-content-video h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1E1E1E;
  margin-top: 0;
  margin-bottom: 15px;
}

/* Estilização da lista de pontos */
.feature-content-video ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-content-video li {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  font-family: 'Funnel Display', sans-serif;
}

/* Criação do "bullet" personalizado laranja */
.feature-content-video li::before {
  content: '•';
  color: #1E1E1E;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
/* Application Sectors Section */
.application-sectors {
    padding: 73px 0;
}

.sectors-header {
    text-align: left; 
    margin-bottom: 60px; 
}

.application-sectors h2 {
    font-size: 50px; 
    font-weight: 600;
    color: #1C1C1C;
    line-height: 120%;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.sector-card {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transition: all 0.3s ease; 
    display: flex;
    flex-direction: column;
}

.sector-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.sector-image {
    height: 220px; 
    overflow: hidden;
}

.sector-image img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.sector-content {
    padding: 24px;
    text-align: left; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sector-card h3 {
    font-size: 26px;
    font-weight: 500;
    color: #1C1C1C;
    margin: 0 0 12px 0; 
    line-height: 120%;
}

.sector-card p {
    font-size: 16px;
    color: #1C1C1C; 
    line-height: 25px;
    margin: 0;
}




/* Technology Advanced Section */
.technology-section {
  padding: 80px 0;
  background-color: #f2f2f2; 
}

.section-header {
  margin-bottom: 70px; 
}

.section-header h1 {
  font-size: 50px;
  font-weight: 600;
  color: #1C1C1C;
  margin: 0 0 25px 0;
  line-height: 120%;
}

.section-header p {
  font-size: 22px;
  color: #1C1C1C;
  line-height: 1.41;
  margin: 0;
  width: 100%; 
  white-space: pre-line; 
}

/* Lista de parceiros/itens */
.partners-list {
    margin: 0; 
}

.partner-item {
    display: flex;
    align-items: center;
    gap: 40px; 
    padding-bottom: 40px; 
    border-bottom: none;
}

.partner-content {
    border-bottom: 1px solid #DC6339; 
    padding-bottom: 40px; 
    width: 100%; 
}


.partner-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.partner-content p {
    font-size: 18px;
    color: #1C1C1C;
    line-height: 28px;
    margin: 0;
}
/* Testimonial Section */
.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: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  min-height: 320px;
  margin-top: 0;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  background: #FFFFFF;
  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;
  margin-top: 0;
}

.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: #1c1c1c;
}

.testimonial-quote-icon {
  position: absolute;
  top: 32px;
  right: 48px;
  width: 70px;
  height: 70px;
  color: rgba(220, 99, 57, 0.5);
  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: #1E1E1E;
}

.testimonial-client-info p {
   font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
    color: #535353;
}





/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  
  .hero-content-rotulagem {
    gap: 40px;
  }
  
  .features-grid-video {
    column-gap: 40px;
    row-gap: 30px;
  }
  
  .why-choose-header {
    gap: 30px;
  }
  
  .partner-item {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .features-grid-video {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-content-rotulagem {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .hero-images-container {
    order: 2;
  }
  .hero-text {
    display: contents;
  } 
  
   .hero-feature-box {
    width: 120px;
    height: 130px;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  .hero-feature-box p {
    font-size: 5px;
    margin: 4px 0;
    line-height: 1.2;
  }

  .hero-feature-box .feature-highlight {
    font-size: 7px;
    font-weight: 700;
  }
  
  .features-grid-video {
    grid-template-columns: 1fr;
  }
  
  .sectors-grid {
        /* 1. Mudar de Grid para Flexbox */
        display: flex;
        
        /* 2. Permitir o scroll horizontal */
        overflow-x: auto;
        
        /* 3. Impedir que os itens quebrem para a linha seguinte */
        flex-wrap: nowrap;
        
        /* 4. Melhorar a experiência de scroll (efeito de "snap") */
        scroll-snap-type: x mandatory;
        
        /* Melhora a fluidez do scroll em iOS */
        -webkit-overflow-scrolling: touch;
        
        /* 5. Remover o espaçamento do grid e adicionar padding para que os cartões não colem às bordas */
        gap: 16px;
        padding: 0 20px; /* Adiciona algum espaço no início e no fim do carrossel */
    }

    /* 6. Esconder a barra de scroll para um visual mais limpo */
    .sectors-grid::-webkit-scrollbar {
        display: none; /* Para Chrome, Safari e Opera */
    }
    .sectors-grid {
        -ms-overflow-style: none;  /* Para IE e Edge */
        scrollbar-width: none;  /* Para Firefox */
    }

    .sector-card {
        /* 7. Definir a largura dos cartões no carrossel */
        flex: 0 0 80%; /* Não cresce, não encolhe, e tem uma base de 80% da largura do contentor */
        
        /* 8. Definir onde o "snap" do scroll deve acontecer em cada cartão */
        scroll-snap-align: center; /* Alinha os cartões ao centro quando o utilizador para de fazer scroll */
    }
  
  .why-choose-header {
    flex-direction: column;
    gap: 20px;
  }
  
  .why-choose-header h2,
  .why-choose-header p {
    flex: none;
  }
  
  .partner-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .partner-item img {
    max-width: 200px;
  }

  .testimonial {
    display: none;
  }
  

}

@media (max-width: 600px) {
  .hero-text h1 {
    order: 1;
    font-size: 28px;
    text-align: center;
  }
  
  
  .hero-text p {
    order: 1;
    font-size: 16px;
    text-align: center;
  }

   .hero-buttons {
    order: 3;
    flex-direction: column;
    gap: 10px;
  }
  
  .why-choose-header h2 {
    font-size: 32px;
  }
  
  .why-choose-header p {
    font-size: 15px;
    text-align: center;
  }
  
  .application-sectors h2 {
    font-size: 32px;
  }
  
  .section-header h1 {
    font-size: 32px;
  }
  
  .section-header p {
    font-size: 16px;
    text-align: center;
  }
  

  
  .sector-card h3 {
    font-size: 20px;
  }
  
  .feature-content-video h3 {
    font-size: 18px;
  }
  
  .partner-content h2 {
    font-size: 20px;
  }
  
  .hero-feature-box p {
    font-size: 12px;
  }
  
  .hero-feature-box .feature-highlight {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  
 
  
  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
    text-align: center;
  }
  

  .why-choose-header h2 {
    font-size: 28px;
    text-align: center;
  }
  
  .application-sectors h2 {
    font-size: 28px;
    text-align: center;
  }
  
  .section-header h1 {
    font-size: 28px;
    text-align: center;
  }
  

  
  .sector-card {
    margin: 0 5px;
  }

  .partner-item img {
    max-width: 150px;
  }
}

/* ===== ESTILO PARA TABLET (769px a 1024px) =====
   Mantém o layout do desktop com ajustes sutis de tamanho e espaçamento
================================================== */
@media (max-width: 1024px) and (min-width: 769px) {

  .container {
    padding: 0 60px;
  }

  .hero-text h1 {
    font-size: 46px;
  }

  .hero-text p {
    font-size: 19px;
    line-height: 1.4;
  }

  .hero-cta-primary,
  .hero-cta-secondary {
    font-size: 16px;
    padding: 12px 24px;
  }

  .hero-feature-box {
    width: 160px;
    padding: 30px 10px;
  }

  .hero-feature-box p {
    font-size: 18px;
  }

  .hero-feature-box .feature-highlight {
    font-size: 22px;
  }

  .why-choose-header h2 {
    font-size: 38px;
  }

  .why-choose-header p {
    font-size: 18px;
  }

  .features-grid-video {
    column-gap: 50px;
    row-gap: 40px;
  }

  .feature-content-video h3 {
    font-size: 22px;
  }

  .feature-content-video li {
    font-size: 16px;
  }

  .application-sectors h2 {
    font-size: 42px;
  }

  .sector-card h3 {
    font-size: 22px;
  }

  .sector-card p {
    font-size: 15px;
  }

  .technology-section .section-header h1 {
    font-size: 44px;
  }

  .technology-section .section-header p {
    font-size: 19px;
  }

  .partner-item {
    gap: 32px;
  }

  .partner-content h2 {
    font-size: 22px;
  }

  .partner-content p {
    font-size: 16px;
  }

  .testimonial-quote blockquote {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-client-info h4 {
    font-size: 16px;
  }

  .testimonial-client-info p {
    font-size: 13px;
  }

  .section-tag {
    font-size: 17px;
  }
  .hero-content-rotulagem {
    grid-template-columns: 1fr;
  }
}
