/*
 * Değerlenir — about-us page styles
 * Loaded only by about-us.html. Shared header rules live in degerle-header.css.
 */

:root {
  --about-navy: #061947;
  --about-orange: #f47a22;
  --about-text: #1b2638;
  --about-muted: #5d6676;

}

.degerle-project-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 122px 0 78px;
  background: linear-gradient(90deg, rgba(5, 16, 43, 0.96) 0%, rgba(5, 16, 43, 0.84) 43%, rgba(5, 16, 43, 0.28) 100%), var(--degerle-page-hero-bg, url("../images/izmir.jpg")) center / cover no-repeat;
}

.degerle-project-hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  color: #ffffff;
}

.degerle-project-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.degerle-project-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7a1a;
}

.degerle-project-hero h1 {
  margin: 20px 0 16px;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
}

.degerle-project-mark {
  width: 58px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #ff7a1a;
}

.degerle-project-hero p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.75;
}

.degerle-about-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--about-text);
}

.degerle-about-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--about-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.degerle-about-mark {
  width: 58px;
  height: 4px;
  margin: 18px 0 22px;
  border-radius: 999px;
  background: var(--about-orange);
}

.degerle-reason-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: #e6e8ee;
}

.degerle-about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #fff4ec;
  color: var(--about-orange);
}

.degerle-about-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
}

.degerle-about-section {
  padding: 70px 0;
}

.degerle-about-title {
  margin-bottom: 42px;
  text-align: center;
}

.degerle-about-title h2 {
  margin: 0;
  color: var(--about-navy);
  font-size: 30px;
  line-height: 1.2;
}

.degerle-about-title .degerle-about-mark {
  margin: 14px auto 0;
}

.degerle-reasons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.degerle-reason-card {
  position: relative;
  padding: 0 18px;
  text-align: center;
}

.degerle-reason-card h3 {
  margin: 10px 0 10px;
  color: var(--about-navy);
  font-size: 16px;
  line-height: 1.25;
}

.degerle-reason-card p {
  margin: 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.7;
}

.degerle-founder {
  display: grid;
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
  align-items: stretch;
  background: #f6f7fa;
}

.degerle-founder-img img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.degerle-founder-content {
  padding: 58px 64px;
  background: #fbfbfd;
}

.degerle-founder-content h2 {
  margin: 0 0 22px;
  color: var(--about-navy);
  font-size: 32px;
  line-height: 1.2;
}

.degerle-founder-content h2 span {
  color: var(--about-orange);
}

.degerle-founder-content p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
}

.degerle-founder-quote {
  position: relative;
  margin-top: 24px;
  padding: 20px 28px;
  border-left: 4px solid var(--about-orange);
  color: var(--about-navy);
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
}

.degerle-mission-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.degerle-mv-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 34px 40px;
}

.degerle-mv-card.is-mission {
  background: #fff4ec;
}

.degerle-mv-card.is-vision {
  background: #f2f5fb;
}

.degerle-mv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--about-orange);
  color: #ffffff;
}

.degerle-mv-card.is-vision .degerle-mv-icon {
  background: var(--about-navy);
}

.degerle-mv-icon svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  fill: none;
}

.degerle-mv-card h3 {
  margin: 0 0 10px;
  color: var(--about-navy);
  font-size: 18px;
}

.degerle-mv-card p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .degerle-reasons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 0;
  }
}

@media (max-width: 991px) {
  .degerle-mission-vision,
  .degerle-founder {
  grid-template-columns: 1fr;
  }

  .degerle-reason-card:not(:last-child)::after {
  display: none;
  }

  .degerle-founder-content {
  padding: 38px 26px;
  }
}

@media (max-width: 767px) {
  .degerle-reasons {
  grid-template-columns: 1fr;
  gap: 26px;
  }

  .degerle-mv-card {
  grid-template-columns: 1fr;
  padding: 28px 24px;
  text-align: center;
  }

  .degerle-mv-icon {
  margin: 0 auto;
  }
}
