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

.degerle-detail-page {
  background: #fff;
  color: #071641;
}

.degerle-detail-hero {
  position: relative;
  min-height: 430px;
  padding: 118px 0 54px;
  color: #fff;
  background: linear-gradient(90deg,rgba(4,17,48,.96) 0%,rgba(4,17,48,.82) 43%,rgba(4,17,48,.35) 100%),url("../images/migration-page/card-01.jpg") center right/cover no-repeat;
  overflow: visible;
}

.degerle-detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 38px;
  align-items: end;
}

.degerle-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.degerle-detail-badge span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4035;
}

.degerle-detail-hero h1 {
  max-width: 710px;
  margin: 24px 0 14px;
  color: #fff;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 800;
}

.degerle-detail-hero p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.75;
}

.degerle-detail-hero-points {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  max-width: 760px;
  margin-top: 38px;
}

.degerle-detail-point {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 14px;
  align-items: center;
}

.degerle-detail-point-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.degerle-detail-point-icon svg,
.degerle-detail-icon svg,
.degerle-detail-cta-icon svg {
  width: 45px;
  height: 45px;
  stroke: currentColor;
  fill: none;
}

.degerle-detail-point strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.degerle-detail-point span {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.45;
}

.degerle-detail-form-card {
  width: 100%;
  padding: 28px;
  border-radius: 12px;
  background: #051b4d;
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
  transform: translateY(92px);
}

.degerle-detail-form-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.degerle-detail-form-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.65;
}

.degerle-detail-form {
  display: grid;
  gap: 11px;
}

.degerle-detail-form input,
.degerle-detail-form select,
.degerle-detail-form textarea {
  width: 100%;
  min-height: 43px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
  background: #fff;
  color: #071641;
  font-size: 13px;
}

.degerle-detail-form textarea {
  min-height: 90px;
  resize: vertical;
}

.degerle-detail-check {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  line-height: 1.55;
}

.degerle-detail-check input {
  width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 2px;
  padding: 0;
}

.degerle-detail-submit,
.degerle-detail-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  border-radius: 6px;
  background: #ff7a1a;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 800;
}

.degerle-detail-submit:hover,
.degerle-detail-cta-btn:hover {
  color: #fff;
  background: #ed6505;
}

.degerle-detail-content {
  padding: 58px 0 70px;
}

.degerle-detail-main {
  max-width: 840px;
}

.degerle-detail-section {
  margin-top: 42px;
}

.degerle-detail-section:first-child {
  margin-top: 0;
}

.degerle-detail-title {
  margin: 0 0 18px;
  color: #061541;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

.degerle-detail-title:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #ff7a1a;
}

.degerle-detail-lead {
  margin: 0;
  color: #2b344b;
  font-size: 14px;
  line-height: 1.8;
}

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

.degerle-detail-info-card {
  min-height: 130px;
  padding: 22px 18px;
  border: 1px solid rgba(6,21,65,.1);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6,21,65,.06);
}

.degerle-detail-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff7a1a;
  background: rgba(255,122,26,.08);
}

.degerle-detail-info-card span,
.degerle-detail-why-card span {
  display: block;
  color: #1b243d;
  font-size: 15px;
  font-weight: 800;
}

.degerle-detail-info-card strong {
  display: block;
  margin-top: 7px;
  color: #061541;
  font-size: 14px;
  font-weight: 800;
}

.degerle-detail-perk-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 18px;
  text-align: center;
}

.degerle-detail-perk .degerle-detail-icon {
  margin: 0 auto 13px;
  background: transparent;
  width: 42px;
  height: 42px;
}

.degerle-detail-perk h3 {
  margin: 0 0 7px;
  color: #061541;
  font-size: 15px;
  font-weight: 800;
}

.degerle-detail-perk p {
  margin: 0;
  color: #384257;
  font-size: 14px;
  line-height: 1.55;
}

.degerle-detail-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 18px;
  padding-top: 12px;
}

.degerle-detail-process:before {
  content: "";
  position: absolute;
  top: 44px;
  left: 7%;
  right: 7%;
  border-top: 1px dashed rgba(6,21,65,.25);
}

.degerle-detail-step {
  position: relative;
  text-align: center;
}

.degerle-detail-step-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #061b50;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.degerle-detail-step-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
}

.degerle-detail-step-number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff7a1a;
  font-size: 11px;
  font-weight: 800;
}

.degerle-detail-step h3 {
  margin: 0 0 8px;
  color: #061541;
  font-size: 15px;
  font-weight: 800;
}

.degerle-detail-step p {
  margin: 0;
  color: #364258;
  font-size: 14px;
  line-height: 1.55;
}

.degerle-detail-options {
  display: grid;
  gap: 10px;
}

.degerle-detail-option {
  display: grid;
  grid-template-columns: 230px minmax(0,1fr) minmax(230px,.75fr) 170px;
  border: 1px solid rgba(6,21,65,.1);
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6,21,65,.05);
}

.degerle-detail-option img {
  width: 100%;
  height: 100%;
  min-height: 126px;
  object-fit: cover;
}

.degerle-detail-option-cell {
  padding: 18px 20px;
  border-left: 1px solid rgba(6,21,65,.08);
}

.degerle-detail-option h3 {
  margin: 0 0 8px;
  color: #061541;
  font-size: 15px;
  font-weight: 800;
}

.degerle-detail-option p {
  margin: 0;
  color: #334057;
  font-size: 14px;
  line-height: 1.6;
}

.degerle-detail-option ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
}

.degerle-detail-option li {
  color: #263149;
  font-size: 12px;
  line-height: 1.4;
}

.degerle-detail-option li:before {
  content: "✓";
  margin-right: 8px;
  color: #ff7a1a;
  font-weight: 800;
}

.degerle-detail-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.degerle-detail-price small {
  color: #39445c;
  font-size: 12px;
}

.degerle-detail-price strong {
  display: block;
  margin: 8px 0 4px;
  color: #061541;
  font-size: 22px;
  font-weight: 800;
}

.degerle-detail-why-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 0;
  border-top: 1px solid rgba(6,21,65,.08);
  border-bottom: 1px solid rgba(6,21,65,.08);
}

.degerle-detail-why-card {
  padding: 24px 20px;
  border-left: 1px solid rgba(6,21,65,.08);
}

.degerle-detail-why-card:first-child {
  border-left: 0;
}

.degerle-detail-why-card .degerle-detail-icon {
  margin-bottom: 13px;
  background: transparent;
  width: 42px;
  height: 42px;
}

.degerle-detail-why-card p {
  margin: 7px 0 0;
  color: #364258;
  font-size: 14px;
  line-height: 1.55;
}

.degerle-detail-bottom {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(360px,1.45fr);
  gap: 28px;
  align-items: stretch;
}

.degerle-detail-faq {
  display: grid;
  gap: 10px;
}

.degerle-detail-faq details {
  border: 1px solid rgba(6,21,65,.1);
  border-radius: 8px;
  background: #fff;
}

.degerle-detail-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 18px;
  color: #061541;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.degerle-detail-faq summary:after {
  content: "+";
  font-size: 18px;
}

.degerle-detail-faq details[open] summary:after {
  content: "-";
}

.degerle-detail-faq p {
  margin: 0;
  padding: 0 18px 16px;
  color: #364258;
  font-size: 14px;
  line-height: 1.65;
}

.degerle-faq-answer {
  padding: 0 18px 16px;
  color: #364258;
  font-size: 14px;
  line-height: 1.65;
}

.degerle-detail-faq .degerle-faq-answer p {
  padding: 0;
  margin: 0 0 12px;
}

.degerle-faq-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.degerle-faq-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.degerle-faq-image:hover img {
  transform: scale(1.04);
}

.degerle-detail-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 210px;
  gap: 22px;
  align-items: center;
  min-height: 220px;
  padding: 34px 38px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(90deg,rgba(5,27,77,.98),rgba(5,27,77,.88)),url("../images/migration-page/hero-passport.jpg") right center/cover no-repeat;
  color: #fff;
}

.degerle-detail-cta h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.degerle-detail-cta p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
}

.degerle-detail-cta-art {
  justify-self: end;
  width: 168px;
  height: 128px;
  border-radius: 10px;
  background: url("../images/migration-page/hero-passport.jpg") center/cover no-repeat;
  transform: rotate(-12deg);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

@media (max-width:1199px) {
  .degerle-detail-hero-grid {
  grid-template-columns: 1fr;
  }

  .degerle-detail-form-card {
  max-width: 430px;
  transform: none;
  }

  .degerle-detail-main {
  max-width: none;
  }

  .degerle-detail-option {
  grid-template-columns: 190px minmax(0,1fr);
  }
}

@media (max-width:991px) {
  .degerle-detail-hero h1 {
  font-size: 38px;
  }

  .degerle-detail-hero-points,
  .degerle-detail-info-grid,
  .degerle-detail-perk-grid,
  .degerle-detail-process,
  .degerle-detail-why-grid,
  .degerle-detail-bottom {
  grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .degerle-detail-process:before {
  display: none;
  }

  .degerle-detail-why-card {
  border-left: 0;
  border-top: 1px solid rgba(6,21,65,.08);
  }

  .degerle-detail-cta {
  grid-template-columns: 1fr;
  }

  .degerle-detail-cta-art {
  justify-self: start;
  }
}

@media (max-width:575px) {
  .degerle-detail-hero {
  padding: 104px 0 44px;
  }

  .degerle-detail-hero h1 {
  font-size: 32px;
  }

  .degerle-detail-hero-points,
  .degerle-detail-info-grid,
  .degerle-detail-perk-grid,
  .degerle-detail-process,
  .degerle-detail-why-grid,
  .degerle-detail-bottom {
  grid-template-columns: 1fr;
  }

  .degerle-detail-option {
  grid-template-columns: 1fr;
  }

  .degerle-detail-option-cell {
  border-left: 0;
  border-top: 1px solid rgba(6,21,65,.08);
  }

  .degerle-detail-form-card,
  .degerle-detail-cta {
  padding: 24px;
  }
}

/* Page utility classes */
.degerle-full-width {
  width: 100%;
}
