/* Ana sayfa — Proje Özeti (yalnızca sol metin alanı) */

.proje-ozet-modern {
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
    background: linear-gradient(180deg, #fafbfb 0%, #fff 42%);
}

.proje-ozet-modern__content {
    position: relative;
    max-width: 34rem;
    padding-left: 1.35rem;
}

.proje-ozet-modern__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b07e50 0%, #103c3b 100%);
}

.proje-ozet-modern__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.15rem;
    padding: 0.42rem 0.95rem 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(16, 60, 59, 0.06);
    border: 1px solid rgba(16, 60, 59, 0.08);
    color: #103c3b;
    font-family: var(--body-font, "DM Sans", Helvetica, Arial, sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

.proje-ozet-modern__badge::before {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b07e50;
    box-shadow: 0 0 0 4px rgba(176, 126, 80, 0.18);
}

.proje-ozet-modern__title {
    margin: 0 0 1.25rem;
    color: #103c3b;
    font-family: var(--heading-font, "Jost", Helvetica, Arial, sans-serif);
    font-size: clamp(1.85rem, 3.8vw, 2.65rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.14;
}

.proje-ozet-modern__text {
    margin: 0;
    color: rgba(16, 60, 59, 0.72);
    font-family: var(--body-font, "DM Sans", Helvetica, Arial, sans-serif);
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
}

.proje-ozet-modern__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .proje-ozet-modern {
        padding-top: 2.75rem;
        padding-bottom: 2rem;
    }

    .proje-ozet-modern__content {
        max-width: none;
        margin-bottom: 0.5rem;
    }
}
