 /* 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 {
    padding: 0 20px;
  }
}
/* HERO SECTION */
.document-hero-new {
  background-color: #f2f2f2;
  padding: 40px 0;
}

.hero-inner {
  position: relative;
  max-width: 1317px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

/* Background image fills container */
.hero-bg-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Overlay containing all floating elements */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none; 
}

/* INFO CARD positioned into left cavity */
.hero-info-card {
  position: absolute;
    bottom: 0;
    left:  0;
    max-width: 414px;
    width: 32%;
    height: 42%;
    padding: 20px;
    border-radius: 15px;
    background: #dc6339;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-info-card p {
  color: white;
  font-size: 18px;
  line-height: 141%;
  margin: 5px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* TITLE overlayed right of info-card */
.hero-title {
  position: absolute;
  top: 50%;
  left: 500px;
  color: white;
}

.hero-title h1 {
  color: white;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* QUOTE BUTTON positioned into right cavity */
.hero-quote-button {
  position: absolute;
  top: 5px;
  right: 5px;
  pointer-events: auto;
}

.quote-btn {
  background-color: #1E1E1E;
  color: white;
  border: none;
  padding: 10px 10px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  line-height: 120%;
  text-align: center;
  width: 140px;
  height: 148px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* Show only on mobile and tablet */
@media (min-width: 1024px) {
  .mobile-container {
    display: none !important;
  }
}

.mobile-container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  max-width: 400px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

.main-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 140%;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 140%;
  font-weight: 400;
}


.image-container {
  position: relative; 
  margin-bottom: 20px;
}

.main-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-image {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100px; 
  height: 130px;
  pointer-events: none; 
}
.overlay-card {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  min-width: 140px;
}

.overlay-card::before {
  content: "↗";
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 16px;
  color: #dc6339;
}

.overlay-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 5px;
}

.cta-button {
    background-color: #dc6339;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 280px;
}

.cta-button:hover {
  background-color: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.secondary-text {
   background-color: #e2e2e2;
  color: black;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 280px;
}
.secondary-text:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}


/* 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%;
}

.why-choose-subtitle p {
  font-size: 20px;
  line-height: normal;
  padding-top: 10px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid #dc6339;
}

.feature-icon {
  margin-right: 25px;
  flex-shrink: 0;
}

.feature-icon svg {
  align-items: start;
  width: 40px;
  height: 40px;
}

.feature-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-content ul {
  list-style-type: none;
}

.feature-content li,
.feature-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.feature-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.feature-content ul li::before {
  content: "•";
  color: #1c1c1c;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 18px;
}

/* Estilo do cartão CTA */
.cta-card {
  display: flex;
  align-items: end;
  justify-content: end;
}

.cta-button-why {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dc6339;
  color: #ffffff;
  padding: 50px 40px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  gap: 20px;
}

.cta-button-why svg {
  stroke: #ffffff;
}

/* Consulting Services Table */
.consulting-services-table {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.consulting-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap; 
  max-width: 1500px;
  margin: 0 auto 50px;
  text-align: left;
}

.consulting-header h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 132%;
  margin: 0;
}

.consulting-header .services-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  max-width: 600px;
  margin: 0;
}

.services-table {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid #dc6339;
}

.table-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dc6339;
}

.header-item {
  padding: 20px 25px;
  font-weight: 600;
  font-size: 24px;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 2px solid #dc6339;
  transition: background-color 0.3s ease;
}

.table-row:hover {
  background-color: #f8f9fa;
}

.table-row:last-child {
  border-bottom: none;
}

.table-cell {
  padding: 20px 25px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.table-cell:first-child {
  font-weight: 600;
  color: #1c1c1c;
  border-right: 2px solid #dc6339;
}

/* Business Sectors Section */
.business-sectors {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.business-sectors h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.sectors-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sector-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;
}

.sector-card:hover {
  transform: translateY(-5px);
}

.sector-image {
  height: 200px;
  overflow: hidden;
}

.sector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-content {
  padding: 25px;
}

.sector-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.sector-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Business Solutions Section */
.business-solutions {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.business-text {
  max-width: 950px;
}

.business-text h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 120%;
}

.business-text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .business-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.business-card {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.business-image img {
  width: 100%;
  height: 260px;
  padding: 20px;
  border-radius: 30px;
}

.business-content {
  padding: 30px;
}

.business-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.business-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}

.business-content strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* 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;
}

/* Complementary Solutions Section */
.complementary-solutions {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.solutions-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.solutions-text h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 120%;
}

.solution-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #dc6339;
  transition: all 0.3s ease;
  cursor: pointer;
}

.solution-content-consultoria {
  flex: 1;
}

.solution-content-consultoria h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.solution-content-consultoria p {
  font-size: 18px;
  line-height: 22px;
  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 img {
  transition: all 0.3s ease;
}
.solutions-images {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* fundo branco substituído por #f8f9fa */
.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-main {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.image-secondary {
  position: absolute;
  top: 60%;
  left: 10%;
  width: 30%;
  transform: translateX(-30%);
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Final CTA */
.final-cta {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.final-cta-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.final-cta-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.final-cta-text h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.final-cta-text p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.final-cta-buttons {
  display: flex;
  gap: 15px;
}

.final-cta-primary {
  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 {
  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);
}

/* Responsive Design */
@media (max-width: 768px) {
  .consulting-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .consulting-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;
  }
.solutions-content {
    grid-template-columns: 1fr; /* apenas uma coluna */
  }

  .solutions-text {
    order: 1; 
    text-align: center; 
  }

  .solutions-images {
    order: 2; 
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0; 
  }

  .solution-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .solution-content-consultoria h3 {
    font-size: 20px;
  }

  .solution-content-consultoria p {
    font-size: 16px;
  }

  .solutions-text h2 {
    font-size: 32px;
  }


  .transform-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sectors-grid {
    grid-template-columns: 1fr;
  }
  .document-hero-new {
    display: none;
  }
  .mobile-container {
    display: block;
  }
  /* --- Secção Why Choose --- */
  .why-choose-header {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .why-choose-subtitle p {
    padding-top: 0;
  }
  .features-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .feature-card {
    padding: 30px 0;
  }
  .cta-button-why {
    display: none;
  }
  .final-cta-content {
    grid-template-columns: 1fr;
  }
  .final-cta {
    padding: 10px 0;
  }

  .final-cta-text {
    order: -1; 
    text-align: center; 
  }
.final-cta-text h2 {
  font-size: 32px;
}
  .final-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .final-cta-buttons button {
    width: 100%;
    max-width: 300px;
  }
  h2 {
    text-align: center;
  }
  .table-cell:first-child {
    border-right: none;
  }
  .testimonial {
    display: none;
  }
  .why-choose-title h2, .consulting-services-table h2  {
    font-size: 32px;
  }
  .why-choose-section {
    padding: 30px 0;
  }
  .consulting-header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .consulting-services-table {
    padding: 30px 0;
  }
  .container {
  padding: 0 20px;
  margin: 0 auto;
}
.business-text h2 {
  font-size: 32px;
  line-height: 40px;
  text-align: start;
}
 /* --- Responsividade tabela descrição e funcionalidades --- */
 .table-header {
    display: none; /* oculta o cabeçalho */
  }

  .table-row {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;

  }

  .table-row .table-cell {
    padding: 15px 20px;
    font-size: 16px;
    border-right: none;
  }

  .table-row .table-cell:first-child {
    border-bottom: 1px solid #dc6339;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
  }

  .table-row .table-cell strong {
    font-size: 20px;
    line-height: 28px;
  }

  /* --- Responsividade corrosel grid --- */
.business-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 10px;
  }

  .business-grid > * {
    flex: 0 0 80%; /* cada card ocupa 80% da largura da tela */
    scroll-snap-align: start;
    border-radius: 10px;
  }

  /* opcional: oculta a scrollbar */
  .business-grid::-webkit-scrollbar {
    display: none;
  }

}

/* 
   RESPONSIVIDADE PARA TABLET (769px - 1024px)
   */
@media (min-width: 769px) and (max-width: 1024px) {

  /* Ajuste geral */
  body, p {
    font-size: 15px;
    line-height: 1.6;
  }

  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  h3 { font-size: 22px; }
  h4, h5, h6 { font-size: 18px; }

  .container {
    padding: 0 40px;
    max-width: 1200px;
  }

  /* HERO */
  .document-hero-new {
    display: none;
  }
  .hero-title h1 {
    font-size: 44px;
    line-height: 56px;
  }

  .hero-info-card p {
    font-size: 16px;
  }

  .quote-btn {
    font-size: 16px;
    width: 120px;
    height: 120px;
  }

  /* Seção "Why Choose" */
  .why-choose-title h2 {
    font-size: 38px;
  }

  .why-choose-subtitle p {
    font-size: 17px;
  }

  .feature-content h3 {
    font-size: 20px;
  }

  .feature-content p,
  .feature-content li {
    font-size: 16px;
  }

  .cta-button-why {
    font-size: 26px;
    padding: 40px 30px;
  }

  /* Seção Consultoria */
  .consulting-header h2 {
    font-size: 36px;
  }

  .consulting-header .services-subtitle {
    font-size: 18px;
  }

  .header-item {
    font-size: 20px;
  }

  .table-cell {
    font-size: 15px;
  }

  /* Setores e Soluções */
  .business-sectors h2,
  .business-text h2,
  .solutions-text h2,
  .final-cta-text h2 {
    font-size: 28px;
  }

  .business-text p,
  .solution-content-consultoria p,
  .final-cta-text p {
    font-size: 16px;
  }

  .business-content h3 {
    font-size: 20px;
  }

  .business-content p {
    font-size: 15px;
  }

  .solution-content-consultoria h3 {
    font-size: 20px;
  }

  /* Depoimentos */
  .testimonial-quote blockquote {
    font-size: 17px;
    line-height: 26px;
  }

  .testimonial-client-info h4 {
    font-size: 15px;
  }

  .testimonial-client-info p {
    font-size: 13px;
  }

  /* Botões e espaçamentos */
  button,
  .cta-button,
  .final-cta-primary,
  .final-cta-secondary {
    font-size: 15px;
    padding: 12px 24px;
  }

  section {
    padding: 60px 0;
  }

  /* Ajustes de grids */
  .sectors-grid {
    gap: 20px;
  }

  .solutions-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .business-grid {
    gap: 25px;
  }

  .testimonial-content {
    grid-template-columns: 1fr 1.5fr;
  }

  .testimonial-text {
    padding: 40px;
  }
}
