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

.degerle-goc-page {
  background: #ffffff;
  color: #061541;
}

.degerle-goc-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 72px;
  background: linear-gradient(90deg, rgba(9, 14, 21, 0.94) 0%, rgba(9, 14, 21, 0.84) 34%, rgba(9, 14, 21, 0.42) 62%, rgba(9, 14, 21, 0.1) 100%), url("../images/migration-page/hero-passport.jpg") center right / cover no-repeat;
}

.degerle-goc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

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

.degerle-goc-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}

.degerle-goc-mark {
  width: 56px;
  height: 3px;
  margin: 16px 0 20px;
  border-radius: 999px;
  background: #f47b20;
}

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

.degerle-goc-listing {
  padding: 58px 0 36px;
  background: #ffffff;
}

.degerle-goc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.degerle-goc-card {
  overflow: hidden;
  border: 1px solid rgba(6, 21, 65, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(6, 21, 65, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.degerle-goc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 123, 32, 0.36);
  box-shadow: 0 18px 45px rgba(6, 21, 65, 0.14);
}

.degerle-goc-card-image {
  display: block;
  aspect-ratio: 181 / 137;
  overflow: hidden;
  background: #eef1f5;
}

.degerle-goc-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.degerle-goc-card:hover .degerle-goc-card-image img {
  transform: scale(1.05);
}

.degerle-goc-card-body {
  display: flex;
  flex-direction: column;
  min-height: 188px;
  padding: 18px 16px 15px;
}

.degerle-goc-card h3 {
  margin: 0 0 10px;
  color: #061541;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.degerle-goc-card p {
  margin: 0;
  color: #31394d;
  font-size: 13px;
  line-height: 1.65;
}

.degerle-goc-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 38px;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid rgba(244, 123, 32, 0.36);
  border-radius: 7px;
  color: #061541;
  font-size: 13px;
  font-weight: 800;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.degerle-goc-card-link .icon {
  font-size: 14px;
  transition: transform 180ms ease;
}

.degerle-goc-card:hover .degerle-goc-card-link {
  color: #ffffff;
  border-color: #f47b20;
  background: #f47b20;
}

.degerle-goc-card:hover .degerle-goc-card-link .icon {
  transform: translateX(4px);
}

.degerle-goc-cta {
  padding: 8px 0 56px;
  background: #ffffff;
}

.degerle-goc-cta-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 25px 34px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff7518 0%, #ff8a22 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.degerle-goc-cta-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.degerle-goc-cta-icon {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.degerle-goc-cta-icon svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  fill: none;
}

.degerle-goc-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 690px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
}

.degerle-goc-cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 210px;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 7px;
  background: #ffffff;
  color: #f47b20;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(6, 21, 65, 0.1);
}

.degerle-goc-cta-btn:hover {
  color: #061541;
}

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

@media (max-width: 991px) {
  .degerle-goc-hero {
  min-height: 360px;
  padding: 108px 0 62px;
  }

  .degerle-goc-hero h1 {
  font-size: 42px;
  }

  .degerle-goc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .degerle-goc-cta-inner {
  grid-template-columns: auto minmax(0, 1fr);
  }

  .degerle-goc-cta-btn {
  grid-column: 1 / -1;
  justify-self: start;
  }
}

@media (max-width: 575px) {
  .degerle-goc-hero {
  min-height: auto;
  padding: 104px 0 52px;
  background: linear-gradient(90deg, rgba(9, 14, 21, 0.95), rgba(9, 14, 21, 0.72)), url("../images/migration-page/hero-passport.jpg") center right / cover no-repeat;
  }

  .degerle-goc-hero h1 {
  font-size: 36px;
  }

  .degerle-goc-listing {
  padding: 36px 0 24px;
  }

  .degerle-goc-grid {
  grid-template-columns: 1fr;
  gap: 20px;
  }

  .degerle-goc-card-body {
  min-height: 0;
  }

  .degerle-goc-cta-inner {
  grid-template-columns: 1fr;
  padding: 24px;
  text-align: left;
  }

  .degerle-goc-cta h2 {
  font-size: 24px;
  }

  .degerle-goc-cta-btn {
  width: 100%;
  }
}