/* ======= YILLIK PLAN ======= */
.yillik-plan {
  width: 100%;
  background: url("/img/yillikPlan_bg.png") center/cover no-repeat;
  background: linear-gradient(to bottom, #888888, #000000);
  padding-bottom: 60px;
}

.plan-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

/* === PLAN TITLE – DÜZELTİLMİŞ === */
.plan-title {
  font-family: "Cardo", serif;
  font-size: 45px;
  font-weight: 700;

  background: linear-gradient(to right, #af3725, #9b1c0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-bottom: 80px;
  padding: 30px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;

  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* Tek satır zorlaması */
.plan-title span {
  white-space: nowrap;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Orta çizgi */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, #e9f0f3, #666666);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(233, 240, 243, 0.5);
}

/* Timeline Item */
.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  margin-bottom: 50px;
}

/* Sol taraf */
.timeline-item.left {
  left: 0;
  text-align: right;
}

/* Sağ taraf */
.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Nokta */
.timeline-item::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: white;
  border: 5px solid #731919;
  border-radius: 50%;
  top: 25px;
  z-index: 1;
  box-shadow: 0 0 20px rgba(115, 25, 25, 0.8);
}

.timeline-item.left::after {
  right: -14px;
}

.timeline-item.right::after {
  left: -14px;
}

/* Gri nokta (her ikinci item) */
.timeline-item:nth-child(even)::after {
  border-color: #999999;
  box-shadow: 0 0 20px rgba(153, 153, 153, 0.8);
}

/* Kart içeriği */
.timeline-content {
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
}

/* Kırmızı kart */
.red-card {
  background: linear-gradient(135deg, #8b1f1f 0%, #c92828 100%);
  color: white;
}

/* Gri kart */
.gray-card {
  background: linear-gradient(135deg, #7a7a7a 0%, #a8a8a8 100%);
  color: white;
}

/* Ok işareti (üçgen) */
.timeline-item.left .timeline-content::before {
  content: "";
  position: absolute;
  top: 25px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
}

.timeline-item.right .timeline-content::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
}

.left .red-card::before {
  border-color: transparent transparent transparent #8b1f1f;
}

.right .red-card::before {
  border-color: transparent #8b1f1f transparent transparent;
}

.left .gray-card::before {
  border-color: transparent transparent transparent #7a7a7a;
}

.right .gray-card::before {
  border-color: transparent #7a7a7a transparent transparent;
}

/* Metin stilleri */
.card-date {
  font-family: "Cardo", serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.card-text {
  font-family: "Cardo", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

/* Footer */
.plan-footer {
  text-align: center;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.plan-footer p {
  font-family: "Cardo", serif;
  font-size: 16px;
  color: #a2a5ac;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item::after {
    left: 18px !important;
    right: auto !important;
  }

  .timeline-item .timeline-content::before {
    left: -15px !important;
    right: auto !important;
    border-width: 15px 15px 15px 0 !important;
  }

  .left .red-card::before,
  .right .red-card::before {
    border-color: transparent #8b1f1f transparent transparent !important;
  }

  .left .gray-card::before,
  .right .gray-card::before {
    border-color: transparent #7a7a7a transparent transparent !important;
  }

  /* === PLAN TITLE MOBİL FIX === */
  .plan-title {
    margin-left: 0 !important;
    transform: none !important;
    width: 100% !important;
    padding: 25px 20px;
  }

  .plan-title span {
    font-size: 38px;
  }

  .card-date {
    font-size: 19px;
  }

  .card-text {
    font-size: 16px;
  }
}
