/* ============================================================
   Google Ads Açılış Sayfaları — Filizfidanoğlu İnşaat
   Mobil öncelikli, hafif, bağımsız (ana tema CSS'ine ihtiyaç yok).
   Renkler ana temayla uyumlu (marka kırmızısı #f31212).
   ============================================================ */
:root {
    --red: #f31212;
    --red-dark: #c70f0f;
    --wa: #25d366;
    --wa-dark: #1eb457;
    --dark: #14161c;
    --gray: #565b66;
    --light: #f6f7f9;
    --line: #e6e9ee;
    --gold: #ffd23d;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: "Titillium Web", -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--dark);
    background: #fff;
    line-height: 1.55;
    overflow-x: hidden;
    /* Alt sabit çubuk mobilde içeriği örtmesin */
    padding-bottom: 66px;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, .lp-h { font-family: "Sora", -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 800; letter-spacing: -0.4px; }
.lp-container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 16px; }

/* ---------- Butonlar ---------- */
.lp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 800; font-size: 16px; line-height: 1;
    padding: 15px 22px; border-radius: 10px; border: 2px solid transparent;
    cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
    white-space: nowrap; text-align: center;
}
.lp-btn:active { transform: translateY(1px); }
.lp-btn svg { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }
.lp-btn-call { background: #fff; color: var(--dark); border-color: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.15); }
.lp-btn-call:hover { background: var(--gold); border-color: var(--gold); }
.lp-btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 24px rgba(37,211,102,.32); }
.lp-btn-wa:hover { background: var(--wa-dark); }
.lp-btn-red { background: var(--red); color: #fff; box-shadow: 0 12px 26px rgba(243,18,18,.3); }
.lp-btn-red:hover { background: var(--red-dark); }
.lp-btn-block { display: flex; width: 100%; }

/* ---------- Üst sabit mini header ---------- */
.lp-header {
    position: sticky; top: 0; z-index: 50;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.lp-header-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; }
.lp-logo img { height: 40px; width: auto; }
.lp-header-call {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--red); color: #fff; font-weight: 800; font-size: 15px;
    padding: 10px 16px; border-radius: 9px;
}
.lp-header-call svg { width: 18px; height: 18px; fill: #fff; }
.lp-header-call .lp-num { display: none; }

/* ---------- Hero ---------- */
.lp-hero { position: relative; color: #fff; }
.lp-hero-media { position: absolute; inset: 0; z-index: 0; }
.lp-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero-media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,12,18,.72) 0%, rgba(10,12,18,.55) 45%, rgba(10,12,18,.85) 100%);
}
.lp-hero-in { position: relative; z-index: 1; padding: 26px 0 30px; }
.lp-hero h1 { font-size: 30px; line-height: 1.15; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.lp-hero h1 span { color: var(--gold); }
.lp-hero-sub { font-size: 16.5px; font-weight: 600; margin: 12px 0 16px; color: #f2f2f2; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.lp-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.lp-hero-badges span {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
    backdrop-filter: blur(4px);
    font-size: 13px; font-weight: 700; padding: 6px 12px; border-radius: 999px;
}
.lp-hero-ctas { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }

/* Hero form kartı */
.lp-form-card {
    background: #fff; color: var(--dark); border-radius: 16px;
    padding: 20px 18px; box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.lp-form-card .lp-form-title { font-family: "Sora", sans-serif; font-weight: 800; font-size: 19px; }
.lp-form-card .lp-form-sub { color: var(--gray); font-size: 13.5px; margin: 3px 0 14px; }
.lp-form input {
    width: 100%; height: 50px; border: 1.5px solid var(--line); border-radius: 10px;
    padding: 0 14px; font-size: 16px; font-family: inherit; margin-bottom: 10px; background: #fbfbfc;
}
.lp-form input:focus { outline: none; border-color: var(--red); background: #fff; }
.lp-form .lp-consent { font-size: 11.5px; color: #9099a5; margin-top: 8px; text-align: center; }
.lp-hp { position: absolute; left: -9999px; width: 0; height: 0; opacity: 0; }

/* ---------- Güven şeridi ---------- */
.lp-trust { background: var(--red); color: #fff; }
.lp-trust-in { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px 0; padding: 0; }
.lp-trust-item { display: flex; align-items: center; gap: 10px; padding: 16px 14px; }
.lp-trust-item svg { width: 26px; height: 26px; fill: #fff; flex: 0 0 auto; opacity: .95; }
.lp-trust-item b { font-family: "Sora", sans-serif; font-size: 15px; display: block; line-height: 1.1; }
.lp-trust-item small { font-size: 12px; opacity: .9; }

/* ---------- Bölümler ---------- */
.lp-section { padding: 40px 0; }
.lp-section.alt { background: var(--light); }
.lp-section-head { margin-bottom: 22px; }
.lp-section-head h2 { font-size: 24px; line-height: 1.2; }
.lp-section-head .lp-sep { width: 54px; height: 4px; background: var(--red); border-radius: 3px; margin: 10px 0 12px; }
.lp-section-head p { color: var(--gray); font-size: 15px; max-width: 640px; }

/* ---------- Proje grid ---------- */
.lp-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.lp-card {
    position: relative; background: #fff; border: 1px solid var(--line);
    border-radius: 14px; overflow: hidden; box-shadow: 0 8px 22px rgba(16,24,40,.05);
    transition: transform .15s ease, box-shadow .15s ease;
}
.lp-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(16,24,40,.1); }
.lp-card-media { position: relative; aspect-ratio: 16/10; background: #eef0f3; }
.lp-card-media img { width: 100%; height: 100%; object-fit: cover; }
.lp-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 800; letter-spacing: .3px;
    padding: 6px 11px; border-radius: 999px; color: #fff;
}
.lp-badge-sale { background: var(--red); }
.lp-badge-done { background: #0f766e; }
.lp-badge-finance {
    position: absolute; bottom: 12px; right: 12px; z-index: 2;
    background: rgba(20,22,28,.82); color: #fff; font-size: 11.5px; font-weight: 800;
    padding: 6px 11px; border-radius: 999px; backdrop-filter: blur(3px);
}
.lp-card-body { padding: 14px 16px 16px; }
.lp-card-body h3 { font-size: 17px; margin-bottom: 4px; }
.lp-card-body .lp-loc { display: flex; align-items: center; gap: 6px; color: var(--gray); font-size: 13px; margin-bottom: 12px; }
.lp-card-body .lp-loc svg { width: 15px; height: 15px; fill: var(--red); }
.lp-card-link {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--red); font-weight: 800; font-size: 14px;
}
.lp-more { text-align: center; margin-top: 24px; }

/* ---------- Bilgi metni ---------- */
.lp-info h2 { font-size: 24px; margin-bottom: 6px; }
.lp-info .lp-sep { width: 54px; height: 4px; background: var(--red); border-radius: 3px; margin: 10px 0 16px; }
.lp-info p { color: var(--gray); font-size: 15.5px; line-height: 1.8; margin-bottom: 14px; }
.lp-info strong { color: var(--dark); }
.lp-info-points { list-style: none; margin: 18px 0 0; display: grid; gap: 10px; }
.lp-info-points li { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.lp-info-points svg { width: 22px; height: 22px; fill: var(--red); flex: 0 0 auto; margin-top: 1px; }

/* ---------- Yorumlar ---------- */
.lp-reviews-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.lp-review { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: 0 8px 22px rgba(16,24,40,.04); }
.lp-review .lp-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.lp-review p { color: #3b4149; font-size: 14.5px; line-height: 1.7; margin-bottom: 14px; }
.lp-review .lp-rev-by { display: flex; align-items: center; gap: 10px; }
.lp-review .lp-rev-av { width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.lp-review .lp-rev-name { font-weight: 800; font-size: 14px; }
.lp-review .lp-rev-role { color: var(--gray); font-size: 12.5px; }

/* ---------- Alt CTA bandı ---------- */
.lp-cta { background: linear-gradient(150deg, var(--dark) 0%, #23262f 60%, #2a1417 100%); color: #fff; text-align: center; }
.lp-cta h2 { font-size: 25px; line-height: 1.2; margin-bottom: 10px; }
.lp-cta p { color: rgba(255,255,255,.85); font-size: 16px; margin-bottom: 22px; }
.lp-cta-btns { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 420px; margin: 0 auto; }

/* ---------- Alt sabit iletişim çubuğu (mobil) ---------- */
.lp-sticky-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    background: #fff; box-shadow: 0 -4px 18px rgba(0,0,0,.14);
    border-top: 1px solid var(--line);
}
.lp-sticky-bar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 8px; font-weight: 800; font-size: 15px; color: #fff;
}
.lp-sticky-bar svg { width: 20px; height: 20px; fill: currentColor; }
.lp-sticky-call { background: var(--red); }
.lp-sticky-wa { background: var(--wa); }

/* ---------- Footer ---------- */
.lp-footer { background: var(--dark); color: #9aa1ac; padding: 26px 0; text-align: center; font-size: 13px; }
.lp-footer img { height: 34px; margin: 0 auto 12px; }
.lp-footer a { color: #cfd3dc; }
.lp-footer .lp-foot-links { margin-top: 10px; }
.lp-footer .lp-foot-links a { margin: 0 8px; }

/* ============================================================
   Masaüstü / tablet (mobil-öncelikli üzerine ekleme)
   ============================================================ */
@media (min-width: 768px) {
    body { padding-bottom: 0; }               /* alt çubuk sadece mobil */
    .lp-sticky-bar { display: none; }
    .lp-header-call .lp-num { display: inline; }
    .lp-hero-in { padding: 56px 0 60px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
    .lp-hero-left { max-width: 620px; }
    .lp-hero h1 { font-size: 46px; }
    .lp-hero-sub { font-size: 19px; }
    .lp-hero-ctas { display: flex; gap: 12px; }
    .lp-hero-ctas .lp-btn { min-width: 190px; }
    .lp-form-card { align-self: center; }
    .lp-trust-in { grid-template-columns: repeat(4, 1fr); }
    .lp-trust-item { justify-content: center; padding: 20px 14px; }
    .lp-section { padding: 60px 0; }
    .lp-section-head h2, .lp-info h2, .lp-cta h2 { font-size: 30px; }
    .lp-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .lp-reviews-grid { grid-template-columns: repeat(3, 1fr); }
    .lp-cta-btns { grid-template-columns: 1fr 1fr; max-width: 560px; }
    .lp-info-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
    .lp-info-points { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
    .lp-hero h1 { font-size: 52px; }
    .lp-grid { grid-template-columns: repeat(4, 1fr); }
}
