/* ============================================================
   NURTENYA — HAKKIMDA.CSS
   ============================================================ */

/* ── BUTON (index.css'ten bağımsız) ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; min-width: 180px; padding: 14px 28px;
    border-radius: 14px; font-weight: 700; font-size: 15px;
    transition: 0.3s ease; text-decoration: none;
}
.btn-primary {
    background: linear-gradient(135deg, var(--pink), #d4046a);
    color: #fff; box-shadow: 0 8px 24px rgba(252,5,124,0.3);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(252,5,124,0.4); }
.btn-secondary {
    background: #fff; color: var(--green);
    border: 2px solid var(--green);
}
.btn-secondary:hover { background: var(--green); color: #fff; transform: translateY(-3px); }

/* ── HERO ── */
.hak-hero {
    padding: 50px 0 60px;
    position: relative;
    overflow: hidden;
}
.hak-hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(135deg, #f0fff0 0%, #fff5f2 50%, #f0fff0 100%);
}
.hak-hero-bg::before {
    content: '';
    position: absolute; top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(34,139,34,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.hak-hero-icerik {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr auto;
    gap: 60px; align-items: center;
}
.hak-etiket {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(34,139,34,0.1);
    color: var(--green);
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    padding: 7px 16px; border-radius: 50px;
    border: 1px solid rgba(34,139,34,0.2);
    margin-bottom: 16px; display: inline-block;
}
.hak-hero-baslik {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 900; color: #111;
    line-height: 1.1; margin-bottom: 8px;
}
.hak-hero-baslik em { color: var(--green); font-style: normal; }
.hak-hero-alt {
    font-size: 16px; font-weight: 700;
    color: var(--pink); margin-bottom: 16px;
    letter-spacing: 0.03em;
}
.hak-hero-metin {
    font-size: 15px; color: #555;
    line-height: 1.75; max-width: 520px; margin-bottom: 24px;
}
.hak-hero-rozetler {
    display: flex; gap: 10px; flex-wrap: wrap;
}
.hak-rozet {
    background: #fff;
    border: 1.5px solid #e0efe0;
    color: #333; font-size: 12px; font-weight: 700;
    padding: 7px 14px; border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Profil */
.hak-profil-cerceve { position: relative; }
.hak-profil-gorsel {
    width: 220px; height: 280px;
    border-radius: 24px;
    background: linear-gradient(135deg, #228B22, #82FF1F);
    overflow: hidden; position: relative;
    box-shadow: 0 20px 60px rgba(34,139,34,0.25);
}
.hak-profil-gorsel img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.hak-profil-placeholder {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 64px; font-weight: 900; color: rgba(255,255,255,0.5);
}
.hak-profil-rozet {
    position: absolute; bottom: -16px; left: 50%;
    transform: translateX(-50%);
    background: var(--pink); color: #fff;
    font-size: 12px; font-weight: 700;
    padding: 8px 20px; border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(252,5,124,0.4);
}

/* ── ALINTI ── */
.hak-alinti-section { padding: 50px 0; }
.hak-alinti {
    background: linear-gradient(135deg, #228B22, #2fa52f);
    border-radius: 24px;
    padding: 48px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hak-alinti::before {
    content: '';
    position: absolute; top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.hak-alinti-tirnak {
    font-size: 100px; line-height: 0.6;
    color: rgba(255,255,255,0.2);
    font-family: Georgia, serif;
    margin-bottom: 20px; display: block;
}
.hak-alinti p {
    font-size: clamp(16px, 2.5vw, 22px);
    color: #fff; font-weight: 500;
    line-height: 1.7; max-width: 700px;
    margin: 0 auto 20px; font-style: italic;
    position: relative; z-index: 1;
}
.hak-alinti-imza {
    font-size: 14px; color: rgba(255,255,255,0.7);
    font-weight: 600; letter-spacing: 0.05em;
    position: relative; z-index: 1;
}

/* ── ZAMAN ÇİZELGESİ ── */
.hak-timeline-section { padding: 60px 0 50px; }
.hak-bolum-baslik { text-align: center; margin-bottom: 50px; }
.hak-ust-etiket {
    display: inline-block;
    font-size: 18px; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--pink); margin-bottom: 10px;
}
.hak-bolum-baslik h2 {
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 900; color: #111; margin-bottom: 14px;
}
.hak-bolum-baslik h2 em { color: var(--green); font-style: normal; }
.hak-ayrac {
    width: 50px; height: 4px;
    background: linear-gradient(90deg, var(--green), var(--green-light));
    border-radius: 2px; margin: 0 auto;
}

.hak-timeline {
    position: relative; max-width: 900px; margin: 0 auto;
}
.hak-timeline::before {
    content: '';
    position: absolute; left: 50%; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--green), var(--green-light));
    transform: translateX(-50%);
    border-radius: 2px;
}
.hak-tl-item {
    display: flex; align-items: flex-start;
    margin-bottom: 50px; position: relative;
    gap: 30px;
}
.hak-tl-item.sol { flex-direction: row-reverse; }
.hak-tl-item.sol .hak-tl-icerik { text-align: right; }
.hak-tl-item.sag .hak-tl-icerik { text-align: left; }

.hak-tl-icerik {
    width: calc(50% - 40px);
    background: #fff;
    border-radius: 18px;
    padding: 26px 28px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.07);
    border: 1px solid #eef5ee;
    transition: 0.3s;
}
.hak-tl-icerik:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }

.hak-tl-yil {
    display: inline-block;
    background: var(--green);
    color: #fff; font-size: 12px; font-weight: 800;
    padding: 4px 14px; border-radius: 50px;
    margin-bottom: 10px; letter-spacing: 0.05em;
}
.hak-tl-yil.donumnoktasi { background: #d9534f; }
.hak-tl-yil.bugun { background: var(--pink); }

.hak-tl-baslik {
    font-size: 17px; font-weight: 800;
    color: #111; margin-bottom: 10px; line-height: 1.3;
}
.hak-tl-metin {
    font-size: 13px; color: #666;
    line-height: 1.75; font-weight: 400;
}
.hak-tl-vurgu {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff3f3; border: 1px solid #ffd5d5;
    color: #d9534f; font-size: 12px; font-weight: 700;
    padding: 6px 14px; border-radius: 50px; margin-top: 12px;
}
.hak-tl-vurgu.bugun-vurgu {
    background: #f0fff0; border-color: #c8f0a0;
    color: var(--green);
}

.hak-tl-nokta {
    width: 18px; height: 18px;
    background: var(--green); border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--green);
    flex-shrink: 0; margin-top: 30px;
    position: absolute; left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.hak-tl-nokta.bugun-nokta { background: var(--pink); box-shadow: 0 0 0 3px var(--pink); }

/* ── KARİYER ── */
.hak-kariyer-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f0fff0, #fff5f2);
}
.hak-kariyer-grid {
    display: flex; align-items: center; justify-content: center;
    gap: 20px; flex-wrap: wrap; margin-top: 40px;
}
.hak-kariyer-kart {
    background: #fff;
    border-radius: 20px; padding: 30px 36px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.07);
    border: 2px solid #eee;
    transition: 0.3s; min-width: 160px;
    position: relative;
}
.hak-kariyer-kart.aktif {
    border-color: var(--pink);
    box-shadow: 0 12px 40px rgba(252,5,124,0.15);
    transform: scale(1.06);
}
.hak-kariyer-ikon { font-size: 42px; margin-bottom: 12px; }
.hak-kariyer-ad { font-size: 16px; font-weight: 800; color: #111; margin-bottom: 4px; }
.hak-kariyer-aciklama { font-size: 12px; color: #888; }
.hak-kariyer-aktif-etiket {
    position: absolute; top: -12px; left: 50%;
    transform: translateX(-50%);
    background: var(--pink); color: #fff;
    font-size: 10px; font-weight: 800;
    padding: 4px 14px; border-radius: 50px;
    letter-spacing: 0.08em; text-transform: uppercase;
}
.hak-kariyer-ok {
    font-size: 28px; color: var(--green); font-weight: 900;
}

/* ── DEĞERLER ── */
.hak-degerler-section { padding: 60px 0; }
.hak-degerler-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px; margin-top: 10px;
}
.hak-deger-kart {
    background: #fff;
    border-radius: 18px; padding: 28px 22px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    border: 1px solid #eef5ee;
    border-top: 4px solid var(--green);
    transition: 0.3s;
}
.hak-deger-kart:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
.hak-deger-ikon { font-size: 36px; margin-bottom: 14px; }
.hak-deger-kart h3 { font-size: 16px; font-weight: 800; color: #111; margin-bottom: 10px; }
.hak-deger-kart p  { font-size: 13px; color: #666; line-height: 1.65; }

/* ── CTA ── */
.hak-cta-section { padding: 40px 0 60px; }
.hak-cta-kutu {
    background: linear-gradient(135deg, #228B22, #2fa52f);
    border-radius: 24px; padding: 50px 40px;
    text-align: center;
}
.hak-cta-kutu h2 {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 900; color: #fff; margin-bottom: 14px;
}
.hak-cta-kutu h2 em { color: var(--green-light); font-style: normal; }
.hak-cta-kutu p { font-size: 15px; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.hak-cta-butonlar { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hak-cta-butonlar .btn-primary { background: #fff; color: var(--green); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.hak-cta-butonlar .btn-primary:hover { background: var(--green-light); }
.hak-cta-butonlar .btn-secondary { border-color: rgba(255,255,255,0.5); color: #fff; background: rgba(255,255,255,0.1); }
.hak-cta-butonlar .btn-secondary:hover { background: rgba(255,255,255,0.2); color: #fff; }

/* ── MOBİL ── */
@media (max-width: 900px) {
    .hak-hero-icerik { grid-template-columns: 1fr; gap: 36px; }
    .hak-profil-cerceve { display: block; margin: 0 auto 30px; text-align: center; }
    .hak-timeline::before { left: 20px; }
    .hak-tl-item, .hak-tl-item.sol { flex-direction: column; padding-left: 50px; }
    .hak-tl-item.sol .hak-tl-icerik { text-align: left; }
    .hak-tl-icerik { width: 100%; }
    .hak-tl-nokta { left: 20px; margin-top: 0; top: 30px; transform: none; }
    .hak-kariyer-ok { transform: rotate(90deg); }
    .hak-degerler-grid { grid-template-columns: repeat(2, 1fr); }
    .hak-alinti { padding: 32px 24px; }
}
@media (max-width: 640px) {
    .hak-hero-baslik { font-size: 34px; }
    .hak-degerler-grid { grid-template-columns: 1fr 1fr; }
    .hak-kariyer-grid { gap: 12px; }
    .hak-kariyer-kart { padding: 20px 22px; min-width: 120px; }
    .hak-cta-kutu { padding: 32px 20px; }
}