/* ============================================================
   FirmaAtlas — Anasayfa Stilleri
   ============================================================ */

/* ─── YARDIMCI ──────────────────────────────────────────────── */
.section-padding   { padding: 5rem 0; }
.bg-light-subtle   { background: #f8fafc; }

.section-badge {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .25rem .875rem;
    border-radius: 2rem;
    margin-bottom: .75rem;
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .5rem;
    letter-spacing: -.5px;
}

.section-subtitle { color: #64748b; font-size: .9375rem; }

/* Scroll animasyonu */
.fade-in-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .5s ease, transform .5s ease;
}
.fade-in-up.visible { opacity: 1; transform: none; }

/* ─── HERO ───────────────────────────────────────────────────── */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1d4ed8 100%);
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5rem 0 6rem;
}

/* Arkaplan desen */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(99,102,241,.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(14,165,233,.1) 0%, transparent 50%);
}

.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.15); }
.hero-content { position: relative; z-index: 1; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.9);
    font-size: .8125rem;
    font-weight: 600;
    padding: .35rem 1rem;
    border-radius: 2rem;
    backdrop-filter: blur(10px);
    margin-bottom: 1.25rem;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: .75rem;
}

.hero-title-accent {
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    color: rgba(255,255,255,.75);
    font-size: 1.0625rem;
    margin-bottom: 2.5rem;
}

/* ─── HERO ARAMA KUTUSU ─────────────────────────────────────── */
.hero-search-wrapper { max-width: 700px; margin: 0 auto; }

.hero-search-form {
    background: #fff;
    border-radius: 16px;
    padding: .5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.search-row {
    display: flex;
    align-items: stretch;
    gap: .5rem;
}

.search-field {
    position: relative;
    flex: 1;
}

.search-field-city { flex: 0 0 180px; }

.search-field-icon {
    position: absolute;
    left: .875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
    z-index: 1;
    pointer-events: none;
}

.search-input {
    width: 100%;
    height: 50px;
    border: none;
    background: #f8fafc;
    border-radius: 10px;
    padding: 0 1rem 0 2.5rem;
    font-size: .9375rem;
    color: #0f172a;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.search-input:focus { background: #eff6ff; }
.search-input::placeholder { color: #94a3b8; }

.btn-hero-search {
    height: 50px;
    padding: 0 1.5rem;
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: .9375rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    transition: opacity .2s, transform .2s;
    cursor: pointer;
}

.btn-hero-search:hover { opacity: .92; transform: translateY(-1px); }

/* Otomatik tamamlama */
.search-autocomplete {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,.15);
    z-index: 9999;
    overflow: hidden;
    display: none;
}
.search-autocomplete.open { display: block; }

.autocomplete-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .625rem 1rem;
    cursor: pointer;
    transition: background .15s;
    text-decoration: none;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
}
.autocomplete-item:last-child { border-bottom: none; }
.autocomplete-item:hover { background: #eff6ff; }
.autocomplete-item-icon { color: #1d4ed8; font-size: 1rem; width: 20px; text-align: center; }
.autocomplete-item-title { font-size: .875rem; font-weight: 600; }
.autocomplete-item-sub { font-size: .75rem; color: #64748b; }

/* Hızlı arama */
.hero-quick-searches {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    color: rgba(255,255,255,.7);
    font-size: .8125rem;
}

.quick-tag {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.85) !important;
    padding: .2rem .75rem;
    border-radius: 2rem;
    font-size: .8125rem;
    transition: background .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.22); color: #fff !important; }

/* Hero dalgası */
.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 80px;
}
.hero-wave svg { width: 100%; height: 100%; }

/* ─── İSTATİSTİKLER ─────────────────────────────────────────── */
.stats-section { padding: 3rem 0; background: #fff; }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform .2s, box-shadow .2s;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }

.stat-icon { font-size: 2rem; margin-bottom: .5rem; }
.stat-number { font-size: 2rem; font-weight: 900; color: #0f172a; letter-spacing: -1px; line-height: 1; }
.stat-label { font-size: .875rem; color: #64748b; margin-top: .25rem; }

/* ─── KATEGORİLER ───────────────────────────────────────────── */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.category-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    text-decoration: none;
    color: #1e293b;
    transition: all .2s;
}
.category-card:hover {
    border-color: #1d4ed8;
    box-shadow: 0 6px 20px rgba(29,78,216,.1);
    transform: translateY(-2px);
    color: #1e293b;
}
.category-card-all { border-style: dashed; }

.cat-icon-wrap {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.375rem;
    flex-shrink: 0;
}

.cat-info { flex: 1; min-width: 0; }
.cat-name  { display: block; font-weight: 700; font-size: .9375rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cat-count { font-size: .8rem; color: #64748b; }
.cat-arrow { color: #cbd5e1; transition: color .2s, transform .2s; }
.category-card:hover .cat-arrow { color: #1d4ed8; transform: translateX(4px); }

/* ─── FİRMA KARTI ───────────────────────────────────────────── */
.firm-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all .2s;
    height: 100%;
}
.firm-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }

.firm-card-cover { position: relative; height: 140px; overflow: hidden; background: #e2e8f0; }
.firm-card-cover img { width: 100%; height: 100%; object-fit: cover; }
.firm-card-cover-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #94a3b8; background: linear-gradient(135deg,#e2e8f0,#f1f5f9); }

.firm-badge { position: absolute; top: .5rem; right: .5rem; padding: .2rem .6rem; border-radius: 2rem; font-size: .7rem; font-weight: 700; }
.badge-premium { background: linear-gradient(135deg,#f59e0b,#d97706); color: #fff; }

.firm-card-body { padding: 1.25rem; }

.firm-card-header-row { display: flex; align-items: flex-start; gap: .875rem; margin-bottom: .75rem; }

.firm-logo-wrap { width: 48px; height: 48px; border-radius: 10px; overflow: hidden; border: 2px solid #e2e8f0; flex-shrink: 0; }
.firm-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.firm-logo-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#1d4ed8,#1e3a8a); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.25rem; }

.firm-name-group { flex: 1; min-width: 0; }
.firm-name { font-size: .9375rem; font-weight: 700; margin: 0 0 .2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.firm-name a { color: #0f172a; text-decoration: none; }
.firm-name a:hover { color: #1d4ed8; }
.firm-sector { font-size: .8rem; color: #64748b; display: flex; align-items: center; gap: .25rem; }

.firm-meta { display: flex; justify-content: space-between; align-items: center; font-size: .8rem; color: #64748b; margin-bottom: .875rem; flex-wrap: wrap; gap: .25rem; }
.firm-location { display: flex; align-items: center; gap: .25rem; }
.firm-rating { display: flex; align-items: center; gap: .2rem; }

.btn-firm-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .625rem .875rem;
    background: #f1f5f9;
    color: #1d4ed8;
    border-radius: 10px;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}
.btn-firm-detail:hover { background: #dbeafe; color: #1e3a8a; }

/* ─── İLAN SEKMELERİ ────────────────────────────────────────── */
.listing-tabs-wrapper { display: flex; justify-content: center; margin-bottom: 2rem; }

.listing-tabs {
    display: inline-flex;
    background: #f1f5f9;
    border-radius: 2rem;
    padding: .25rem;
    gap: .25rem;
}

.listing-tab {
    padding: .5rem 1.25rem;
    border-radius: 2rem;
    border: none;
    background: none;
    font-size: .875rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}
.listing-tab.active, .listing-tab:hover {
    background: #fff;
    color: #1d4ed8;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.listing-tab.active { color: #1d4ed8; }

/* ─── İLAN KARTI ────────────────────────────────────────────── */
.listing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all .2s;
}
.listing-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.09); }

.listing-thumb { position: relative; height: 160px; overflow: hidden; background: #e2e8f0; }
.listing-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.listing-card:hover .listing-thumb img { transform: scale(1.04); }

.listing-badge { position: absolute; bottom: .5rem; left: .5rem; padding: .2rem .6rem; border-radius: 2rem; font-size: .7rem; font-weight: 700; }
.badge-featured { background: #fbbf24; color: #78350f; }
.badge-urgent   { background: #ef4444; color: #fff; }

.listing-card-body { padding: 1rem; }

.listing-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .6rem; }
.tag-category { font-size: .7rem; background: #f1f5f9; color: #475569; padding: .15rem .5rem; border-radius: 4px; }
.tag-type { font-size: .7rem; padding: .15rem .5rem; border-radius: 4px; font-weight: 600; }
.tag-primary { background: #dbeafe; color: #1d4ed8; }
.tag-success  { background: #dcfce7; color: #16a34a; }
.tag-warning  { background: #fef9c3; color: #92400e; }
.tag-info     { background: #e0f2fe; color: #0369a1; }

.listing-title { font-size: .9rem; font-weight: 700; margin-bottom: .5rem; line-height: 1.4; }
.listing-title a { color: #0f172a; text-decoration: none; }
.listing-title a:hover { color: #1d4ed8; }

.listing-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; font-size: .8125rem; flex-wrap: wrap; gap: .25rem; }
.listing-price { font-weight: 800; color: #1d4ed8; font-size: .9375rem; }
.listing-location { color: #64748b; display: flex; align-items: center; gap: .25rem; }

.listing-footer { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: #94a3b8; border-top: 1px solid #f1f5f9; padding-top: .5rem; margin-top: .5rem; }

/* ─── ŞEHİRLER ──────────────────────────────────────────────── */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.city-card { border-radius: 16px; overflow: hidden; text-decoration: none; display: block; }

.city-bg {
    position: relative;
    height: 160px;
    display: flex;
    align-items: flex-end;
    transition: transform .3s;
}
.city-card:hover .city-bg { transform: scale(1.02); }

.city-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,.6)); }

.city-info { position: relative; z-index: 1; padding: 1rem 1.25rem; width: 100%; }
.city-icon { font-size: 1.25rem; color: #fbbf24; display: block; margin-bottom: .25rem; }
.city-name  { font-size: 1.125rem; font-weight: 800; color: #fff; margin: 0; }
.city-count { font-size: .8rem; color: rgba(255,255,255,.75); }

/* ─── CTA ────────────────────────────────────────────────────── */
.cta-card {
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    border-radius: 24px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.cta-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.cta-shape { position: absolute; border-radius: 50%; opacity: .1; background: #fff; }
.cta-shape-1 { width: 300px; height: 300px; top: -100px; right: -80px; }
.cta-shape-2 { width: 200px; height: 200px; bottom: -80px; left: 10%; }

.cta-badge { display: inline-block; background: rgba(255,255,255,.15); color: rgba(255,255,255,.9); padding: .3rem .875rem; border-radius: 2rem; font-size: .8125rem; font-weight: 600; margin-bottom: .75rem; }
.cta-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #fff; margin-bottom: .75rem; }
.cta-text   { color: rgba(255,255,255,.8); margin-bottom: 1.25rem; }

.cta-features { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.cta-features li { color: rgba(255,255,255,.85); font-size: .875rem; display: flex; align-items: center; gap: .4rem; }
.cta-features .bi { color: #86efac; }

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    color: #1d4ed8;
    font-weight: 700;
    padding: .875rem 1.75rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1rem;
    transition: transform .2s, box-shadow .2s;
    white-space: nowrap;
}
.btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); color: #1d4ed8; }

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: rgba(255,255,255,.8);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: .875rem;
    transition: color .2s;
}
.btn-cta-secondary:hover { color: #fff; }

/* ─── BLOG ───────────────────────────────────────────────────── */
.blog-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all .2s;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.09); }

.blog-thumbnail { overflow: hidden; height: 200px; }
.blog-card-featured .blog-thumbnail { height: 260px; }
.blog-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.blog-card:hover .blog-thumbnail img { transform: scale(1.04); }

.blog-card-body { padding: 1.25rem; }
.blog-category { font-size: .75rem; background: #dbeafe; color: #1d4ed8; padding: .2rem .6rem; border-radius: 4px; font-weight: 600; }
.blog-title { font-size: .9375rem; font-weight: 700; margin: .625rem 0 .5rem; line-height: 1.45; }
.blog-card-featured .blog-title { font-size: 1.125rem; }
.blog-title a { color: #0f172a; text-decoration: none; }
.blog-title a:hover { color: #1d4ed8; }
.blog-excerpt { font-size: .875rem; color: #64748b; line-height: 1.6; }
.blog-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: .78rem; color: #94a3b8; margin-top: .625rem; }
.blog-meta span { display: flex; align-items: center; gap: .25rem; }

/* ─── BOŞ DURUM ─────────────────────────────────────────────── */
.listings-empty { color: #94a3b8; }

/* ─── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1023px) {
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .cities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .section-padding { padding: 3.5rem 0; }
    .hero-section { padding: 4rem 0 5rem; min-height: auto; }
    .search-row { flex-wrap: wrap; }
    .search-field-city { flex: 1 1 100%; }
    .btn-hero-search { width: 100%; justify-content: center; }
    .categories-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .cities-grid { grid-template-columns: 1fr 1fr; }
    .cta-card { padding: 2rem 1.5rem; }
    .listing-tabs { overflow-x: auto; }
}

@media (max-width: 480px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .cities-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HERO v2 — Entegre Tab Arama (acilden.com tarzı)
============================================================ */

.hero-v2 {
  position: relative;
  background: linear-gradient(135deg, #0a1628 0%, #0d1b3e 40%, #1a3a6e 100%);
  overflow: hidden;
  padding: 72px 0 64px;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.hero-v2__bg { position: absolute; inset: 0; pointer-events: none; }

.hero-v2__gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(26,86,219,.25) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(6,182,212,.15) 0%, transparent 50%);
}

.hero-v2__pattern {
  position: absolute; inset: 0; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-v2__inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ─── SOL TARAF ──────────────────────────────────────────── */
.hero-v2__left {}

/* ─── ENTEGRE ARAMA ──────────────────────────────────────── */
.hero-search {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(12px);
  margin-top: 28px;
}

/* Tab butonları */
.hero-search__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  background: rgba(0,0,0,.2);
  border-radius: 10px;
  padding: 4px;
}

.hst {
  flex: 1;
  padding: 8px 6px;
  background: none;
  border: none;
  border-radius: 8px;
  color: rgba(255,255,255,.6);
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s;
  white-space: nowrap;
}

.hst:hover { color: #fff; background: rgba(255,255,255,.08); }

.hst.active {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* Form satırı */
.hero-search__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto;
  gap: 8px;
  align-items: end;
}

.hero-search__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-search__field label {
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .4px;
}

.hero-search__field select,
.hero-search__field input {
  height: 46px;
  padding: 0 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  color: #fff;
  font-size: .875rem;
  font-family: inherit;
  outline: none;
  transition: all .2s;
  width: 100%;
}

.hero-search__field select option { background: #0d1b3e; color: #fff; }

.hero-search__field select:focus,
.hero-search__field input:focus {
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.15);
}

.hero-search__field input::placeholder { color: rgba(255,255,255,.4); }

.hero-search__btn {
  height: 46px;
  padding: 0 20px;
  background: linear-gradient(135deg, #06b6d4, #0ea5e9);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all .2s;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(6,182,212,.4);
}

.hero-search__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(6,182,212,.5);
}

/* Hızlı linkler */
.hero-search__quick {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: .78rem;
  flex-wrap: wrap;
}

.hero-search__quick span { color: rgba(255,255,255,.45); }

.hero-search__quick a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  background: rgba(255,255,255,.08);
  padding: 3px 10px;
  border-radius: 20px;
  transition: all .15s;
}

.hero-search__quick a:hover {
  background: rgba(255,255,255,.18);
  color: #fff;
}

/* ─── SAĞ TARAF ──────────────────────────────────────────── */
.hero-v2__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* İstatistikler */
.hero-v2__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-v2__stat {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 12px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.hero-v2__stat-num {
  font-size: 1.375rem;
  font-weight: 800;
  color: #06b6d4;
  line-height: 1;
  margin-bottom: 4px;
}

.hero-v2__stat-label {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}

/* Firma kartı */
.hero-v2__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(12px);
  transition: all .2s;
}

.hero-v2__card:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
}

.hero-v2__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.hero-v2__card-logo {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.375rem;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-v2__card-logo img { width: 100%; height: 100%; object-fit: cover; }

.hero-v2__card-name {
  font-size: .9375rem;
  font-weight: 700;
  color: #fff;
}

.hero-v2__card-sector {
  font-size: .75rem;
  color: rgba(255,255,255,.55);
  margin-top: 2px;
}

.hero-v2__card-badge {
  margin-left: auto;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  flex-shrink: 0;
}

.hero-v2__card-meta {
  display: flex;
  gap: 16px;
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 14px;
}

.hero-v2__card-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: rgba(26,86,219,.4);
  border: 1px solid rgba(26,86,219,.4);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.hero-v2__card-btn:hover {
  background: rgba(26,86,219,.6);
  border-color: rgba(26,86,219,.6);
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-v2__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-v2__right { order: -1; }
  .hero-v2__stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .hero-v2 { padding: 48px 0 40px; }
  .hero-search__row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-search__field--keyword { grid-column: 1/-1; }
  .hero-search__btn { grid-column: 1/-1; width: 100%; justify-content: center; height: 48px; }
  .hero-search__tabs .hst { font-size: .7rem; padding: 7px 4px; }
}
