/* Buse Ercel — Hakkımızda Elementor widgets */

.be-about {
  font-family: 'Poppins', sans-serif;
  color: #5f5a52;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.be-about *,
.be-about *::before,
.be-about *::after {
  box-sizing: border-box;
}

.be-about img {
  max-width: 100%;
  height: auto;
  display: block;
}

.be-about__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #D3A05D;
  margin: 0 0 20px;
}

.be-about__title {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 600;
  line-height: 1.18;
  color: #151515;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.be-about__lead {
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  line-height: 1.85;
  margin: 0;
  max-width: 560px;
}

.be-about__hero {
  padding: 56px 0 72px;
}

.be-about__hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.be-about__visual {
  position: relative;
}

.be-about__img-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border: 1px solid rgba(211, 160, 93, 0.25);
}

.be-about__frame {
  position: absolute;
  top: 16px;
  right: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(211, 160, 93, 0.35);
  z-index: -1;
  pointer-events: none;
}

.be-about__img-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(211, 160, 93, 0.3);
  max-width: 220px;
}

.be-about__badge-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D3A05D;
  margin: 0 0 6px;
  font-weight: 600;
}

.be-about__badge-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #151515;
  margin: 0;
  font-weight: 500;
}

.be-about__section {
  padding: 72px 0;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.be-about__section--tight-top {
  padding-top: 48px;
}

.be-about__section--tight-bottom {
  padding-bottom: 48px;
}

.be-about__divider {
  width: 48px;
  height: 1px;
  background: #D3A05D;
  margin: 0 0 24px;
}

.be-about__subtitle {
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  font-weight: 600;
  color: #151515;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}

.be-about__subtitle--spaced {
  margin-bottom: 40px;
}

.be-about__grid-2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.be-about__text-block p,
.be-about__wysiwyg p {
  margin: 0 0 1.35em;
  font-size: 1rem;
  line-height: 1.85;
}

.be-about__text-block p:last-child,
.be-about__wysiwyg p:last-child {
  margin-bottom: 0;
}

.be-about__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.be-about__photo-wrap {
  position: relative;
  margin-bottom: 8px;
}

.be-about__photo {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border: 1px solid rgba(21, 21, 21, 0.08);
}

.be-about__photo-cap {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #151515;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(211, 160, 93, 0.25);
}

.be-about__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.be-about__card {
  padding: 24px 26px;
  background: rgba(211, 160, 93, 0.06);
  border: 1px solid rgba(211, 160, 93, 0.18);
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}

.be-about__card-icon {
  width: 40px;
  height: 40px;
  color: #D3A05D;
  font-size: 28px;
  line-height: 1;
}

.be-about__card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.be-about__card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
  margin: 0 0 6px;
}

.be-about__card-text {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.be-about__banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-bottom: 40px;
  align-items: stretch;
}

.be-about__banner-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.be-about__banner-quote {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(211, 160, 93, 0.22);
  background: rgba(211, 160, 93, 0.05);
  margin: 0;
}

.be-about__quote-text {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #151515;
  margin: 0 0 12px;
  font-weight: 500;
}

.be-about__quote-author {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D3A05D;
  margin: 0;
}

.be-about__values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.be-about__value {
  padding: 28px 24px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.35);
}

.be-about__value-num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #D3A05D;
  margin: 0 0 12px;
}

.be-about__value-title {
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
  margin: 0 0 8px;
  line-height: 1.4;
}

.be-about__value-text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
}

.be-about__services-grid {
  display: grid;
  gap: 20px;
}

.be-about__services-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.be-about__services-grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.be-about__services-grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.be-about__service {
  border: 1px solid rgba(21, 21, 21, 0.07);
  background: rgba(211, 160, 93, 0.03);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.be-about__service--linked {
  cursor: pointer;
}

.be-about__service-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.be-about__service-link:hover .be-about__service-title {
  color: #D3A05D;
}

.be-about__service:hover {
  border-color: rgba(211, 160, 93, 0.35);
  transform: translateY(-2px);
}

.be-about__service-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.be-about__service-body {
  padding: 20px 18px 22px;
}

.be-about__service-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #151515;
  margin: 0 0 8px;
  line-height: 1.35;
}

.be-about__service-desc {
  font-size: 0.82rem;
  line-height: 1.65;
  margin: 0;
}

.be-about__seo-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.be-about__seo-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 24px;
}

.be-about__seo-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid rgba(211, 160, 93, 0.2);
}

.be-about__seo-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.be-about__seo-mini img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.be-about__seo-text p {
  margin: 0 0 1.35em;
  font-size: 0.9875rem;
  line-height: 1.9;
}

.be-about__cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(211, 160, 93, 0.22);
  background: rgba(211, 160, 93, 0.04);
}

.be-about__cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.be-about__cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.be-about__cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.82) 100%);
  pointer-events: none;
}

.be-about__cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 64px 32px;
}

.be-about__cta-title {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 600;
  color: #151515;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.be-about__cta-sub {
  font-size: 0.95rem;
  color: #5f5a52;
  margin: 0 auto 32px;
  max-width: 480px;
}

.be-about__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.be-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.be-about__btn--primary {
  background: #D3A05D;
  color: #151515;
  border: 1px solid #D3A05D;
}

.be-about__btn--primary:hover {
  background: #c49252;
  border-color: #c49252;
  color: #151515;
}

.be-about__btn--outline {
  background: transparent;
  color: #151515;
  border: 1px solid #151515;
}

.be-about__btn--outline:hover {
  background: #151515;
  color: #fff;
  border-color: #151515;
}

@media (max-width: 1024px) {
  .be-about__hero-grid,
  .be-about__grid-2,
  .be-about__seo-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .be-about__values {
    grid-template-columns: repeat(2, 1fr);
  }

  .be-about__services-grid--cols-3,
  .be-about__services-grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .be-about__banner {
    grid-template-columns: 1fr;
  }

  .be-about__seo-visual {
    position: static;
    max-width: 520px;
  }

  .be-about__seo-img {
    aspect-ratio: 16/10;
  }
}

@media (max-width: 640px) {
  .be-about__hero,
  .be-about__section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .be-about__hero {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .be-about__section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .be-about__visual {
    max-width: 480px;
    margin: 0 auto;
  }

  .be-about__img-badge {
    left: 12px;
    bottom: -14px;
  }

  .be-about__frame {
    display: none;
  }

  .be-about__values,
  .be-about__services-grid--cols-2,
  .be-about__services-grid--cols-3,
  .be-about__services-grid--cols-4 {
    grid-template-columns: 1fr;
  }

  .be-about__card {
    grid-template-columns: 1fr;
  }

  .be-about__cta-inner {
    padding: 48px 20px;
  }

  .be-about__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .be-about__btn {
    width: 100%;
    max-width: 300px;
  }
}
