/* ==========================================================================
   STANDART SAYFA ŞABLONU - MOOVIAN STYLES
   ========================================================================== */

.moov-standard-page-section {
    padding: 75px 0 85px 0;
    background-color: #ffffff;
}

.moov-standard-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 38px 42px;
    box-shadow: 0 4px 25px rgba(15, 23, 42, 0.03);
}

.moov-standard-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    height: 360px;
    margin-bottom: 28px;
    background: #f1f5f9;
}

.moov-standard-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.moov-standard-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.moov-standard-body {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.8;
}

.moov-standard-body p {
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .moov-standard-page-section {
        padding: 50px 0 60px 0;
    }
    .moov-standard-card {
        padding: 24px 20px;
    }
    .moov-standard-title {
        font-size: 22px;
    }
    .moov-standard-img-wrap {
        height: 220px;
    }
}
