/* =====================================================================
 *  BAYSAL — "OTURUMA HAZIR" KAMPANYA LANDING
 *  Tasarım dili: warm-cream zemin, frosted-glass detaylar, soft borders,
 *  app-like hierarchy (Airbnb / Linear / Apple Maps Place Card).
 * ===================================================================== */

:root {
    /* Surfaces */
    --bg:           #FAF8F4;     /* warm parchment, cream */
    --bg-alt:       #F4F1EB;     /* subtle alt sections */
    --bg-deep:      #0F1419;     /* near-black for drone carousel sections */
    --surface:      #FFFFFF;
    --surface-2:    #F8F6F1;     /* nested fields inside cards */

    /* Ink */
    --ink:          #0F1419;     /* near-black, premium */
    --ink-2:        #2A2F36;
    --ink-3:        #4B5563;     /* secondary */
    --ink-4:        #6B7280;     /* tertiary */
    --ink-5:        #9CA3AF;     /* faint, meta */

    /* Brand & accents */
    --brand:        #B7281F;     /* deeper red — refined, less aggressive */
    --brand-2:      #95201A;
    --brand-tint:   #FBEDEC;     /* badge backgrounds */
    --success:      #0F8454;     /* refined green, not neon */
    --success-tint: #E4F2EB;
    --wa:           #25D366;
    --wa-2:         #1EA34D;

    /* Lines */
    --line:         #E8E4DC;     /* warm hairline, matches cream */
    --line-2:       rgba(15, 20, 25, 0.06);

    /* Shadow ladder — gerçek tactile derinlik */
    --sh-1: 0 1px 2px rgba(15, 20, 25, 0.04);
    --sh-2: 0 1px 3px rgba(15, 20, 25, 0.05), 0 4px 16px -4px rgba(15, 20, 25, 0.06);
    --sh-3: 0 4px 6px -2px rgba(15, 20, 25, 0.05), 0 12px 24px -6px rgba(15, 20, 25, 0.08);
    --sh-4: 0 20px 60px -12px rgba(15, 20, 25, 0.14), 0 8px 20px -4px rgba(15, 20, 25, 0.06);
    --sh-brand: 0 8px 24px -8px rgba(183, 40, 31, 0.45);

    /* Radii */
    --r-sm: 8px;
    --r:    14px;
    --r-md: 18px;
    --r-lg: 24px;
    --r-xl: 32px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body.land {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15.5px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    overflow-x: hidden;
    padding-bottom: 132px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'ss01', 'cv11';
}

.land img { max-width: 100%; height: auto; display: block; }
.land a { color: inherit; text-decoration: none; }
.land h1, .land h2, .land h3, .land h4 { letter-spacing: -0.02em; }

/* Section eyebrow — premium tag */
.land-section__eyebrow {
    display: inline-block;
    color: var(--brand);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-feature-settings: 'tnum', 'ss01';
}

/* Para — tabular nums */
.land-pay__total, .land-pay__split dd,
.land-unit__table dd, .land-promise__num {
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}

/* =====================================================================
 *  HEADER — minimal: logo + slogan + envanter pill
 * ===================================================================== */
.land-top {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 248, 244, 0.85);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    min-height: 60px;
    gap: 14px;
}
.land-top__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}
.land-top__brand img {
    display: block;
    height: 40px;
    width: auto;
    max-width: none;
    flex: none;
    object-fit: contain;
}

/* Güvence pill — sağda, sade beyaz kart hissi */
.land-top__assurance {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-2);
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: var(--sh-1);
    white-space: nowrap;
    letter-spacing: -0.1px;
}
.land-top__assurance-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 4px var(--success-tint);
    animation: landPulse 2s ease-in-out infinite;
    flex: none;
}
@keyframes landPulse {
    0%, 100% { box-shadow: 0 0 0 4px var(--success-tint); }
    50%      { box-shadow: 0 0 0 7px rgba(15, 132, 84, 0.05); }
}
/* Mobilde çok dar olunca pill'i daha sıkı yap */
@media (max-width: 420px) {
    .land-top__assurance { font-size: 11px; padding: 7px 12px; gap: 7px; }
    .land-top__brand img { height: 34px; }
}
.land-top__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0;
}
.land-top__back i {
    width: 32px;
    height: 32px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: var(--sh-1);
    transition: all .15s ease;
}
.land-top__back:hover i { transform: translateX(-2px); }


/* =====================================================================
 *  HERO — dramatic photo, single CTA
 * ===================================================================== */
.land-hero {
    position: relative;
    min-height: 88vh;
    min-height: 88dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--bg-deep) center / cover no-repeat;
    isolation: isolate;
}
.land-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(15, 20, 25, 0.30) 0%,
        rgba(15, 20, 25, 0.45) 60%,
        rgba(15, 20, 25, 0.70) 100%);
    z-index: 1;
}
.land-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 80px 24px 100px;
    text-align: center;
    width: 100%;
}
.land-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.land-hero__pill i {
    font-size: 6px;
    color: var(--brand);
    margin-right: -2px;
}
.land-hero__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 0 22px;
    color: #fff;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.land-hero__lead {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 36px;
    font-weight: 500;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

/* Hero alt frosted mini bar */
.land-hero__bottom {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: calc(100% - 32px);
    max-width: 520px;
    text-align: center;
}
.land-hero__mini {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    color: var(--ink);
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.6);
    letter-spacing: -0.1px;
}
.land-hero__mini i { color: var(--success); font-size: 14px; }

/* =====================================================================
 *  CTA Buttons
 * ===================================================================== */
.land-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.1px;
    transition: all .2s cubic-bezier(.2,.8,.2,1);
    border: 1px solid transparent;
    cursor: pointer;
    min-height: 52px;
    font-family: inherit;
}
.land-cta--primary {
    background: var(--brand);
    color: #fff !important;
    box-shadow: var(--sh-brand);
}
.land-cta--primary:hover { background: var(--brand-2); transform: translateY(-1px); box-shadow: 0 14px 32px -8px rgba(183, 40, 31, 0.55); }
.land-cta--primary:active { transform: translateY(0); }
.land-cta--large {
    padding: 18px 32px;
    font-size: 15px;
    min-height: 60px;
}

/* =====================================================================
 *  DRONE CAROUSEL — premium dark band, kompakt
 * ===================================================================== */
.land-aerial {
    background: var(--bg-deep);
    padding: 60px 0 56px;
    overflow: hidden;
    position: relative;
}
.land-aerial::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top center, rgba(255,255,255,.04) 0%, transparent 70%);
    pointer-events: none;
}
.land-aerial__head {
    text-align: center;
    padding: 0 24px;
    max-width: 720px;
    margin: 0 auto 28px;
    position: relative;
    z-index: 1;
}
.land-aerial__head .land-section__eyebrow { color: rgba(255, 255, 255, 0.5); }
.land-aerial__title {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -0.8px;
}
.land-aerial__lead {
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    font-size: 13.5px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

/* Wrap — ok'ları içerir, slide üzerinde absolute konumlanır */
.land-aerial__wrap {
    position: relative;
    z-index: 1;
}
.land-aerial__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px;
    scroll-padding-left: 20px;
}
.land-aerial__track::-webkit-scrollbar { display: none; }
.land-aerial__slide {
    flex: 0 0 86%;
    aspect-ratio: 16/10;
    scroll-snap-align: start;
    border-radius: var(--r-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    margin: 0;
}
.land-aerial__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption — tek satır, ellipsis ile kesilir */
.land-aerial__cap {
    position: absolute;
    left: 14px;
    bottom: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: calc(100% - 28px);
    background: rgba(15, 20, 25, 0.55);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}
.land-aerial__cap i { color: var(--brand); font-size: 9px; flex: none; }
.land-aerial__cap span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

/* Yan ok'lar — slide üzerinde, dikey ortalı */
.land-aerial__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all .15s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.land-aerial__arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.land-aerial__arrow:active { transform: translateY(-50%) scale(.96); }
.land-aerial__arrow--prev { left: 14px; }
.land-aerial__arrow--next { right: 14px; }
.land-aerial__arrow i { font-size: 13px; }

/* Mobilde ok'lar daha küçük, kenara yapışık */
@media (max-width: 599px) {
    .land-aerial__arrow {
        width: 40px;
        height: 40px;
    }
    .land-aerial__arrow--prev { left: 8px; }
    .land-aerial__arrow--next { right: 8px; }
}

@media (min-width: 700px) {
    .land-aerial { padding: 80px 0 76px; }
    .land-aerial__title { font-size: 32px; }
    .land-aerial__slide { flex-basis: 56%; }
}
@media (min-width: 1100px) {
    .land-aerial__slide { flex-basis: 42%; }
}

/* =====================================================================
 *  PROMISE — TEK premium kart, app feel
 * ===================================================================== */
.land-promise {
    background: var(--bg);
    padding: 80px 20px;
    position: relative;
}
.land-promise__card {
    max-width: 820px;
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 44px 32px;
    box-shadow: var(--sh-3);
    text-align: center;
    position: relative;
}
.land-promise__heading h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    color: var(--ink);
    letter-spacing: -1px;
}
.land-promise__metrics {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin: 36px 0;
    padding: 30px 0;
    background: var(--bg-alt);
    border-radius: var(--r-lg);
    flex-wrap: wrap;
}
.land-promise__metric {
    flex: 1;
    min-width: 100px;
    padding: 6px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.land-promise__num {
    font-size: 38px;
    font-weight: 800;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -1.5px;
}
.land-promise__num small {
    font-size: 20px;
    font-weight: 700;
    color: var(--ink-3);
    letter-spacing: -0.5px;
}
.land-promise__lbl {
    font-size: 11px;
    font-weight: 700;
    color: var(--ink-4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 1.4;
}
.land-promise__sep {
    width: 1px;
    background: var(--line);
    margin: 8px 0;
    flex: none;
}
.land-promise__foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
    font-size: 13px;
    color: var(--ink-3);
    font-weight: 600;
}
.land-promise__foot span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.land-promise__foot i {
    color: var(--success);
    font-size: 11px;
    width: 18px;
    height: 18px;
    background: var(--success-tint);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 700px) {
    .land-promise { padding: 110px 24px; }
    .land-promise__card { padding: 60px 56px; }
    .land-promise__heading h2 { font-size: 38px; }
    .land-promise__num { font-size: 52px; }
    .land-promise__num small { font-size: 28px; }
}

/* =====================================================================
 *  TRUST — yatay stats strip + story
 * ===================================================================== */
.land-trust {
    background: var(--bg-alt);
    padding: 80px 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.land-trust__inner {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
.land-trust__title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 32px;
    color: var(--ink);
    letter-spacing: -1px;
}
.land-trust__strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    margin: 0 0 32px;
    box-shadow: var(--sh-2);
}
.land-trust__stat {
    background: var(--surface);
    padding: 22px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.land-trust__stat strong {
    font-size: 28px;
    font-weight: 800;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -1px;
    font-feature-settings: 'tnum';
}
.land-trust__stat strong small {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink-4);
}
.land-trust__stat span {
    font-size: 11px;
    color: var(--ink-4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
}
.land-trust__copy {
    color: var(--ink-3);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 600px;
}
.land-trust__copy strong { color: var(--ink); font-weight: 700; }

@media (min-width: 700px) {
    .land-trust { padding: 100px 24px; }
    .land-trust__title { font-size: 38px; }
    .land-trust__strip { grid-template-columns: repeat(4, 1fr); }
    .land-trust__stat { padding: 28px 12px; }
    .land-trust__stat strong { font-size: 32px; }
}

/* =====================================================================
 *  SECTION HEAD (units, vs.)
 * ===================================================================== */
.land-section__head {
    text-align: center;
    padding: 80px 24px 28px;
    max-width: 720px;
    margin: 0 auto;
}
.land-section__head h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 14px;
    color: var(--ink);
    letter-spacing: -1px;
}
.land-section__head p {
    color: var(--ink-3);
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

@media (min-width: 700px) {
    .land-section__head { padding: 100px 24px 36px; }
    .land-section__head h2 { font-size: 40px; }
}

/* =====================================================================
 *  UNITS GRID — photo first, data-sheet table
 * ===================================================================== */
.land-units {
    padding: 0 0 90px;
    background: var(--bg);
}
.land-units__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 12px 20px 0;
    max-width: 1240px;
    margin: 0 auto;
}
.land-unit {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: all .25s cubic-bezier(.2,.8,.2,1);
    display: flex;
    flex-direction: column;
    box-shadow: var(--sh-2);
    color: var(--ink);
}
.land-unit:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-4);
    border-color: rgba(15, 20, 25, 0.1);
}
.land-unit__media {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--bg-alt);
}
.land-unit__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.land-unit:hover .land-unit__media img { transform: scale(1.05); }

.land-unit__pill {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    color: var(--ink);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.land-unit__pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 3px var(--success-tint);
}

.land-unit__body {
    padding: 22px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.land-unit__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.land-unit__title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
    color: var(--ink);
    letter-spacing: -0.6px;
}
.land-unit__sub {
    font-size: 12.5px;
    color: var(--ink-4);
    font-weight: 500;
}
.land-unit__type {
    flex: none;
    background: var(--bg-alt);
    color: var(--ink);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--line);
    letter-spacing: -0.2px;
}

.land-unit__table {
    margin: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 6px 0;
}
.land-unit__table > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed var(--line);
    gap: 12px;
}
.land-unit__table > div:last-child { border-bottom: 0; }
.land-unit__table dt {
    font-size: 12.5px;
    color: var(--ink-4);
    font-weight: 600;
    margin: 0;
}
.land-unit__table dd {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
    letter-spacing: -0.3px;
}
.land-unit__table dd small {
    font-size: 11.5px;
    font-weight: 500;
    color: var(--ink-4);
    margin-left: 4px;
}
.land-unit__table-total dd {
    color: var(--brand);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.land-unit__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ink);
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: -0.1px;
    padding-top: 4px;
}
.land-unit__cta i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all .25s ease;
}
.land-unit:hover .land-unit__cta i { transform: translateX(4px); }

@media (min-width: 700px) {
    .land-units__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .land-units__grid { grid-template-columns: repeat(3, 1fr); }
}

/* =====================================================================
 *  FOOTER — sade
 * ===================================================================== */
.land-footer {
    background: var(--bg-alt);
    border-top: 1px solid var(--line);
    padding: 36px 20px 120px;
    text-align: center;
    color: var(--ink-4);
    font-size: 12.5px;
}
.land-footer p { margin: 6px 0; }
.land-footer__brand strong { color: var(--ink); font-weight: 700; }
.land-footer a { color: var(--ink-3); }
.land-footer a:hover { color: var(--brand); }

/* =====================================================================
 *  STICKY CTA — floating dock
 * ===================================================================== */
.land-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-top: 1px solid var(--line);
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 40px rgba(15, 20, 25, 0.1);
}
.land-sticky-cta__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 4px;
}
.land-sticky-cta__title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.1px;
}
.land-sticky-cta__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 4px var(--success-tint);
    animation: landPulse 2s ease-in-out infinite;
    flex: none;
}
.land-sticky-cta__hours {
    font-size: 11.5px;
    color: var(--ink-5);
    font-weight: 500;
    letter-spacing: 0.1px;
    flex: none;
}
.land-sticky-cta__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.land-sticky-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 10px;
    border-radius: 14px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: -0.1px;
    color: #fff !important;
    min-height: 52px;
    transition: all .15s ease;
    text-decoration: none;
}
.land-sticky-cta__btn i { font-size: 16px; }
.land-sticky-cta__btn--call {
    background: var(--brand);
    box-shadow: 0 6px 16px -4px rgba(183, 40, 31, 0.4);
}
.land-sticky-cta__btn--call:hover { background: var(--brand-2); }
.land-sticky-cta__btn--whatsapp {
    background: var(--wa);
    box-shadow: 0 6px 16px -4px rgba(37, 211, 102, 0.35);
}
.land-sticky-cta__btn--whatsapp:hover { background: var(--wa-2); }

@media (min-width: 900px) {
    .land-sticky-cta {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 24px;
        max-width: 680px;
        border-radius: 22px;
        border: 1px solid var(--line);
        box-shadow: 0 24px 60px rgba(15, 20, 25, 0.18);
    }
    body.land { padding-bottom: 160px; }
}

/* =====================================================================
 *  DAİRE DETAY
 * ===================================================================== */
.land-top--detail {
    padding: 12px 18px;
}
.land-top__brand--detail img { height: 36px; }

/* Galeri */
.land-gallery {
    background: var(--bg-alt);
    position: relative;
}
.land-gallery__main {
    position: relative;
    aspect-ratio: 4/3;
    max-height: 75vh;
    overflow: hidden;
    user-select: none;
    touch-action: pan-y;
}
@media (min-width: 768px) {
    .land-gallery__main { aspect-ratio: 16/9; }
}
.land-gallery__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .4s ease;
    pointer-events: none;
}
.land-gallery__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.land-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.land-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px) saturate(180%);
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    transition: all .15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.land-gallery__nav:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.land-gallery__nav--prev { left: 14px; }
.land-gallery__nav--next { right: 14px; }
.land-gallery__counter {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 20, 25, 0.65);
    backdrop-filter: blur(14px);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    z-index: 3;
}
.land-gallery__counter i { font-size: 11px; opacity: 0.85; }

/* Detail body */
.land-detail {
    background: var(--bg);
    padding: 0 0 60px;
}
.land-detail--bottom { padding: 0 0 80px; }
.land-detail__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 12px;
}

/* Hero card — galeriye binen kart */
.land-detail__hero {
    position: relative;
    margin-top: -14px;
    z-index: 4;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 28px 12px;
    box-shadow: var(--sh-4);
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
}
.land-detail__head {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.land-detail__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--success-tint);
    color: var(--success);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: fit-content;
}
.land-detail__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 3px rgba(15, 132, 84, 0.18);
}
.land-detail__title {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    color: var(--ink);
    letter-spacing: -1.5px;
    line-height: 1;
}
.land-detail__sub {
    font-size: 15px;
    color: var(--ink-3);
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.land-detail__meta {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.land-detail__meta li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--ink-2);
    background: var(--bg-alt);
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 600;
}
.land-detail__meta i {
    color: var(--brand);
    font-size: 12px;
}

/* Pitch — hero kartı içinde, başlık+meta'dan sonra */
.land-detail__pitch {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}
.land-detail__pitch-title {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--ink);
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.land-detail__pitch-lead {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-3);
    margin: 0 0 18px;
}
.land-detail__pitch-lead strong {
    color: var(--ink);
    font-weight: 700;
}
.land-detail__pitch-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.land-detail__pitch-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    color: var(--ink-2);
    font-weight: 500;
}
.land-detail__pitch-list i {
    color: var(--brand);
    font-size: 13px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-tint);
    border-radius: 9px;
    flex: 0 0 32px;
}
.land-detail__pitch-close {
    font-size: 13.5px;
    color: var(--ink-3);
    margin: 0;
    padding: 12px 16px;
    background: var(--bg-alt);
    border-radius: var(--r-sm);
    border-left: 3px solid var(--brand);
    line-height: 1.5;
}
.land-detail__pitch-close strong {
    color: var(--ink);
    font-weight: 700;
}

@media (min-width: 700px) {
    .land-detail__pitch { margin-top: 28px; padding-top: 26px; }
    .land-detail__pitch-title { font-size: 22px; }
    .land-detail__pitch-lead { font-size: 15px; }
    .land-detail__pitch-list { grid-template-columns: 1fr 1fr; gap: 14px 28px; }
}

/* Pay card */
.land-pay {
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.land-pay__top {
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}
.land-pay__label {
    display: block;
    font-size: 11px;
    color: var(--ink-4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: 6px;
}
.land-pay__total {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -1.5px;
    line-height: 1;
}
.land-pay__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0;
}
.land-pay__split div {
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 14px 10px;
}
.land-pay__split dt {
    font-size: 10.5px;
    color: var(--ink-4);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 6px;
}
.land-pay__split dd {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.5px;
}
.land-pay__split dd small {
    font-size: 12px;
    color: var(--ink-4);
    font-weight: 500;
    margin-left: 2px;
}
.land-pay__zeros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
}
.land-pay__zeros span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--success-tint);
    color: var(--success);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
}
.land-pay__zeros i { font-size: 9px; }

/* Video — 3:4 dikey container, orijinal 9:16 contain ile sığar */
.land-video {
    margin: 0 auto 36px;
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--bg-deep);
    box-shadow: var(--sh-3);
    position: relative;
    max-width: 480px;        /* Mobil-app benzeri dikey orta sütun */
    aspect-ratio: 3 / 4;
}
.land-video__el {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;          /* önizlemede crop — siyah kenar yok */
    object-position: center;
    background: var(--bg-deep);
}
.land-video__fs {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(15, 20, 25, 0.65);
    backdrop-filter: blur(14px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all .15s ease;
}
.land-video__fs:hover { background: rgba(15, 20, 25, 0.85); transform: scale(1.05); }
.land-video__hint {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    background: rgba(15, 20, 25, 0.55);
    backdrop-filter: blur(14px);
    color: #fff;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: -0.1px;
    pointer-events: none;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.land-video__hint i { font-size: 10px; margin: 0 2px; opacity: 0.85; }

/* Fullscreen — wrapper'a düşerse video doğal oran tutar */
.land-video:fullscreen,
.land-video:-webkit-full-screen {
    max-width: none;
    width: 100vw;
    height: 100vh;
    aspect-ratio: auto;
    border-radius: 0;
    margin: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.land-video:fullscreen .land-video__el,
.land-video:-webkit-full-screen .land-video__el {
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;        /* fullscreen'de tüm video görünür */
}
.land-video:fullscreen .land-video__hint,
.land-video:-webkit-full-screen .land-video__hint { display: none; }

/* Pitch — proje hakkında zarif blok (tümünde aynı) */
.land-pitch {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 36px 28px;
    margin-bottom: 36px;
    box-shadow: var(--sh-2);
}
.land-pitch__title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 18px;
    color: var(--ink);
    letter-spacing: -0.8px;
    line-height: 1.2;
}
.land-pitch__lead {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink-2);
    margin: 0 0 26px;
}
.land-pitch__lead strong {
    color: var(--ink);
    font-weight: 700;
}
.land-pitch__list {
    list-style: none;
    margin: 0 0 26px;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.land-pitch__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14.5px;
    color: var(--ink-2);
    font-weight: 500;
}
.land-pitch__list i {
    color: var(--brand);
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-tint);
    border-radius: 10px;
    flex: 0 0 38px;
}
.land-pitch__close {
    font-size: 15px;
    color: var(--ink-3);
    margin: 0;
    padding: 16px 18px;
    background: var(--bg-alt);
    border-radius: var(--r);
    border-left: 3px solid var(--brand);
    line-height: 1.55;
}
.land-pitch__close strong {
    color: var(--ink);
    font-weight: 700;
}

@media (min-width: 700px) {
    .land-pitch { padding: 44px 36px; }
    .land-pitch__title { font-size: 30px; letter-spacing: -1px; }
    .land-pitch__lead { font-size: 16.5px; }
    .land-pitch__list { grid-template-columns: 1fr 1fr; gap: 18px 32px; padding: 28px 0; }
}

/* Eski .land-features container — geriye uyumluluk için sade */
.land-features {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 32px 26px;
    margin-bottom: 36px;
    box-shadow: var(--sh-2);
}
.land-features h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 22px;
    color: var(--ink);
    letter-spacing: -0.6px;
}
.land-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.land-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--ink-2);
    font-weight: 500;
}
.land-features li i {
    color: var(--brand);
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-tint);
    border-radius: 10px;
    flex: 0 0 36px;
}

/* Location */
.land-location {
    margin-bottom: 40px;
}
.land-location h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 22px;
    color: var(--ink);
    letter-spacing: -0.6px;
}
.land-location__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.land-location__grid > div {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 22px 16px;
    text-align: center;
    box-shadow: var(--sh-1);
}
.land-location__grid strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 6px;
    letter-spacing: -1px;
    line-height: 1;
}
.land-location__grid strong small {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink-4);
    margin-left: 2px;
}
.land-location__grid span {
    display: block;
    font-size: 12px;
    color: var(--ink-4);
    line-height: 1.4;
    font-weight: 600;
}

/* Detail CTA */
.land-detail-cta {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: var(--sh-3);
}
.land-detail-cta h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 8px 0 14px;
    color: var(--ink);
    letter-spacing: -1px;
}
.land-detail-cta p {
    color: var(--ink-3);
    margin: 0 0 8px;
    font-size: 15px;
}
.land-hint {
    margin-top: 18px !important;
    color: var(--ink-4) !important;
    font-size: 13px !important;
}

/* Other apartments */
.land-other h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    margin: 6px 0 24px;
    letter-spacing: -0.6px;
}
.land-other__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.land-other__item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    transition: all .25s ease;
    box-shadow: var(--sh-1);
    display: block;
}
.land-other__item:hover {
    border-color: rgba(15, 20, 25, 0.12);
    transform: translateY(-2px);
    box-shadow: var(--sh-3);
}
.land-other__media {
    aspect-ratio: 4/3;
    overflow: hidden;
}
.land-other__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.land-other__body { padding: 14px; }
.land-other__body strong {
    display: block;
    font-size: 14.5px;
    color: var(--ink);
    margin-bottom: 4px;
    font-weight: 800;
    letter-spacing: -0.3px;
}
.land-other__body span {
    display: block;
    font-size: 12.5px;
    color: var(--ink-4);
    font-weight: 500;
}

@media (min-width: 700px) {
    .land-detail__hero {
        flex-direction: row;
        gap: 36px;
        padding: 36px 36px;
        margin-top: -70px;
        align-items: flex-start;        /* pay card üst hizaya yapışsın */
    }
    .land-detail__head { flex: 1.4; }
    .land-pay {
        flex: 1;
        min-width: 320px;
        position: sticky;
        top: 90px;                       /* header'ın altında sticky */
    }
    .land-detail__title { font-size: 44px; }
    .land-pay__total { font-size: 42px; }
    .land-features ul { grid-template-columns: repeat(3, 1fr); }
    .land-location__grid { grid-template-columns: repeat(4, 1fr); }
    .land-other__grid { grid-template-columns: repeat(4, 1fr); }
}

/* =====================================================================
 *  HERO scaling (desktop)
 * ===================================================================== */
@media (min-width: 600px) {
    .land-hero__title { font-size: 56px; letter-spacing: -2.4px; }
}
@media (min-width: 900px) {
    body.land { font-size: 16px; }
    .land-hero__title { font-size: 72px; letter-spacing: -3px; }
    .land-hero__lead { font-size: 17px; max-width: 600px; margin-left: auto; margin-right: auto; }
}
