:root {
    --color-bg-light: #fdfaf6;
    --color-bg-cream: #f6efe7;
    --color-text-main: #2d3832;
    --color-text-muted: #66726b;
    --color-primary-green: #375950;
    --color-primary-hover: #26423a;
    --color-icon-circle: #faeee7;
    --color-icon-brown: #8a6a5c;
    --color-divider: #e8ded4;
}

* {
    box-sizing: border-box;
}

body {
    background-color: var(--color-bg-light);
    color: var(--color-text-main);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container-custom {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* --- HERO ALANI --- */
.hero-section {
    background-color: var(--color-bg-cream);
    padding: 75px 0 50px;
    position: relative;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 50px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.3rem, 3.8vw, 3.2rem);
    font-weight: 600;
    color: var(--color-primary-green);
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.1vw, 1.75rem);
    line-height: 1.35;
    font-weight: 500;
    color: var(--color-text-main);
    margin: 0 0 22px 0;
}

.hero-desc {
    font-size: clamp(0.94rem, 1.1vw, 1.02rem);
    line-height: 1.75;
    color: var(--color-text-muted);
    max-width: 520px;
    margin: 0 0 32px 0;
}

.btn-randevu {
    background-color: var(--color-primary-green);
    color: #ffffff;
    padding: 13px 30px;
    border-radius: 40px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(55, 89, 80, 0.16);
}

    .btn-randevu:hover {
        background-color: var(--color-primary-hover);
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(55, 89, 80, 0.25);
    }

    .btn-randevu svg {
        transition: transform 0.2s ease;
    }

    .btn-randevu:hover svg {
        transform: translateX(4px);
    }

.hero-img-box {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(60, 50, 40, 0.08);
    line-height: 0;
    width: 100%;
}

    .hero-img-box img {
        width: 100%;
        height: 100%;
        min-height: 300px;
        max-height: 400px;
        object-fit: cover;
        display: block;
    }

/* --- DALGA GEÇİŞİ --- */
.wave-separator {
    background-color: var(--color-bg-cream);
    line-height: 0;
    margin-bottom: -1px;
}

    .wave-separator svg {
        width: 100%;
        height: 50px;
        display: block;
    }

/* --- ÇALIŞMA ALANLARI LİSTE ALANI --- */
.fields-section {
    background-color: var(--color-bg-light);
    padding: 45px 0 70px;
}

.fields-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 2.6vw, 2.3rem);
    color: var(--color-primary-green);
    margin: 0 0 45px 0;
}

/* Ortadan İnce Çizgiyle Ayrılmış İki Sütunlu Liste */
.list-columns-wrapper {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 40px;
    align-items: stretch;
}

.center-divider {
    background-color: var(--color-divider);
    width: 1px;
    height: 100%;
}

.list-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 0;
    transition: transform 0.2s ease;
}

    .list-item:hover {
        transform: translateX(4px);
    }

.icon-bubble {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--color-icon-circle);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .icon-bubble svg {
        width: 20px;
        height: 20px;
        stroke: var(--color-icon-brown);
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.item-text {
    font-size: 0.98rem;
    font-weight: 500;
    color: var(--color-text-main);
    line-height: 1.4;
}

/* --- ALT GÖRSEL & ALINTI BÖLÜMÜ --- */
.landscape-banner-section {
    position: relative;
    padding: 40px 0 0;
}

.landscape-banner-box {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(60, 50, 40, 0.1);
    min-height: 380px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 50px;
}

    .landscape-banner-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

/* Yumuşak gölge katmanı: yazının manzarada net okunabilmesi için */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(253, 250, 246, 0.75) 0%, rgba(253, 250, 246, 0.1) 60%);
    z-index: 2;
}

.banner-quote {
    position: relative;
    z-index: 3;
    font-family: 'Caveat', cursive;
    font-size: clamp(2rem, 3.4vw, 2.7rem);
    line-height: 1.25;
    color: var(--color-primary-green);
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.7);
}

/* --- RESPONSIVE / MOBİL UYUMLULUK --- */
@media (max-width: 991px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-img-box {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .fields-heading {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .list-columns-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .center-divider {
        display: none;
    }

    .landscape-banner-box {
        padding: 30px 24px;
        min-height: 280px;
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 50px 0 35px;
    }

    .fields-section {
        padding: 25px 0 50px;
    }

    .list-column {
        gap: 16px;
    }

    .icon-bubble {
        width: 38px;
        height: 38px;
    }

        .icon-bubble svg {
            width: 18px;
            height: 18px;
        }

    .item-text {
        font-size: 0.9rem;
    }

    .btn-randevu {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .wave-separator svg {
        height: 30px;
    }
}
