/* ================================================================
   Categorylife — JamesEdition tarzı kategori/lüks varlık sayfası
================================================================ */
.clife-page {
    background: #fff;
    color: #1a1a1a;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
}

/* Küratörlü Koleksiyonlar — satıcı logo rozeti */
.post-footer-right .seller-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
    padding: 2px;
    background: white;
}

/* ===== CATEGORY NAV ===== */
.clife-catnav {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}
.clife-catnav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}
.clife-catnav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.clife-catnav-link i {
    font-size: 13px;
    color: #DAB668;
}
.clife-catnav-link:hover {
    background: #f7f5f0;
    color: #1a1a1a;
}
.clife-catnav-link.active {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
.clife-catnav-link.active i {
    color: #DAB668;
}
@media (max-width: 640px) {
    .clife-catnav-list { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
    .clife-catnav-link { white-space: nowrap; }
}

/* ===== HERO ===== */
.clife-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: stretch;
    color: #fff;
    overflow: hidden;
}
.clife-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2c2a28;
}
.clife-hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.clife-hero-swiper .swiper-wrapper,
.clife-hero-swiper .swiper-slide {
    height: 100%;
}
.clife-hero-swiper .clife-hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Hero video slide (Vimeo background) */
.clife-hero-video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
}
.clife-hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    border: 0;
    pointer-events: none;
}
/* Hero kontrolleri — filtrenin tam altında, ortada */
.clife-hero-controls {
    position: static;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Çizgi göstergeler (Swiper pagination) — anasayfadaki gibi */
.clife-hero-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 14px;
}
.clife-hero-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
    transition: width .35s ease, background .35s ease;
}
.clife-hero-pagination .swiper-pagination-bullet-active {
    width: 48px;
    background: #fff;
}

/* Ok butonları — anasayfadaki gibi */
.clife-hero-arrows {
    display: flex;
    gap: 10px;
}
.clife-hero-prev,
.clife-hero-next {
    width: 46px;
    height: 46px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background .3s ease, border-color .3s ease;
    padding: 0;
    line-height: 1;
    margin: 0;
}
.clife-hero-prev:hover,
.clife-hero-next:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.65);
}
.clife-hero-prev.swiper-button-disabled,
.clife-hero-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

/* Başlık (page_title / portfolio_title) — okların altında, küçük punto */
.clife-hero-caption {
    margin: 14px auto 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

@media (max-width: 768px) {
    .clife-hero-controls { margin-top: 14px; }
    .clife-hero-prev,
    .clife-hero-next { width: 40px; height: 40px; font-size: 0.8rem; }
    .clife-hero-caption { font-size: 0.68rem; max-width: 220px; }
}
.clife-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
}
.clife-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 100px 32px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
}
.clife-hero-inner .clife-search {
    margin-top: auto;
}

/* Mobile-only quick search (varsayılan: gizli, mobilde görünür) */
.clife-search-mobile { display: none; }
.clife-search-mobile .clife-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.clife-search-mobile .clife-input-wrap i {
    color: #888;
    font-size: 14px;
}
.clife-search-mobile .clife-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #1a1a1a;
}
.clife-search-mobile .clife-search-btn {
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .clife-search-mobile {
        display: flex;
        gap: 8px;
        padding: 12px;
    }
    .clife-search-fields { display: none !important; }
}

.clife-hero-content {
    max-width: 720px;
}
.clife-hero-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DAB668;
    margin-bottom: 14px;
}
.clife-hero-title {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 14px;
    letter-spacing: -0.5px;
    color: #fff;
}
.clife-hero-title strong {
    font-weight: 700;
}
.clife-hero-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0;
    max-width: 560px;
}

/* ===== HERO SEARCH ===== */
.clife-search {
    background: rgba(255,255,255,0.96);
    color: #1a1a1a;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    overflow: hidden;
    max-width: 1000px;
}
.clife-search-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.clife-tab {
    flex: 1 1 auto;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}
.clife-tab i {
    font-size: 14px;
}
.clife-tab:hover {
    color: #1a1a1a;
}
.clife-tab.active {
    color: #1a1a1a;
    background: #fff;
    border-bottom-color: #DAB668;
}

.clife-search-fields {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 0;
    padding: 6px;
}
.clife-search-fields--with-status {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr) minmax(0, 0.9fr) minmax(0, 0.9fr) auto;
}
.clife-field {
    min-width: 0;
    padding: 10px 14px;
    border-right: 1px solid #eee;
}
.clife-field:last-of-type {
    border-right: none;
}
.clife-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 4px;
}
.clife-input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.clife-input-wrap i {
    color: #DAB668;
    font-size: 14px;
    flex: none;
}
.clife-input-wrap input,
.clife-input-wrap select {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    background: transparent;
    padding: 4px 0;
    min-width: 0;
}
.clife-search-btn {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 0 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.clife-search-btn:hover {
    background: #DAB668;
}

/* ===== LOGOS STRIP ===== */
.clife-logos-strip {
    padding: 10px 0 10px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}
.clife-logos-kicker {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 28px;
}
.clife-logos-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
    align-items: center;
}
.clife-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.clife-logo-item img {
    /* max-height: 40px; */
    max-width: 100%;
    width: 150px !important;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: opacity 0.25s ease, filter 0.25s ease;
}
.clife-logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ===== SECTION (beyaz) ===== */
.clife-section {
    padding: 30px 0;
}
.clife-section--dark {
    background: #0f0f10;
    color: #fff;
}
.clife-sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 36px;
}
.clife-sec-head--center {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.clife-sec-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DAB668;
    margin-bottom: 6px;
}
.clife-sec-title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 300;
    letter-spacing: -0.3px;
    margin: 0;
    line-height: 1.2;
}
.clife-section--dark .clife-sec-title {
    color: #fff;
}
.clife-view-all {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, gap 0.2s ease;
    white-space: nowrap;
}
.clife-view-all:hover {
    color: #DAB668;
    gap: 12px;
}
.clife-section--dark .clife-view-all {
    color: #fff;
}
.clife-section--dark .clife-view-all:hover {
    color: #DAB668;
}

/* Sec actions (view all + slider nav) */
.clife-sec-actions {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.clife-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.clife-nav-btn:hover {
    background: #DAB668;
    color: #fff;
    border-color: #DAB668;
}
.clife-nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
.clife-feat-swiper {
    overflow: hidden;
    padding: 4px 2px 50px;
}
.clife-feat-swiper .swiper-slide {
    height: auto;
}
.clife-feat-swiper .swiper-slide .clife-card {
    height: 100%;
}

/* ===== PORTFOLIO CARD GRID ===== */
.clife-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.clife-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.clife-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.clife-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.clife-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}
.clife-card-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0,0,0,0.6);
    color: #DAB668;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    backdrop-filter: blur(8px);
}
.clife-card-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.clife-card-fav:hover {
    background: #DAB668;
    color: #fff;
}
.clife-card-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.clife-card-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--green-700, #0b3d34);
    letter-spacing: -0.02em;
    margin: 0;
}
.clife-card-price--hidden,
.post-price--hidden span {
    visibility: hidden;
}
.clife-card-price--hidden {
    display: inline-block;
    min-height: 1em;
}
.post-price--hidden {
    min-height: 1em;
}
/* Küratörlü Koleksiyonlar - kart yüksekliklerini eşitle */
.realestate-property-element-tabs .row.explore-slider > [class*="col-"] {
    display: flex;
}
.realestate-property-element-tabs .row.explore-slider > [class*="col-"] > .realestate-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.realestate-property-element-tabs .row.explore-slider .real-listings-post-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.realestate-property-element-tabs .row.explore-slider .real-listings-post-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.realestate-property-element-tabs .row.explore-slider .post-content-footer {
    margin-top: auto;
}
.clife-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #070026;
    margin: 3px 0 2px;
    line-height: 1.35;
    transition: color 0.25s ease;
}
.clife-card-link:hover .clife-card-title {
    color: var(--green-700, #0b3d34);
}
.clife-card-location {
    font-size: 0.88rem;
    color: #73777D;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.clife-card-location i {
    color: #DAB668;
    font-size: 12px;
}
.clife-card-specs {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    letter-spacing: 0.3px;
}

/* ===== CATEGORY TILES (dark section) ===== */
.clife-tile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.clife-tile {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
    text-decoration: none;
    color: #fff;
    transition: transform 0.35s ease;
}
.clife-tile:hover {
    transform: scale(1.02);
}
.clife-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.85) 100%);
    transition: background 0.3s ease;
}
.clife-tile:hover .clife-tile-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.9) 100%);
}
.clife-tile-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 26px;
    z-index: 2;
}
.clife-tile-count {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DAB668;
    display: block;
    margin-bottom: 4px;
}
.clife-tile-label {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 8px;
}
.clife-tile-cta {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease, opacity 0.2s ease;
}
.clife-tile:hover .clife-tile-cta {
    opacity: 1;
    gap: 10px;
}

/* ===== WEEKLY HIGHLIGHT ===== */
.clife-weekly-section {
    padding: 50px 0;
}
.clife-weekly {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: center;
}
.clife-weekly-text {
    padding: 10px 0;
}
.clife-weekly-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DAB668;
    margin-bottom: 18px;
}
.clife-weekly-title {
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.2;
}
.clife-weekly-location {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #777;
    margin: 0 0 14px;
}
.clife-weekly-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 22px;
    max-width: 440px;
}
.clife-weekly-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}
.clife-weekly-more:hover {
    color: #DAB668;
    border-color: #DAB668;
    gap: 12px;
}

.clife-weekly-visual {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: #f0efec;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.clife-weekly-fav {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
    z-index: 2;
}
.clife-weekly-fav:hover {
    background: #DAB668;
    color: #fff;
    transform: scale(1.05);
}
.clife-weekly-meta {
    position: absolute;
    left: 22px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    z-index: 2;
}
.clife-weekly-price {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.clife-weekly-specs {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.95;
}
.clife-weekly-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.45) 100%);
    pointer-events: none;
}

/* ===== DESTINATIONS ===== */
.clife-dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.clife-dest {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}
.clife-dest:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}
.clife-dest-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}
.clife-dest-meta {
    padding: 14px 18px 18px;
}
.clife-dest-label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #1a1a1a;
}
.clife-dest-sub {
    font-size: 13px;
    color: #777;
}

/* ===== CTA ===== */
.clife-cta {
    background: linear-gradient(135deg, #0f0f10 0%, #2c2a28 100%);
    color: #fff;
    padding: 90px 0;
}
.clife-cta-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.clife-cta-title {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 300;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}
.clife-cta-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin: 0 0 30px;
    line-height: 1.6;
}
.clife-cta-actions {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.clife-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.clife-btn--primary {
    background: #DAB668;
    color: #0f0f10;
}
.clife-btn--primary:hover {
    background: #c8a45a;
    color: #0f0f10;
}
.clife-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
}
.clife-btn--ghost:hover {
    background: rgba(255,255,255,0.08);
    border-color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .clife-card-grid { grid-template-columns: repeat(2, 1fr); }
    .clife-tile-grid { grid-template-columns: repeat(2, 1fr); }
    .clife-logos-grid { grid-template-columns: repeat(4, 1fr); }
    .clife-dest-grid { grid-template-columns: repeat(2, 1fr); }
    .clife-weekly { grid-template-columns: 1fr 1.4fr; gap: 30px; }
}

@media (max-width: 900px) {
    .clife-weekly {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .clife-weekly-visual { aspect-ratio: 16 / 9; }
}

@media (max-width: 900px) {
    .clife-hero { min-height: 560px; }
    .clife-search-fields {
        grid-template-columns: 1fr 1fr;
    }
    .clife-search-btn {
        grid-column: 1 / -1;
        margin: 6px;
        padding: 14px;
        justify-content: center;
    }
    .clife-field:nth-of-type(2) {
        border-right: none;
    }
}

@media (max-width: 640px) {
    .clife-hero-inner { padding: 80px 20px 40px; }
    .clife-section { padding: 56px 0; }
    .clife-cta { padding: 64px 0; }
    .clife-sec-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .clife-search-fields {
        grid-template-columns: 1fr;
    }
    .clife-field {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .clife-field:last-of-type {
        border-bottom: none;
    }
    .clife-card-grid { grid-template-columns: 1fr; }
    .clife-tile-grid { grid-template-columns: 1fr; }
    .clife-logos-grid { grid-template-columns: repeat(3, 1fr); }
    .clife-dest-grid { grid-template-columns: 1fr; }
}

/* ===== INSTAGRAM SECTION ===== */
.sadece-instagram-section {
    background: #fff;
}
.instagram-section-head .instagram-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DAB668;
    margin-bottom: 12px;
}
.instagram-section-head .instagram-title {
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
}
.instagram-section-head .instagram-follow {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}
.instagram-section-head .instagram-follow:hover {
    color: #DAB668;
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.instagram-item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    background: #f4f4f4;
}
.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.instagram-item:hover img {
    transform: scale(1.06);
}
.instagram-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
}
.instagram-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.6));
    color: #fff;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.instagram-overlay i {
    font-size: 28px;
}
.instagram-overlay .instagram-caption {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    max-width: 90%;
}
.instagram-item:hover .instagram-overlay {
    opacity: 1;
}
@media (max-width: 992px) {
    .instagram-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (max-width: 640px) {
    .instagram-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
.instagram-empty {
    max-width: 520px;
    margin: 20px auto 0;
    padding: 50px 30px;
    text-align: center;
    background: linear-gradient(135deg, #fdfbf6 0%, #f7f2e6 100%);
    border: 1px dashed #e3d7bf;
    border-radius: 16px;
}
.instagram-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
.instagram-empty-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.instagram-empty-text {
    font-size: 14px;
    color: #666;
    margin: 0 0 22px;
    line-height: 1.55;
}
.instagram-empty-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    background: #1a1a1a;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    border-radius: 40px;
    transition: background 0.25s ease, transform 0.2s ease;
}
.instagram-empty-btn:hover {
    background: #DAB668;
    color: #fff;
    transform: translateY(-1px);
}

/* ===== REGIONS ===== */
.clife-regions-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.clife-regions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}
.clife-region-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #faf6ec;
    border: 1px solid #ece7da;
    border-radius: 30px;
    color: #4b4538;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.clife-region-link i {
    font-size: 0.8rem;
    color: #DAB668;
    transition: color 0.2s ease;
}
.clife-region-link:hover {
    background: #DAB668;
    border-color: #DAB668;
    color: #fff;
    transform: translateY(-1px);
}
.clife-region-link:hover i {
    color: #fff;
}

/* Menü header'ı şeffaf (yeşil olmasın) — sadece categorylife sayfası */
.realestate-header.home1 .realestate-header-container,
.realestate-header-container {
    background-color: transparent;
}

