    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #232626;
      color: #c3b5a2;
      line-height: 1.6;
    }
    a {
      color: #ffffff;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    b, strong {
      color: #ffffff;
    }
    header {
      text-align: center;
      padding: 80px 20px 40px;
    }
    header img {
      max-width: 300px;
      margin-bottom: 20px;
    }
    header h1 {
      font-size: 1.8rem;
      font-weight: 600;
      margin: 0;
    }
    .section {
      padding: 30px 20px;
      width: 100%;
    }
    .section-inner {
        max-width: 1152px;
        margin: 0 auto;
        width: 100%; /* Teljes szélesség használata */
        padding: 0 20px; /* Oldalsó padding */
        box-sizing: border-box;
    }  
    .intro-section {
      background: #4e5153;
    }
    .links-section {
      background: #4e5153;
    }
    .research-section {
      background: #6c6f71;
    }
    .business-section {
      background: #4e5153;
      display: flex;
      flex-direction: column;
      gap: 60px;
    }
    .cta-section {
      background-color: #232626;
      box-sizing: ;border-box;
    }
    .intro-layout {
      display: flex;
      width: 95%;
      flex-direction: column;
      gap: 0px;
      margin: 0 auto;
    }
    .intro-prepost {
      color: #c3b5a2;
      text-align: center;
    }
    .intro-content {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0px;
      flex-wrap: wrap;
    }
    .intro-adatkez {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0px;
      flex-wrap: wrap;
      width: 95%;
    }
    .intro-adatkez p {
      font-size: 1rem;
      width: 100%;
      max-width: 1152px;
      margin: 0 auto;
      padding: 10px 0px;
      box-sizing: border-box;
    }
    .intro-adatkez h1, h2, h3 {
      width: 100%;
      max-width: 1152px;
      margin: 0 auto;
      padding: 20px 0px;
      box-sizing: border-box;
      color: #bdb6ab;
    }
    .intro-adatkez ol, ul {
      width: 100%;
      max-width: 1152px;
      margin: 0 auto;
      padding: 20px 60px;
      box-sizing: border-box;
    }
    .intro-adatkez th {
      color: #ffffff;
    }
    .intro-adatkez td {
      vertical-align: top;
      padding: 5px;
    }

    .intro-illustration {
      flex: 1;
      display: flex;
      align-items: right;
      justify-content: center;
    }
    .intro {
      flex: 1;
      background: #1e1e1e;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.4);
      width: 100%;
      margin: 0 auto; /* Központosítás */
      box-sizing: border-box; /* Padding beleszámítása */
    }
    .abra {
      padding: 30px;
      background-color: White;
      max-width: 70%;
      margin: 20px auto;
    }

    .info-links {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .info-link {
      background: #1e1e1e;
      padding: 15px;
      border-radius: 20px;
      text-align: center;
      flex: 1 1 250px;
      text-decoration: none;
      color: #EAEAEA;
      font-weight: 600;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s;
    }
    .info-link:hover {
      background: #2b2b2b;
    }

    .research-header {
      margin-bottom: 20px;
    }


    .research-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }

    .research-scroll {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding: 10px 0;
      padding-right: 1rem;
      padding-left: 1rem;
      flex-grow: 1;
    }

    .research-scroll::-webkit-scrollbar {
      display: none; 
    }

    .research-card {
      flex: 0 0 250px;
      background: #1e1e1e;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
    .research-card-highlight {
      flex: 0 0 250px;
      background: #ffffff;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
    .research-card-highlight p {
      color: #232626;
    }
    .research-card-highlight strong {
      color: #232626;
      font-size: 1.3rem;
    }

    .fade-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 10px;
      height: 100%;
      pointer-events: none; 
      background: linear-gradient(to left, #6c6f71, transparent);
    }
    .fade-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 100%;
      pointer-events: none; 
      background: linear-gradient(to right, #6c6f71, transparent);
    }

    .scroll-left, .scroll-right {
      background: #1e1e1e;
      color: #c3b5a2;
      border: none;
      width: 85px;
      height: 50px;
      border-radius: 50%;
      font-size: 25px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.4);
      transition: background 0.3s;
    }

    .scroll-left {
      margin-right: 10px;
    }
    .scroll-right {
      margin-left: 10px;
    }

    .scroll-left:hover, .scroll-right:hover {
      background: #2b2b2b;
    }


.business-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  gap: 0px;
}

.business-item.left {
  flex-direction: row;
}

.business-item.right {
  flex-direction: row-reverse;
}

.business-illustration img {
  width: 250px;
  height: auto;
}

.business-text {
  background: #1e1e1e;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  flex: 1;
}

.business-text h3 {
  color: #e0d4c1;
  margin-top: 0;
}

.business-text ul {
  padding-left: 20px;
}

.business-text ul li {
  margin-bottom: 10px;
}

.business-cta {
  text-align: center;
  margin-top: 40px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  justify-items: center; 
  width: 100%;
}

.cta-box {
  background-color: #c3b5a2;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 360px;
  justify-self: center;
}

.cta-box-text {
  padding: 30px;
}
.cta-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0;
  padding: -30px;
  filter: grayscale(100%) opacity(0.6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.cta-box h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.cta-box p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #1e1e1e;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #333;
}


@media (max-width: 768px) {
  .section {
    padding: 20px 10px;
  }
  .intro {
    padding: 20px;
    text-align: left; 
    width: 90%; 
  }
  .intro-layout {
    align-items: center;
  }
  .section-inner {
    width: 95%;
  }
  .business-section {
    gap: 30px;
  }
  
  .intro-content,
  .business-item,
  .business-item.left,
  .business-item.right {
    flex-direction: column !important;
    width: 90%;
    align-items: center;
    text-align: center; 
    gap: 10px;
  }
  
  .business-illustration {
    order: -1; 
  }
  
  .business-illustration img {
    width: 70%;
    max-width: 300px;
    margin-top: 20px;
  }
  
  .business-text {
    padding: 20px 30px;
    text-align: left; 
    width: 100%; 
  }

  .cta-section {
    padding-top: 30px;
  }
  
  .cta-box {
    flex: 1 1 100%;
  }
  
  header {
    padding: 40px 20px 20px;
  }
  
  header img {
    max-width: 250px;
  }
  
  header h1 {
    font-size: 1.4rem;
  }
}