
.trio-home-listings,
.trio-home-regions,
.trio-home-agents,
.trio-home-filter-wrap,
.trio-home-carousel,
.trio-home-tabs,
.trio-home-map-wrap{
    font-family:Manrope,Arial,sans-serif;
}

/* Slider */
.trio-home-carousel{
    position:relative;
}
.trio-home-carousel-viewport{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
}
.trio-home-carousel-viewport::-webkit-scrollbar{
    display:none;
}
.trio-home-carousel-track{
    display:flex;
    gap:16px;
}
.trio-home-carousel-nav{
    position:absolute;
    z-index:5;
    top:50%;
    left:-18px;
    right:-18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transform:translateY(-50%);
    pointer-events:none;
}
.trio-home-carousel-nav button{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    border:1px solid rgba(35,35,35,.14);
    border-radius:50%;
    background:#fff;
    color:#333;
    box-shadow:0 6px 20px rgba(0,0,0,.12);
    cursor:pointer;
    pointer-events:auto;
    transition:background .18s ease,color .18s ease,transform .18s ease;
}
.trio-home-carousel-nav button:hover{
    background:#c6a153;
    color:#222;
    transform:scale(1.04);
}
.trio-home-carousel svg,
.trio-home-regions svg,
.trio-home-filter svg,
.trio-home-agents svg{
    display:block;
    width:100%;
    height:100%;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* Portföy kartları */
.trio-home-listing-carousel .trio-home-listing{
    flex:0 0 calc((100% - 48px)/4);
    scroll-snap-align:start;
}
.trio-home-listing{
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(30,30,30,.10);
    border-radius:10px;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.055);
    transition:transform .22s ease,box-shadow .22s ease;
}
.trio-home-listing:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 36px rgba(0,0,0,.09);
}
.trio-home-listing-media{
    position:relative;
    display:block;
    aspect-ratio:16/10;
    overflow:hidden;
    background:#ece9e3;
}
.trio-home-listing-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .4s ease;
}
.trio-home-listing:hover .trio-home-listing-media img{
    transform:scale(1.035);
}
.trio-home-listing-badge{
    position:absolute;
    top:10px;
    left:10px;
    padding:5px 8px;
    border-radius:5px;
    color:#fff;
    background:rgba(39,39,39,.90);
    font-size:8px;
    font-weight:700;
}
.trio-home-listing-body{
    padding:13px 14px 14px;
}
.trio-home-listing-location{
    display:flex;
    align-items:center;
    gap:5px;
    color:#8a8a8a;
    font-size:9px;
}
.trio-home-listing-location span{
    width:13px;
    height:13px;
    color:#c6a153;
}
.trio-home-listing h3{
    margin:7px 0 0;
    min-height:39px;
    font-family:Manrope,Arial,sans-serif;
    font-size:13px;
    line-height:1.45;
    font-weight:600;
}
.trio-home-listing h3 a{
    color:#292929!important;
    text-decoration:none!important;
}
.trio-home-listing-price{
    margin-top:7px;
    color:#1f1f1f;
    font-size:16px;
    font-weight:700;
}
.trio-home-listing-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px 10px;
    margin-top:10px;
    padding-top:9px;
    border-top:1px solid rgba(30,30,30,.08);
}
.trio-home-listing-meta span{
    display:flex;
    align-items:center;
    gap:4px;
    color:#696969;
    font-size:8.5px;
}
.trio-home-listing-meta i{
    width:13px;
    height:13px;
}
.trio-home-listing-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
    padding-top:9px;
    border-top:1px solid rgba(30,30,30,.08);
    color:#333!important;
    text-decoration:none!important;
    font-size:9px;
    font-weight:700;
}
.trio-home-listing-link span{
    width:15px;
    height:15px;
    color:#c6a153;
}

/* Hero altı filtre */
.trio-home-filter-wrap{
    position:relative;
    z-index:6;
    width:100%;
}
.trio-home-filter{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr)) auto;
    gap:8px;
    align-items:end;
    padding:14px;
    border:1px solid rgba(45,45,45,.10);
    border-radius:11px;
    background:#fff;
    box-shadow:0 16px 40px rgba(0,0,0,.12);
}
.trio-home-filter-field{
    display:block;
}
.trio-home-filter-field>span{
    display:block;
    margin:0 0 5px;
    color:#777;
    font-size:8px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
}
.trio-home-filter select{
    width:100%;
    height:43px;
    padding:0 34px 0 11px;
    border:1px solid rgba(40,40,40,.13);
    border-radius:7px;
    background:#fafafa;
    color:#333;
    font:500 10px Manrope,Arial,sans-serif;
    outline:none;
}
.trio-home-filter select:focus{
    border-color:#c6a153;
}
.trio-home-filter-submit{
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 17px;
    border:0;
    border-radius:7px;
    background:#c6a153;
    color:#262626;
    cursor:pointer;
    white-space:nowrap;
}
.trio-home-filter-submit span{
    width:16px;
    height:16px;
}
.trio-home-filter-submit strong{
    font-size:10px;
}

/* Sekmeler */
.trio-home-tabs .trio-home-tab-buttons{
    display:flex;
    gap:8px;
    margin-bottom:18px;
}
.trio-home-tab-buttons button{
    min-width:88px;
    padding:9px 14px;
    border:1px solid rgba(40,40,40,.14);
    border-radius:999px;
    background:#fff;
    color:#555;
    font:600 10px Manrope,Arial,sans-serif;
    cursor:pointer;
}
.trio-home-tab-buttons button.is-active{
    border-color:#343434;
    background:#343434;
    color:#fff;
}
.trio-home-tab-panel{
    display:none;
}
.trio-home-tab-panel.is-active{
    display:block;
}
.trio-home-empty{
    padding:24px;
    border:1px dashed rgba(40,40,40,.18);
    border-radius:9px;
    color:#777;
    background:#fafafa;
    font:500 11px Manrope,Arial,sans-serif;
}

/* Trio bölgeleri */
.trio-home-regions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.trio-home-region{
    position:relative;
    min-height:350px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    overflow:hidden;
    padding:26px;
    border-radius:10px;
    color:#fff!important;
    background:#333 center/cover no-repeat;
    text-decoration:none!important;
}
.trio-home-region-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72));
}
.trio-home-region>*:not(.trio-home-region-overlay){
    position:relative;
    z-index:1;
}
.trio-home-region-kicker{
    margin-bottom:5px;
    color:#d8b86f;
    font-size:9px;
    font-weight:800;
    letter-spacing:.16em;
}
.trio-home-region strong{
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:34px;
    line-height:1;
    font-weight:600;
}
.trio-home-region-link{
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:15px;
    font-size:10px;
    font-weight:700;
}
.trio-home-region-link i{
    width:15px;
    height:15px;
}

/* Kurumsal görsel */
.trio-home-brand-image{
    width:100%;
    height:100%;
    min-height:390px;
    overflow:hidden;
    border-radius:10px;
}
.trio-home-brand-image img{
    width:100%;
    height:100%;
    min-height:390px;
    display:block;
    object-fit:cover;
}

/* Danışmanlar - kompakt 4'lü */
.trio-home-agent-carousel .trio-home-agent{
    flex:0 0 calc((100% - 48px)/4);
    scroll-snap-align:start;
}
.trio-home-agent{
    overflow:hidden;
    border:1px solid rgba(30,30,30,.09);
    border-radius:10px;
    background:#fff;
}
.trio-home-agent-photo{
    aspect-ratio:4/5;
    height:auto;
    overflow:hidden;
    background:#242424;
}
.trio-home-agent-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    object-position:center center;
}
.trio-home-agent-body{
    padding:11px 12px 12px;
}
.trio-home-agent-body strong{
    display:block;
    color:#262626;
    font-size:12.5px;
    font-weight:700;
}
.trio-home-agent-body span{
    display:block;
    margin-top:2px;
    color:#777;
    font-size:8.5px;
}
.trio-home-agent-body small{
    display:flex;
    align-items:center;
    gap:5px;
    margin-top:5px;
    color:#9a7d40;
    font-size:8px;
}
.trio-home-agent-body small i{
    width:11px;
    height:11px;
}

/* Portföy haritası */
.trio-home-map-wrap{
    width:100%;
    overflow:hidden;
    border:1px solid rgba(30,30,30,.10);
    border-radius:12px;
    background:#eee;
    box-shadow:0 12px 34px rgba(0,0,0,.06);
}
.trio-home-map{
    width:100%;
    height:470px;
}
.trio-home-map .leaflet-popup-content-wrapper{
    border-radius:8px;
}
.trio-home-map-popup{
    min-width:180px;
    font-family:Manrope,Arial,sans-serif;
}
.trio-home-map-popup strong{
    display:block;
    margin-bottom:4px;
    font-size:12px;
    line-height:1.35;
}
.trio-home-map-popup span{
    display:block;
    color:#777;
    font-size:9px;
}
.trio-home-map-popup b{
    display:block;
    margin-top:5px;
    color:#222;
    font-size:11px;
}
.trio-home-map-popup a{
    display:inline-block;
    margin-top:7px;
    color:#9c7a35!important;
    font-size:9px;
    font-weight:700;
    text-decoration:none!important;
}

@media(max-width:1024px){
    .trio-home-listing-carousel .trio-home-listing,
    .trio-home-agent-carousel .trio-home-agent{
        flex-basis:calc((100% - 16px)/2);
    }
    .trio-home-filter{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .trio-home-filter-submit{
        grid-column:span 2;
    }
    .trio-home-regions{
        grid-template-columns:1fr 1fr;
    }
    .trio-home-carousel-nav{
        left:-12px;
        right:-12px;
    }
}

@media(max-width:767px){
    .trio-home-listing-carousel .trio-home-listing{
        flex-basis:84%;
    }
    .trio-home-agent-carousel .trio-home-agent{
        flex-basis:74%;
    }
    .trio-home-carousel-track{
        gap:11px;
    }
    .trio-home-carousel-nav{
        display:none;
    }
    .trio-home-filter{
        grid-template-columns:1fr 1fr;
        padding:10px;
        gap:7px;
    }
    .trio-home-filter-submit{
        grid-column:1/-1;
    }
    .trio-home-filter select{
        height:41px;
    }
    .trio-home-regions{
        grid-template-columns:1fr;
        gap:12px;
    }
    .trio-home-region{
        min-height:270px;
        padding:22px;
    }
    .trio-home-region strong{
        font-size:30px;
    }
    .trio-home-tab-buttons{
        overflow-x:auto;
        scrollbar-width:none;
    }
    .trio-home-tab-buttons::-webkit-scrollbar{
        display:none;
    }
    .trio-home-tab-buttons button{
        flex:0 0 auto;
    }
    .trio-home-brand-image,
    .trio-home-brand-image img{
        min-height:280px;
    }
    .trio-home-map{
        height:360px;
    }
}


/* =========================================================
   PORTFÖY ARŞİVİ
   ========================================================= */
.trio-archive-hero-content,.trio-archive-filter-card,.trio-archive-results{font-family:Manrope,Arial,sans-serif}
.trio-archive-hero-content{max-width:840px}
.trio-archive-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:26px;color:#8b8b8b;font-size:10px}
.trio-archive-breadcrumb a{color:#777!important;text-decoration:none!important}
.trio-archive-breadcrumb strong{color:#3b3b3b;font-weight:600}
.trio-archive-kicker{display:block;margin-bottom:10px;color:#c39b4e;font-size:10px;font-weight:800;letter-spacing:.22em}
.trio-archive-hero-content h1{margin:0;color:#292929;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(44px,5vw,70px);line-height:.98;font-weight:600;letter-spacing:-.02em}
.trio-archive-hero-content p{max-width:720px;margin:18px 0 0;color:#696969;font-size:14px;line-height:1.7}

.trio-archive-filter-card{position:relative;z-index:5;padding:14px;border:1px solid rgba(35,35,35,.09);border-radius:12px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.09)}
.trio-archive-filter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(125px,.72fr) minmax(125px,.72fr) auto;gap:8px;align-items:end}
.trio-archive-filter .trio-home-filter-field>span{display:block;margin:0 0 5px;color:#777;font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.trio-archive-filter select,.trio-archive-filter input{width:100%;height:43px;box-sizing:border-box;padding:0 11px;border:1px solid rgba(40,40,40,.13);border-radius:7px;outline:none;background:#fafafa;color:#333;font:500 10px Manrope,Arial,sans-serif}
.trio-archive-filter select{padding-right:32px}
.trio-archive-filter select:focus,.trio-archive-filter input:focus{border-color:#c6a153}
.trio-archive-filter-submit{min-width:125px}
.trio-archive-filter-reset{grid-column:1/-1;justify-self:end;margin-top:1px;color:#777!important;font-size:9px;font-weight:600;text-decoration:underline!important;text-underline-offset:3px}

.trio-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(35,35,35,.09)}
.trio-archive-count{color:#777;font-size:11px}
.trio-archive-count strong{color:#292929;font-size:13px}
.trio-archive-sort{display:flex;align-items:center;gap:9px;color:#777;font-size:9px;font-weight:600}
.trio-archive-sort select{height:36px;padding:0 30px 0 10px;border:1px solid rgba(40,40,40,.13);border-radius:6px;background:#fff;color:#333;font:600 9px Manrope,Arial,sans-serif}
.trio-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 16px}
.trio-archive-grid .trio-home-listing{width:100%}
.trio-archive-grid .trio-home-listing-media{aspect-ratio:16/10}

.trio-archive-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:42px}
.trio-archive-pagination .page-numbers{min-width:38px;height:38px;display:flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(35,35,35,.12);border-radius:7px;background:#fff;color:#444!important;font-size:10px;font-weight:700;text-decoration:none!important}
.trio-archive-pagination .page-numbers.current{border-color:#c6a153;background:#c6a153;color:#252525!important}
.trio-archive-pagination a.page-numbers:hover{border-color:#c6a153}

.trio-archive-empty{padding:50px 24px;border:1px dashed rgba(40,40,40,.16);border-radius:11px;background:#faf9f7;text-align:center}
.trio-archive-empty strong{display:block;color:#292929;font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;font-weight:600}
.trio-archive-empty p{margin:8px 0 18px;color:#777;font-size:11px}
.trio-archive-empty a{display:inline-flex;padding:11px 16px;border-radius:6px;background:#c6a153;color:#252525!important;font-size:10px;font-weight:700;text-decoration:none!important}

@media(max-width:1180px){
    .trio-archive-filter{grid-template-columns:repeat(3,minmax(0,1fr))}
    .trio-archive-filter-submit{min-width:0}
}
@media(max-width:900px){
    .trio-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .trio-archive-filter{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .trio-archive-breadcrumb{margin-bottom:18px;font-size:9px}
    .trio-archive-kicker{font-size:9px}
    .trio-archive-hero-content p{margin-top:13px;font-size:12px}
    .trio-archive-filter-card{padding:10px;border-radius:10px}
    .trio-archive-filter{grid-template-columns:1fr 1fr;gap:7px}
    .trio-archive-filter-submit{grid-column:1/-1}
    .trio-archive-filter-reset{justify-self:center}
    .trio-archive-toolbar{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:18px}
    .trio-archive-grid{grid-template-columns:1fr;gap:13px}
    .trio-archive-grid .trio-home-listing h3{min-height:0}
    .trio-archive-pagination{margin-top:30px}
}


/* =========================================================
   INTERAKTİF HALF MAP
   ========================================================= */
.trio-half-map-shell{
    --trio-accent:#c6a153;
    --trio-dark:#252525;
    --trio-line:rgba(35,35,35,.12);
    width:100%;
    overflow:hidden;
    border:1px solid var(--trio-line);
    border-radius:12px;
    background:#fff;
    box-shadow:0 14px 40px rgba(0,0,0,.07);
    font-family:Manrope,Arial,sans-serif;
}
.trio-half-map-searchbar{
    display:grid;
    grid-template-columns:minmax(220px,1.55fr) repeat(5,minmax(105px,.68fr)) auto auto auto;
    gap:7px;
    align-items:end;
    padding:11px;
    border-bottom:1px solid var(--trio-line);
    background:#fff;
}
.trio-half-keyword,
.trio-half-filter-field{
    position:relative;
    display:block;
}
.trio-half-keyword{
    display:flex;
    align-items:center;
    height:44px;
    overflow:hidden;
    border:1px solid var(--trio-line);
    border-radius:7px;
    background:#fafafa;
}
.trio-half-keyword>span{
    width:17px;
    height:17px;
    flex:0 0 17px;
    margin-left:12px;
    color:#8d8d8d;
}
.trio-half-keyword svg{
    width:100%;
    height:100%;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
}
.trio-half-keyword input{
    width:100%;
    height:42px;
    padding:0 12px 0 9px;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#333;
    font:500 10px Manrope,Arial,sans-serif;
}
.trio-half-filter-field>span,
.trio-half-advanced label>span{
    display:block;
    margin:0 0 4px;
    color:#777;
    font-size:7px;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.trio-half-filter-field select,
.trio-half-advanced input,
.trio-half-list-head select{
    width:100%;
    box-sizing:border-box;
    border:1px solid var(--trio-line);
    border-radius:7px;
    outline:none;
    background:#fafafa;
    color:#333;
    font:600 9px Manrope,Arial,sans-serif;
}
.trio-half-filter-field select{
    height:44px;
    padding:0 28px 0 10px;
}
.trio-half-more,
.trio-half-clear,
.trio-half-search{
    height:44px;
    padding:0 13px;
    border-radius:7px;
    font:700 9px Manrope,Arial,sans-serif;
    cursor:pointer;
    white-space:nowrap;
}
.trio-half-more{
    border:1px solid var(--trio-line);
    background:#fff;
    color:#444;
}
.trio-half-clear{
    border:1px solid var(--trio-line);
    background:#fff;
    color:#777;
}
.trio-half-search{
    border:1px solid var(--trio-dark);
    background:var(--trio-dark);
    color:#fff;
}
.trio-half-advanced{
    display:none;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    padding:10px 11px;
    border-bottom:1px solid var(--trio-line);
    background:#faf9f7;
}
.trio-half-advanced.is-open{
    display:grid;
}
.trio-half-advanced input{
    height:41px;
    padding:0 10px;
}
.trio-half-layout{
    display:grid;
    grid-template-columns:minmax(0,59%) minmax(380px,41%);
    min-height:var(--trio-half-map-height);
    height:var(--trio-half-map-height);
}
.trio-half-map-pane{
    position:relative;
    min-width:0;
    height:100%;
    border-right:1px solid var(--trio-line);
}
.trio-half-map{
    width:100%;
    height:100%;
    background:#ececec;
}
.trio-half-map-search-area{
    position:absolute;
    z-index:600;
    top:14px;
    left:50%;
    transform:translateX(-50%);
    display:none;
    padding:9px 14px;
    border:0;
    border-radius:999px;
    background:#292929;
    color:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
    font:700 9px Manrope,Arial,sans-serif;
    cursor:pointer;
}
.trio-half-map-search-area.is-visible{
    display:block;
}
.trio-half-list-pane{
    min-width:0;
    height:100%;
    display:flex;
    flex-direction:column;
    background:#f8f7f5;
}
.trio-half-list-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:58px;
    padding:10px 14px;
    border-bottom:1px solid var(--trio-line);
    background:#fff;
}
.trio-half-list-head>div{
    color:#777;
    font-size:9px;
}
.trio-half-list-head strong{
    color:#222;
    font-size:13px;
}
.trio-half-list-head label{
    display:flex;
    align-items:center;
    gap:6px;
    color:#777;
    font-size:8px;
    white-space:nowrap;
}
.trio-half-list-head select{
    width:auto;
    min-width:142px;
    height:34px;
    padding:0 28px 0 9px;
    background:#fff;
}
.trio-half-list{
    flex:1;
    overflow-y:auto;
    padding:10px;
    scrollbar-width:thin;
    scrollbar-color:#c8c8c8 transparent;
}
.trio-half-card{
    display:grid;
    grid-template-columns:42% 58%;
    min-height:148px;
    overflow:hidden;
    margin-bottom:10px;
    border:1px solid rgba(35,35,35,.08);
    border-radius:9px;
    background:#fff;
    box-shadow:0 6px 20px rgba(0,0,0,.04);
    transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.trio-half-card:hover,
.trio-half-card.is-active{
    transform:translateY(-1px);
    border-color:rgba(198,161,83,.55);
    box-shadow:0 10px 26px rgba(0,0,0,.08);
}
.trio-half-card-media{
    position:relative;
    min-height:148px;
    overflow:hidden;
    background:#eee;
}
.trio-half-card-media img{
    width:100%;
    height:100%;
    min-height:148px;
    display:block;
    object-fit:cover;
}
.trio-half-card-badge{
    position:absolute;
    top:8px;
    left:8px;
    padding:4px 6px;
    border-radius:4px;
    background:rgba(37,37,37,.90);
    color:#fff;
    font-size:7px;
    font-weight:700;
}
.trio-half-card-body{
    min-width:0;
    display:flex;
    flex-direction:column;
    padding:11px 12px;
}
.trio-half-card-price{
    margin-bottom:5px;
    color:#1e1e1e;
    font-size:14px;
    font-weight:800;
}
.trio-half-card h3{
    margin:0;
    font-family:Manrope,Arial,sans-serif;
    font-size:11px;
    line-height:1.4;
    font-weight:700;
}
.trio-half-card h3 a{
    color:#272727!important;
    text-decoration:none!important;
}
.trio-half-card-location{
    margin-top:4px;
    color:#818181;
    font-size:8px;
}
.trio-half-card-meta{
    display:flex;
    flex-wrap:wrap;
    gap:5px 9px;
    margin-top:auto;
    padding-top:8px;
    color:#666;
    font-size:8px;
}
.trio-half-card-meta span{
    white-space:nowrap;
}
.trio-half-card-link{
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin-top:7px;
    color:#9c7935!important;
    font-size:8px;
    font-weight:700;
    text-decoration:none!important;
}
.trio-half-empty{
    margin:16px;
    padding:24px 16px;
    border:1px dashed var(--trio-line);
    border-radius:8px;
    background:#fff;
    color:#777;
    text-align:center;
    font-size:10px;
}

/* Map markers */
.trio-half-price-icon{
    background:transparent!important;
    border:0!important;
}
.trio-half-price-marker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:48px;
    height:27px;
    padding:0 8px;
    border:2px solid #fff;
    border-radius:999px;
    background:#292929;
    color:#fff;
    box-shadow:0 5px 16px rgba(0,0,0,.22);
    font:800 8px Manrope,Arial,sans-serif;
    white-space:nowrap;
    transform:translate(-50%,-50%);
}
.trio-half-price-marker.is-active{
    background:#c6a153;
    color:#252525;
}
.trio-half-map .marker-cluster-small,
.trio-half-map .marker-cluster-medium,
.trio-half-map .marker-cluster-large{
    background:rgba(198,161,83,.35);
}
.trio-half-map .marker-cluster-small div,
.trio-half-map .marker-cluster-medium div,
.trio-half-map .marker-cluster-large div{
    background:#c6a153;
    color:#252525;
    font:800 10px Manrope,Arial,sans-serif;
}
.trio-half-popup{
    min-width:180px;
    font-family:Manrope,Arial,sans-serif;
}
.trio-half-popup strong{
    display:block;
    margin-bottom:4px;
    color:#242424;
    font-size:11px;
    line-height:1.35;
}
.trio-half-popup span{
    display:block;
    color:#777;
    font-size:8px;
}
.trio-half-popup b{
    display:block;
    margin-top:5px;
    font-size:11px;
}
.trio-half-popup a{
    display:inline-block;
    margin-top:7px;
    color:#9c7935!important;
    font-size:8px;
    font-weight:700;
    text-decoration:none!important;
}

@media(max-width:1180px){
    .trio-half-map-searchbar{
        grid-template-columns:minmax(220px,1.6fr) repeat(2,minmax(120px,1fr)) auto auto auto;
    }
    .trio-half-filter-field:nth-of-type(4),
    .trio-half-filter-field:nth-of-type(5){
        display:none;
    }
    .trio-half-layout{
        grid-template-columns:55% 45%;
    }
}
@media(max-width:900px){
    .trio-half-map-searchbar{
        grid-template-columns:1fr 1fr;
    }
    .trio-half-keyword{
        grid-column:1/-1;
    }
    .trio-half-filter-field:nth-of-type(4),
    .trio-half-filter-field:nth-of-type(5){
        display:block;
    }
    .trio-half-more,
    .trio-half-clear,
    .trio-half-search{
        width:100%;
    }
    .trio-half-search{
        grid-column:1/-1;
    }
    .trio-half-advanced{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .trio-half-layout{
        display:block;
        height:auto;
        min-height:0;
    }
    .trio-half-map-pane{
        height:430px;
        border-right:0;
        border-bottom:1px solid var(--trio-line);
    }
    .trio-half-list-pane{
        height:auto;
        max-height:none;
    }
    .trio-half-list{
        max-height:650px;
    }
}
@media(max-width:600px){
    .trio-half-map-shell{
        border-radius:9px;
    }
    .trio-half-map-searchbar{
        grid-template-columns:1fr 1fr;
        padding:8px;
    }
    .trio-half-filter-field:nth-of-type(4),
    .trio-half-filter-field:nth-of-type(5){
        display:none;
    }
    .trio-half-more{
        grid-column:1/2;
    }
    .trio-half-clear{
        grid-column:2/3;
    }
    .trio-half-advanced{
        grid-template-columns:1fr 1fr;
        padding:8px;
    }
    .trio-half-map-pane{
        height:360px;
    }
    .trio-half-list-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .trio-half-list-head label{
        width:100%;
        justify-content:space-between;
    }
    .trio-half-list-head select{
        flex:1;
    }
    .trio-half-card{
        grid-template-columns:38% 62%;
        min-height:132px;
    }
    .trio-half-card-media,
    .trio-half-card-media img{
        min-height:132px;
    }
    .trio-half-card-body{
        padding:9px 10px;
    }
}

.trio-home-brand-image.has-custom-image{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px;
    box-sizing:border-box;
    background:#fff;
}
.trio-home-brand-image.has-custom-image img{
    width:100%;
    height:100%;
    min-height:0;
    object-fit:contain;
    object-position:center;
}


/* v1.5.0 — half map görünürlük / popup / attribution düzeltmeleri */
.trio-half-map-searchbar{
    position:relative;
    z-index:1100;
}
.trio-half-advanced{
    position:relative;
    z-index:1090;
}
.trio-half-layout{
    position:relative;
    z-index:1;
}
.trio-half-map-pane{
    overflow:hidden;
}
.trio-half-map .leaflet-control-container{
    position:relative;
    z-index:700;
}
.trio-half-osm-credit{
    position:absolute;
    z-index:650;
    right:6px;
    bottom:5px;
    padding:2px 5px;
    border-radius:3px;
    background:rgba(255,255,255,.86);
    color:#666;
    font:500 7px Manrope,Arial,sans-serif;
    text-decoration:none!important;
    box-shadow:0 1px 4px rgba(0,0,0,.08);
}
.trio-half-osm-credit:hover{
    color:#333;
}
.trio-half-map .leaflet-popup-content-wrapper{
    overflow:hidden;
    padding:0;
    border-radius:10px;
}
.trio-half-map .leaflet-popup-content{
    width:270px!important;
    margin:0;
}
.trio-half-map .leaflet-popup-close-button{
    top:6px!important;
    right:7px!important;
    width:24px!important;
    height:24px!important;
    line-height:22px!important;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:#444!important;
    font-size:18px!important;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.trio-half-popup{
    width:270px;
    min-width:0;
    overflow:hidden;
    background:#fff;
    font-family:Manrope,Arial,sans-serif;
}
.trio-half-popup-media{
    width:100%;
    height:145px;
    overflow:hidden;
    background:#ececec;
}
.trio-half-popup-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.trio-half-popup-body{
    padding:13px 14px 14px;
}
.trio-half-popup-price{
    margin-bottom:6px;
    color:#202020;
    font-size:17px;
    line-height:1.15;
    font-weight:800;
}
.trio-half-popup-title{
    display:block;
    margin:0 0 5px;
    color:#242424;
    font-size:11px;
    line-height:1.4;
    font-weight:700;
}
.trio-half-popup-meta{
    display:flex;
    flex-wrap:wrap;
    gap:5px 9px;
    margin-top:7px;
    color:#555;
    font-size:8px;
}
.trio-half-popup-location{
    margin-top:8px;
    color:#8a8a8a;
    font-size:8px;
    line-height:1.4;
}
.trio-half-popup-link{
    display:inline-block;
    margin-top:10px;
    color:#9c7935!important;
    font-size:8px;
    font-weight:800;
    text-decoration:none!important;
}
@media(max-width:600px){
    .trio-half-map .leaflet-popup-content{
        width:235px!important;
    }
    .trio-half-popup{
        width:235px;
    }
    .trio-half-popup-media{
        height:126px;
    }
}


/* =========================================================
   v1.6.0 — Danışman slider / Harita UX
   ========================================================= */

/* Danışmanlar: daha küçük, daha çok kart, görsel bozulmadan */
.trio-home-agent-carousel .trio-home-carousel-track{
    gap:12px;
}
.trio-home-agent-carousel .trio-home-agent{
    flex:0 0 calc((100% - 60px)/6);
    min-width:0;
    border-radius:8px;
}
.trio-home-agent-photo{
    display:block;
    aspect-ratio:4/5;
    height:auto!important;
    overflow:hidden;
    background:transparent!important;
}
.trio-home-agent-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover!important;
    object-position:center top!important;
    background:transparent!important;
}
.trio-home-agent-body{
    padding:10px 10px 11px;
}
.trio-home-agent-name{
    display:block;
    overflow:hidden;
    color:#252525!important;
    font-size:11px;
    line-height:1.35;
    font-weight:700;
    text-decoration:none!important;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.trio-home-agent-name:hover{
    color:#9c7935!important;
}
.trio-home-agent-body span{
    margin-top:2px;
    font-size:7.8px;
}
.trio-home-agent-body small{
    margin-top:4px;
    font-size:7.5px;
}
.trio-home-agent-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:5px;
    margin-top:8px;
}
.trio-home-agent-actions a{
    min-height:29px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:4px 6px;
    border:1px solid rgba(35,35,35,.11);
    border-radius:5px;
    background:#fff;
    color:#4a4a4a!important;
    font-size:7.5px;
    font-weight:700;
    text-decoration:none!important;
}
.trio-home-agent-actions a:hover{
    border-color:#c6a153;
    background:#c6a153;
    color:#252525!important;
}

/* Map: filtre sürekli üstte ve harita tıklaması sayfayı kaydırmıyor */
.trio-half-map-shell{
    position:relative;
}
.trio-half-map-searchbar{
    position:sticky!important;
    top:0;
    z-index:2000!important;
    background:#fff;
}
.trio-half-advanced{
    position:sticky!important;
    top:66px;
    z-index:1990!important;
}
.trio-half-layout{
    z-index:1!important;
}
.trio-half-map,
.trio-half-map-pane,
.trio-half-list-pane{
    min-height:0;
}
.trio-half-list{
    overscroll-behavior:contain;
}

/* VIEW kontrolü */
.trio-map-view-control{
    position:relative;
}
.trio-map-view-button{
    min-width:78px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:0 10px;
    border:0;
    border-radius:6px;
    background:#2f2f2f;
    color:#fff;
    box-shadow:0 5px 16px rgba(0,0,0,.18);
    font:800 8px Manrope,Arial,sans-serif;
    cursor:pointer;
}
.trio-map-view-button:before{
    content:"◉";
    font-size:10px;
}
.trio-map-view-menu{
    display:none;
    min-width:150px;
    margin-top:5px;
    padding:5px;
    border:1px solid rgba(35,35,35,.10);
    border-radius:7px;
    background:#fff;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.trio-map-view-control.is-open .trio-map-view-menu{
    display:block;
}
.trio-map-view-menu button{
    width:100%;
    display:block;
    padding:8px 9px;
    border:0;
    border-radius:5px;
    background:transparent;
    color:#333;
    text-align:left;
    font:600 9px Manrope,Arial,sans-serif;
    cursor:pointer;
}
.trio-map-view-menu button:hover,
.trio-map-view-menu button.is-active{
    background:#f1eee8;
    color:#9b7935;
}

/* Harita popup biraz daha kompakt */
.trio-half-map .leaflet-popup-content{
    width:248px!important;
}
.trio-half-popup{
    width:248px;
}
.trio-half-popup-media{
    height:125px;
}
.trio-half-popup-body{
    padding:11px 12px 12px;
}
.trio-half-popup-price{
    font-size:15px;
}
.trio-half-popup-title{
    font-size:10px;
}
.trio-half-popup-meta,
.trio-half-popup-location,
.trio-half-popup-link{
    font-size:7.5px;
}

/* Tablet: 4 danışman */
@media(max-width:1180px){
    .trio-home-agent-carousel .trio-home-agent{
        flex-basis:calc((100% - 36px)/4);
    }
}

/* Tablet küçük: 3 danışman */
@media(max-width:900px){
    .trio-home-agent-carousel .trio-home-agent{
        flex-basis:calc((100% - 24px)/3);
    }

    .trio-half-map-searchbar{
        position:relative!important;
        top:auto!important;
        grid-template-columns:1fr 1fr;
    }
    .trio-half-advanced{
        position:relative!important;
        top:auto!important;
    }

    .trio-half-layout{
        display:flex;
        flex-direction:column;
    }
    .trio-half-map-pane{
        order:1;
        height:400px;
    }
    .trio-half-list-pane{
        order:2;
    }
    .trio-half-list{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        max-height:none;
        padding:8px;
    }
    .trio-half-card{
        display:block;
        min-height:0;
        margin:0;
    }
    .trio-half-card-media{
        height:135px;
        min-height:135px;
    }
    .trio-half-card-media img{
        min-height:135px;
    }
    .trio-half-card-body{
        min-height:118px;
    }
}

/* Mobil: 2 danışman aynı anda */
@media(max-width:600px){
    .trio-home-agent-carousel .trio-home-agent{
        flex-basis:calc((100% - 10px)/2);
    }
    .trio-home-agent-carousel .trio-home-carousel-track{
        gap:10px;
    }
    .trio-home-agent-body{
        padding:8px;
    }
    .trio-home-agent-actions{
        grid-template-columns:1fr;
        gap:4px;
        margin-top:6px;
    }
    .trio-home-agent-actions a{
        min-height:27px;
        font-size:7px;
    }

    .trio-half-map-searchbar{
        gap:6px;
        padding:7px;
    }
    .trio-half-keyword{
        height:40px;
    }
    .trio-half-keyword input{
        height:38px;
        font-size:9px;
    }
    .trio-half-filter-field select{
        height:39px;
        font-size:8px;
    }
    .trio-half-more,
    .trio-half-clear,
    .trio-half-search{
        height:39px;
    }
    .trio-half-map-pane{
        height:330px;
    }
    .trio-half-map-search-area{
        top:48px;
        font-size:8px;
    }
    .trio-half-list{
        grid-template-columns:1fr;
        gap:7px;
    }
    .trio-half-card{
        display:grid;
        grid-template-columns:40% 60%;
    }
    .trio-half-card-media{
        height:auto;
        min-height:128px;
    }
    .trio-half-card-media img{
        min-height:128px;
    }
    .trio-half-card-body{
        min-height:128px;
    }

    .trio-map-view-button{
        min-width:68px;
        height:30px;
        font-size:7px;
    }
    .trio-map-view-menu{
        min-width:135px;
    }
}


/* v1.6.1 — Eski Elementor kurumsal görsel alanını dinamik görsele dönüştürür */
.trio-brand-legacy-fixed{
    position:relative!important;
    overflow:hidden!important;
    background-image:none!important;
    background-color:#fff!important;
}
.trio-brand-legacy-fixed::before{
    display:none!important;
}
.trio-brand-legacy-fixed > .trio-brand-forced-image{
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    padding:22px!important;
    box-sizing:border-box!important;
    background:#fff!important;
}
.trio-brand-legacy-fixed > .trio-brand-forced-image img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:contain!important;
    object-position:center!important;
}


/* v1.7.0 — Harita filtre kullanım kolaylığı */
.trio-half-map-searchbar{
    min-height:72px;
    padding:10px 12px!important;
    gap:8px!important;
}
.trio-half-map-searchbar input,
.trio-half-map-searchbar select,
.trio-half-map-searchbar button{
    min-height:48px!important;
}
.trio-half-keyword input{
    font-size:12px!important;
}
.trio-half-filter-field span{
    font-size:8px!important;
}
.trio-half-map .leaflet-control-zoom{
    position:sticky;
    top:12px;
}
.trio-half-map .leaflet-control-zoom a{
    width:38px!important;
    height:38px!important;
    line-height:38px!important;
    font-size:19px!important;
}
@media(max-width:767px){
    .trio-half-map-searchbar{
        min-height:0;
        padding:9px!important;
    }
    .trio-half-map-searchbar input,
    .trio-half-map-searchbar select,
    .trio-half-map-searchbar button{
        min-height:46px!important;
    }
}


/* v1.7.2 — sticky filter/header visual fix
   Header stays above the archive filter. We do NOT push the filter down
   with a large sticky top value, because that created the empty band. */
.elementor-location-header,
#trio-header,
.trio-header{
    z-index:10000!important;
}

#trio-header.elementor-sticky--active,
.trio-header.elementor-sticky--active{
    z-index:10000!important;
}

.trio-half-map-shell{
    isolation:isolate;
    position:relative;
}

/* Preserve the archive's original sticky behavior and normal document flow. */
.trio-half-map-searchbar{
    top:0!important;
    z-index:90!important;
}

.trio-half-advanced{
    top:72px!important;
    z-index:85!important;
}

/* WP admin bar: header itself already accounts for admin-bar positioning.
   Do not add a second 32px offset to the archive filter. */
body.admin-bar .trio-half-map-searchbar{
    top:0!important;
}

body.admin-bar .trio-half-advanced{
    top:72px!important;
}

@media(max-width:1024px){
    .trio-half-map-searchbar,
    body.admin-bar .trio-half-map-searchbar{
        top:0!important;
    }

    .trio-half-advanced,
    body.admin-bar .trio-half-advanced{
        top:72px!important;
    }
}

@media(max-width:767px){
    .trio-half-map-searchbar,
    body.admin-bar .trio-half-map-searchbar{
        position:relative!important;
        top:auto!important;
        z-index:20!important;
    }

    .trio-half-advanced,
    body.admin-bar .trio-half-advanced{
        position:relative!important;
        top:auto!important;
        z-index:19!important;
    }
}


/* v1.8.0 — Ana kategori / alt tür hiyerarşik filtre */
.trio-home-filter select:disabled,
.trio-half-filter-field select:disabled{
    opacity:.58;
    cursor:not-allowed;
    background:#f3f3f3;
}
@media(max-width:1200px){
    .trio-half-map-searchbar{
        grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(110px,1fr)) auto auto auto!important;
    }
    .trio-half-map-searchbar .trio-half-filter-field:nth-of-type(4),
    .trio-half-map-searchbar .trio-half-filter-field:nth-of-type(5){
        min-width:0;
    }
}


/* v1.9.0 — kategoriye özel gelişmiş filtreler */
.trio-half-advanced{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    align-items:end;
}
.trio-half-advanced-field[hidden],
.trio-half-advanced-field.is-hidden-by-category{
    display:none!important;
}
.trio-half-advanced input,
.trio-half-advanced select{
    width:100%;
    height:41px;
    box-sizing:border-box;
    padding:0 10px;
    border:1px solid var(--trio-line);
    border-radius:7px;
    outline:none;
    background:#fff;
    color:#333;
    font:600 9px Manrope,Arial,sans-serif;
}
@media(max-width:1024px){
    .trio-half-advanced{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media(max-width:767px){
    .trio-half-advanced{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:480px){
    .trio-half-advanced{
        grid-template-columns:1fr!important;
    }
}


/* v1.9.2 — mobil filtre hizalama ve eksik alan görünürlüğü */
@media(max-width:767px){
    .trio-half-map-shell{
        width:100%!important;
        max-width:100%!important;
        overflow:hidden!important;
    }
    .trio-half-map-searchbar{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:7px!important;
        width:100%!important;
        padding:8px!important;
        box-sizing:border-box!important;
    }
    .trio-half-keyword{
        grid-column:1/-1!important;
        width:100%!important;
        min-width:0!important;
    }
    .trio-half-map-searchbar .trio-half-filter-field,
    .trio-half-map-searchbar .trio-half-filter-field:nth-of-type(4),
    .trio-half-map-searchbar .trio-half-filter-field:nth-of-type(5){
        display:block!important;
        width:100%!important;
        min-width:0!important;
    }
    .trio-half-filter-field select,
    .trio-half-keyword input,
    .trio-half-more,
    .trio-half-clear,
    .trio-half-search{
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        box-sizing:border-box!important;
    }
    .trio-half-more{grid-column:1/2!important;}
    .trio-half-clear{grid-column:2/3!important;}
    .trio-half-search{grid-column:1/-1!important;}
    .trio-half-advanced{
        width:100%!important;
        padding:8px!important;
        gap:7px!important;
        box-sizing:border-box!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .trio-half-advanced-field{
        min-width:0!important;
        width:100%!important;
    }
    .trio-half-advanced input,
    .trio-half-advanced select{
        min-width:0!important;
        width:100%!important;
        box-sizing:border-box!important;
    }
}
@media(max-width:420px){
    .trio-half-map-searchbar{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .trio-half-advanced{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}


/* v1.9.3 — Portföy Özellikleri gelişmiş filtresi */
.trio-half-feature-filter{
    grid-column:1/-1;
    border:1px solid var(--trio-line);
    border-radius:7px;
    background:#fff;
    overflow:hidden;
}
.trio-half-feature-toggle{
    width:100%;
    min-height:44px;
    border:0;
    background:#fff;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    cursor:pointer;
    color:#333;
    font:700 10px Manrope,Arial,sans-serif;
    text-align:left;
}
.trio-half-feature-toggle strong{
    color:#8b8177;
    font-size:9px;
    font-weight:600;
}
.trio-half-feature-toggle[aria-expanded="true"]{
    border-bottom:1px solid var(--trio-line);
}
.trio-half-feature-body{
    max-height:290px;
    overflow:auto;
    padding:16px 14px 18px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px 20px;
}
.trio-half-feature-body[hidden]{
    display:none!important;
}
.trio-half-feature-title{
    margin-bottom:10px;
    color:#9b735d;
    font:700 9px Manrope,Arial,sans-serif;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.trio-half-feature-options{
    display:grid;
    gap:8px;
}
.trio-half-feature-option{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    color:#555;
    font:500 10px Manrope,Arial,sans-serif;
}
.trio-half-feature-option input{
    width:14px!important;
    height:14px!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    accent-color:#b58469;
}
@media(max-width:1024px){
    .trio-half-feature-body{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:767px){
    .trio-half-feature-body{
        grid-template-columns:1fr;
        max-height:330px;
        padding:14px 12px 16px;
    }
}
