/* Hakkımızda sayfası — derlenmiş Tailwind sınıflarına bağımlılık azaltıldı */

.sellzy-about-page {
  overflow-x: hidden;
}

.sellzy-about-section {
  padding-bottom: 4.375rem;
}

.sellzy-about-section__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}

.sellzy-about-section__head h3 {
  color: #212b36;
  margin-bottom: 0.75rem;
}

.sellzy-about-section__head p {
  color: #637381;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Hero */
.sellzy-about-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 992px) {
  .sellzy-about-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 3rem;
  }
}

.sellzy-about-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 171, 85, 0.08);
  color: #00ab55;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.sellzy-about-hero__eyebrow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #00ab55;
}

.sellzy-about-hero__title {
  color: #212b36;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.sellzy-about-hero__block + .sellzy-about-hero__block {
  margin-top: 1.5rem;
}

.sellzy-about-hero__block h5 {
  color: #212b36;
  margin-bottom: 0.75rem;
}

.sellzy-about-hero__block p {
  color: #637381;
  line-height: 1.75;
  white-space: pre-line;
}

.sellzy-about-hero__media {
  border-radius: 1rem;
  border: 1px solid rgba(145, 158, 171, 0.24);
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 171, 85, 0.08), rgba(255, 214, 239, 0.35));
}

.sellzy-about-hero__media img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
}

.sellzy-about-hero__media-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(145, 158, 171, 0.24);
  box-shadow: 0 8px 24px rgba(145, 158, 171, 0.12);
}

.sellzy-about-hero__media-icon i {
  font-size: 3rem;
  color: #00ab55;
}

/* Güven şeridi */
.sellzy-about-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .sellzy-about-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .sellzy-about-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(145, 158, 171, 0.24);
    border-radius: 1rem;
    overflow: hidden;
  }
}

.sellzy-about-trust__item {
  background: #fff;
  padding: 1.25rem 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .sellzy-about-trust__item + .sellzy-about-trust__item {
    border-left: 1px solid rgba(145, 158, 171, 0.24);
  }
}

@media (max-width: 1023px) {
  .sellzy-about-trust__item {
    border: 1px solid rgba(145, 158, 171, 0.24);
    border-radius: 1rem;
  }
}

.sellzy-about-trust__item h4 {
  color: #212b36;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.sellzy-about-trust__item p {
  color: #637381;
  font-size: 0.875rem;
  line-height: 1.55;
}

/* Neden biz bandı */
.sellzy-about-why {
  background: #ffd6ef;
  border-radius: 1.5rem;
  padding: 2.5rem 1rem 2rem;
}

@media (min-width: 1024px) {
  .sellzy-about-why {
    padding: 3rem 2rem 2.5rem;
    border-radius: 2rem;
  }
}

.sellzy-about-why__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .sellzy-about-why__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.sellzy-about-why__card {
  background: #fff;
  border: 1px solid rgba(145, 158, 171, 0.24);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  height: 100%;
}

.sellzy-about-why__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: rgba(255, 171, 0, 0.12);
  margin-bottom: 0.75rem;
}

.sellzy-about-why__card-icon i {
  font-size: 1.75rem;
  color: #212b36;
}

.sellzy-about-why__card h5 {
  color: #212b36;
  margin-bottom: 0.35rem;
}

.sellzy-about-why__card p {
  color: #637381;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Öne çıkanlar */
.sellzy-about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 992px) {
  .sellzy-about-features {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
  }
}

.sellzy-about-features__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sellzy-about-features__list li {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}

.sellzy-about-features__tick {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #00ab55;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
}

.sellzy-about-features__tick i {
  font-size: 0.875rem;
}

.sellzy-about-features__list p {
  color: #637381;
  line-height: 1.65;
}

.sellzy-about-features__panel {
  border: 1px solid rgba(145, 158, 171, 0.24);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  background: linear-gradient(145deg, #f9fafb 0%, rgba(0, 171, 85, 0.06) 100%);
  text-align: center;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sellzy-about-features__panel-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(145, 158, 171, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.sellzy-about-features__panel-icon i {
  font-size: 2.25rem;
  color: #00ab55;
}

/* Değerler */
.sellzy-about-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .sellzy-about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .sellzy-about-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.sellzy-about-values__item {
  border: 1px solid rgba(145, 158, 171, 0.24);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: #fff;
  height: 100%;
  transition: border-color 0.2s ease;
}

.sellzy-about-values__item:hover {
  border-color: rgba(0, 171, 85, 0.35);
}

.sellzy-about-values__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: rgba(0, 171, 85, 0.08);
  color: #00ab55;
  margin-bottom: 1rem;
}

.sellzy-about-values__item-icon i {
  font-size: 1.5rem;
}

.sellzy-about-values__item h5 {
  color: #212b36;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.sellzy-about-values__item p {
  color: #637381;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* İletişim */
.sellzy-about-contact {
  border: 1px solid rgba(145, 158, 171, 0.24);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(244, 246, 248, 0.65);
}

.sellzy-about-contact__head {
  padding: 1.5rem 1rem;
  text-align: center;
  background: rgba(145, 158, 171, 0.12);
  border-bottom: 1px solid rgba(145, 158, 171, 0.24);
}

.sellzy-about-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .sellzy-about-contact__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sellzy-about-contact__cell + .sellzy-about-contact__cell {
    border-left: 1px solid rgba(145, 158, 171, 0.24);
  }
}

.sellzy-about-contact__cell {
  padding: 1.5rem 1rem;
  text-align: center;
  background: #fff;
}

@media (max-width: 767px) {
  .sellzy-about-contact__cell + .sellzy-about-contact__cell {
    border-top: 1px solid rgba(145, 158, 171, 0.24);
  }
}

.sellzy-about-contact__cell-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 171, 0, 0.12);
  margin-bottom: 0.75rem;
}

.sellzy-about-contact__cell h5 {
  color: #212b36;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.sellzy-about-contact__foot {
  padding: 1.25rem 1rem;
  text-align: center;
  border-top: 1px solid rgba(145, 158, 171, 0.24);
  background: #fff;
}

/* Alt bağlantılar */
.sellzy-about-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.sellzy-about-quicklinks a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(145, 158, 171, 0.24);
  background: #fff;
  color: #212b36;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.sellzy-about-quicklinks a:hover {
  border-color: rgba(0, 171, 85, 0.45);
  color: #00ab55;
}

/* CTA butonları — derlenmiş rounded-[80px] yerine sabit stil */
.sellzy-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  border: none;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: var(--color-primary, #00ab55);
  color: #fff;
  box-shadow: 0 6px 15px rgba(8, 129, 120, 0.16);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.sellzy-about-btn:hover {
  background: var(--color-primary-dark, #007b55);
  color: #fff;
  box-shadow: 0 4px 12px rgba(8, 129, 120, 0.12);
  transform: translateY(-1px);
}

.sellzy-about-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.sellzy-about-btn i {
  font-size: 1.125rem;
  line-height: 1;
}

.sellzy-about-btn-wrap {
  margin-top: 0.25rem;
}

.sellzy-about-contact__foot .sellzy-about-btn {
  min-width: 220px;
}
