/*
 * front-overrides.css — Laravel portu sırasında inline CSS'ten arındırılan
 * kurallar. Eski PHP şablonu footer-stage arka planını inline style ile
 * veriyordu; proje standardı gereği harici dosyaya taşındı.
 * Görsel çıktı birebir aynıdır.
 */

.site-footer .footer-stage {
    background-image: url("../images/feyas-sliderbg.jpg");
}

.feyas-hero .hero-bg {
    background-image: url("../images/feyas-sliderbg.jpg");
}

/* Eski şablonda inline "padding-bottom: 0px" ile verilen kural. */
.feyas-reference-section .feyas-client-section {
    padding-bottom: 0;
}

/* İletişim formu honeypot alanı — insan kullanıcıdan gizlenir (spam koruması). */
.contact-website-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* 404 sayfası — mevcut kurumsal tipografi ölçeğiyle uyumlu. */
.feyas-error-page {
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.feyas-error-page .feyas-error-code {
    font-family: "Poppins", "Montserrat", sans-serif;
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.15;
}

.feyas-error-page h1 {
    margin-bottom: 16px;
}

.feyas-error-page .header-requestbtn {
    margin-top: 24px;
}
