/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
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: 1400px) and (min-width: 1100px) {
  .container {
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* Unibind specific styles */
.unibind-hero {
  background-color: #f2f2f2;
  padding: 80px 1px;
  color: #333;
}

.unibind-image-wrapper {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.unibind-image-wrapper img {
  width: 100%;
  display: block;
}

.unibind-floating-box {
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 30%;
  height: 42%;
}

.unibind-floating-box img {
  max-width: 100%;
  height: 100%;
  display: block;
}

.unibind-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.unibind-hero-left h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 30px;
}

.unibind-hero-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 40px;
}

.unibind-cta-button {
  background-color: #dc6339;
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.unibind-cta-button:hover {
  background-color: #dc6339;
  transform: translateY(-2px);
}

.unibind-hero-image img {
  height: 400px;
  width: auto;
  border-radius: 15px;
  object-fit: cover;
}

.unibind-why-choose {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.unibind-why-title {
  text-align: center;
  margin-bottom: 60px;
}

.unibind-why-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.unibind-why-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.unibind-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.unibind-feature-card {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s ease;
}

.unibind-feature-card:hover {
  transform: translateY(-5px);
}

.unibind-feature-icon {
  width: 80px;
  height: 80px;
  background-color: #e85d24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.unibind-feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.unibind-feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.unibind-advanced-solutions {
  padding: 80px 0;
  background-color: #f2f2f2;
  max-width: 1400px;
}

.unibind-advanced-title {
  text-align: center;
  margin-bottom: 60px;
}

.unibind-advanced-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
  max-width: 850px;
}

.unibind-advanced-subtitle {
  font-size: 22px;
  font-weight: 400;
  max-width: 1100px;
  line-height: 32px;
}

.unibind-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.unibind-solution-item {
  padding: 10px;
  border-radius: 15px;
}
.unibind-equipment-image {
  text-align: center;
  margin-top: 40px;
}

.unibind-equipment-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 15px;
}

.unibind-sectors {
  padding: 80px 0;
  background-color: white;
}

.unibind-sectors-title {
  text-align: center;
  margin-bottom: 60px;
}

.unibind-sectors-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.unibind-sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.unibind-sector-image {
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.unibind-sector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unibind-sector-card h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: start;
}

.unibind-sector-card p {
  font-size: 18px;
  line-height: 25px;
  text-align: start;
  margin-bottom: 20px;
}

.unibind-final-cta {
  padding: 80px 0;
  background: transparent;
  color: white;
  text-align: center;
}

.unibind-final-cta h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.unibind-final-cta p {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.unibind-final-button {
  background-color: #e85d24;
  color: white;
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.unibind-final-button:hover {
  background-color: #d54d1e;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .container {
    margin: 0 auto;
    padding: 0 20px;
  }
  h1,
  h2,
  p {
    text-align: center;
  }
  .unibind-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .unibind-hero-left h1 {
    font-size: 36px;
  }

  .unibind-features-grid {
    grid-template-columns: 1fr;
  }

  .unibind-solutions-grid {
    grid-template-columns: 1fr;
  }

  .unibind-sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .unibind-final-cta h2 {
    font-size: 32px;
  }
  .unibind-advanced-title h2 {
    text-align: start;
    font-size: 28px;

  }
  .unibind-advanced-subtitle {
    text-align: start;
    font-size: 18px;
    line-height: normal;
  }
  .unibind-advanced-solutions {
    padding: 30px 0;
  }
  .unibind-solution-item p {
    font-size: 18px;
    text-align: start !important;
  }
}

@media (max-width: 480px) {
  .unibind-sectors-grid {
    grid-template-columns: 1fr;
  }
}

.final-cta-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.final-cta-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.final-cta-text {
  padding: 20px;
}

.final-cta-text h2 {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.final-cta-text p {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.final-cta-buttons {
  display: flex;
  gap: 15px;
}

.final-cta-primary,
.final-cta-secondary {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.final-cta-primary {
  background-color: #e85d24;
  color: white;
}

.final-cta-secondary {
  background-color: #f0f0f0;
  color: #333;
}

.final-cta-primary:hover {
  background-color: #d54d1e;
}

.final-cta-secondary:hover {
  background-color: #ddd;
}

@media (max-width: 768px) {
 .final-cta-content {
    grid-template-columns: 1fr;  
  }

  .final-cta-text {
    order: 1;
    text-align: start;
  }

  .final-cta-image {
    order: 2;
  }
  .unibind-final-cta {
    padding: 20px 0;
  }
}

/* Unibind Hero Section */
.unibind-hero {
  background-color: #f2f2f2;
  padding: 80px 0;
  color: #333;
}

.unibind-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Why Choose Section */
.why-choose-section {
  padding: 80px 0;
}

.why-choose-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

.why-choose-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  min-width: 800px;
}

.why-choose-subtitle p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  max-width: 500px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #dc6339;
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 25px;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 40px;
  height: 40px;
}

.feature-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.feature-content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dc6339;
  color: #1c1c1c;
  padding: 20px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

.cta-button svg {
  stroke: #ffffff;
}
/* Unibind Advanced Solutions */
.unibind-advanced-title {
  text-align: left;
  margin-bottom: 18px;
}
.unibind-advanced-image {
  width: 100%;
  margin-bottom: 36px;
}

.unibind-advanced-image img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.unibind-solutions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.unibind-solution-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  position: relative;
}

.unibind-solution-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}

.unibind-solution-item p {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
}

.solution-divider {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #dc6339;
  margin-top: auto;
  padding-top: 18px;
  border-radius: 2px;
}

/* Unibind Sectors */
.unibind-sectors {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.unibind-sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.unibind-sector-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 30px 20px;
  text-align: center;
}

.unibind-sector-image {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0;
  height: auto;
}

.unibind-sector-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

.unibind-sector-card p:last-child {
  margin-bottom: 0;
}
.unibind-sectors-header {
  display: flex;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}

.unibind-sectors-header h2,
.unibind-sectors-header p {
  margin: 0;
}
.unibind-sectors-header h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 30px;
  max-width: 600px;
}
.unibind-sectors-header p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 600px;
}

@media (max-width: 992px) {
  .unibind-sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .unibind-sectors-grid {
    grid-template-columns: 1fr;
  }
}

/* Unibind Final CTA */
.unibind-final-cta {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.final-cta-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.final-cta-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.final-cta-text {
  text-align: left;
}

.final-cta-text h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 120%;
}

.final-cta-text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.final-cta-buttons {
  display: flex;
  gap: 15px;
}

.final-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dc6339;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.final-cta-primary:hover {
  background-color: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.final-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
  color: #1C1C1C;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.final-cta-secondary:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}

/* TI Computing Hero Section */
.ti-computing-hero {
  background-color: #f5f5f5;
  padding: 60px 0;
  color: #333;
  position: relative;
  overflow: hidden;
}

.ti-computing-hero::before {
  content: none;
}

.hero-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 40px;
}

.hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-badge {
  display: none;
}

.hero-left h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 20px 0;
}

.hero-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 30px;
}

.hero-cta {
  display: flex;
  gap: 30px;

}

.hero-cta-primary {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  background-color: #dc6339;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-cta-primary:hover {
  background-color: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.hero-cta-secondary {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  background-color: #e2e2e2;
  color: #1C1C1C;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-cta-secondary:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.hero-image-container {
  width: 100%;
  height: auto;
}

.hero-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-info-box {
  background-color: #e85d24;
  padding: 25px;
  border-radius: 15px;
  color: white;
}

.hero-info-box p {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.5;
}

.hero-info-box p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}

.hero-image {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.computing-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Why Choose Computing Section */
.why-choose-computing {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.computing-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.computing-subtitle {
  display: flex;
  align-items: flex-start;
}

.computing-subtitle p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.computing-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.computing-feature-item {
  background-color: white;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.computing-feature-item:hover {
  transform: translateY(-5px);
}

.why-feature-icon {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-content {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.feature-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-content li {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

.feature-content li::before {
  content: "•";
  color: #e85d24;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.cta-section {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  background-color: #dc6339;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button span {
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* 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;
}

/* Equipment Categories Section */
.equipment-categories {
  padding: 80px 0;
  background-color: white;
}

.equipment-categories h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.categories-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.equipment-card {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.equipment-card:hover {
  background-color: white;
  border-color: #e85d24;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.equipment-icon {
  width: 60px;
  height: 60px;
  background-color: #e85d24;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.equipment-icon svg {
  color: white;
}

.equipment-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.equipment-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Business Solutions Section */
.business-solutions {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.business-solutions h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.2;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.solution-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.solution-image {
  height: 200px;
  overflow: hidden;
}

.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-content {
  padding: 25px;
}

.solution-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.solution-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Complementary Solutions Section */
.complementary-solutions {
  padding: 80px 0;
  background-color: white;
}

.solutions-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.solutions-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.2;
}

.solution-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.solution-item:last-child {
  border-bottom: none;
}

.solution-item:hover {
  background-color: #f8f9fa;
  margin: 0 -20px;
  padding: 20px;
  border-radius: 10px;
}

.solution-icon {
  width: 50px;
  height: 50px;
  background-color: #e85d24;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution-icon svg {
  color: white;
  width: 24px;
  height: 24px;
}

.solution-content {
  flex: 1;
}

.solution-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.solution-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.solution-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.solution-arrow svg {
  color: #666;
}

.solution-item:hover .solution-arrow {
  background-color: #e85d24;
  border-color: #e85d24;
}

.solution-item:hover .solution-arrow svg {
  color: white;
}

.solutions-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-image-large img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .unibind-hero-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .unibind-hero-left {
    display: contents;
    text-align: center;
  }

  .unibind-hero-left h1 {
    order: 1;
    font-size: 28px;
  }
  .unibind-hero-left p {
    order: 1;
    font-size: 18px;
    line-height: normal;
  }

  .unibind-image-wrapper {
    order: 2;
  }

  .unibind-features-grid {
    grid-template-columns: 1fr;
  }

  .unibind-feature-card {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .unibind-feature-icon {
    margin: 0 auto 20px auto;
  }

  .unibind-feature-card .feature-content {
    padding: 0;
  }

  .unibind-cta-section {
    justify-content: center;
  }

  .unibind-solutions-grid {
    grid-template-columns: 1fr;
  }

  .unibind-sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .unibind-final-cta h2 {
    font-size: 32px;
  }
  .final-cta-text p {
    font-size: 18px;
    line-height: normal;
  }

  .computing-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .computing-feature-item {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .feature-icon {
    margin: 0 auto 20px auto;
  }

  .feature-content {
    padding: 0;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .solutions-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-grid {
    grid-template-columns: 1fr;
  }
  .why-choose-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .why-choose-title h2 {
    font-size: 32px;
    min-width: 100%;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    flex-direction: column;
    text-align: start;
    padding: 10px;
  }
  .feature-card p {
    text-align: start;
  }
  .feature-icon {
    align-items: start;
    margin: 0 auto 20px auto;
  }
  .unibind-solutions-grid {
    grid-template-columns: 1fr;
  }
  .unibind-sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-button {
    display: none;
  }
  .hero-cta {
    order: 3;
    flex-direction: column;
    gap: 10px;
  }

  .hero-cta button {
    width: 100%;
    max-width: 300px;
  }
  .testimonial {
    display: none;
  }
}

@media (max-width: 480px) {
  .unibind-sectors-grid {
    grid-template-columns: 1fr;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .final-cta-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .final-cta-buttons {
    flex-direction: column;
  }
  .unibind-advanced-image img {
    display: none;
  }
  
.unibind-sectors-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.unibind-sectors-grid {
    display: flex !important;               
    flex-wrap: nowrap;
    overflow-x: auto;                       
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;      
    gap: 16px;                             
    padding: 12px 16px;                     
    box-sizing: border-box;
  }

 
  .unibind-sectors-grid > * {
    flex: 0 0 80%;          
    max-width: 80%;
    scroll-snap-align: start;
    border-radius: 15px;
    box-sizing: border-box;
  }
  .unibind-sectors-grid::-webkit-scrollbar { display: none; } 
  .unibind-sectors-grid { -ms-overflow-style: none; scrollbar-width: none; }

  .unibind-sector-card {
    padding: 20px;
    text-align: left;
  }

  .unibind-sector-image img {
    object-fit: cover;
  }
  .unibind-sectors-header h2 {
    font-size: 26px;
  }
}
/* ===== AJUSTE PARA TABLET (versão mais compacta - 70%) ===== */
@media (min-width: 769px) and (max-width: 1024px) {

  body {
    font-size: 0.9em;
  }

  h1 { font-size: 30px !important; }
  h2 { font-size: 28px !important; }
  h3 { font-size: 22px !important; }
  h4, h5, h6 { font-size: 18px !important; }

  p, li, a, span, button {
    font-size: 16px !important;
    line-height: 120%;
  }

  .container {
    padding: 0 30px;
  }

  .hero-text h1 {
    font-size: 38px !important;
  }

  .hero-text p {
    font-size: 18px !important;
    line-height: 1.6;
  }

  .section-title,
  .resources-title,
  .quality-section h2,
  .cta-text h2 {
    font-size: 34px !important;
  }

  .solutions-text p,
  .resources-description,
  .cta-text p {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .cta-button,
  .cta-button-secondary,
  .submit-button {
    font-size: 0.9em !important;
    padding: 10px 20px;
  }

  .service-item h3,
  .feature-content h3 {
    font-size: 18px !important;
  }

  .service-item p,
  .feature-content p {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .quality-card h3 {
    font-size: 18px !important;
  }

  .quality-card p {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .solution-card-suporte h3 {
    font-size: 18px !important;
  }

  .solution-card-suporte p {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .form-header h1 {
    font-size: 26px !important;
  }

  .form-header p {
    font-size: 18px !important;
    line-height: 1.6;
  }

  .why-choose-title h2 {
    min-width: 100%;
    font-size: 36px !important;
  }
}
