/* Work Hero Section */
.work-hero {
    padding-top: 120px; /* Header ile arasındaki mesafe */
}

.hero-title {
    font-size: 60px; /* 68px'den 90px'e güncellendi */
    font-weight: 500; /* medium */
    line-height: 75px; /* 90px'den 120px'e güncellendi */
    margin-bottom: 20px; /* Başlık ile line arası mesafe */
}

.hero-line {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin-bottom: 30px; /* 60px'den 30px'e düşürdük */
    transform-origin: left center;
}

.work-hero .hero-title {
    visibility: hidden;
}

.work-hero .hero-line {
    transform: scaleX(0);
}

.work-hero .overview-content,
.work-hero .hero-image {
    opacity: 0;
}

.hero-content {
    display: flex;
    justify-content: flex-end; /* İçeriği sağa hizala */
}

.overview-content {
    width: 700px;
}

/* Overview Section */
.overview {
    margin-top: 60px;
}

.section-title {
    font-size: 68px;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 10px; /* 60px'den 30px'e güncellendi */
}

.overview-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px; /* Yeni eklendi */
}

.hero-image {
    margin-top: 30px; /* 60px'den 30px'e düşürdük */
    width: 100%;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Görsele hafif radius ekledik */
}

/* Process Section */
.process {
    margin-top: 0px;
}

.process-content {
    width: 700px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-left: auto; /* İçeriği sağa hizala */
}

.process-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
}

.process-title {
    font-size: 50px; /* 28px'den 50px'e güncellendi */
    font-weight: 500; /* medium */
    line-height: 66px; /* 38px'den 66px'e güncellendi */
    margin-bottom: 30px;
}

.process-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

/* Process Images */
.process-images {
    margin-top: 60px;
}

.process-image-single {
    width: 100%;
    margin-bottom: 20px; /* İlk görsel ile grid arası mesafe */
}

.process-image-single img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.process-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* İki kolon */
    gap: 20px; /* Görseller arası mesafe */
}

.process-image {
    width: 100%;
}

.process-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Outcome Section */
.outcome {
    margin-top: 0px;
}

.outcome-content {
    width: 700px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-left: auto; /* İçeriği sağa hizala */
}

.outcome-text {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Paragraflar arası boşluk */
}

.outcome-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* More Work Section */
.more-work {
    margin-top: 0px;
    margin-bottom: 0px; /* Footer'dan önce boşluk */
}

.work-listing {
    padding: 0 0 120px;
}

/* Work Grid */
.work-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.work-item {
    position: relative;
}

.work-item-featured {
    grid-column: 1 / -1;
}

.work-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.work-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 0px;
    transition: transform 0.3s ease;
}

.work-item:hover .work-image {
    transform: scale(1.02);
}

.work-item-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    color: var(--text-color);
}

.overview-title {
    font-size: 68px;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 30px;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 767px) {
    /* Work Hero Section Mobile */
    .work-hero {
        padding-top: 60px; /* 120px'den 60px'e düşürdük */
    }

    .hero-title {
        font-size: 32px; /* 90px'den 32px'e */
        line-height: 42px; /* 120px'den 42px'e */
        margin-bottom: 30px; /* 60px'den 30px'a */
    }

    .hero-line {
        margin-bottom: 40px; /* Section line ile içerik arası mesafe */
    }

    /* Work Grid Mobile */
    .work-grid {
        grid-template-columns: 1fr; /* Tek kolon */
        gap: 20px; /* 30px'den 20px'e */
        margin-top: 0;
    }

    .work-item-title {
        font-size: 24px; /* 38px'den 24px'e */
        line-height: 32px; /* 50px'den 32px'e */
        margin-top: 16px;
    }

    .work-image {
        border-radius: 4px;
        margin-bottom: 0;
    }

    /* Overview Section Mobile */
    .overview {
        margin-top: 40px; /* 60px'den 40px'e */
    }

    .overview-content {
        width: 100%; /* 700px'den tam genişliğe */
    }

    .overview-title {
        font-size: 32px; /* 68px'den 32px'e */
        line-height: 42px; /* 90px'den 42px'e */
        margin-bottom: 20px; /* 30px'den 20px'e */
    }

    .overview-text {
        font-size: 16px; /* 20px'den 16px'e */
        line-height: 24px; /* 30px'den 24px'e */
        margin-bottom: 20px; /* 30px'den 20px'e */
    }

    /* Process Section Mobile */
.process {
    margin-top: 80px;
}

.process-content {
    width: 100%;
}

.process-item {
    padding: 0; /* ÖNEMLİ — base'deki 10px 0'ı ezer */
}

.process-title {
    font-size: 24px;      /* 28px değil */
    line-height: 32px;    /* 36px değil */
    margin-bottom: 12px;  /* 20px değil */
}

.process-text {
    font-size: 16px;
    line-height: 24px;
}

    .process-images {
        margin-top: 40px; /* 60px'den 40px'e */
    }

    .process-image-grid {
        grid-template-columns: 1fr; /* Tek kolon */
        gap: 20px;
    }

    .process-image-single {
        margin-bottom: 20px;
    }

    /* Outcome Section Mobile */
    .outcome {
        margin-top: 80px; /* 120px'den 80px'e */
    }

    .outcome-content {
        width: 100%; /* 700px'den tam genişliğe */
    }

    .outcome-text {
        gap: 20px; /* 30px'den 20px'e */
    }

    .outcome-text p {
        font-size: 16px; /* 20px'den 16px'e */
        line-height: 24px; /* 30px'den 24px'e */
    }

    /* More Work Section Mobile */
    .more-work {
        margin-top: 80px; /* 120px'den 80px'e */
        margin-bottom: 80px; /* 120px'den 80px'e */
    }

    .work-listing {
        padding: 0 0 80px; /* 120px'den 80px'e */
    }

    .desktop-menu {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }
} 