/* Han Emlak 1.1.0 */
:root{--han-yellow:#f5b400;--han-dark:#111;--han-text:#202020;--han-muted:#717171;--han-line:#e7e7e7;--han-soft:#f7f7f7;--han-white:#fff;--han-radius:8px;--han-shadow:0 18px 50px rgba(0,0,0,.08);--han-container:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--han-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}body.han-menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.han-container{width:min(var(--han-container),calc(100% - 44px));margin-inline:auto}.han-main{min-height:55vh}.han-site-shell{overflow:hidden;background:#fff}.han-topbar{height:34px;background:#fff;border-bottom:1px solid #ededed;font-size:11px}.han-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.han-topbar-left,.han-topbar-right{display:flex;align-items:center;gap:22px}.han-topbar-left span,.han-topbar-left a{display:flex;align-items:center;gap:6px}.han-topbar svg,.han-footer svg,.han-location svg,.han-phone-btn svg,.han-account-btn svg,.han-btn svg,.han-mobile-quick svg,.han-detail-strip svg{width:16px;height:16px;fill:var(--han-yellow);flex:0 0 auto}.han-header{height:76px;background:#fff;border-bottom:1px solid #ececec;position:relative;z-index:60}.han-header.is-sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 12px 30px rgba(0,0,0,.08);animation:hanDrop .2s ease}.admin-bar .han-header.is-sticky{top:32px}@keyframes hanDrop{from{transform:translateY(-10px);opacity:.6}to{transform:none;opacity:1}}.han-header-inner{height:100%;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:24px}.han-brand,.custom-logo-link{display:inline-flex;align-items:center;gap:10px}.custom-logo{max-height:54px;width:auto}.han-brand-image img{max-height:54px;width:auto}.han-brand-mark{width:38px;height:45px;border:2px solid var(--han-yellow);color:var(--han-yellow);display:grid;place-items:center;font-weight:700;font-size:24px;position:relative}.han-brand-mark:after{content:"";position:absolute;left:8px;right:8px;top:5px;bottom:5px;border-left:2px solid var(--han-yellow);border-right:2px solid var(--han-yellow)}.han-brand strong{display:block;font-size:24px;line-height:1;letter-spacing:4px;color:#111}.han-brand small{font-size:9px;letter-spacing:4px;font-weight:500;color:#555}.han-desktop-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:32px}.han-desktop-nav li{position:relative}.han-desktop-nav a{font-size:12px;font-weight:600;color:#171717;display:flex;align-items:center;height:75px;position:relative}.han-desktop-nav .current-menu-item>a:after,.han-desktop-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--han-yellow)}.han-desktop-nav .sub-menu{position:absolute;display:none;top:68px;left:-20px;min-width:210px;background:#fff;border:1px solid var(--han-line);box-shadow:var(--han-shadow);padding:10px;z-index:5;gap:0}.han-desktop-nav li:hover>.sub-menu{display:block}.han-desktop-nav .sub-menu a{height:auto;padding:10px 12px;border-radius:5px}.han-header-actions{display:flex;align-items:center;gap:10px}.han-phone-btn{display:flex;align-items:center;gap:8px;border:1px solid var(--han-yellow);padding:11px 14px;border-radius:6px;font-weight:600;font-size:12px;white-space:nowrap}.han-account-btn{width:42px;height:42px;border:1px solid var(--han-line);border-radius:6px;display:grid;place-items:center}.han-account-btn svg{fill:#111}.han-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:5px;border:1px solid transparent;font-weight:700;font-size:11px;letter-spacing:.2px;cursor:pointer;transition:.18s ease}.han-btn-primary{background:var(--han-yellow);color:#111;border-color:var(--han-yellow)}.han-btn-primary:hover{filter:brightness(.96);transform:translateY(-1px)}.han-btn-dark{background:#111;color:#fff;border-color:#111}.han-btn-light{background:#fff;border-color:#dadada;color:#111}.han-btn-outline{border-color:#d7d7d7;background:#fff;color:#111}.han-btn-whatsapp{background:#1e9b56;color:#fff;border-color:#1e9b56}.han-full{width:100%}.han-burger{display:none;border:0;background:#111;width:44px;height:42px;border-radius:6px;padding:10px}.han-burger svg{fill:#fff;width:24px;height:24px}.han-offcanvas-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:98;opacity:0;visibility:hidden;transition:.25s}.han-offcanvas{position:fixed;right:0;top:0;bottom:0;width:min(390px,90vw);background:#fff;z-index:99;transform:translateX(102%);transition:.3s cubic-bezier(.2,.7,.2,1);box-shadow:-20px 0 70px rgba(0,0,0,.14);padding:20px;overflow:auto}.han-menu-open .han-offcanvas{transform:none}.han-menu-open .han-offcanvas-backdrop{opacity:1;visibility:visible}.han-offcanvas-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid #eee}.han-offcanvas-close{width:42px;height:42px;background:#111;border:0;border-radius:50%;padding:10px}.han-offcanvas-close svg{fill:#fff}.han-mobile-nav ul{list-style:none;padding:14px 0;margin:0}.han-mobile-nav li{border-bottom:1px solid #eee}.han-mobile-nav a{display:block;padding:14px 4px;font-weight:600;font-size:14px}.han-mobile-nav .sub-menu{padding:0 0 8px 14px}.han-mobile-nav .sub-menu li{border:0}.han-mobile-nav .sub-menu a{font-weight:600;color:#666;padding:8px 4px}.han-mobile-quick{display:grid;gap:10px;margin:18px 0}.han-mobile-quick a{padding:12px;border:1px solid #e6e6e6;border-radius:6px;display:flex;align-items:center;gap:10px;font-weight:500}.han-mobile-submit{width:100%}
.han-hero{background:#fff;padding:38px 0 0;position:relative}.han-hero-grid{display:grid;grid-template-columns:41% 59%;min-height:390px;align-items:center}.han-hero-copy{padding:32px 36px 82px 0;position:relative;z-index:2}.han-eyebrow,.han-page-hero>div>span,.han-dashboard-hero span,.han-auth-brand>span,.han-contact-kicker,.han-side-help>span,.han-side-credit>span,.han-no-credit>span{font-size:11px;font-weight:700;letter-spacing:.8px}.han-hero h1{font-size:48px;line-height:1.08;margin:10px 0 16px;letter-spacing:-1.8px;color:#111}.han-hero h1 em{font-style:normal;color:var(--han-yellow)}.han-hero-copy>p{max-width:510px;color:#555;font-size:14px}.han-hero-buttons{display:flex;gap:10px;margin-top:24px}.han-hero-image{height:355px;border-radius:0 0 0 70px;overflow:hidden;position:relative}.han-hero-image:before{content:"";position:absolute;left:0;top:0;bottom:0;width:90px;background:linear-gradient(90deg,#fff,transparent);z-index:2}.han-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.han-search-float{margin-top:-50px;position:relative;z-index:5}.han-search-box{background:#fff;border:1px solid #e6e6e6;border-radius:9px;box-shadow:0 14px 35px rgba(0,0,0,.08);padding:0 16px 14px}.han-search-tabs{display:flex;height:44px;gap:4px}.han-search-tabs label{position:relative}.han-search-tabs input{position:absolute;opacity:0}.han-search-tabs span{display:flex;height:44px;align-items:center;padding:0 20px;font-size:10px;font-weight:700;border-bottom:2px solid transparent;cursor:pointer}.han-search-tabs input:checked+span{color:#111;border-color:var(--han-yellow)}.han-search-fields{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr 1fr 110px;gap:10px}.han-search-fields input,.han-search-fields select,.han-filter-card input,.han-filter-card select,.han-listing-form input,.han-listing-form select,.han-listing-form textarea,.han-auth-form input,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{width:100%;min-height:44px;border:1px solid #dfdfdf;background:#fff;border-radius:5px;padding:10px 12px;color:#222;outline:0}.han-search-fields input:focus,.han-search-fields select:focus,.han-filter-card input:focus,.han-filter-card select:focus,.han-listing-form input:focus,.han-listing-form select:focus,.han-listing-form textarea:focus,.han-auth-form input:focus{border-color:var(--han-yellow);box-shadow:0 0 0 3px rgba(245,180,0,.12)}.han-search-fields .han-btn svg{fill:#111}.han-trust-row{padding:12px 0 0}.han-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.han-trust-grid>div{border:1px solid #e5e5e5;border-radius:7px;display:flex;align-items:center;gap:13px;padding:14px 16px;min-height:76px;background:#fff}.han-service-icon{width:42px;height:42px;border:1px solid var(--han-yellow);color:var(--han-yellow);border-radius:50%;display:grid;place-items:center;font-size:21px;flex:0 0 auto}.han-trust-grid p{margin:0;font-size:10px;line-height:1.35;color:#555}.han-trust-grid strong{display:block;font-size:11px;color:#111;margin-bottom:4px}.han-section{padding:34px 0}.han-sponsored-section{padding-top:38px;background:#fff8df;margin-top:22px}.han-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:15px}.han-section-head>div{display:flex;align-items:center;gap:9px}.han-mini-line{display:inline-block;width:28px;height:3px;background:var(--han-yellow)}.han-section-head h2{font-size:20px;margin:0;color:#111;letter-spacing:-.4px}.han-section-head>a{font-size:10px;color:#a47700;font-weight:600}.han-listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.han-grid-3{grid-template-columns:repeat(3,1fr)}.han-listing-card{border:1px solid #e3e3e3;border-radius:8px;overflow:hidden;background:#fff;transition:.2s;position:relative}.han-listing-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(0,0,0,.08)}.han-listing-card.is-featured{border-color:#e3b331}.han-card-image{height:175px;position:relative;display:block;background:#eee;overflow:hidden}.han-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.han-listing-card:hover .han-card-image img{transform:scale(1.035)}.han-card-badge{position:absolute;left:10px;top:10px;background:var(--han-yellow);color:#111;border-radius:3px;padding:4px 8px;font-size:9px;font-weight:700}.han-sponsored{position:absolute;right:10px;top:10px;background:#111;color:#fff;border-radius:3px;padding:4px 7px;font-size:8px;font-weight:700;display:flex;align-items:center;gap:4px}.han-sponsored svg{width:10px;height:10px;fill:var(--han-yellow)}.han-card-body{padding:13px}.han-card-body h3{font-size:14px;margin:0 0 4px;line-height:1.35}.han-location{margin:0;color:#777;font-size:10px;display:flex;align-items:center;gap:4px}.han-location svg{width:12px;height:12px}.han-card-meta{display:flex;gap:11px;margin:12px 0 9px;padding-top:10px;border-top:1px solid #eee;flex-wrap:wrap}.han-card-meta span{display:flex;align-items:center;gap:4px;font-size:9px;color:#555}.han-card-meta svg{width:13px;height:13px;fill:var(--han-yellow)}.han-card-price{font-size:15px;font-weight:700;color:#bc8500}.han-split-section{padding-top:8px}.han-split-grid{display:grid;grid-template-columns:1.03fr 1fr;gap:18px}.han-about-card{border:1px solid #e1e1e1;border-radius:8px;display:grid;grid-template-columns:55% 45%;overflow:hidden;min-height:310px}.han-about-content{padding:28px}.han-about-content h2{margin:0 0 8px;font-size:22px}.han-about-content p{font-size:11px;color:#666}.han-about-content ul{list-style:none;padding:0;margin:17px 0}.han-about-content li{font-size:11px;font-weight:500;margin:7px 0}.han-about-content li:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;margin-right:7px;background:var(--han-yellow);border-radius:50%;font-size:10px}.han-about-card img{width:100%;height:100%;object-fit:cover}.han-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.han-category-grid a{border:1px solid #e1e1e1;border-radius:7px;min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:#fff;transition:.2s}.han-category-grid a:hover{border-color:var(--han-yellow);background:#fff9e9}.han-cat-icon{font-size:29px;color:var(--han-yellow)}.han-category-grid strong{font-size:12px}.han-category-grid small{font-size:9px;color:#777}.han-cta-section{padding:0 0 32px}.han-cta-box{min-height:130px;border-radius:7px;overflow:hidden;background:linear-gradient(90deg,var(--han-yellow) 0%,#ffd354 45%,rgba(245,180,0,.12) 70%),var(--han-cta-image) right center/55% 100% no-repeat;display:flex;align-items:center;padding:22px 28px}.han-cta-box small{font-weight:500}.han-cta-box h2{margin:0;font-size:22px;line-height:1.25}.han-cta-box p{font-size:10px;margin:4px 0 9px}.han-footer{border-top:1px solid #e5e5e5;background:#fff}.han-footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px;padding:30px 0}.han-footer h4{font-size:10px;color:#a97500;margin:3px 0 10px}.han-footer a,.han-footer span{display:flex;align-items:flex-start;gap:7px;font-size:10px;margin:6px 0;color:#444}.han-footer-brand p{font-size:10px;max-width:240px;color:#666}.han-social{display:flex;gap:7px}.han-social a{width:28px;height:28px;border-radius:50%;border:1px solid #ddd;display:grid;place-items:center;font-weight:600}.han-footer-contact svg{width:15px;height:15px}.han-footer-bottom{border-top:1px solid #eee;background:#fff}.han-footer-bottom>.han-container{min-height:45px;display:flex;justify-content:space-between;align-items:center}.han-footer-bottom span{margin:0;font-size:9px}.han-footer-bottom span:last-child{display:flex;gap:24px}.han-footer-bottom a{margin:0;font-size:9px}
.han-page-hero{padding:55px 0;background:linear-gradient(100deg,#fff 20%,#fff8df);border-bottom:1px solid #eee}.han-page-hero h1{font-size:38px;margin:4px 0 5px;letter-spacing:-1px}.han-page-hero p{margin:0;max-width:650px;color:#666}.han-page-content{max-width:920px}.han-page-content h2{margin-top:28px}.han-archive-layout{display:grid;grid-template-columns:270px 1fr;gap:24px;align-items:start}.han-filter-card{border:1px solid #e2e2e2;border-radius:8px;padding:18px;position:sticky;top:100px;background:#fff}.han-filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.han-filter-title h3{margin:0}.han-filter-toggle{display:none}.han-filter-card form{display:grid;gap:12px}.han-filter-card label,.han-listing-form label,.han-auth-form label{display:grid;gap:6px;font-weight:600;font-size:11px}.han-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.han-clear-filter{font-size:10px;text-align:center;color:#777}.han-results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.han-results-head>div{font-size:12px;color:#666}.han-results-head strong{font-size:20px;color:#111}.nav-links{display:flex;justify-content:center;gap:7px;margin-top:28px}.nav-links .page-numbers{min-width:38px;height:38px;border:1px solid #ddd;border-radius:5px;display:grid;place-items:center;font-weight:600;font-size:11px}.nav-links .current{background:var(--han-yellow);border-color:var(--han-yellow)}.han-empty{border:1px dashed #d6d6d6;background:#fafafa;padding:44px;text-align:center;border-radius:8px}.han-empty h3{margin:0 0 5px}.han-single-top{padding:28px 0 10px}.han-breadcrumb{display:flex;gap:7px;font-size:10px;color:#777;margin-bottom:22px;white-space:nowrap;overflow:hidden}.han-breadcrumb strong{color:#222;text-overflow:ellipsis;overflow:hidden}.han-single-title-row{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.han-single-title-row h1{font-size:32px;line-height:1.15;margin:8px 0 5px}.han-single-badges{display:flex;gap:6px}.han-single-badges span{background:var(--han-yellow);border-radius:3px;padding:4px 8px;font-size:9px;font-weight:700}.han-single-badges .featured{background:#111;color:#fff;display:flex;align-items:center;gap:4px}.han-single-badges svg{fill:var(--han-yellow);width:11px;height:11px}.han-single-price{font-size:30px;font-weight:700;color:#ad7900}.han-single-section{padding-top:16px}.han-gallery{display:grid;grid-template-columns:1fr 112px;gap:10px;height:540px}.han-gallery-main{border-radius:9px;overflow:hidden;background:#f2f2f2}.han-gallery-main img{width:100%;height:100%;object-fit:cover}.han-gallery-thumbs{display:flex;flex-direction:column;gap:8px;overflow:auto;scrollbar-width:none}.han-gallery-thumbs::-webkit-scrollbar{display:none}.han-gallery-thumbs button{height:88px;border:2px solid transparent;border-radius:6px;overflow:hidden;padding:0;background:#eee;cursor:pointer;flex:0 0 auto}.han-gallery-thumbs button.active{border-color:var(--han-yellow)}.han-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.han-single-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;margin-top:22px;align-items:start}.han-detail-strip{border:1px solid #e4e4e4;border-radius:8px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff}.han-detail-strip>div{padding:16px;border-right:1px solid #eee;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:8px}.han-detail-strip>div:last-child{border:0}.han-detail-strip svg,.han-detail-symbol{grid-row:1/3;width:24px;height:24px;align-self:center;color:var(--han-yellow);font-size:21px}.han-detail-strip span:not(.han-detail-symbol){font-size:9px;color:#777}.han-detail-strip strong{font-size:12px}.han-content-card{border:1px solid #e5e5e5;border-radius:8px;padding:22px;margin-top:16px}.han-content-card h2{margin:0 0 14px;font-size:19px}.han-content-card .entry-content{color:#555}.han-spec-grid{display:grid;grid-template-columns:1fr 1fr}.han-spec-grid div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;font-size:11px}.han-spec-grid div:nth-child(odd){padding-right:20px}.han-spec-grid div:nth-child(even){padding-left:20px;border-left:1px solid #eee}.han-spec-grid span{color:#777}.han-contact-card{border:1px solid #e0e0e0;border-top:4px solid var(--han-yellow);border-radius:8px;padding:20px;position:sticky;top:98px}.han-owner{display:flex;align-items:center;gap:11px;margin:10px 0 18px}.han-owner-avatar{width:50px;height:50px;border-radius:50%;background:#111;color:var(--han-yellow);display:grid;place-items:center;font-size:20px;font-weight:700}.han-owner strong,.han-owner small{display:block}.han-owner small{font-size:9px;color:#777}.han-contact-card .han-btn{margin-top:8px}.han-safety-note{margin-top:16px;padding:13px;background:#fff8df;border-radius:6px}.han-safety-note strong{font-size:10px}.han-safety-note p{font-size:9px;margin:3px 0}.han-related{background:#fafafa;border-top:1px solid #eee}.han-dashboard-hero{background:#111;color:#fff;padding:42px 0}.han-dashboard-hero>.han-container{display:flex;justify-content:space-between;align-items:center}.han-dashboard-hero h1{font-size:34px;margin:2px 0}.han-dashboard-hero p{margin:0;color:#bdbdbd}.han-dashboard-layout{display:grid;grid-template-columns:245px 1fr;gap:22px;align-items:start}.han-dashboard-nav{border:1px solid #e4e4e4;border-radius:8px;overflow:hidden;position:sticky;top:98px}.han-profile-mini{padding:16px;display:flex;gap:10px;align-items:center;border-bottom:1px solid #eee}.han-profile-mini>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--han-yellow);font-weight:700}.han-profile-mini strong,.han-profile-mini small{display:block}.han-profile-mini small{font-size:9px;color:#777;max-width:145px;overflow:hidden;text-overflow:ellipsis}.han-dashboard-nav>a{display:block;padding:12px 16px;border-bottom:1px solid #eee;font-size:11px;font-weight:600}.han-dashboard-nav>a.active,.han-dashboard-nav>a:hover{background:#fff8df;border-left:3px solid var(--han-yellow)}.han-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.han-stat-grid>div{border:1px solid #e2e2e2;border-radius:8px;padding:18px;background:#fff}.han-stat-grid span,.han-stat-grid small{display:block;font-size:10px;color:#777}.han-stat-grid strong{display:block;font-size:30px;line-height:1.2;margin:4px 0;color:#111}.han-panel-card{border:1px solid #e2e2e2;border-radius:8px;background:#fff;margin-bottom:18px;overflow:hidden}.han-panel-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid #eee}.han-panel-head h2{margin:0;font-size:19px}.han-panel-head p{font-size:10px;color:#777;margin:2px 0}.han-user-listing-row{display:grid;grid-template-columns:100px 1fr 120px 190px;gap:14px;align-items:center;padding:13px 18px;border-bottom:1px solid #eee}.han-user-listing-row:last-child{border:0}.han-user-listing-row img{width:100px;height:68px;object-fit:cover;border-radius:5px}.han-user-listing-main h3{font-size:12px;margin:0}.han-user-listing-main p{font-size:9px;color:#777;margin:2px 0}.han-user-listing-main strong{font-size:11px;color:#ad7900}.han-user-status{justify-self:start;padding:5px 8px;border-radius:20px;font-size:9px;font-weight:700}.han-user-status.publish{background:#e7f6ed;color:#16703b}.han-user-status.pending{background:#fff3cd;color:#805f00}.han-user-status.draft{background:#eee;color:#555}.han-user-actions{display:flex;justify-content:flex-end;gap:10px}.han-user-actions a{font-size:9px;font-weight:600;text-decoration:underline}.han-user-actions .danger{color:#c42121}.han-wallet-list{padding:12px 18px}.han-wallet-list>div{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:10px;padding:10px 0;border-bottom:1px solid #eee;font-size:10px}.han-alert{padding:13px 15px;border-radius:6px;margin-bottom:16px;font-size:11px;font-weight:500}.han-alert.success{background:#e8f6ee;color:#24613d}.han-alert.error{background:#feecec;color:#8c2222}.han-alert.info{background:#eef5ff;color:#245a8c}.han-submit-layout{display:grid;grid-template-columns:1fr 260px;gap:22px;align-items:start}.han-listing-form{display:grid;gap:16px}.han-form-card{border:1px solid #e1e1e1;border-radius:8px;padding:20px;background:#fff}.han-form-title{display:flex;gap:12px;align-items:center;margin-bottom:18px}.han-form-title>span{width:37px;height:37px;border-radius:50%;background:var(--han-yellow);display:grid;place-items:center;font-weight:700}.han-form-title h2{margin:0;font-size:18px}.han-form-title p{margin:2px 0 0;font-size:10px;color:#777}.han-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.han-form-grid .wide{grid-column:1/-1}.han-listing-form textarea{resize:vertical}.han-upload-field{border:1px dashed #cfcfcf;padding:16px;border-radius:6px;background:#fafafa}.han-upload-field input{border:0;padding:0;min-height:auto;background:transparent}.han-upload-field small{font-weight:400;color:#777}.han-feature-check{display:flex!important;grid-template-columns:18px 1fr;align-items:flex-start;background:#fff9e9;border:1px solid #f1d984;padding:14px;border-radius:6px}.han-feature-check input{width:18px!important;min-height:18px;margin-top:2px}.han-feature-check strong,.han-feature-check small{display:block}.han-feature-check small{font-weight:400;color:#777}.han-submit-bottom{display:flex;align-items:center;justify-content:space-between}.han-submit-bottom>a{font-size:11px;font-weight:600}.han-submit-side{display:grid;gap:14px;position:sticky;top:98px}.han-side-help,.han-side-credit{border:1px solid #e1e1e1;border-radius:8px;padding:18px}.han-side-help h3{margin:4px 0 10px}.han-side-help ul{padding-left:18px;margin:0}.han-side-help li{font-size:10px;margin:6px 0}.han-side-credit{background:#111;color:#fff}.han-side-credit>span{color:var(--han-yellow);display:block}.han-side-credit strong{font-size:28px;display:block;line-height:1.1;margin-top:10px}.han-side-credit small{color:#aaa}.han-side-credit hr{border:0;border-top:1px solid #333;margin:14px 0}.han-side-credit a{display:block;margin-top:14px;color:var(--han-yellow);font-size:10px;font-weight:600}.han-no-credit{border:1px solid #eed069;background:#fff9e7;border-radius:8px;padding:30px}.han-no-credit h2{margin:5px 0}.han-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.han-package-card{position:relative;border:1px solid #e1e1e1;border-radius:10px;padding:28px 24px;background:#fff}.han-package-card.popular{border:2px solid var(--han-yellow);box-shadow:0 18px 55px rgba(245,180,0,.16);transform:translateY(-8px)}.han-package-popular{position:absolute;left:25px;right:25px;top:-13px;background:var(--han-yellow);border-radius:20px;text-align:center;padding:5px;font-size:9px;font-weight:700}.han-package-name{font-weight:700;font-size:15px}.han-package-price{font-size:34px;font-weight:700;color:#111;margin:9px 0}.han-package-price del{font-size:15px;color:#999}.han-package-price ins{text-decoration:none}.han-package-card>p{font-size:10px;color:#777}.han-package-card ul{list-style:none;padding:12px 0;margin:12px 0 18px;border-top:1px solid #eee}.han-package-card li{font-size:11px;padding:8px 0;border-bottom:1px solid #eee}.han-package-card li:before{content:"✓";color:#111;background:var(--han-yellow);width:17px;height:17px;display:inline-grid;place-items:center;border-radius:50%;margin-right:8px;font-size:9px}.han-package-info{background:#fafafa}.han-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.han-info-grid>div{border:1px solid #e3e3e3;background:#fff;padding:18px;border-radius:8px}.han-info-grid>div>strong{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--han-yellow)}.han-info-grid h3{font-size:14px;margin:9px 0 3px}.han-info-grid p{font-size:10px;color:#777;margin:0}.han-auth-section{padding:60px 0;background:linear-gradient(120deg,#fff 0 48%,#fff7da 48%)}.han-auth-grid{display:grid;grid-template-columns:1fr 460px;gap:70px;align-items:center;min-height:590px}.han-auth-brand h1{font-size:52px;line-height:1.08;margin:10px 0 18px}.han-auth-brand h1 em{font-style:normal;color:var(--han-yellow)}.han-auth-brand>p{max-width:560px;color:#666}.han-auth-brand ul{list-style:none;padding:0}.han-auth-brand li{margin:10px 0;font-weight:600;font-size:12px}.han-auth-brand li:before{content:"✓";width:20px;height:20px;display:inline-grid;place-items:center;background:var(--han-yellow);border-radius:50%;margin-right:9px;font-size:10px}.han-auth-card{background:#fff;border:1px solid #e1e1e1;border-radius:10px;padding:26px;box-shadow:var(--han-shadow)}.han-auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f3f3f3;border-radius:6px;padding:4px;margin-bottom:22px}.han-auth-tabs button{height:40px;border:0;background:transparent;font-weight:700;font-size:11px;border-radius:5px}.han-auth-tabs button.active{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07)}.han-auth-form{display:none}.han-auth-form.active{display:grid;gap:13px}.han-auth-form h2{margin:0}.han-auth-form>p{margin:-8px 0 5px;color:#777;font-size:11px}.han-auth-form>small{font-size:9px;color:#777}.han-remember{display:flex!important;grid-template-columns:17px 1fr!important;align-items:center}.han-remember input{width:17px!important;min-height:17px!important}.han-not-found{padding:100px 0;text-align:center}.han-not-found strong{display:block;font-size:110px;line-height:1;color:var(--han-yellow)}.han-not-found h1{font-size:30px}.han-woo-wrap .woocommerce{font-size:13px}.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button{background:#111!important;color:#fff!important;border-radius:5px!important;padding:12px 16px!important;font-weight:600!important}.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--han-yellow)!important;color:#111!important}.woocommerce-message,.woocommerce-info{border-top-color:var(--han-yellow)!important}.woocommerce-message::before,.woocommerce-info::before{color:#b17d00!important}.woocommerce table.shop_table{border-color:#e1e1e1!important;border-radius:8px!important}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-color:#e1e1e1!important;border-radius:8px!important}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:10px;border-bottom:1px solid #eee;font-weight:500}.woocommerce-account .woocommerce-MyAccount-navigation{width:22%}.woocommerce-account .woocommerce-MyAccount-content{width:74%}
@media(max-width:1180px){:root{--han-container:1050px}.han-header-inner{grid-template-columns:190px 1fr auto}.han-desktop-nav ul{gap:20px}.han-phone-btn span{display:none}.han-phone-btn{padding:11px}.han-search-fields{grid-template-columns:1fr 1fr 1fr 1fr}.han-search-fields .han-btn{grid-column:span 1}.han-search-fields input:nth-of-type(3){display:none}.han-listing-grid{grid-template-columns:repeat(3,1fr)}.han-listing-grid .han-listing-card:nth-child(4){display:none}.han-grid-3 .han-listing-card:nth-child(4){display:block}.han-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.han-footer-grid>div:nth-child(4),.han-footer-grid>div:nth-child(5){margin-top:15px}.han-user-listing-row{grid-template-columns:90px 1fr 110px}.han-user-actions{grid-column:2/4;justify-content:flex-start}.han-gallery{height:460px}}
@media(max-width:960px){.han-topbar{display:none}.han-header{height:68px}.han-header-inner{grid-template-columns:1fr auto}.han-desktop-nav,.han-phone-btn,.han-submit-head{display:none}.han-burger{display:block}.han-header-actions{gap:8px}.han-brand strong{font-size:21px}.han-brand-mark{height:39px;width:33px}.han-hero{padding-top:16px}.han-hero-grid{grid-template-columns:1fr;min-height:0}.han-hero-copy{padding:35px 0 24px}.han-hero h1{font-size:42px}.han-hero-image{height:340px;border-radius:12px}.han-hero-image:before{display:none}.han-search-float{margin-top:-28px}.han-search-fields{grid-template-columns:repeat(2,1fr)}.han-trust-grid{grid-template-columns:repeat(2,1fr)}.han-listing-grid,.han-grid-3{grid-template-columns:repeat(2,1fr)}.han-listing-grid .han-listing-card:nth-child(4){display:block}.han-split-grid{grid-template-columns:1fr}.han-footer-grid{grid-template-columns:repeat(2,1fr)}.han-footer-brand{grid-column:1/-1}.han-archive-layout{grid-template-columns:1fr}.han-filter-card{position:static}.han-filter-card form{grid-template-columns:repeat(2,1fr)}.han-filter-card .han-two{grid-column:1/-1}.han-filter-card .han-full,.han-clear-filter{grid-column:1/-1}.han-single-layout{grid-template-columns:1fr}.han-contact-card{position:static}.han-gallery{height:420px}.han-dashboard-layout{grid-template-columns:1fr}.han-dashboard-nav{position:static;display:grid;grid-template-columns:repeat(4,1fr)}.han-profile-mini{grid-column:1/-1}.han-dashboard-nav>a{text-align:center}.han-submit-layout{grid-template-columns:1fr}.han-submit-side{position:static;grid-template-columns:1fr 1fr}.han-package-grid{grid-template-columns:1fr;max-width:650px;margin:auto}.han-package-card.popular{transform:none}.han-info-grid{grid-template-columns:repeat(2,1fr)}.han-auth-section{background:#fff}.han-auth-grid{grid-template-columns:1fr;gap:25px;min-height:0}.han-auth-brand{text-align:center}.han-auth-brand ul{display:grid;grid-template-columns:1fr 1fr;text-align:left;max-width:600px;margin:20px auto}.han-auth-card{max-width:560px;width:100%;margin:auto}.han-auth-brand h1{font-size:42px}.han-category-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:680px){.han-container{width:min(100% - 28px,var(--han-container))}.han-header{height:64px}.han-header-inner{gap:8px}.han-account-btn{width:40px;height:40px}.han-brand strong{font-size:19px;letter-spacing:3px}.han-brand small{letter-spacing:3px}.han-brand-mark{height:37px;width:30px;font-size:19px}.custom-logo,.han-brand-image img{max-height:42px}.han-hero-copy{padding-top:25px}.han-eyebrow{font-size:9px}.han-hero h1{font-size:34px;letter-spacing:-1px}.han-hero-copy>p{font-size:12px}.han-hero-buttons .han-btn{flex:1}.han-hero-image{height:250px}.han-search-float{margin-top:14px}.han-search-box{box-shadow:none;padding:0;border-radius:7px}.han-search-tabs{overflow:auto;scrollbar-width:none}.han-search-tabs::-webkit-scrollbar{display:none}.han-search-tabs span{white-space:nowrap;padding:0 14px}.han-search-fields{grid-template-columns:1fr;padding:0 12px 12px}.han-search-fields input:nth-of-type(3){display:block}.han-trust-grid{grid-template-columns:1fr;gap:8px}.han-trust-grid>div{min-height:68px}.han-section{padding:27px 0}.han-section-head h2{font-size:17px}.han-section-head>a{font-size:9px}.han-listing-grid,.han-grid-3{grid-template-columns:1fr}.han-card-image{height:220px}.han-card-body{padding:15px}.han-card-body h3{font-size:15px}.han-card-meta{justify-content:space-between}.han-about-card{grid-template-columns:1fr}.han-about-card img{height:200px}.han-category-grid{grid-template-columns:repeat(2,1fr)}.han-cta-box{background:linear-gradient(90deg,var(--han-yellow),#ffd354);padding:22px;min-height:160px}.han-footer-grid{grid-template-columns:1fr 1fr;gap:20px}.han-footer-bottom>.han-container{flex-direction:column;align-items:flex-start;padding:12px 0;gap:8px}.han-footer-bottom span:last-child{gap:12px;flex-wrap:wrap}.han-page-hero{padding:38px 0}.han-page-hero h1{font-size:30px}.han-archive-layout{gap:15px}.han-filter-title{margin:0}.han-filter-title .han-filter-toggle{display:block;border:0;background:var(--han-yellow);padding:7px 10px;border-radius:4px;font-size:10px;font-weight:700}.han-filter-card form{display:none;margin-top:15px;grid-template-columns:1fr}.han-filter-card.is-open form{display:grid}.han-results-head .han-btn{padding:8px 11px}.han-gallery{display:block;height:auto}.han-gallery-main{height:300px}.han-gallery-thumbs{flex-direction:row;margin-top:8px}.han-gallery-thumbs button{width:78px;height:62px}.han-single-title-row{display:block}.han-single-price{font-size:26px;margin-top:12px}.han-single-title-row h1{font-size:27px}.han-detail-strip{grid-template-columns:repeat(2,1fr)}.han-detail-strip>div{border-bottom:1px solid #eee}.han-detail-strip>div:nth-child(2n){border-right:0}.han-spec-grid{grid-template-columns:1fr}.han-spec-grid div:nth-child(even),.han-spec-grid div:nth-child(odd){padding:10px 0;border-left:0}.han-dashboard-hero>.han-container{display:block}.han-dashboard-hero .han-btn{margin-top:18px}.han-dashboard-nav{grid-template-columns:1fr 1fr}.han-stat-grid{grid-template-columns:1fr}.han-panel-head{align-items:flex-start;gap:12px}.han-user-listing-row{grid-template-columns:78px 1fr;padding:12px}.han-user-listing-row img{width:78px;height:62px}.han-user-status{grid-column:1/2}.han-user-actions{grid-column:2/3;flex-wrap:wrap}.han-wallet-list>div{grid-template-columns:1fr 1fr}.han-wallet-list>div strong{grid-column:1/-1}.han-form-grid{grid-template-columns:1fr}.han-form-grid .wide{grid-column:auto}.han-form-card{padding:16px}.han-submit-side{grid-template-columns:1fr}.han-submit-bottom{gap:15px;align-items:stretch;flex-direction:column}.han-submit-bottom .han-btn{width:100%}.han-info-grid{grid-template-columns:1fr}.han-auth-section{padding:34px 0}.han-auth-brand h1{font-size:34px}.han-auth-brand ul{grid-template-columns:1fr}.han-auth-card{padding:18px}.han-package-card{padding:24px 19px}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:20px}}
@media(max-width:420px){.han-footer-grid{grid-template-columns:1fr}.han-footer-brand{grid-column:auto}.han-hero h1{font-size:31px}.han-hero-buttons{flex-direction:column}.han-card-image{height:205px}.han-auth-brand{display:none}.han-auth-section{padding-top:24px}.han-auth-grid{display:block}.han-user-listing-row{grid-template-columns:70px 1fr}.han-user-listing-row img{width:70px;height:58px}}
.han-user-actions a.feature{color:#a87500;text-decoration:none;border:1px solid #e7c35f;padding:3px 7px;border-radius:4px;background:#fff8df}

/* Han Emlak 1.1.0 — refined typography */
body{font-family:var(--han-font,Inter,Arial,Helvetica,sans-serif);font-weight:var(--han-body-weight,400)}
h1,h2,h3,h4,h5,h6,.han-section-head h2,.han-card-body h3,.han-single-title-row h1,.han-page-hero h1,.han-dashboard-hero h1,.han-package-name,.han-form-title h2,.han-panel-head h2{font-weight:var(--han-heading-weight,600)}
.han-desktop-nav a,.han-mobile-nav a,.han-dashboard-nav>a{font-weight:var(--han-nav-weight,500)}
.han-btn,.han-phone-btn,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button{font-weight:var(--han-button-weight,600)!important}
.han-brand-mark{border-color:var(--han-logo-accent,var(--han-yellow));color:var(--han-logo-accent,var(--han-yellow));font-weight:600}
.han-brand-mark:after{border-color:var(--han-logo-accent,var(--han-yellow))}
.han-brand strong{color:var(--han-logo-text,#111);font-weight:var(--han-heading-weight,600)}
.han-brand small{color:var(--han-logo-text,#111);opacity:.62;font-weight:500}
.custom-logo,.han-brand-image img{max-height:var(--han-logo-height,54px)}
.han-eyebrow,.han-page-hero>div>span,.han-dashboard-hero span,.han-auth-brand>span,.han-contact-kicker,.han-side-help>span,.han-side-credit>span,.han-no-credit>span,.han-search-tabs span,.han-card-badge,.han-sponsored,.han-single-badges span,.han-user-status,.han-package-popular{font-weight:600}
.han-card-price,.han-single-price,.han-package-price{font-weight:700}

body strong{font-weight:600}


/* Han Emlak 1.2.0 — contact detail & administrator package bypass */
.han-admin-publish-card{border-color:#f0cd65;background:linear-gradient(180deg,#fffdf6,#fff)}
.han-admin-credit strong{font-size:34px;line-height:1}.han-admin-credit p{font-size:12px;color:#666;line-height:1.65;margin:8px 0 0}
.han-admin-wallet-note{background:#fff9e8;border:1px solid #f0d47c!important;border-radius:6px;padding:14px!important}.han-admin-wallet-note strong{color:#111}.han-admin-wallet-note span{color:#555}
.han-contact-hero{background:linear-gradient(90deg,#fff 0%,#fff 58%,#fff9e6 100%)}
.han-contact-page{padding-top:42px}.han-contact-detail-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:start}
.han-contact-info-panel,.han-contact-form-card,.han-contact-map-card{background:#fff;border:1px solid #e9e9e9;border-radius:8px}
.han-contact-info-panel{padding:32px}.han-contact-heading>span,.han-contact-form-kicker,.han-contact-map-card>div>span{font-size:10px;letter-spacing:1.1px;font-weight:600;color:#b57d00}.han-contact-heading h2,.han-contact-form-card h2,.han-contact-map-card h2{font-size:25px;letter-spacing:-.5px;margin:8px 0 10px}.han-contact-heading p,.han-contact-form-card>p,.han-contact-map-card p{font-size:13px;line-height:1.7;color:#666;margin:0}
.han-contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0 18px}.han-contact-cards>a,.han-contact-cards>div{display:flex;gap:12px;align-items:center;min-height:82px;padding:14px;border:1px solid #ededed;border-radius:6px;background:#fff;color:#111;text-decoration:none;transition:.18s ease}.han-contact-cards>a:hover{border-color:var(--han-yellow);transform:translateY(-1px)}.han-contact-cards i{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#fff7d8;color:#b47d00;font-style:normal;flex:0 0 auto}.han-contact-cards i svg{width:18px;height:18px;fill:currentColor}.han-contact-cards small{display:block;font-size:9px;letter-spacing:.7px;color:#888;margin-bottom:4px}.han-contact-cards strong{display:block;font-size:12px;line-height:1.45;font-weight:500}.han-clock-icon{font-size:20px}.han-contact-whatsapp{width:100%;justify-content:center}
.han-contact-form-card{padding:32px}.han-contact-form-card .han-alert{margin:18px 0 0}.han-contact-form{margin-top:22px}.han-contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.han-contact-form-grid label{font-size:11px;font-weight:500;color:#333}.han-contact-form-grid label.wide{grid-column:1/-1}.han-contact-form-grid input,.han-contact-form-grid select,.han-contact-form-grid textarea{width:100%;border:1px solid #dedede;background:#fff;border-radius:5px;padding:12px 13px;margin-top:7px;font:inherit;color:#222;outline:none}.han-contact-form-grid input:focus,.han-contact-form-grid select:focus,.han-contact-form-grid textarea:focus{border-color:var(--han-yellow);box-shadow:0 0 0 3px rgba(244,181,0,.09)}.han-contact-form textarea{resize:vertical}.han-contact-form>.han-btn{margin-top:15px;min-width:170px}
.han-contact-map-card{margin-top:26px;overflow:hidden;display:grid;grid-template-columns:34% 66%;min-height:330px}.han-contact-map-card>div{padding:34px;display:flex;flex-direction:column;justify-content:center;background:#111;color:#fff}.han-contact-map-card>div>span{color:var(--han-yellow)}.han-contact-map-card h2{color:#fff}.han-contact-map-card p{color:#c7c7c7}.han-contact-map-card iframe{width:100%;height:100%;min-height:330px;border:0;display:block;filter:grayscale(.08)}
@media(max-width:960px){.han-contact-detail-grid{grid-template-columns:1fr}.han-contact-map-card{grid-template-columns:1fr}.han-contact-map-card>div{padding:25px}.han-contact-map-card iframe{min-height:300px}}
@media(max-width:680px){.han-contact-page{padding-top:26px}.han-contact-info-panel,.han-contact-form-card{padding:20px}.han-contact-cards{grid-template-columns:1fr}.han-contact-form-grid{grid-template-columns:1fr}.han-contact-form-grid label.wide{grid-column:auto}.han-contact-heading h2,.han-contact-form-card h2,.han-contact-map-card h2{font-size:21px}.han-contact-form>.han-btn{width:100%}.han-contact-map-card{margin-top:18px}.han-contact-map-card iframe{min-height:260px}}

/* Han Emlak 1.3.0 — full-resolution media, listing numbers, sharing, profile photos, API locations */
.han-card-image{background:#f6f6f6}
.han-card-image img{object-fit:contain;object-position:center;transform:none!important}
.han-card-code{font-size:9px;letter-spacing:.6px;color:#999;margin-bottom:5px;font-weight:500}
.han-card-price{margin-top:8px;padding:10px 11px;border:1px solid #f0d77d;border-radius:7px;background:linear-gradient(135deg,#fffdf6,#fff7d8);display:flex;align-items:flex-end;justify-content:space-between;gap:10px;color:#111}
.han-card-price span{font-size:9px;letter-spacing:.5px;color:#8c6a13;text-transform:uppercase;font-weight:500}
.han-card-price strong{font-size:16px;line-height:1.1;color:#111;font-weight:600}
.han-single-price-box{min-width:250px;padding:16px 18px;border:1px solid #efcc58;border-radius:10px;background:linear-gradient(135deg,#fffdf7,#fff2bd);box-shadow:0 10px 30px rgba(174,128,0,.08);text-align:right}
.han-single-price-box>span{display:block;font-size:9px;letter-spacing:1px;color:#8c6a13;font-weight:600;margin-bottom:5px}
.han-single-price-box>strong{display:block;font-size:31px;letter-spacing:-1px;line-height:1.08;color:#111;font-weight:600}
.han-single-price-box>small{display:block;color:#806c35;font-size:9px;margin-top:5px}
.han-listing-no-badge{background:#f3f3f3!important;color:#555!important;border:1px solid #e1e1e1}
.han-gallery{height:auto!important;align-items:start}
.han-gallery-main{height:auto!important;min-height:500px;display:grid;place-items:center;background:#f7f7f7;border:1px solid #ececec}
.han-gallery-main img{display:block;width:100%;height:auto!important;max-height:760px;object-fit:contain!important;object-position:center}
.han-gallery-thumbs{max-height:760px}
.han-gallery-thumbs button{background:#f7f7f7}
.han-gallery-thumbs img{object-fit:contain;background:#f7f7f7}
.han-share-bar{margin:14px 0 22px;padding:13px 15px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}
.han-share-bar>div:first-child strong{display:block;font-size:12px;margin-bottom:2px}
.han-share-bar>div:first-child span{display:block;font-size:9px;color:#888}
.han-share-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.han-share-actions a,.han-share-actions button{appearance:none;border:1px solid #dedede;background:#fff;color:#333;border-radius:5px;padding:8px 10px;font:inherit;font-size:9px;font-weight:550;cursor:pointer;text-decoration:none;line-height:1}
.han-share-actions a:hover,.han-share-actions button:hover{border-color:var(--han-yellow);background:#fffaf0}
.han-share-actions .whatsapp{border-color:#bfe8ce;background:#f4fff7}
.han-share-actions button.is-copied{background:#111;color:#fff;border-color:#111}
.han-owner .han-profile-avatar{width:62px;height:62px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 0 0 1px #e1e1e1;background:#f2f2f2;flex:0 0 auto}
.han-owner-listing-no{display:inline-flex!important;margin-top:4px!important;padding:3px 6px;background:#fff6d7;border-radius:4px;color:#7a5b00!important;font-size:8px!important;font-weight:600}
.han-profile-mini .han-profile-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#f3f3f3;border:1px solid #e2e2e2;flex:0 0 auto}
.han-profile-panel{overflow:visible}
.han-profile-form{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.8fr) auto;gap:18px;align-items:end}
.han-profile-photo-editor{display:flex;gap:14px;align-items:center}
.han-profile-photo-editor .han-profile-avatar{width:76px;height:76px;border-radius:50%;object-fit:cover;background:#f5f5f5;border:1px solid #ddd;flex:0 0 auto}
.han-profile-photo-editor>div{display:grid;gap:5px}
.han-profile-photo-editor strong{font-size:12px}.han-profile-photo-editor small{font-size:9px;color:#777}
.han-profile-photo-editor input[type=file]{font-size:10px;max-width:250px}
.han-remove-photo{display:flex!important;grid-template-columns:15px 1fr!important;align-items:center;gap:6px!important;color:#777!important;font-size:9px!important;font-weight:400!important}
.han-remove-photo input{width:15px!important;min-height:15px!important;margin:0!important}
.han-profile-name-field{display:grid;gap:6px;font-size:10px;font-weight:500;color:#444}
.han-profile-name-field input{width:100%;min-height:42px;border:1px solid #ddd;border-radius:5px;padding:9px 11px;font:inherit}
.han-user-listing-no{display:block;font-size:8px;color:#9a7b25;letter-spacing:.5px;margin-bottom:3px}
.han-location-api-note{padding:9px 11px;border-radius:5px;background:#fff9e8;border:1px solid #f2df9b;color:#7a6a39;font-size:9px;line-height:1.45}
select[data-han-province]:disabled,select[data-han-district]:disabled{background:#f7f7f7;color:#888;cursor:wait}

@media(max-width:960px){
  .han-single-price-box{min-width:220px}
  .han-profile-form{grid-template-columns:1fr 1fr}.han-profile-form>.han-btn{grid-column:1/-1;justify-self:start}
  .han-gallery-main{min-height:420px}
}
@media(max-width:680px){
  .han-single-price-box{width:100%;min-width:0;text-align:left;margin-top:15px;padding:14px 15px}
  .han-single-price-box>strong{font-size:25px}
  .han-gallery-main{min-height:0;border-radius:7px}.han-gallery-main img{max-height:none}
  .han-share-bar{align-items:flex-start;flex-direction:column}.han-share-actions{justify-content:flex-start;width:100%}.han-share-actions a,.han-share-actions button{padding:9px 10px}
  .han-profile-form{grid-template-columns:1fr}.han-profile-form>.han-btn{grid-column:auto;width:100%}
  .han-profile-photo-editor{align-items:flex-start}.han-profile-photo-editor .han-profile-avatar{width:68px;height:68px}
  .han-card-image{height:240px}
  .han-card-price strong{font-size:17px}
}


/* Han Emlak 1.3.1 — ayrı vitrin + galeri yükleme arayüzü */
.han-media-form-card{display:grid;gap:16px}.han-front-media-block{border:1px solid #ececec;border-radius:8px;padding:16px;background:#fcfcfc}.han-front-media-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.han-front-media-heading strong{display:block;font-size:12px;color:#222}.han-front-media-heading small{display:block;margin-top:3px;font-size:9px;line-height:1.5;color:#777}.han-front-media-heading>span{flex:0 0 auto;padding:5px 7px;border-radius:20px;background:#fff4c8;color:#866100;font-size:8px;font-weight:600;letter-spacing:.5px}.han-cover-upload,.han-gallery-upload{display:block!important;cursor:pointer}.han-current-cover{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:center;margin-bottom:12px}.han-current-cover img{width:150px;height:100px;object-fit:cover;border-radius:7px;border:1px solid #e3e3e3}.han-current-cover label{display:flex!important;grid-template-columns:16px 1fr!important;align-items:center!important;gap:7px!important;font-size:9px!important;color:#777!important;font-weight:400!important}.han-current-cover input{width:16px!important;min-height:16px!important;margin:0!important}.han-existing-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}.han-existing-gallery-item{position:relative!important;display:block!important;border:1px solid #e3e3e3;border-radius:7px;overflow:hidden;background:#fff;cursor:pointer}.han-existing-gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.han-existing-gallery-item span{display:flex;align-items:center;gap:5px;padding:6px 7px;font-size:8px;font-weight:500;color:#666}.han-existing-gallery-item input{width:14px!important;min-height:14px!important;margin:0!important}.han-upload-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.han-cover-upload .han-upload-preview{grid-template-columns:minmax(0,220px)}.han-upload-preview:empty{display:none}.han-upload-preview-item{border:1px solid #e0e0e0;border-radius:6px;background:#fff;overflow:hidden}.han-upload-preview-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.han-upload-preview-item small{display:block!important;padding:6px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:8px!important;color:#777!important}
@media(max-width:680px){.han-front-media-block{padding:13px}.han-current-cover{grid-template-columns:1fr}.han-current-cover img{width:100%;height:auto;max-height:220px;object-fit:contain}.han-existing-gallery,.han-upload-preview{grid-template-columns:repeat(2,1fr)}.han-cover-upload .han-upload-preview{grid-template-columns:1fr}.han-front-media-heading{gap:8px}}


/* Han Emlak 1.3.2 — uncropped full-width listing media */
.han-card-image{height:auto!important;min-height:0!important;aspect-ratio:auto!important;display:block;background:transparent!important}
.han-card-image img{display:block;width:100%!important;height:auto!important;max-width:100%;object-fit:unset!important;object-position:center;aspect-ratio:auto!important;transform:none!important;background:transparent}
.han-listing-card:hover .han-card-image img{transform:none!important}
.han-gallery{align-items:start}
.han-gallery-main{height:auto!important;min-height:0!important;display:block!important;padding:0!important;background:transparent!important;border:1px solid #ececec;overflow:hidden}
.han-gallery-main img{display:block;width:100%!important;height:auto!important;max-width:100%;max-height:none!important;object-fit:unset!important;object-position:center;background:transparent!important}
.han-gallery-thumbs{align-self:start}
.han-gallery-thumbs button{padding:0;overflow:hidden}
.han-gallery-thumbs img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:unset!important;background:transparent!important}
@media(max-width:767px){
  .han-card-image{height:auto!important}
  .han-gallery-main img{width:100%!important;height:auto!important}
}
