.individual-hero {
  height: 738px;
  display: flex;
  align-items: center;
  color: #fff;
}
.individual-hero--blue {
  background-color: #2f3da2;
  height: 570px;
}
.individual-hero--kurumsal {
  background-image: url("/assets/images/bg/bireysel-bg.webp");
  background-size: cover;
  background-position: center;
}
.individual-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.individual-hero__left {
  flex: 1 1 50%;
}
.individual-hero__right {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.individual-hero__left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.individual-hero__title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 700;
}
.individual-hero__subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 18px;
  opacity: 0.95;
  max-width: 640px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  padding: 12px 22px;
  background-color: #581678;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s, opacity 0.15s;
}
.hero-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.individual-hero__image-card {
  height: 450px;
  width: auto;
}
.individual-hero__image-mobile {
  height: 678px;
  width: auto;
  margin-bottom: -60px;
  margin-left: -7em;
}
.individual-features {
  padding: 72px 0;
  background-color: #f7f8fb;
}
.individual-features .section-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 24px;
}
.individual-features .section-subtitle {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 720px;
  color: #5b5c66;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.info-row__col {
  max-width: 496px;
}
.feature-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}
.feature-text {
  text-align: center;
}
.feature-text h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
}
.feature-text p {
  margin: 0;
  color: #6b7280;
}
.feature-image {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 6px;
  flex-shrink: 0;
  order: -1;
}
.feature-image img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .individual-hero__title {
    font-size: 34px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.info-rows {
  max-width: 920px;
  margin: 36px auto 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.info-row--reverse {
  direction: ltr;
}
.info-row--reverse .info-row__col--image {
  order: -1;
}
.info-row__col--image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.info-row__title {
  font-size: 28px;
  margin: 0 0 10px;
}
.info-row__subtitle {
  margin: 0;
  color: #555;
  line-height: 1.6;
}
@media(max-width:1024px){
  .individual-hero__right{
        margin-right: -1em;
  }
  .individual-hero__image-card{
        height: 415px;
  }
}
@media (max-width: 768px) {
  .individual-container {
    flex-direction: column-reverse;
    text-align: center;
    width: 85%;
  }
  .feature-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .info-row {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
  }
  .info-row--reverse {
    display: flex;
    flex-direction: column;
  }
  .info-rows {
    gap: 60px;
  }
  .individual-hero__right {
    margin-bottom: -32px;
    margin-right: 0;
  }
  .individual-hero__image-card {
    height: 360px;
  }
  .individual-hero__image-mobile {
    height: 448px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .ind-mob-res {
    flex-direction: column !important;
  }
  .individual-hero__title,
  .info-row__title {
    font-size: 24px;
  }
  .individual-hero__subtitle,
  .info-row__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
      .individual-hero__image-card {
    height: 280px;
  }
}