/**
 * Ana sayfa — yalnızca masaüstü (≥900px) yerleşim mockup’ı.
 * Mobil stillere dokunulmaz.
 */
@media (min-width: 900px) {
  body.page-home {
    background: #f3f4f8;
  }

  /* ── Hero: uygulama indirme şeridi ── */
  .hero-desk-apps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 18px;
  }
  .hero-desk-apps__stores {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .hero-desk-apps__store {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #e2e5ec;
    background: #fff;
    text-decoration: none !important;
    color: #1a1a2e;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(26, 31, 54, 0.06);
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .hero-desk-apps__store:hover {
    border-color: rgba(227, 6, 19, 0.35);
    box-shadow: 0 4px 14px rgba(26, 31, 54, 0.1);
  }
  .hero-desk-apps__store i {
    font-size: 1.15rem;
  }
  .hero-desk-apps__store--play i { color: #43a047; }
  .hero-desk-apps__store--apple i { color: #424242; }
  .hero-desk-apps__qr {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #5f6677;
    font-size: 0.72rem;
    font-weight: 600;
  }
  .hero-desk-apps__qr img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #e8eaef;
    background: #fff;
    padding: 4px;
    box-sizing: border-box;
  }
  body.page-home .hero.hero--video .hero-live {
    display: none;
  }
  .kp-ecz-tit-desk {
    display: inline;
  }
  .kp-ecz-tit-mob {
    display: none;
  }
  .kp-ecz-desk-all {
    display: inline-flex;
  }

  /* ── Hızlı hizmetler — birleşik kart ── */
  body.page-home .quick-access-panel {
    max-width: none;
    padding: 0;
  }
  body.page-home .section.quick-access {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  body.page-home .section.quick-access .container {
    padding-left: 0;
    padding-right: 0;
  }

  .kp-desk-quick-tabs {
    width: 100%;
    min-width: 0;
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(26, 31, 54, 0.06);
    overflow: hidden;
  }
  .kp-desk-quick-tabs__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid #eef0f4;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  }
  .kp-desk-quick-tabs__head-copy {
    min-width: 0;
  }
  .kp-desk-quick-tabs__title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .kp-desk-quick-tabs__desc {
    margin: 4px 0 0;
    font-size: 0.72rem;
    color: #667085;
    line-height: 1.35;
  }
  .kp-desk-quick-tabs__head-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #e6e9f0;
    background: #fff;
    color: var(--primary);
    font-size: 0.74rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }
  .kp-desk-quick-tabs__head-link:hover {
    border-color: rgba(211, 47, 47, 0.25);
    box-shadow: 0 4px 14px rgba(211, 47, 47, 0.08);
  }
  .kp-desk-quick-tabs__head-link i {
    font-size: 0.68rem;
  }

  .kp-desk-quick-tabs__shell {
    padding: 14px 16px 16px;
  }
  .kp-desk-quick-tabs__nav-wrap {
    position: relative;
    margin-bottom: 14px;
  }
  .kp-desk-quick-tabs__nav-wrap::before,
  .kp-desk-quick-tabs__nav-wrap::after {
    display: none;
  }
  .kp-desk-quick-tabs__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: none;
  }
  .kp-desk-quick-tabs__nav-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
  }
  .kp-desk-quick-tabs__cluster {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px;
    border-radius: 14px;
    background: #f3f4f8;
    border: 1px solid #eceff4;
    min-width: 0;
  }
  .kp-desk-quick-tabs__cluster--feed {
    background: #f8f9fb;
    border-color: #e8eaef;
  }
  .kp-desk-quick-tabs__sep {
    flex: 0 0 1px;
    align-self: stretch;
    width: 1px;
    min-height: 28px;
    background: #dfe3ea;
    margin: 0 2px;
  }
  .kp-desk-quick-tabs__tab {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: var(--font);
    cursor: pointer;
    position: relative;
  }
  .kp-desk-quick-tabs__tab > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #667085;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  }
  .kp-desk-quick-tabs__tab.is-active > span {
    color: var(--text-dark);
    font-weight: 700;
    background: #fff;
    border-color: #e3e6ec;
    box-shadow: 0 2px 8px rgba(26, 31, 54, 0.07);
  }
  .kp-desk-quick-tabs__tab:hover:not(.is-active) > span {
    color: #344054;
    background: rgba(255, 255, 255, 0.55);
  }
  .kp-desk-quick-tabs__tab--feed > span i {
    font-size: 0.68rem;
    opacity: 0.85;
  }
  .kp-desk-quick-tabs__tab--haberler.is-active > span {
    color: #b71c1c;
    border-color: #ffcdd2;
    background: #fff;
  }
  .kp-desk-quick-tabs__tab--kaybettiklerimiz.is-active > span {
    color: #455a64;
    border-color: #cfd8dc;
    background: #fff;
  }
  .kp-desk-quick-tabs__tab--cta {
    flex: 0 0 auto;
    margin-left: 0;
  }
  .kp-desk-quick-tabs__tab--cta > span {
    padding: 7px 14px;
    border-radius: 12px;
    border: 1.5px dashed #d0d5dd;
    background: #fff;
    color: #475467;
    font-weight: 700;
  }
  .kp-desk-quick-tabs__tab--cta.is-active > span {
    border-style: solid;
    border-color: var(--primary);
    color: var(--primary);
    background: #fff5f5;
    box-shadow: 0 2px 10px rgba(211, 47, 47, 0.1);
  }
  .kp-desk-quick-tabs__tab--cta:hover:not(.is-active) > span {
    border-color: #c7cad1;
    background: #fff;
  }
  .kp-desk-quick-tabs__tab:focus-visible {
    outline: none;
  }
  .kp-desk-quick-tabs__tab:focus-visible > span {
    outline: 2px solid rgba(211, 47, 47, 0.35);
    outline-offset: 2px;
  }

  .kp-desk-quick-tabs__panels {
    background: #fafbfc;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    padding: 16px 14px 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }
  .kp-desk-quick-tabs__panel[hidden] {
    display: none !important;
  }
  .kp-desk-quick-tabs .quick-grid--desk {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 14px 10px;
    margin: 0;
    width: 100%;
  }
  .kp-desk-quick-tabs__panel[data-kp-qpanel="tumu"] .quick-grid--desk {
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 12px 8px;
  }
  body.page-home .quick-grid--desk .quick-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eceff4;
    box-shadow: 0 3px 12px rgba(26, 31, 54, 0.05);
  }
  body.page-home .quick-grid--desk .quick-item span {
    font-size: 0.68rem;
    line-height: 1.25;
  }
  body.page-home .quick-grid--desk .quick-item {
    gap: 8px;
  }

  /* Eski dağınık başlık/alt link gizle */
  .quick-access-desk-head,
  .quick-access-desk-foot {
    display: none !important;
  }

  /* ── Hızlı hizmetler: Haberler / Kaybettiklerimiz carousel ── */
  .kp-desk-feed {
    width: 100%;
    min-width: 0;
  }
  .kp-desk-feed-carousel {
    position: relative;
    width: 100%;
    min-width: 0;
    margin-bottom: 8px;
  }
  .kp-desk-feed-carousel__track {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
    padding: 0 36px 4px !important;
  }
  .kp-desk-feed-carousel__track::-webkit-scrollbar {
    display: none;
  }
  .kp-desk-feed-card {
    scroll-snap-align: start;
    min-width: 0;
  }
  .kp-desk-feed-card__link {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 14px 16px;
    border: 1px solid #eceff4;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 16px rgba(26, 31, 54, 0.05);
    transition: border-color .18s ease, box-shadow .18s ease;
  }
  .kp-desk-feed-card__link:hover {
    border-color: #dfe3ea;
    box-shadow: 0 8px 22px rgba(26, 31, 54, 0.08);
  }
  .kp-desk-feed-card__media {
    position: relative;
    flex: 0 0 128px;
    width: 128px;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f8;
  }
  .kp-desk-feed-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .kp-desk-feed-card__media-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    color: #c62828;
    font-size: 1.4rem;
  }
  .kp-desk-feed-card__badge {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 2px 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.92);
    color: #c62828;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }
  .kp-desk-feed-card__body {
    flex: 1;
    min-width: 0;
  }
  .kp-desk-feed-card__title {
    margin: 0 0 6px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .kp-desk-feed-card__meta {
    margin: 0;
    font-size: 0.72rem;
    color: var(--text-soft);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .kp-desk-feed-card__meta i {
    margin-right: 4px;
    opacity: 0.75;
  }
  .kp-desk-feed-card--kayip .kp-desk-feed-card__link {
    background: linear-gradient(90deg, #fafafa 0%, #fff 55%);
    border-color: #e8eaef;
  }
  .kp-desk-feed-card__kayip-ico {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eceff1;
    color: #546e7a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  .kp-desk-feed-card__age {
    font-weight: 500;
    color: var(--text-soft);
    font-size: 0.78rem;
  }
  .kp-desk-feed-card__date {
    flex-shrink: 0;
    text-align: center;
    min-width: 42px;
    line-height: 1.15;
    color: #78909c;
  }
  .kp-desk-feed-card__date strong {
    display: block;
    font-size: 1.05rem;
    color: #455a64;
  }
  .kp-desk-feed-card__date span {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .kp-desk-feed-empty {
    text-align: center;
    padding: 28px 16px;
    color: var(--text-soft);
    font-size: 0.84rem;
    border: 1px dashed #dfe3ea;
    border-radius: 14px;
    background: #fafbfc;
  }
  .kp-desk-feed-empty i {
    display: block;
    font-size: 1.6rem;
    opacity: 0.25;
    margin-bottom: 8px;
  }
  .kp-desk-feed-foot {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
  }
  .kp-desk-feed-foot__link {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .kp-desk-feed--kayip .kp-desk-feed-foot__link {
    color: #546e7a;
  }
  .kp-desk-feed-foot__link:hover {
    text-decoration: underline;
  }

  /* ── Promo + hava (2 sütun) ── */
  #firsat-weather.kp-desk-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #firsat-weather .gw-balanced {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
    grid-template-rows: auto;
    gap: 18px;
  }
  #firsat-weather .gw-firsat-rest {
    display: none !important;
  }

  #firsat-weather .gw-weather-cell.weather-half {
    align-self: stretch;
  }
  #firsat-weather .kp-weather-card {
    height: 100%;
    justify-content: space-between;
    padding: 20px 20px 18px;
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(26, 31, 54, 0.07);
  }
  #firsat-weather .kp-weather-card__title {
    font-size: 1.08rem;
  }
  #firsat-weather .kp-weather-card__temp {
    font-size: 2.45rem;
  }
  #firsat-weather .kp-weather-card__metrics {
    border-radius: 16px;
  }
  #firsat-weather .kp-weather-card__week-grid {
    border-radius: 16px;
    padding: 14px 10px;
  }
  #firsat-weather .kp-weather-card__tabs {
    border-radius: 14px;
  }
  #firsat-weather .kp-weather-card__foot {
    padding-top: 4px;
    font-size: .8rem;
  }

  /* ── Hızlı bilgi şeridi ── */
  .kp-desk-quick-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    padding: 4px 0 12px;
  }
  .kp-desk-qitem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(26, 31, 54, 0.06);
    text-decoration: none !important;
    color: inherit;
    min-width: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
  }
  .kp-desk-qitem:hover {
    box-shadow: 0 10px 28px rgba(26, 31, 54, 0.1);
    border-color: rgba(211, 47, 47, 0.18);
  }
  .kp-desk-qitem__ico {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
  }
  .kp-desk-qitem__ico--red { background: #ffebee; color: #c62828; }
  .kp-desk-qitem__ico--blue { background: #e3f2fd; color: #1565c0; }
  .kp-desk-qitem__ico--orange { background: #fff3e0; color: #e65100; }
  .kp-desk-qitem__ico--purple { background: #f3e5f5; color: #6a1b9a; }
  .kp-desk-qitem__ico--teal { background: #e0f2f1; color: #00695c; }
  .kp-desk-qitem__body { min-width: 0; flex: 1; }
  .kp-desk-qitem__tit {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.25;
  }
  .kp-desk-qitem__sub {
    display: block;
    font-size: 0.68rem;
    color: var(--text-soft);
    margin-top: 2px;
    line-height: 1.35;
  }
  .kp-desk-qitem__cta {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--primary);
    white-space: nowrap;
  }

  /* ── 3 sütun ana grid ── */
  .kp-home-desk-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 8px;
    box-sizing: border-box;
  }
  .kp-home-desk-body > .kp-desk-full {
    grid-column: 1 / -1;
  }
  .kp-desk-section > .container {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(26, 31, 54, 0.07);
    padding: 18px 18px 16px;
    box-sizing: border-box;
  }
  .kp-desk-section {
    padding: 0 !important;
    min-width: 0;
  }
  #firsat-weather.kp-desk-section > .container {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .kp-desk-section .section-head {
    margin-bottom: 12px;
  }
  .kp-desk-section .section-title {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
  .kp-desk-section .section-title .dot {
    display: none;
  }
  .kp-desk-section .section-link {
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .kp-is-tit-desk,
  .kp-ecz-st-desk,
  .pharmacy-phone-line,
  .kp-desk-cat-pills,
  .kp-desk-carousel__nav,
  .kp-desk-job-new {
    /* desktop defaults below */
  }
  .kp-is-tit-desk { display: inline; }
  .kp-is-tit-mob { display: none; }
  .kp-ecz-st-desk { display: inline; }
  .kp-ecz-st-mob { display: none; }

  /* Sıra: promo → şerit → yemek|iş|ilan → eczane|esnaf|kampanya */
  #firsat-weather { order: 1; }
  .kp-desk-quick-strip-wrap { order: 2; }
  #yemek { order: 3; }
  #isportali { order: 4; }
  #ilanlar { order: 5; }
  #eczane-noter { order: 6; }
  #esnaf { order: 7; }
  #kampanyalar { order: 8; }

  body.page-home #kaybettiklerimiz-widget,
  body.page-home #etkinlikler {
    display: none !important;
  }

  /* ── Yemek: kategori pill + yatay kart ── */
  .kp-desk-cat-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 12px;
    margin: 0 0 4px;
    scrollbar-width: none;
  }
  .kp-desk-cat-pills::-webkit-scrollbar { display: none; }
  .kp-desk-cat-pill {
    flex: 0 0 auto;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #eceff4;
    background: #f7f8fb;
    color: #5f6677;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
  }
  .kp-desk-cat-pill.is-active,
  .kp-desk-cat-pill:hover {
    background: #ffebee;
    border-color: #ffcdd2;
    color: #c62828;
  }
  #yemek .idx-yemek-promo-wrap,
  #yemek .urgent-banner {
    display: none;
  }
  #yemek .kp-desk-yemek-scroll {
    display: grid !important;
    grid-template-columns: unset !important;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
    padding-bottom: 4px;
  }
  #yemek .kp-desk-yemek-scroll::-webkit-scrollbar {
    display: none;
  }
  #yemek .rest-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    scroll-snap-align: start;
    border-radius: 14px;
    box-shadow: none;
    border: 1px solid #eceff4;
  }
  #yemek .rest-img-wrap {
    aspect-ratio: 1.85 / 1;
  }
  #yemek .rest-img {
    object-fit: cover;
    object-position: center;
  }
  #yemek .rest-body {
    padding: 10px;
    gap: 6px;
  }
  #yemek .rest-name {
    font-size: 0.82rem;
  }
  #yemek .rest-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  #yemek .rest-info-row .rest-info:nth-child(n+3) {
    display: flex;
    font-size: 0.68rem;
  }
  #yemek .btn-order {
    margin-top: 4px;
    padding: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    background: #fff !important;
    color: var(--primary) !important;
    border: 1.5px solid var(--primary);
    border-radius: 10px;
  }
  #yemek .btn-order.disabled {
    background: #f5f5f5 !important;
    color: #9e9e9e !important;
    border-color: #e0e0e0;
  }

  /* ── İş ilanları + eczane: kurumsal tab menü ── */
  #isportali[data-kp-section-tabs],
  #eczane-noter[data-kp-section-tabs] {
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(26, 31, 54, 0.05);
    overflow: hidden;
  }
  #isportali[data-kp-section-tabs] > .container,
  #eczane-noter[data-kp-section-tabs] > .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #isportali .kp-desk-section-tabs__nav,
  #eczane-noter .kp-desk-section-tabs__nav {
    display: flex !important;
    align-items: stretch;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 0;
    padding: 0 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e8eaef;
    border-radius: 0;
  }
  #isportali .kp-desk-section-tabs__nav::-webkit-scrollbar,
  #eczane-noter .kp-desk-section-tabs__nav::-webkit-scrollbar {
    display: none;
  }
  #isportali .kp-desk-section-tabs__nav .tab-btn,
  #eczane-noter .kp-desk-section-tabs__nav .tab-btn {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    border-radius: 0;
    min-width: 0;
  }
  #isportali .kp-desk-section-tabs__nav .tab-btn > span,
  #eczane-noter .kp-desk-section-tabs__nav .tab-btn > span {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 16px 13px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #667085;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color .18s ease, border-color .18s ease;
  }
  #isportali .kp-desk-section-tabs__nav .tab-btn.active > span,
  #eczane-noter .kp-desk-section-tabs__nav .tab-btn.active > span {
    color: var(--text-dark);
    font-weight: 700;
    border-bottom-color: var(--primary);
    background: transparent;
  }
  #isportali .kp-desk-section-tabs__nav .tab-btn.kp-is-tab-iskur.active > span {
    border-bottom-color: #1565C0;
    color: #1565C0;
  }
  #isportali .kp-desk-section-tabs__nav .tab-btn:hover:not(.active) > span,
  #eczane-noter .kp-desk-section-tabs__nav .tab-btn:hover:not(.active) > span {
    color: #344054;
  }
  #isportali .kp-desk-section-tabs__nav .tab-btn i,
  #eczane-noter .kp-desk-section-tabs__nav .tab-btn i {
    font-size: 0.72rem;
    opacity: 0.85;
  }
  .kp-desk-tab-count {
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 99px;
    background: #eef0f4;
    color: #667085;
    line-height: 1.35;
  }
  .kp-desk-tab-count--green {
    background: #e8f5e9;
    color: #2e7d32;
  }
  .kp-desk-tab-count--indigo {
    background: #e8eaf6;
    color: #3949ab;
  }
  #isportali .kp-desk-section-tabs__panels,
  #eczane-noter .kp-desk-section-tabs__panels {
    padding: 16px 14px 6px;
  }
  #isportali .tab-content,
  #eczane-noter .tab-content {
    display: none;
  }
  #isportali .tab-content.active,
  #eczane-noter .tab-content.active {
    display: block;
  }

  #isportali .job-list {
    gap: 8px;
  }
  #isportali .job-list li:nth-child(n+4) {
    display: none;
  }
  #isportali .job-card {
    padding: 10px 0;
    gap: 10px;
    border: none;
    border-bottom: 1px solid #eef0f4;
    border-radius: 0;
    box-shadow: none;
  }
  #isportali .job-card.is-vitrin {
    background: linear-gradient(90deg, rgba(124, 58, 237, 0.04) 0%, #fff 42%);
  }
  #isportali .job-card.is-one {
    background: #fffbf5;
  }
  #isportali .job-card:hover {
    box-shadow: none;
    border-color: #eef0f4;
  }
  #isportali .job-list li:last-child .job-card {
    border-bottom: none;
  }
  #isportali .job-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  #isportali .job-info h4 {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  .kp-desk-job-new {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 6px;
    background: #ffebee;
    color: #c62828;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .kp-desk-job-pkg {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 6px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .kp-desk-job-pkg--vitrin {
    background: #ede9fe;
    color: #6d28d9;
  }
  .kp-desk-job-pkg--one {
    background: #fef3c7;
    color: #b45309;
  }
  #isportali .job-info p {
    font-size: 0.7rem;
    color: var(--text-soft);
  }
  #isportali .job-tags,
  #isportali .job-apply,
  #isportali .job-time {
    display: none !important;
  }
  #isportali .job-right {
    text-align: right;
    margin-left: auto;
  }
  #isportali .job-salary {
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--text-dark);
    white-space: nowrap;
  }
  #isportali #panel-iskur .job-time {
    display: block !important;
    font-size: 0.68rem;
    color: var(--text-soft);
  }
  #isportali #panel-iskur .job-apply {
    display: inline-block !important;
    margin-top: 4px;
    padding: 4px 10px;
    font-size: 0.65rem;
    background: #1565C0;
  }
  #isportali div[style*="text-align:center"] {
    padding: 12px 0 4px !important;
  }

  /* ── Öne çıkan ilanlar: carousel (grid — tek kart tam genişlik) ── */
  #ilanlar .urgent-banner {
    display: none;
  }
  .kp-desk-carousel--ilan {
    position: relative;
    width: 100%;
    min-width: 0;
  }
  .kp-desk-carousel--ilan .kp-desk-carousel__track {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
    padding: 0 32px 4px !important;
  }
  .kp-desk-carousel--ilan .kp-desk-carousel__track::-webkit-scrollbar {
    display: none;
  }
  .kp-desk-carousel {
    position: relative;
  }
  .kp-desk-carousel__nav {
    display: none;
  }
  .kp-desk-carousel--ilan .kp-desk-carousel__nav {
    display: flex;
    position: absolute;
    top: 72px;
    transform: translateY(-50%);
    z-index: 3;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e6e9f0;
    background: rgba(255, 255, 255, 0.96);
    color: #5f6677;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(26, 31, 54, 0.12);
    font-size: 0.68rem;
    padding: 0;
  }
  .kp-desk-carousel__nav--prev { left: 2px; }
  .kp-desk-carousel__nav--next { right: 2px; }
  .kp-desk-carousel__nav:hover {
    color: var(--primary);
    border-color: #ffcdd2;
  }
  #ilanlar .cards-scroll .ad-card {
    grid-column: auto;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
    scroll-snap-align: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    border-radius: 14px;
    box-shadow: none;
    border: 1px solid #eceff4;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    position: relative;
  }
  #ilanlar .ad-card-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  #ilanlar .ad-card-img-wrap {
    order: 1;
    width: 100% !important;
    height: 148px !important;
    min-height: 148px !important;
    max-height: 148px;
    border-radius: 0;
    flex-shrink: 0;
    position: relative;
  }
  #ilanlar .ad-card-img-wrap .ad-card-img {
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
    display: block;
  }
  #ilanlar .ad-card-body {
    order: 2;
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 6px;
    padding: 12px 12px 14px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #ilanlar .ad-card-title,
  #ilanlar .ad-card-body h3 {
    order: 1;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    white-space: normal !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--text-dark);
  }
  #ilanlar .ad-price {
    order: 2;
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.15;
    color: var(--primary);
  }
  #ilanlar .ad-meta {
    order: 3;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.35;
    color: var(--text-soft);
  }
  #ilanlar .ad-meta i {
    margin-top: 2px;
    flex-shrink: 0;
  }
  #ilanlar .ad-meta span {
    min-width: 0;
    word-break: break-word;
  }
  #ilanlar .ad-fav,
  #ilanlar .btn-whatsapp {
    display: none !important;
  }

  /* ── Eczane & Noter listesi ── */
  #eczane-noter ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #eczane-noter ul li:nth-child(n+4) {
    display: none;
  }
  #eczane-noter .pharmacy-card {
    margin-bottom: 0;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #eef0f4;
    border-radius: 0;
    box-shadow: none;
    gap: 10px;
  }
  #eczane-noter .pharmacy-card:last-child {
    border-bottom: none;
  }
  #eczane-noter #panel-eczane .pharmacy-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ffebee !important;
    color: #c62828;
    font-weight: 900;
    font-size: 1rem;
  }
  #eczane-noter #panel-eczane .pharmacy-icon img {
    display: none;
  }
  #eczane-noter #panel-eczane .pharmacy-icon::after {
    content: 'E';
    font-weight: 900;
    color: #c62828;
  }
  #eczane-noter #panel-noter .pharmacy-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #e8eaf6 !important;
    color: #3949ab;
    font-weight: 900;
    font-size: 1rem;
  }
  #eczane-noter #panel-noter .pharmacy-icon img {
    display: none;
  }
  #eczane-noter #panel-noter .pharmacy-icon::after {
    content: 'N';
    font-weight: 900;
    color: #3949ab;
  }
  #eczane-noter .pharmacy-info h4 {
    font-size: 0.82rem;
    margin-bottom: 2px;
  }
  #eczane-noter .pharmacy-info p {
    font-size: 0.68rem;
    line-height: 1.35;
    margin: 0;
  }
  .pharmacy-phone-line {
    display: block;
    font-size: 0.68rem;
    color: var(--text-soft);
    margin-top: 2px;
  }
  #eczane-noter .pharmacy-right {
    align-items: flex-end;
  }
  #eczane-noter .pharmacy-open {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 0.65rem;
    padding: 4px 10px;
  }
  #eczane-noter #panel-noter .pharmacy-open {
    background: #e8eaf6;
    color: #3949ab;
  }
  #eczane-noter .pharmacy-phone,
  #eczane-noter .pharmacy-call-btn {
    display: none !important;
  }
  #eczane-noter .tab-content + div[style],
  #eczane-noter div[style*="text-align:right"] {
    display: none;
  }

  /* ── Yeni işletmeler: tek kart, büyük vitrin ── */
  #esnaf .esnaf-carousel-viewport {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
    padding: 2px 0 8px;
  }
  #esnaf .esnaf-carousel-viewport::-webkit-scrollbar { display: none; }
  #esnaf .esnaf-carousel-viewport .esnaf-card2 {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 16px 16px;
    border: 1px solid #eceff4;
    border-radius: 16px;
    box-shadow: none;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    box-sizing: border-box;
  }
  #esnaf .esnaf-top {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  #esnaf .esnaf-icon2 {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    margin: 0 auto;
    box-shadow: 0 6px 18px rgba(26, 31, 54, 0.08);
  }
  #esnaf .esnaf-name2 {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--text-dark);
  }
  #esnaf .esnaf-cat2 {
    font-size: 0.74rem;
    color: var(--text-soft);
    margin-top: 2px;
  }
  #esnaf .esnaf-rating2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #f57f17;
  }
  #esnaf .esnaf-footer2 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eef0f4;
    gap: 8px;
  }
  #esnaf .esnaf-dist2 {
    font-size: 0.72rem;
    color: var(--text-soft);
    min-width: 0;
    text-align: left;
  }
  #esnaf .esnaf-open2 {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e8f5e9;
    color: #2e7d32;
  }
  #esnaf .esnaf-carousel-dots {
    display: flex !important;
    margin-top: 8px;
  }

  /* ── Kampanyalar ── */
  #kampanyalar .firsat-vitrin-carousel-viewport {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 0;
  }
  #kampanyalar .firsat-card {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 2px 12px;
    align-items: center;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #eef0f4;
    border-radius: 0;
    background: transparent;
    position: relative;
  }
  #kampanyalar .firsat-card:last-child {
    border-bottom: none;
  }
  #kampanyalar .firsat-card:nth-child(n+4) {
    display: none;
  }
  #kampanyalar .firsat-card-ico {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f6fa;
    position: relative;
    align-self: center;
  }
  #kampanyalar .firsat-ico-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #kampanyalar .firsat-card-badge {
    position: static;
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    min-width: 58px;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    background: var(--primary) !important;
    color: #fff;
    white-space: nowrap;
  }
  #kampanyalar .firsat-card-body {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  #kampanyalar .firsat-card-tit {
    font-size: 0.82rem;
    grid-column: auto;
  }
  #kampanyalar .firsat-card-sub {
    font-size: 0.7rem;
    grid-column: auto;
    color: var(--text-soft);
  }
  #kampanyalar .firsat-card-txt,
  #kampanyalar .firsat-card-actions,
  #kampanyalar .firsat-kod-out,
  #kampanyalar .firsat-vitrin-carousel-dots {
    display: none !important;
  }

  /* ── Alt istatistik şeridi ── */
  .kp-desk-stats {
    margin: 24px auto 8px;
    max-width: 1200px;
    padding: 22px 24px;
    background: linear-gradient(180deg, #fafbfc 0%, #f0f2f7 100%);
    border: 1px solid #e8eaef;
    border-radius: 18px;
  }
  .kp-desk-stats__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    flex-wrap: nowrap;
  }
  .kp-desk-stats__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 0 0 auto;
    max-width: min(320px, 34%);
  }
  .kp-desk-stats__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    line-height: 0;
  }
  .kp-desk-stats__logo img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
  }
  .kp-desk-stats__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .kp-desk-stats__name {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.25;
  }
  .kp-desk-stats__tagline {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted, #5c6478);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .kp-desk-stats__grid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(10px, 1.6vw, 24px);
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
  }
  .kp-desk-stats__item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: inherit;
    flex: 0 1 auto;
    min-width: 0;
  }
  .kp-desk-stats__ico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eceff4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 0.82rem;
    flex-shrink: 0;
  }
  .kp-desk-stats__item > span:last-child {
    min-width: 0;
    max-width: 132px;
  }
  .kp-desk-stats__val {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    white-space: nowrap;
  }
  .kp-desk-stats__lbl {
    display: block;
    font-size: 0.66rem;
    font-weight: 500;
    color: var(--text-soft);
    margin-top: 1px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 899px) {
  .hero-desk-apps,
  .quick-access-desk-head,
  .quick-access-desk-foot,
  .kp-desk-quick-tabs,
  .kp-desk-quick-strip-wrap,
  .kp-desk-stats,
  #kampanyalar,
  .kp-ecz-tit-desk,
  .kp-ecz-desk-all,
  .kp-desk-cat-pills,
  .kp-desk-carousel__nav,
  .kp-desk-job-new,
  .kp-is-tit-desk,
  .kp-ecz-st-desk,
  .pharmacy-phone-line {
    display: none !important;
  }
  .kp-ecz-tit-mob,
  .kp-is-tit-mob,
  .kp-ecz-st-mob {
    display: inline !important;
  }
}
