/* Landing (kampanya) sayfaları — blok tabanlı düzen.
   Yalnızca landing sayfalarında yüklenir (landing/page.html).
   Tipografi ve renkler site temasıyla uyumludur (Chalet/Poppins, #1d1d1b). */

.nef-landing { color: #1d1d1b; }

/* Site menüsü kapatıldıysa üstteki boşluğu al */
.nef-landing--bare { padding-top: 0; }

/* --- Ortak --- */
.lp-section { padding: 72px 0; }
.lp-section__title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0 0 16px;
}
.lp-section__lead {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 62ch;
    color: #55554f;
}
.lp-richtext { font-size: 16px; line-height: 1.7; }
.lp-richtext p { margin: 0 0 14px; }

.lp-button {
    align-items: center;
    border: 1px solid #1d1d1b;
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .04em;
    min-height: 52px;
    padding: 0 28px;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease;
}
.lp-button:hover { background: #1d1d1b; color: #fff; text-decoration: none; }
.lp-button--solid { background: #1d1d1b; border-color: #1d1d1b; color: #fff; }
.lp-button--solid:hover { background: #000; color: #fff; }

/* --- Hero --- */
.lp-hero { position: relative; min-height: min(88vh, 760px); display: flex; align-items: flex-end; }
.lp-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-hero__inner {
    position: relative;
    padding: 64px 0 72px;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.lp-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.55) 100%);
}
.lp-hero__inner { z-index: 1; }
.lp-hero__logo { display: block; margin-bottom: 24px; max-width: 300px; height: auto; }
.lp-hero__title { font-size: clamp(28px, 4.2vw, 52px); font-weight: 600; line-height: 1.15; margin: 0 0 12px; }
.lp-hero__subtitle { font-size: clamp(16px, 1.6vw, 20px); margin: 0 0 24px; max-width: 55ch; }
.lp-hero .lp-button { border-color: #fff; color: #fff; }
.lp-hero .lp-button:hover { background: #fff; color: #1d1d1b; }

/* --- Görsel + metin --- */
.lp-imgtext__grid { display: grid; gap: 40px; align-items: center; }
.lp-imgtext__media img { width: 100%; height: auto; border-radius: 4px; display: block; }
@media (min-width: 960px) {
    .lp-imgtext__grid { grid-template-columns: 1fr 1fr; }
    .lp-imgtext--right .lp-imgtext__media { order: 2; }
}

/* --- Galeri --- */
.lp-gallery__grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.lp-gallery__grid img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; display: block; }

/* --- Sayısal vurgular --- */
.lp-stats__grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.lp-stat { border-left: 2px solid #ec2147; padding-left: 16px; }
.lp-stat__value { display: block; font-size: clamp(28px, 3.4vw, 44px); font-weight: 600; line-height: 1.1; }
.lp-stat__label { display: block; font-size: 14px; color: #55554f; margin-top: 4px; }

/* --- Video / harita --- */
.lp-video__frame, .lp-map__frame { position: relative; padding-top: 56.25%; border-radius: 4px; overflow: hidden; }
.lp-video__frame iframe, .lp-map__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lp-map__frame { padding-top: 45%; }

/* --- CTA --- */
.lp-cta__inner { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
@media (min-width: 768px) {
    .lp-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* --- Form --- */
.lp-form { background: #f7f7f5; }
.lp-form__inner { display: grid; gap: 40px; }
@media (min-width: 960px) { .lp-form__inner { grid-template-columns: 1fr 1fr; align-items: start; } }
.lp-form__logo { max-width: 260px; height: auto; margin-bottom: 20px; display: block; }
.lp-form__title { font-size: clamp(24px, 2.6vw, 34px); font-weight: 600; margin: 0 0 12px; }
.lp-form__lead { font-size: 16px; line-height: 1.6; color: #55554f; }
.lp-form__form { background: #fff; border: 1px solid #ededed; border-radius: 4px; padding: 28px; }
.lp-field { margin-bottom: 16px; }
.lp-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.lp-input {
    background: #fff; border: 1px solid #dcdcd8; border-radius: 4px;
    font-size: 15px; height: 48px; padding: 0 14px; width: 100%;
    transition: border-color .2s ease;
}
.lp-input:focus { border-color: #1d1d1b; outline: none; }
.lp-check { display: flex; gap: 10px; font-size: 13px; line-height: 1.5; margin-bottom: 12px; color: #55554f; }
.lp-check input { margin-top: 3px; flex: 0 0 auto; }
.lp-check a { text-decoration: underline; }
.lp-form__submit { width: 100%; margin-top: 8px; }
/* honeypot — ekranda görünmez, ekran okuyucudan da gizli */
.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

@media (max-width: 767px) {
    .lp-section { padding: 48px 0; }
    .lp-hero { min-height: 72vh; }
}
