/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
}

a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Funnel Display", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
}

@media (max-width: 1400px) and (min-width: 1100px) {
  .container {
    padding: 0 20px;
  }
}

/* Hero Section */
.sharp-hero {
  padding: 50px 0;
}

.sharp-hero-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sharp-hero-images {
  display: flex;
  flex: 0 0 55%;
  gap: 15px;
  height: 350px;
}

.main-printer-image {
  flex: 0 0 65%;
}

.printer-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.interface-images {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.interface-image {
  width: 100%;
  height: calc(50% - 7.5px);
  border-radius: 12px;
  object-fit: cover;
}

.sharp-hero-text {
  flex: 0 0 45%;
  padding-left: 20px;
}

.sharp-hero-text h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 120%;
}

.sharp-hero-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 120%;
  letter-spacing: 0;
}

.sharp-hero-text p {
  font-family: "Funnel Display";
  font-weight: 400;
  font-size: 22px;
  color: #1c1c1c;
  line-height: 31px;
  margin: 0;
  letter-spacing: 0;
}

/* Orange Highlight Section */
.orange-highlight {
}

.highlight-content {
  background-color: #dc6339;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.highlight-image {
  margin-bottom: 25px;
}

.highlight-img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
}

.highlight-text {
  margin-bottom: 25px;
}

.highlight-text p {
  font-family: "Funnel Display";
  font-size: 32px;
  color: white;
  line-height: 45px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}

.highlight-button {
  background-color: white;
  color: #1c1c1c;
  border: none;
  padding: 12px 12px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: normal;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  align-items: center;
}

.highlight-button:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
}

/* Partnership Quality Section */
.partnership-quality {
  padding: 30px 0;
}

.partnership-quality h2 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  color: #1c1c1c;
  letter-spacing: 0;
  text-align: left;
  max-width: 50%;
}

.quality-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.quality-text p {
  font-family: "Funnel Display";
  font-size: 20px;
  color: #1c1c1c;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -1%;
  margin-bottom: 15px;
}

.quality-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Feature Boxes */
.feature-boxes {
  padding: 30px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-box {
  border: 2px solid #dc6339;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-icon {
  margin-bottom: 15px;
}

.feature-icon-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.feature-box h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 10px;
  line-height: 30px;
  letter-spacing: 0;
}

/* Sharp Solutions Section */
.sharp-solutions {
  padding: 40px 0;
}

.sharp-solutions h2 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 15px;
}

.solutions-subtitle {
  font-family: "Funnel Display";
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 150%;
  letter-spacing: -1%;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.solution-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.solution-card-sharp {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  padding: 20px 30px;
}

.solution-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}

.solution-image {
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.solution-main-image {
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.solution-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon-img {
  width: 40px;
  height: 30px;
  object-fit: contain;
}

.solution-card-sharp h3 {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 500;
  color: #1c1c1c;
  margin: 0 0 10px 0;
  line-height: 120%;
  letter-spacing: 0%;
}

.solution-card-sharp p {
  font-family: "Funnel Display";
  font-size: 16px;
  color: #1c1c1c;
  line-height: 25px;
  letter-spacing: 0%;
  margin: 0;
  flex-grow: 1;
  margin-bottom: 15px;
}

.solutions-button-link {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.solutions-button {
  background-color: #dc6339;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.solutions-button:hover {
  background-color: #dc6339;
  transform: translateY(-1px);
}

.button-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Strong Partnerships Section */
.strong-partnerships {
  padding: 60px 0;
}

.partnerships-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.partnerships-handshake-image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.partnerships-handshake-image img {
  width: 100%;
  height: 800px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.partnerships-right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.partnerships-text h2 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0%;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 120%;
}
.partnerships-text p {
  font-family: "Funnel Display";
  font-size: 20px;
  color: #1c1c1c;
  line-height: 150%;
  letter-spacing: -1%;
  margin: 0;
}
.partnerships-meeting-image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.partnerships-meeting-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media (max-width: 1024px) {
  .partnerships-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  .partnerships-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
   .container {
    padding: 0 20px;
  }
  .partnerships-right-column {
    order: -1;
    gap: 20px;
  }

  .partnerships-text h2 {
    font-size: 24px;
    text-align: center;
  }

  .partnerships-text p {
    font-size: 15px;
    text-align: center;
  }
  .partnerships-handshake-image img {
    height: 350px;
    width: 100%;
  }
  .partnerships-meeting-image {
    display: none;
  }
  .partnership-quality h2 {
    font-size: 26px;
    text-align: center;
    max-width: none;
    margin-bottom: 10px;
  }

  .quality-text p {
    font-size: 15px;
    text-align: center;
  }
  
  /* Feature Boxes Adjustments */
  .features-grid {
    display: flex; 
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 10px;
  }

  .feature-box {
    flex: 0 0 80%;
    scroll-snap-align: center;
    min-width: 250px; 
  }

 /* Cards Solutions Adjustments */
  .solutions-grid {
    display: flex; 
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 10px;
  }

  .solution-card-link {
    flex: 0 0 80%; 
    scroll-snap-align: center; 
    min-width: 260px; 
  }

  /* Centraliza o botão abaixo do carrossel */
  .solutions-button-link {
    margin-top: 25px;
    text-align: center;
  }
  .solutions-button {
    padding: 12px 10px;
    font-size: 16px;
    
}
.solution-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

}

/* 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: #DC6339;
  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: #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;
}

.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: #FFFFFF;
}

.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;
}

@media (max-width: 768px) {
  .testimonial {
    display: none;
  }


  .sharp-solutions h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
  }
  .sharp-solutions {
    padding: 20px;
  }
}

/* Statistics Section */
.statistics {
  padding: 50px 0;
  background-color: #f2f2f2;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 100%;
  margin: 0 auto;
}

.stat-box {
  background: linear-gradient(135deg, #4a1548 0%, #2d1b69 100%);
  color: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.stat-icon-container {
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  background-color: transparent;
}

.stat-icon-container img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.stat-box h3 {
  font-family: "Poppins";
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 15px;
  color: white;
  letter-spacing: 0%;
}
.stat-box p {
  font-family: "Funnel Display";
  font-size: 24px;
  margin: 0;
  color: white;
  font-weight: 400;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .stat-box {
    padding: 30px 20px;
    min-height: 180px;
  }

  .stat-box h3 {
    font-size: 32px;
  }
}

/* Learn More Section - Exact Match */

.learn-more {
  padding: 60px 0;
}

.learn-more-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto;
}

.learn-more-images {
  flex: 1.2;
}

.main-office-image {
  position: relative; /* agora o container da imagem pequena */
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.office-workspace-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* imagem pequena dentro da grande */
.small-meeting-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
}
.team-meeting-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.learn-more-text {
  flex: 1;
  text-decoration: none !important;
}

.learn-more-text h2 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  color: #1c1c1c;
  margin-bottom: 20px;
  text-decoration: none !important;
}

.learn-more-text p {
  font-family: "Funnel Display";
  font-size: 20px;
  line-height: 32px;
  color: #1c1c1c;
  margin-bottom: 30px;
  text-decoration: none !important;
}

.learn-more-button {
  display: inline-block;
  background-color: #dc6339;
  color: white;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.learn-more-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .sharp-hero-images {
    display: none;
  }

  /* Learn More Section Adjustments */
     .learn-more {
    padding: 40px 0;
  }

 .learn-more-content {
    flex-direction: column-reverse;  
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .learn-more-images {
    flex: none;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .main-office-image {
    width: 90%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .office-workspace-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .small-meeting-image {
    position: absolute;
    bottom: 0; 
    right: 0; 
    width: 32%;
  }

  .team-meeting-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .learn-more-text {
    width: 90%;
  }

  .learn-more-text h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .learn-more-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .learn-more-button {
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 28px;
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .sharp-hero-content {
    flex-direction: column;
    gap: 30px;
  }

  .sharp-hero-images {
    width: 100%;
    height: 300px;
  }

  .sharp-hero-text {
    padding-left: 0;
    text-align: center;
    padding: 20px;
  }

  .sharp-hero-text h1 {
    font-size: 36px;
  }

  .sharp-hero-text h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quality-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0px;
  }

  .highlight-content p {
    font-size: 22px;
    line-height: 32px;
  }

  .sharp-hero-text h1 {
    font-size: 28px;
  }

  .sharp-hero-text h2 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 400;
  }

  .interface-images {
    flex-direction: row;
    height: 150px;
  }

  .interface-image {
    height: 100%;
    width: calc(50% - 7.5px);
  }
}

.button-icon-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* ====== ESTILO PARA TABLET (769px a 1024px) ======
   Mantém layout de desktop, apenas reduz fontes e espaçamentos
===================================================== */
@media (max-width: 1024px) and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }

  /* Textos e títulos */
  h1 { font-size: 46px; }
  h2 { font-size: 38px; }
  h3 { font-size: 22px; }
  p, li, a, span { font-size: 16px; line-height: 1.6; }

  /* Hero */
  .sharp-hero-text h1 { font-size: 44px; }
  .sharp-hero-text h2 { font-size: 28px; }
  .sharp-hero-text p { font-size: 18px; }
  .sharp-hero-images { height: 320px; }

  /* Highlight */
  .highlight-content { padding: 30px; }
  .highlight-text p { font-size: 26px; line-height: 38px; }

  /* Partnership quality */
  .partnership-quality h2 { font-size: 42px;
  max-width: 100%;
  margin-bottom: 15px; }
  .quality-text p { font-size: 18px; }

  /* Feature boxes */
  .feature-boxes { padding: 20px 0; }
  .features-grid { gap: 20px; }
  .feature-box h3 { font-size: 18px; }

  /* Solutions section */
  .sharp-solutions h2 { font-size: 44px; }
  .solutions-subtitle { font-size: 18px; }
  .solution-card-sharp h3 { font-size: 22px; }
  .solution-card-sharp p { font-size: 15px; }
  .solutions-grid { gap: 20px; }

  /* Partnerships */
  .partnerships-text h2 { font-size: 44px; }
  .partnerships-text p { font-size: 18px; }

  /* Learn More */
  .learn-more-text h2 { font-size: 42px; }
  .learn-more-text p { font-size: 16px;
  line-height: 120%; }
  .learn-more-button { font-size: 18px; padding: 12px 24px; }

  /* Statistics */
  .stat-box h3 { font-size: 44px; }
  .stat-box p { font-size: 20px; }

  /* Testimonial */
  .testimonial-quote blockquote { font-size: 17px; }
  .testimonial-client-info h4 { font-size: 15px; }
  .testimonial-client-info p { font-size: 13px; }

  section { padding: 50px 0; }

  .stats-grid { gap: 10px; }
  .quality-content { 
    grid-template-columns: 1fr;
}
.partnerships-handshake-image img {
    display: none;
}
}