@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root{
  --ah-primary:#1769e0;
  --ah-primary-600:#0d5bd0;
  --ah-primary-50:#eef5ff;
  --ah-text:#172033;
  --ah-muted:#6d7788;
  --ah-bg:#f6f7f9;
  --ah-border:#e5e8ee;
  --ah-card:#ffffff;
  --ah-danger:#ef174c;
  --ah-orange:#ff9800;
  --ah-success:#18a957;
  --ah-dark:#111827;
  --ah-radius:16px;
  --ah-shadow:0 14px 42px rgba(28,42,64,.08);
  --bs-primary:#1769e0;
  --bs-primary-rgb:23,105,224;
  --bs-link-color:#1769e0;
  --bs-link-hover-color:#0d5bd0;
  --bs-body-color:#172033;
  --bs-body-bg:#fff;
  --bs-border-color:#e5e8ee;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Poppins",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ah-text);background:#fff;overflow-x:hidden}
a{text-decoration:none}
img{max-width:100%;display:block}
.text-muted{color:var(--ah-muted)!important}
.bg-soft{background:var(--ah-bg)!important}
.bg-primary-soft{background:var(--ah-primary-50)!important}
.rounded-4{border-radius:var(--ah-radius)!important}
.shadow-soft{box-shadow:var(--ah-shadow)!important}
.border-soft{border-color:var(--ah-border)!important}
.section-pad{padding:56px 0}
.section-title{font-weight:850;letter-spacing:-.6px}
.section-kicker{font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ah-primary)}
.btn{font-weight:750;border-radius:10px;padding:.72rem 1rem}
.btn-primary{background:var(--ah-primary);border-color:var(--ah-primary)}
.btn-primary:hover{background:var(--ah-primary-600);border-color:var(--ah-primary-600)}
.btn-danger{background:var(--ah-danger);border-color:var(--ah-danger)}
.form-control,.form-select{border-radius:10px;border-color:var(--ah-border);padding:.72rem .9rem}
.form-control:focus,.form-select:focus{border-color:#8bb6f5;box-shadow:0 0 0 .22rem rgba(23,105,224,.10)}
.card{border-color:var(--ah-border);border-radius:var(--ah-radius)}
.badge-soft-primary{background:var(--ah-primary-50);color:var(--ah-primary)}
.badge-soft-success{background:#eaf9f0;color:#128346}
.badge-soft-danger{background:#ffeaf0;color:#d81243}
.badge-soft-warning{background:#fff4df;color:#b66a00}

/* Header */
.site-header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--ah-border)}
.navbar{min-height:76px}
.brand{font-size:1.72rem;font-weight:900;letter-spacing:-1.5px;color:#171d2b;white-space:nowrap}
.brand span{color:var(--ah-primary)}
.navbar .nav-link{font-size:.92rem;font-weight:700;color:#364052;padding:.7rem .7rem!important}
.navbar .nav-link:hover,.navbar .nav-link.active{color:var(--ah-primary)}
.header-search{width:min(350px,30vw)}
.header-search .form-control{padding-left:2.6rem}
.header-search .bi-search{position:absolute;left:.95rem;top:50%;transform:translateY(-50%);color:#8a94a3}
.user-avatar{width:38px;height:38px;border-radius:50%;background:#e8edf4;display:grid;place-items:center;font-weight:850;color:#526074}

/* Hero */
.hero{background:linear-gradient(180deg,#f4f8ff 0%,#fff 100%);padding:54px 0 50px}
.hero h1{font-size:clamp(2.3rem,5vw,4.2rem);line-height:.98;letter-spacing:-2.5px;font-weight:900}
.hero p{font-size:1.06rem;line-height:1.75;color:var(--ah-muted);max-width:680px}
.hero-badge{display:inline-flex;align-items:center;gap:.55rem;background:#fff;border:1px solid var(--ah-border);border-radius:999px;padding:.45rem .8rem;font-size:.8rem;font-weight:800}
.hero-search{background:#fff;border:1px solid var(--ah-border);border-radius:22px;padding:22px;box-shadow:var(--ah-shadow)}
.hero-search .nav-pills .nav-link{border-radius:8px;color:var(--ah-muted);font-weight:800}
.hero-search .nav-pills .nav-link.active{background:var(--ah-primary);color:#fff}

/* Category chips */
.category-chip{display:flex;align-items:center;gap:.7rem;border:1px solid var(--ah-border);border-radius:14px;padding:.85rem 1rem;background:#fff;color:var(--ah-text);transition:.2s}
.category-chip:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(30,44,65,.07);border-color:#cfe0f8}
.category-chip .icon{width:42px;height:42px;border-radius:11px;background:var(--ah-primary-50);display:grid;place-items:center;color:var(--ah-primary);font-size:1.2rem}

/* Listing cards */
.listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vehicle-card{background:#fff;border:1px solid #dfe3e8;border-radius:14px;overflow:hidden;min-width:0;transition:.2s}
.vehicle-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(22,34,55,.10)}
.vehicle-image{height:176px;position:relative;background:#eef1f5;overflow:hidden;display:block}
.vehicle-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.vehicle-card:hover .vehicle-image img{transform:scale(1.025)}
.vehicle-badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--ah-danger);color:#fff;font-weight:850;font-size:11px;line-height:1;padding:7px 9px;border-radius:5px}
.vehicle-fav{position:absolute;right:10px;top:10px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.97);display:grid;place-items:center;font-size:18px;color:#252c35;box-shadow:0 2px 9px rgba(0,0,0,.13);border:1px solid rgba(0,0,0,.05);cursor:pointer}
.vehicle-fav.active{color:var(--ah-danger)}
.vehicle-price{position:absolute;left:10px;bottom:9px;background:rgba(42,45,48,.74);color:#fff;font-size:14px;font-weight:850;padding:6px 8px;border-radius:5px}
.vehicle-body{padding:14px}
.vehicle-series{font-size:12.5px;color:#7a8495;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}
.vehicle-title{font-size:17px;line-height:1.25;font-weight:850;color:#171a1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:7px}
.vehicle-title a{color:inherit}
.vehicle-location{display:flex;align-items:center;gap:5px;font-size:12.4px;color:#778190;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:11px;border-bottom:1px solid #edf0f3}
.vehicle-location i{flex:0 0 auto}
.vehicle-specs{display:flex;align-items:center;gap:8px;overflow:hidden;white-space:nowrap;padding:10px 0;border-bottom:1px solid #edf0f3;font-size:11.5px;color:#2f343b}
.vehicle-specs span{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto}.vehicle-specs i{color:#9aa3af}
.vehicle-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px}
.seller{display:flex;align-items:center;min-width:0}.seller-avatar{width:34px;height:34px;border-radius:50%;background:#e9edf2;display:grid;place-items:center;font-size:13px;font-weight:800;color:#5c6675;margin-right:9px;flex:0 0 auto}.seller-info{min-width:0}.seller-info strong{display:block;font-size:12.5px;color:#363b42;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-info small{display:block;margin-top:2px;color:#757f8e;font-size:11.5px}.vehicle-views{font-size:11.5px;color:#7f8996;white-space:nowrap}

/* Sell / rent promo */
.sell-rent-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sell-rent-card{position:relative;min-height:288px;overflow:hidden;border-radius:20px;background:#fff;display:grid;grid-template-columns:54% 46%;box-shadow:0 10px 34px rgba(28,39,54,.04);border:1px solid #edf0f3}
.sell-rent-content{position:relative;z-index:3;padding:28px 20px 26px 28px;display:flex;flex-direction:column;align-items:flex-start}
.sell-rent-pill{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 13px;border:1px solid #dfe3e8;border-radius:18px;background:#fff;color:#454d5b;font-size:12px;font-weight:750;margin-bottom:14px}
.sell-rent-pill::before{content:"";width:8px;height:8px;border-radius:50%;background:#56606f}
.sell-rent-card h3{margin:0 0 10px;max-width:245px;color:#121827;font-size:24px;line-height:1.02;letter-spacing:-.6px;font-weight:850}
.sell-rent-card p{margin:0 0 20px;max-width:250px;color:#626c7d;font-size:14px;line-height:1.55}
.sell-rent-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:11px;font-size:14px;font-weight:850}
.sell-card .sell-rent-btn{background:var(--ah-danger);color:#fff}.rent-card .sell-rent-btn{background:var(--ah-orange);color:#181818}
.sell-rent-visual{position:relative;min-width:0;overflow:hidden}.sell-rent-visual::before{content:"";position:absolute;z-index:0;top:-10%;bottom:-10%;left:-38px;width:145%;transform:skewX(-10deg);transform-origin:bottom left}.sell-card .sell-rent-visual::before{background:linear-gradient(155deg,#f5a9c0 0%,#f68dae 47%,#c3265b 100%)}.rent-card .sell-rent-visual::before{background:linear-gradient(155deg,#ffd79d 0%,#ffbd66 48%,#ef7916 100%)}.sell-rent-photo{position:absolute;z-index:2;top:48px;right:18px;width:82%;height:180px;border-radius:17px;overflow:hidden;box-shadow:0 13px 24px rgba(26,31,40,.23)}.sell-rent-photo img{width:100%;height:100%;object-fit:cover}

/* Business cards */
.business-panel{background:linear-gradient(115deg,#303438 0%,#35434b 48%,#4a7893 100%);border-radius:12px;padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.business-card{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.business-card:hover{transform:translateY(-3px)}.business-card img{width:100%;height:190px;object-fit:cover}.business-card-copy{padding:14px;font-size:16px;line-height:1.35;font-weight:800;color:#272a2f}.business-card-copy small{display:block;margin-top:7px;font-size:12px;line-height:1.45;color:#747d89;font-weight:600}

/* Blog/editorial */
.editorial-card{border:1px solid var(--ah-border);border-radius:16px;overflow:hidden;background:#fff;height:100%;transition:.2s}.editorial-card:hover{box-shadow:0 12px 30px rgba(22,34,55,.08);transform:translateY(-2px)}.editorial-card img{height:210px;width:100%;object-fit:cover}.editorial-card .content{padding:18px}.editorial-card .meta{font-size:.78rem;color:var(--ah-muted)}.editorial-card h3{font-size:1.08rem;font-weight:850;line-height:1.35}
.article-hero{height:430px;border-radius:22px;overflow:hidden;position:relative}.article-hero img{width:100%;height:100%;object-fit:cover}.article-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.72) 100%)}.article-hero-content{position:absolute;z-index:2;left:32px;right:32px;bottom:28px;color:#fff}.article-body{font-size:1.02rem;line-height:1.82;color:#384455}.article-body h2,.article-body h3{color:var(--ah-text);font-weight:850;margin-top:2rem}

/* Search/filter */
.filter-card{position:sticky;top:96px;border:1px solid var(--ah-border);border-radius:16px;background:#fff;padding:18px}.filter-title{font-weight:850}.filter-group{padding:16px 0;border-bottom:1px solid var(--ah-border)}.filter-group:last-child{border-bottom:0}.filter-group label{font-size:.85rem}.result-toolbar{border:1px solid var(--ah-border);border-radius:14px;background:#fff;padding:12px 14px}.breadcrumb{font-size:.84rem}

/* Listing detail */
.gallery-main{height:470px;border-radius:18px;overflow:hidden;background:#eef1f5}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumb{height:86px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer}.gallery-thumb.active{border-color:var(--ah-primary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.detail-price{font-size:2rem;font-weight:900;letter-spacing:-1px}.detail-card{border:1px solid var(--ah-border);border-radius:16px;padding:20px;background:#fff}.spec-table{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ah-border);border:1px solid var(--ah-border);border-radius:12px;overflow:hidden}.spec-item{background:#fff;padding:14px}.spec-item span{display:block;font-size:.73rem;color:var(--ah-muted);margin-bottom:4px}.spec-item strong{font-size:.92rem}.seller-box{position:sticky;top:96px}.seller-big-avatar{width:58px;height:58px;border-radius:50%;background:#e8edf4;display:grid;place-items:center;font-weight:900;font-size:1.2rem}

/* Account */
.account-shell{background:var(--ah-bg);min-height:calc(100vh - 76px)}
.account-sidebar{position:sticky;top:96px;background:#fff;border:1px solid var(--ah-border);border-radius:16px;padding:12px}.account-sidebar a{display:flex;align-items:center;gap:.7rem;padding:.75rem .85rem;border-radius:10px;color:#4b5667;font-size:.9rem;font-weight:700}.account-sidebar a:hover,.account-sidebar a.active{background:var(--ah-primary-50);color:var(--ah-primary)}
.stat-card{border:1px solid var(--ah-border);border-radius:16px;background:#fff;padding:18px;height:100%}.stat-icon{width:42px;height:42px;border-radius:12px;background:var(--ah-primary-50);display:grid;place-items:center;color:var(--ah-primary)}
.table-card{border:1px solid var(--ah-border);border-radius:16px;background:#fff;overflow:hidden}.table-card .table{margin-bottom:0}.table-card th{font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#7a8495;background:#fafbfc}.table-card td{vertical-align:middle}

/* Listing wizard */
.wizard-steps{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.wizard-step{min-width:max-content;display:flex;align-items:center;gap:.5rem;padding:.65rem .8rem;border:1px solid var(--ah-border);border-radius:10px;color:#7a8495;font-weight:750;font-size:.83rem;background:#fff}.wizard-step.active{background:var(--ah-primary);color:#fff;border-color:var(--ah-primary)}.wizard-step.done{background:#eaf9f0;color:#158347;border-color:#c8efd8}.wizard-pane{display:none}.wizard-pane.active{display:block}.upload-zone{border:2px dashed #cfd6df;border-radius:14px;background:#fafbfc;padding:28px;text-align:center}.preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.preview-item{height:96px;border-radius:10px;overflow:hidden;background:#eef1f5;position:relative}.preview-item img{width:100%;height:100%;object-fit:cover}

/* Auth */
.auth-page{min-height:100vh;background:linear-gradient(135deg,#f5f8ff,#fff 45%,#f8fafc);display:grid;place-items:center;padding:32px}.auth-card{width:min(100%,520px);background:#fff;border:1px solid var(--ah-border);border-radius:22px;padding:30px;box-shadow:var(--ah-shadow)}.auth-logo{text-align:center;margin-bottom:22px}.divider{display:flex;align-items:center;gap:12px;color:#97a0ad;font-size:.78rem}.divider::before,.divider::after{content:"";height:1px;background:var(--ah-border);flex:1}.password-wrap{position:relative}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#7e8795}

/* Footer */
.site-footer{background:#f4f6f8;border-top:1px solid #e5e8ed;margin-top:0}.footer-top{padding:48px 0 30px}.site-footer h6{font-weight:850}.site-footer a{color:#5d6777;font-size:.86rem;display:block;margin:.55rem 0}.site-footer a:hover{color:var(--ah-primary)}.footer-bottom{background:#252a31;color:#b8c0ca;padding:16px 0;font-size:.78rem}.footer-bottom a{display:inline;color:#cbd2db;margin:0 .8rem 0 0}

/* Utility */
.sticky-mobile-actions{display:none}.empty-state{text-align:center;padding:46px 20px;border:1px dashed #cfd6df;border-radius:16px;background:#fff}.empty-icon{width:68px;height:68px;border-radius:18px;background:var(--ah-primary-50);display:grid;place-items:center;color:var(--ah-primary);font-size:1.7rem;margin:0 auto 14px}.toast-container{z-index:2000}

@media(max-width:1199.98px){.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.header-search{display:none!important}}
@media(max-width:991.98px){.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-panel{grid-template-columns:1fr 1fr}.business-card:last-child{grid-column:1/-1}.sell-rent-grid{grid-template-columns:1fr}.gallery-main{height:380px}.spec-table{grid-template-columns:repeat(2,1fr)}.seller-box{position:static}.account-sidebar{position:static}.preview-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767.98px){.section-pad{padding:38px 0}.hero{padding:38px 0}.hero h1{letter-spacing:-1.6px}.listing-grid{grid-template-columns:1fr 1fr;gap:12px}.vehicle-image{height:155px}.vehicle-title{font-size:15px}.vehicle-body{padding:11px}.vehicle-specs{gap:6px;font-size:10.8px}.sell-rent-card{min-height:390px;grid-template-columns:1fr;grid-template-rows:auto 185px}.sell-rent-content{padding:22px 22px 12px}.sell-rent-visual{min-height:185px}.sell-rent-visual::before{left:-25px;top:-25px;width:130%;height:240px;bottom:auto;transform:skewX(-8deg)}.sell-rent-photo{top:12px;right:18px;width:72%;height:150px}.business-panel{grid-template-columns:1fr}.business-card:last-child{grid-column:auto}.gallery-main{height:300px}.article-hero{height:340px}.spec-table{grid-template-columns:1fr 1fr}.preview-grid{grid-template-columns:repeat(2,1fr)}.sticky-mobile-actions{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1025;background:#fff;border-top:1px solid var(--ah-border);padding:10px 12px;gap:8px}.has-mobile-actions{padding-bottom:76px}}
@media(max-width:575.98px){.listing-grid{grid-template-columns:1fr}.vehicle-image{height:220px}.spec-table{grid-template-columns:1fr}.article-hero{height:300px}.article-hero-content{left:20px;right:20px;bottom:20px}.auth-card{padding:22px}.brand{font-size:1.45rem}.hero-search{padding:16px}.business-card img{height:180px}}


/* PHP 7.4 kullanıcı sistemi ek stilleri */
.account-mobile-nav{display:none;margin-bottom:14px}
.flash-stack{position:fixed;right:18px;top:92px;z-index:1090;width:min(420px,calc(100% - 36px))}
.avatar-upload{width:92px;height:92px;border-radius:50%;overflow:hidden;background:#e8edf4;display:grid;place-items:center;font-weight:900;font-size:2rem;color:#526074}
.avatar-upload img{width:100%;height:100%;object-fit:cover}
.listing-thumb-sm{width:86px;height:62px;border-radius:9px;object-fit:cover;background:#eef1f5}
.listing-row-title{max-width:340px}
.required::after{content:" *";color:var(--ah-danger)}
.category-chain .form-select{margin-bottom:10px}
.dynamic-fields .form-label{font-size:.85rem;font-weight:700}
.photo-manage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.photo-manage-item{position:relative;border:1px solid var(--ah-border);border-radius:12px;overflow:hidden;background:#fff}
.photo-manage-item img{width:100%;height:120px;object-fit:cover}
.photo-manage-item .photo-actions{padding:8px}
.thread-wrap{height:520px;overflow:auto;background:#f7f8fa;border:1px solid var(--ah-border);border-radius:16px;padding:18px}
.message-bubble{max-width:78%;padding:10px 13px;border-radius:14px;margin-bottom:10px;font-size:.9rem;line-height:1.5}
.message-me{margin-left:auto;background:var(--ah-primary);color:#fff;border-bottom-right-radius:4px}
.message-other{background:#fff;border:1px solid var(--ah-border);border-bottom-left-radius:4px}
.message-time{font-size:.68rem;opacity:.72;margin-top:4px}
.notification-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--ah-border)}
.notification-item.unread{background:#f7fbff;margin:0 -16px;padding:14px 16px}
.notification-icon{width:40px;height:40px;border-radius:11px;background:var(--ah-primary-50);color:var(--ah-primary);display:grid;place-items:center;flex:0 0 auto}
.tracking-step{position:relative;padding-left:34px;padding-bottom:26px}
.tracking-step::before{content:"";position:absolute;left:10px;top:21px;bottom:-4px;width:2px;background:#dfe5ec}
.tracking-step:last-child::before{display:none}
.tracking-dot{position:absolute;left:2px;top:3px;width:18px;height:18px;border-radius:50%;background:#cdd5df;border:4px solid #fff;box-shadow:0 0 0 1px #cdd5df}
.tracking-step.done .tracking-dot{background:var(--ah-success);box-shadow:0 0 0 1px var(--ah-success)}
.tracking-step.current .tracking-dot{background:var(--ah-primary);box-shadow:0 0 0 1px var(--ah-primary)}
.profile-summary{background:linear-gradient(135deg,#1769e0,#0d5bd0);color:#fff;border-radius:18px;padding:22px}
.profile-summary .text-muted{color:rgba(255,255,255,.75)!important}
.auth-alert{font-size:.88rem}
.install-check{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}
@media(max-width:991.98px){.account-mobile-nav{display:block}.account-sidebar{display:none}.photo-manage-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:575.98px){.photo-manage-grid{grid-template-columns:repeat(2,1fr)}.thread-wrap{height:420px}.message-bubble{max-width:90%}.listing-thumb-sm{width:68px;height:52px}}
