.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Hero Section */
.top-image-container {
  width: 1200px;
  height: 387px;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow: hidden;
}

.top-image-container img {
  width: 100%;
  height: 100%;
}

.content-section-lexmark{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  padding: 30px;
}

.text-content {
  max-width: 550px;
}

.h1-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 129.1%;
  letter-spacing: -2.35px;
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
  text-align: start;
}

.h1-sub {
  font-weight: 500; /* Medium */
  font-size: 40px;
  display: block;
  text-align: start;
}

.text-content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500; 
  font-size: 22px;
  color: #1c1c1c;
  opacity: 0.7;
  line-height: 150%;
  letter-spacing: -0.01em; 
  margin-bottom: 32px;
  width: 447px;
  text-align: start;
}

.cta-button {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-color: #9a2686;
  color: #ffffff;
  border: none;
  padding: 15px 15px;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 35px;
  text-decoration: none;
  width: 418px;
  height: 20px;
  justify-content: center;
}

.cta-button .arrow {
  background-color: #fff;
  color: #9a2686;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-image-container {
  width: 713px;
  height: 401px;
  background-color: #ccc; 
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}



/* Partnership Section */
.partnership-section {
  padding: 4rem 0;
  background: #2d2d2d;
  color: white;
}

.partnership-content {
  display: grid;
  grid-template-columns: 445px 1fr;
  gap: 4rem;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.partnership-image {
  border-radius: 20px;
  overflow: hidden;
}

.partnership-image img {
  width: 100%;
  height: 700px;
}

.partnership-text {
  padding-top: 2rem;
}

.partnership-text h2 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 118%;
    letter-spacing: -0.32px;
    color: white;
}

.partnership-text p {
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 150%;
    color: #ffffff;
    letter-spacing: -0.8px;
    margin-bottom: 1.5rem;
}

.partnership-text p:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments for partnership */
@media (max-width: 1024px) {
  .partnership-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .partnership-text h2 {
    font-size: 2.5rem;
  }

  .partnership-image img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .partnership-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .partnership-image img {
    height: auto;
  }

  .partnership-text {
    padding-top: 0;
  }

  .partnership-text h2 {
    font-size: 2rem;
  }
	
	/* Hero Section */
	.top-image-container {
    width: 100%;
    height: auto;
  }

  .top-image-container img {
    height: auto;
  }

  .right-image-container {
    display: none;
  }

  .content-section-lexmark {
    flex-direction: column;
    align-items: center;
  }

  .text-content {
    text-align: center;
    max-width: 100%;
  }
  .text-content p {
    text-align: center;
  }

  .h1-main {
    font-size: 28px;
	text-align: center;
  }

 .h1-sub {
    font-size: 28px;
	text-align: center;
}

  .cta-button {
    border: none;
    background-color: transparent;
    color: #9a2686;
    width: auto;
    gap: 5px;
  }

  .cta-button .arrow {
    background-color: transparent;
    color: #9a2686;
  }
}

@media (max-width: 480px) {
  .partnership-text h2 {
    font-size: 1.6rem;
  }

  .partnership-text {
    padding-top: 1rem;
  }
}

/* Features Section */
.features-section {
  padding: 4rem 0;
  background: #2d2d2d;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-card {
    background-color: #241d22;
    padding: 30px;
    border: 1px solid #9a2686;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-3px);
}

.feature-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.feature-content {
    font-family: 'Montserrat';
    font-size: 26px;
    line-height: 110%;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.16px;
    padding: 10px;
    text-align: center;
}

.feature-content h3 {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Solutions Lexmark Section */
.solutions-lexmark-section {
  padding: 60px 20px;
  background: #f2f2f2;
}

.solutions-content {
  display: grid;
  grid-template-columns: 1fr 550px;
  gap: 4rem;
  align-items: flex-start;
}

.solutions-text h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1c1c1c;
    line-height: 120%;
    letter-spacing: -0.16px;
	max-width: 700px
}
.solutions-text > p {
    font-family: 'Open Sans';
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.8px;
	max-width: 550px
}

.solution-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #9a2686;
}

.solution-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.solution-item h3 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 0.5rem;
}

.solution-item p {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #1c1c1c;
    line-height: 22px;
	max-width: 550px
}

.solutions-image-container {
  position: relative;
}

.solutions-image {
  border-radius: 20px;
  position: relative;
}

.solutions-image img {
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
}

.cta-box-overlay {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-opacity: blur (10px);
    color: #9a2686;
    padding: 50px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 8px 32px rgba(91, 108, 244, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 250px;
    height: 270px;
	z-index: 2;
}

.cta-box-overlay .cta-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: 2px solid #293992;
    color: white;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.cta-box-overlay .cta-arrow:hover {
  transform: scale(1.05);
}

.cta-box-overlay .cta-arrow svg {
    width: 24px;
    height: 24px;
    color: #293992;
}

.cta-box-overlay p {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 130.1%;
    color: #293992;
    padding-right: 40px;
    margin-top: 10px;
}
/* Ocutando botão testemunhos */
.desktop-only {
    display: inline-flex;
}
.mobile-only {
    display: none;
}

/* Responsive adjustments for solutions */
@media (max-width: 1024px) {
  .solutions-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .solutions-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
	
 .solution-item h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 0.5rem;
    text-align: center;
}
  .solutions-text h2 {
    font-size: 1.8rem;
  }

  .solutions-image img {
    height: auto;
    min-height: 300px;
  }

  .cta-box-overlay {
   display: none;
  }
}

@media (max-width: 480px) {
  .solutions-text h2 {
    font-size: 1.6rem;
  }

  .solution-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

}

/* Statistics Lexmark Section */
.statistics-lexmark-section {
  padding: 1rem 0;
  background: #f2f2f2;
}

/* Statistics Content */
.statistics-content-lexmark {
  display: grid;
  grid-template-columns: 1fr 415px;
  gap: 3rem;
  align-items: flex-start;
}

.statistics-images-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}

.stat-image-top,
.stat-image-bottom {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.stat-image-top {
  height: 300px;
}

.stat-image-bottom {
  height: 500px;
}

.stat-image-top img,
.stat-image-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-cards-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stat-card {
  padding: 2rem 1.5rem;
  border-radius: 20px;
  color: white;
  text-align: left;
  position: relative;
  flex: 1;
}

.stat-card.purple {
  background: linear-gradient(135deg, #9a2686, #293992);
	 padding: 2rem;
    border-radius: 20px;
    color: white;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    max-height: 300px;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.stat-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.stat-subtext {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 22px;
    font-weight: 500;
    opacity: 0.9;
    line-height: normal;
}

/* Responsive adjustments for statistics */
@media (max-width: 1024px) {
  .statistics-content-lexmark {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .statistics-images-left {
    flex-direction: row;
    gap: 1rem;
    height: auto;
  }

  .stat-image-top,
  .stat-image-bottom {
    flex: 1;
    height: 220px;
  }

  .stats-cards-right {
    height: auto;
  }
}

@media (max-width: 768px) {
  .testimonial-card-lexmark {
    flex-direction: column;
    height: auto;
  }

  .testimonial-card-lexmark .testimonial-image {
    flex: none;
    height: 200px;
  }

  .statistics-images-left {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-image-top,
  .stat-image-bottom {
    display: none;
  }

  .stats-cards-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .stat-card {
    flex: 1;
    min-width: 200px;
    padding: 1.5rem 1rem;
  }

  .stat-number {
    font-size: 1.4rem;
  }
	
	
	  /* Testemunhos Section */
	 .section-two-testimonials-title {
                font-size: 28px;
                margin-bottom: 35px;
            }

            .section-two-testimonials-carousel-wrapper {
                gap: 15px;
                padding: 0 30px;
            }

            .section-two-testimonials-nav-button {
                width: 40px;
                height: 40px;
            }

            .section-two-testimonials-nav-button svg {
                width: 16px;
                height: 16px;
            }

            .section-two-testimonials-card {
                flex-direction: column;
            }

            .section-testimonials-image {
                flex: 0 0 250px !important;
                min-height: 250px !important;
				overflow: visible;
            }

            .section-two-testimonials-content {
                padding: 35px 30px;
            }

            .section-two-testimonials-quote-icon {
                display: none;
            }

            .section-testimonials-quote {
                font-size: 18px !important;
				text-align: start !important;
                margin-bottom: 25px !important;
            }

            .section-two-testimonials-author {
                font-size: 18px;
            }

            .section-two-testimonials-role {
                font-size: 14px;
            }

            .desktop-only {
                display: none !important;
            }

            .mobile-only {
                display: flex !important;
                justify-content: center;
                gap: 12px;
                margin-top: 15px;
            }

            .gradient-btn {
                background: linear-gradient(90deg, rgb(41, 57, 146) 0%, rgb(154, 38, 134) 100%) !important;
                border: none !important;
                color: white !important;
            }

            .gradient-btn svg {
                fill: white !important;
            }
}

@media (max-width: 480px) {
  .stats-cards-right {
    flex-direction: column;
  }

  .stat-card {
    min-width: auto;
  }

  .stat-image-top,
  .stat-image-bottom {
    height: 180px;
  }
	/* Testemunhos Section */
	 .section-two-testimonials-title {
                font-size: 24px;
                margin-bottom: 30px;
            }

            .section-two-testimonials-carousel-wrapper {
                gap: 10px;
                padding: 0 30px !important;
            }

            .section-two-testimonials-nav-button {
                width: 35px;
                height: 35px;
            }

            .section-testimonials-image {
                flex: 0 0 220px !important;
                min-height: 300px !important;
				overflow: visible;
            }

            .section-two-testimonials-content {
                padding: 30px 25px;
            }

            .section-testimonials-quote {
                font-size: 14px;
                margin-bottom: 20px;
            }

            .section-two-testimonials-author {
                font-size: 16px;
            }

            .section-two-testimonials-role {
                font-size: 13px;
            }
	
}

/* About Lexmark Section */
.about-lexmark-section {
  padding: 4rem 0;
  background: #f2f2f2;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 800px;
  gap: 3rem;
  align-items: center;
}

.about-text h2 {
     font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #1c1c1c;
    letter-spacing: -2.35px;
    line-height: normal;
}

.about-text p {
     font-family: 'Open Sans';
    color: #1c1c1c;
    line-height: 157%;
    margin-bottom: 1.2rem;
    font-size: 22px;
    font-weight: 500;
}

.btn-lexmark-secondary {
    background: #293992;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
	display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-lexmark-secondary:hover {
  background: #293992;
  color: white;
}
.btn-icon-lexmark img {
	background: white;
	color: #293992;
}
.about-image {
  border-radius: 15px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 500px;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Hero */

  /* Sections */
  .partnership-content,
  .solutions-content,
  .statistics-content-lexmark,
  .about-content {
    grid-template-columns: 1fr 400px;
    gap: 2rem;
  }

  .features-grid {
    display: flex;            
    gap: 1rem;
    overflow-x: auto;         
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
  }

  .features-grid > * {
    flex: 0 0 80%;              
    scroll-snap-align: start;  
  }
	
  .stats-cards-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .stat-card {
    flex: 1;
    min-width: 200px;
    text-align: center;
  }
	.about-text h2 {
    font-size: 28px;
}
	.about-text p {
		font-size: 16px;
		padding: 0 20px;
	}
	.btn-lexmark-secondary {
    display: flex;     
    margin: 0 auto;     
  }
	.about-image img {
    width: 100%;
    height: auto;
}
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .stats-cards-right {
    flex-direction: column;
  }
}

/* Additional responsive adjustments */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partnership-content {
    grid-template-columns: 1fr;
  }

  .solutions-content {
    grid-template-columns: 1fr;
  }

  .statistics-content-lexmark {
    grid-template-columns: 1fr;
  }

  .about-content {
    grid-template-columns: 1fr;
  }
}

/* Testemunhos section */
        .section-testimonials-two {
            max-width: 1500px;
            margin: 0 auto;
			padding: 30px 0;
        }

        .section-two-testimonials-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 50px;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -0.16px;
            color: #1c1c1c;
            text-align: center;
            margin-bottom: 50px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .section-two-testimonials-carousel-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .section-two-testimonials-nav-button {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #1e1e1e;
            background: #f2f2f2;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
            z-index: 10;
        }

        .section-two-testimonials-nav-button:hover {
            background-color: #f2f2f2;
        }

        .section-two-testimonials-nav-button.active {
            background: linear-gradient(90deg, rgb(41, 57, 146) 0%, rgb(154, 38, 134) 100%);
            border: none;
        }

        .section-two-testimonials-nav-button svg {
            width: 20px;
            height: 20px;
            fill: #1e1e1e;
        }

        .section-two-testimonials-nav-button.active svg {
            fill: white;
        }

        .section-two-testimonials-carousel {
            flex: 1;
            overflow: hidden;
            border-radius: 20px;
        }

        .section-two-testimonials-cards {
            display: flex;
            transition: transform 0.4s ease;
        }

        .section-two-testimonials-card {
            min-width: 100%;
            display: flex;
            background: #9A2686;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .section-testimonials-image {
            flex: 0 0 25%;
            background-color: #9A2686;
            overflow: hidden;
        }

        .section-testimonials-image img {
            width: 100%;
            height: 100%;
        }

        .section-two-testimonials-content {
            flex: 1;
            background: #9A2686;
            padding: 50px 60px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .section-two-testimonials-quote-icon {
            position: absolute;
            top: 30px;
            right: 40px;
            width: 120px;
            height: 120px;
            opacity: 0.3;
        }

        .section-two-testimonials-quote-icon svg {
            width: 100%;
            height: 100%;
            fill: white !important;
        }


        element.style {}

        .section-testimonials-quote {
            font-family: 'Open Sans', sans-serif;
            font-size: 22px;
            line-height: 150%;
            color: white;
            margin-bottom: 30px;
            font-weight: 500;
            letter-spacing: -0.16px;
            max-width: 600px;
			opacity: 70%;
        }

        .section-two-testimonials-author {
            font-family: 'Monserrat', sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: white;
            margin-bottom: 5px;
        }

        .section-two-testimonials-role {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            color: white;
            opacity: 100%;
            font-weight: 400;
        }

/* Tablet Styles */
        @media (max-width: 900px) {
            .section-two-testimonials-title {
                font-size: 32px;
                margin-bottom: 40px;
            }

            .section-two-testimonials-carousel-wrapper {
                gap: 20px;
            }

            .section-two-testimonials-nav-button {
                width: 45px;
                height: 45px;
            }

            .section-two-testimonials-content {
                padding: 40px 45px;
            }

            .section-testimonials-quote {
                font-size: 16px;
            }
        }
