@charset "UTF-8";

:root 
{
    --color-bg-page: #fdfaf6;
    --color-bg-cream: #f5efe6;
    --color-card-bg: #edf2ef;
    --color-text-dark: #2c3631;
    --color-text-muted: #647069;
    --color-primary-green: #375950;
    --color-primary-hover: #26423a;
    --color-card-border: #e4ece7;
    --color-accent-leaf: #96a99e;
}

* {
    box-sizing: border-box;
}

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

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

/* --- HERO B�L�M� --- */
.hero-section {
    background-color: var(--color-bg-cream);
    padding: 75px 0 50px;
}

.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, 4vw, 3.2rem);
    font-weight: 600;
    color: var(--color-primary-green);
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

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

.hero-desc {
    font-size: clamp(0.95rem, 1.15vw, 1.02rem);
    line-height: 1.75;
    color: var(--color-text-muted);
    max-width: 500px;
    margin: 0 0 35px 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-card {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(60, 50, 40, 0.08);
    line-height: 0;
    width: 100%; /* Kartın bulunduğu sütünün tamamını kaplamasını sağlar */
}

    .hero-img-card img {
        width: 100%;
        height: 100%;
        max-height: 700px;
        max-width: 100%;
        object-fit: cover;
        display: block;
    }

/* --- DALGALI GE��� --- */
.wave-wrapper {
    background-color: var(--color-bg-cream);
    line-height: 0;
    margin-bottom: -1px;
}

    .wave-wrapper svg {
        width: 100%;
        height: 55px;
        display: block;
    }

/* --- �ALI�MA ALANLARI --- */
.fields-section {
    background-color: var(--color-bg-page);
    padding: 40px 0 90px;
}

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

/* 2x2 Kart D�zeni */
.fields-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.topic-card {
    background-color: var(--color-card-bg);
    border: 1px solid var(--color-card-border);
    border-radius: 24px;
    padding: 34px 36px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .topic-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(55, 89, 80, 0.06);
    }

.topic-card-title {
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--color-text-dark);
    margin: 0 0 18px 0;
}

.topic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .topic-list li {
        position: relative;
        padding-left: 18px;
        font-size: 0.96rem;
        line-height: 1.6;
        color: var(--color-text-muted);
        margin-bottom: 10px;
    }

        .topic-list li:last-child {
            margin-bottom: 0;
        }

        .topic-list li::before {
            content: "\2022"; /* Yuvarlak madde imi (bullet) evrensel kodu */
            position: absolute;
            left: 0;
            top: -1px;
            font-size: 1.2rem;
            color: var(--color-text-dark);
        }

/* --- ALT ALINTI & BOTAN�K ��Z�M --- */
.quote-block {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.quote-content {
    font-family: 'Caveat', cursive;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    line-height: 1.25;
    color: var(--color-primary-green);
    text-align: right;
}

.botanical-branch {
    width: 85px;
    height: 85px;
    stroke: var(--color-accent-leaf);
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

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

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

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

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

@media (max-width: 768px) {
    .fields-grid {
        grid-template-columns: 1fr; /* Mobilde tekli dikey s�ralama */
        gap: 18px;
    }

    .topic-card {
        padding: 26px 24px;
        border-radius: 20px;
    }

    .quote-block {
        flex-direction: column;
        gap: 16px;
        margin-top: 60px;
    }

    .quote-content {
        text-align: center;
    }

    .botanical-branch {
        width: 70px;
        height: 70px;
    }
}

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

    .fields-section {
        padding: 30px 0 60px;
    }

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

    .wave-wrapper svg {
        height: 35px;
    }
}
