/* Sayfa özgü: Hero arka planı */
    .page-hero { background-image: url('../images/about-blueprint.jpg'); background-size:cover; background-position:center 30%; }
    /* Value kartları */
    .value-card { background:#fff; border:1px solid #e8e8e6; border-radius:16px; transition:all .35s cubic-bezier(.23,1,.32,1); }
    .value-card:hover { box-shadow:0 20px 60px rgba(0,0,0,.12); transform:translateY(-5px); border-color:rgba(200,169,110,.3); }
    /* Timeline */
    .timeline-item { position:relative; padding-left:2.5rem; }
    .timeline-item::before { content:''; position:absolute; left:10px; top:28px; bottom:-24px; width:1px; background:linear-gradient(180deg,rgba(200,169,110,.5),rgba(200,169,110,.05)); }
    .timeline-item:last-child::before { display:none; }
    .timeline-dot { position:absolute; left:0; top:6px; width:22px; height:22px; border-radius:50%; background:linear-gradient(135deg,#c8a96e,#d9be8d); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
    .btn-outline-accent { border:2px solid #c8a96e; color:#c8a96e; transition:all .3s ease; border-radius:3px; }
    .btn-outline-accent:hover { background:#c8a96e; color:#1c1c1c; }