/* =======================================================================
   CLARUS SIMPLE PAGE – MODERN & GUTENBERG SAFE
======================================================================= */

/* En dış kapsayıcı */
.clarus-simple-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* Gutenberg içerik alanı */
.clarus-simple-page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Hero alanı */
.clarus-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    position: relative;
}

/* İç içerik */
.clarus-section {
    padding: 90px 0;
    max-width: 850px;
    margin: 0 auto;
}

/* Parallax bloklar */
.clarus-parallax {
    min-height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

/* CTA alanı */
.clarus-cta {
    padding: 80px 0;
    background: #111;
    color: white;
    text-align: center;
}

/* =============================================================
   RESPONSIVE
============================================================= */

@media (max-width: 900px) {
    .clarus-section {
        padding: 60px 20px;
    }

    .clarus-hero {
        min-height: 50vh;
        background-attachment: scroll !important; /* Mobil uyum */
    }

    .clarus-parallax {
        background-attachment: scroll !important;
    }
}
