/* ==========================================================================
   CARGONET — responsive.css
   Her kırılım noktası ayrı ayrı tasarlandı; hiçbiri "küçültülmüş masaüstü" değil.

     ≥1600px      büyük masaüstü
     1400–1599    masaüstü (temel tasarım)
     1200–1399    küçük masaüstü / laptop
      992–1199    büyük tablet — menü hamburger'a döner
      768– 991    tablet — bölümler tek sütuna iner
      576– 767    büyük telefon / yatay
      390– 575    telefon (temel mobil tasarım)
      360– 389    küçük telefon
      320– 359    çok küçük telefon
   ========================================================================== */

/* ==========================================================================
   ≥ 1600 px — BÜYÜK MASAÜSTÜ
   Ferahlık artar: daha geniş kolon, daha büyük tipografi, daha çok nefes.
   ========================================================================== */
@media (min-width: 1600px) {
  .topbar { font-size: 13px; }
  .topbar__inner { min-height: 44px; }
  .topbar a { min-height: 44px; }
  .lang__btn { min-height: 44px; }
  :root {
    --cn-container: 1400px;
    --cn-gutter: 32px;
    --cn-section-y: 104px;
    --cn-header-h: 88px;
    --fs-h1: 56px;
    --fs-h2: 38px;
    --fs-h2-lg: 44px;
    --fs-h3: 21px;
    --fs-lead: 18px;
    --fs-body: 16px;
    --fs-sm: 15px;
    --fs-xs: 13.5px;
  }
  .hero { min-height: 660px; padding-top: 76px; padding-bottom: 148px; }
  .hero__content { max-width: 620px; }
  .hero__lead { max-width: 500px; }
  .hero__visual { padding-right: 268px; }
  .hero__status { width: 246px; gap: 14px; }
  .status-card { padding: 14px 16px; }
  .status-card__ico { width: 38px; height: 38px; }

  .trust { margin-top: -74px; }
  .trust__card { padding: 30px 38px; }
  .trust__ico svg { width: 34px; height: 34px; }

  .calc__intro { padding: 50px 44px; }
  .calc__form { padding: 36px 44px 40px; }
  .calc__row { grid-template-columns: minmax(0,1fr) 50px minmax(0,1fr) 232px; gap: 20px; }

  .card-grid { gap: 28px; }
  .media-card__body { padding: 26px 28px 28px; }

  .process__ico { width: 96px; height: 96px; }
  .process__list::before, .process__num { top: 48px; }
  .process__num { margin-left: -96px; width: 30px; height: 30px; }

  .panel__card { grid-template-columns: minmax(0,440px) minmax(0,1fr); padding: 66px 0 0 66px; }
  .app { --app-fs: 15px; }

  .ops__card { grid-template-columns: minmax(0,320px) minmax(0,1fr) minmax(0,380px); padding: 52px 0 52px 52px; gap: 44px; }
  .ops__media { margin: -52px 0; }
  .ops__title { font-size: 34px; }

  .testi__card { padding: 38px 42px; gap: 44px; }
  .testi__avatar { width: 108px; height: 108px; }
  .testi__slide { grid-template-columns: 108px minmax(0,1fr); }

  .final__card { padding: 58px 62px; min-height: 300px; }
  .post-card__title { font-size: 18px; }
}

/* ==========================================================================
   1400 – 1599 px — MASAÜSTÜ (temel tasarım)
   ========================================================================== */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .app { --app-fs: 13.5px; }
}
/* Header'daki CTA butonu, menünün rahatça sığdığı ≥1400 px'te görünür.
   (İkincil bağlantılar topbar'a taşındığı için 1440'ta da yer kalıyor.) */
@media (min-width: 1400px) { .header-cta { display: inline-flex; } }

/* ==========================================================================
   ≤ 1599 px — MENÜ SIKILAŞTIRMA
   1440 px'te logo + 6 menü + 2 aksiyon tam sığsın diye ölçüler bir tık daralır.
   ========================================================================== */
@media (max-width: 1599.98px) {
  .header-inner { gap: 16px; }
  .nav-list { gap: 0; }
  .nav-link { padding-inline: 10px; font-size: 14.5px; }
  .header-action { padding-inline: 10px; font-size: 13.5px; gap: 7px; }
  .brand__word { font-size: 23px; }
  .brand__mark { height: 42px; }
}

/* ==========================================================================
   1200 – 1399 px — KÜÇÜK MASAÜSTÜ / LAPTOP
   Header'daki CTA gizlenir, menü nefes alır; kolonlar bir tık daralır.
   ========================================================================== */
@media (max-width: 1399.98px) {
  :root {
    --cn-section-y: 78px;
    --fs-h1: 43px;
    --fs-h2: 31px;
    --fs-h2-lg: 35px;
    --fs-h3: 19px;
    --fs-lead: 16px;
  }
  .nav-link { padding-inline: 10px; font-size: 14.5px; }
  .nav-list { gap: 2px; }
  .header-action { padding-inline: 10px; font-size: 13.5px; }
  .header-inner { gap: 18px; }

  .hero { padding-top: 54px; padding-bottom: 116px; min-height: 528px; }
  .hero__inner { grid-template-columns: minmax(0, 47%) minmax(0, 1fr); }
  .hero__visual { padding-right: 202px; }
  .hero__status { width: 196px; }
  .status-card { padding: 11px 12px; gap: 10px; }
  .status-card__ico { width: 31px; height: 31px; }
  .status-card__ico svg { width: 18px; height: 18px; }

  .trust { margin-top: -60px; }
  .trust__card { padding: 22px 24px; gap: 8px; }
  .trust__item { gap: 11px; }
  .trust__ico svg { width: 27px; height: 27px; }
  .trust__txt strong { font-size: 15px; }

  .calc__card { grid-template-columns: minmax(0, 27%) minmax(0, 1fr); }
  .calc__intro { padding: 36px 28px; }
  .calc__form { padding: 26px 28px 30px; }
  .calc__row { grid-template-columns: minmax(0,1fr) 40px minmax(0,1fr) 186px; gap: 14px; }
  .steps { gap: 26px; }

  .card-grid { gap: 20px; }
  .media-card__body { padding: 20px 20px 22px; }
  .media-card__badge { width: 50px; height: 50px; left: 16px; bottom: 14px; }

  .process__ico { width: 80px; height: 80px; }
  .process__list::before, .process__num { top: 40px; }
  .process__num { margin-left: -80px; }

  .panel__card { grid-template-columns: minmax(0,360px) minmax(0,1fr); gap: 28px; padding: 46px 0 0 44px; }
  .panel__content { padding-bottom: 46px; }
  .app { --app-fs: 11.6px; }

  .ops__card { grid-template-columns: minmax(0,250px) minmax(0,1fr) minmax(0,290px); gap: 26px; padding: 36px 0 36px 36px; }
  .ops__media { margin: -36px 0; }
  .ops__title { font-size: 27px; }
  .ops__features { gap: 14px; }
  .ops__ico { width: 40px; height: 40px; }

  .testi__card { grid-template-columns: minmax(0,1fr) minmax(0,480px); gap: 24px; padding: 26px 28px; }
  .testi__stats li { min-height: 76px; padding: 11px; }
  .testi__stats li span:last-child { font-size: 12px; }

  .final__card { padding: 42px 44px; }
  .post-card { gap: 16px; padding: 14px; }
  .post-card__title { font-size: 16px; }
}

/* ==========================================================================
   992 – 1199 px — BÜYÜK TABLET
   Ana menü hamburger'a döner; hero hâlâ iki sütun ama daha kompakt.
   ========================================================================== */
@media (max-width: 1199.98px) {
  /* topbar sadeleşir: saat bilgisi ve yardım merkezi düşer */
  .topbar__hours, .topbar__links > li:nth-child(2) { display: none; }
  .topbar__info, .topbar__links { gap: 16px; }

  :root {
    --cn-gutter: 22px;
    --cn-section-y: 68px;
    --cn-header-h: 72px;
    --fs-h1: 38px;
    --fs-h2: 28px;
    --fs-h2-lg: 31px;
    --fs-h3: 18px;
  }

  /* --- header: hamburger --- */
  .main-nav { display: none; }
  .burger { display: flex; }
  .header-inner { gap: 12px; justify-content: space-between; }
  .header-actions { margin-left: auto; }
  .brand__mark { height: 40px; }
  .brand__word { font-size: 23px; }

  /* --- hero --- */
  .hero { padding-top: 44px; padding-bottom: 104px; min-height: 470px; }
  .hero__inner { grid-template-columns: minmax(0, 50%) minmax(0, 1fr); gap: 12px; }
  .hero__lead { margin-bottom: 24px; }
  .hero__actions { margin-bottom: 26px; gap: 10px; }
  .btn-cn-lg { --btn-h: 50px; padding-inline: 24px; font-size: 15px; }
  .hero__visual { padding-right: 176px; }
  .hero__status { width: 172px; gap: 9px; }
  .status-card { padding: 10px 11px; gap: 9px; border-radius: var(--r-sm); }
  .status-card__ico { width: 28px; height: 28px; }
  .status-card__ico svg { width: 16px; height: 16px; }
  .status-card__txt strong { font-size: 12px; }
  .status-card__txt small { font-size: 10.5px; }
  .hero__plane { width: 42%; top: -8%; }

  /* --- güven şeridi: esnek sarma --- */
  .trust { margin-top: -52px; }
  .trust__card { display: flex; flex-wrap: wrap; gap: 16px 12px; padding: 20px 22px; }
  .trust__item { flex: 1 1 190px; }

  /* --- hesaplama --- */
  .calc__card { grid-template-columns: minmax(0, 240px) minmax(0, 1fr); }
  .calc__title { font-size: 29px; }
  .calc__notes { display: none; }
  .calc__row { grid-template-columns: minmax(0,1fr) 40px minmax(0,1fr); }
  .calc__cta { grid-column: 1 / -1; padding-top: 4px; display: flex; align-items: center; gap: 16px; }
  .calc__cta .btn { width: auto; min-width: 190px; }
  .calc__hint { margin: 0; text-align: left; }

  /* --- süreç --- */
  .process__ico { width: 74px; height: 74px; }
  .process__ico svg { width: 30px; height: 30px; }
  .process__list::before, .process__num { top: 37px; }
  .process__num { margin-left: -74px; width: 26px; height: 26px; font-size: 12px; }
  .process__title { font-size: 16px; }

  /* --- panel --- */
  .panel__card { grid-template-columns: minmax(0,320px) minmax(0,1fr); gap: 20px; padding: 40px 0 0 34px; }
  .panel__content { padding-bottom: 40px; }
  .panel__list li { font-size: 15px; }
  .app { --app-fs: 10.4px; }

  /* --- operasyon --- */
  .ops__card { grid-template-columns: minmax(0,230px) minmax(0,1fr) minmax(0,240px); gap: 20px; padding: 30px 0 30px 30px; }
  .ops__media { margin: -30px 0; }
  .ops__title { font-size: 24px; }
  .ops__features { grid-template-columns: 1fr; gap: 14px; }

  /* --- yorumlar --- */
  .testi__card { grid-template-columns: minmax(0,1fr) minmax(0,290px); }
  .testi__stats { grid-template-columns: 1fr; gap: 10px; }
  .testi__stats li span:last-child { font-size: 13px; }
  .testi__stats li { min-height: 62px; }
  .testi__avatar { width: 84px; height: 84px; }
  .testi__slide { grid-template-columns: 84px minmax(0,1fr); gap: 20px; }
  .testi__text { font-size: 16px; }

  /* --- CTA & blog --- */
  .final__card { padding: 38px 38px; min-height: 230px; }
  .final__parcel-wrap { right: 15%; width: 24%; }
  .post-card { grid-template-columns: minmax(0,38%) minmax(0,1fr); }

  /* --- footer --- */
  .footer__top { grid-template-columns: minmax(0,260px) minmax(0,1fr); gap: 36px; }
  .footer__cols { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px 20px; }
}

/* ==========================================================================
   768 – 991 px — TABLET
   Bölümler tek sütuna iner, panel bölümü mobil kompozisyona geçer.
   ========================================================================== */
@media (max-width: 991.98px) {
  /* Topbar mobilde inceltilmiş sürüme geçer: dokunmatik cihazda en değerli
     aksiyon "ara" olduğu için telefon solda kalır, dil seçici sağda.
     Diğer bağlantılar mobil menüye taşındı. */
  .topbar__inner { min-height: 38px; }
  .topbar { font-size: 12px; }
  .topbar__info > li:not(:first-child) { display: none; }
  .topbar__links > li:not(.lang) { display: none; }
  .topbar__sep { display: none; }
  .topbar a, .lang__btn { min-height: 38px; }
  .topbar__info > li:first-child a { font-weight: 700; color: #fff; letter-spacing: .01em; }
  .topbar__info > li:first-child a i { color: var(--cn-orange); }

  :root {
    --cn-section-y: 60px;
    --fs-h1: 36px;
    --fs-h2: 26px;
    --fs-h2-lg: 29px;
  }

  /* --- hero: tek sütun, görsel altta --- */
  .hero {
    padding-top: 40px; padding-bottom: 96px; min-height: 0;
    text-align: left;
  }
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__content { max-width: 620px; }
  .hero__wash {
    background:
      linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 38%, rgba(246,250,254,.55) 62%, rgba(255,255,255,.15) 100%);
  }
  .hero__map { right: -18%; top: 40%; width: 120%; opacity: .55; }
  .hero__routes { display: none; }
  .hero__pin--1 { left: 24%; top: 58%; }
  .hero__pin--2 { left: 74%; top: 54%; }
  .hero__pin--3 { display: none; }
  .hero__visual { padding-right: 0; padding-top: 9%; max-width: 460px; margin-inline: auto; }
  /* dikey dizilimde uçak, üstündeki metin bloğuna taşmaz */
  .hero__plane { width: 42%; top: 0; right: -3%; }

  /* durum kartları: görselin altında 3'lü şerit */
  .hero__status {
    position: static; transform: none; width: auto;
    grid-column: 1 / -1;
    display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px;
    margin-top: 4px;
  }
  .status-card { animation: none; }

  /* --- güven şeridi --- */
  .trust { margin-top: -48px; }
  .trust__item { flex: 1 1 45%; }

  /* --- hesaplama: tek sütun --- */
  .calc { padding-block: 56px 44px; }
  .calc__card { grid-template-columns: 1fr; }
  .calc__intro { padding: 28px 26px 0; border-radius: var(--r-xl) var(--r-xl) 0 0; }
  .calc__form  { border-radius: 0 0 var(--r-xl) var(--r-xl); }
  .calc__title { font-size: 27px; margin-bottom: 6px; }
  .calc__title br { display: none; }
  .calc__form { padding: 22px 26px 28px; border-left: 0; }

  /* --- kartlar --- */
  .card-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
  .media-card__title { font-size: 17px; }
  .media-card__text { font-size: 13.5px; }
  .media-card__badge { width: 46px; height: 46px; }
  .media-card__badge svg { width: 22px; height: 22px; }

  /* blog kartları: 2 sütun + 3.'sü tam genişlik */
  .resources .card-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .resources .card-grid--3 > *:nth-child(3) { grid-column: 1 / -1; }
  .resources .card-grid--3 > *:nth-child(3) .post-card__media { max-width: 220px; }
  .section-head .resources__all-top { display: none; }
  .resources__all { display: inline-flex; }

  /* --- süreç: 2×2 --- */
  .process__list { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 16px; padding-inline: 0; }
  .process__list::before { display: none; }
  .process__step { display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 14px; text-align: left; align-items: start; }
  .process__ico { width: 62px; height: 62px; margin: 0; }
  .process__ico svg { width: 27px; height: 27px; }
  .process__num {
    position: absolute; top: -6px; left: 44px; margin: 0; transform: none;
    width: 24px; height: 24px; font-size: 12px;
  }
  .process__title { margin-top: 6px; }
  .process__text { margin-inline: 0; max-width: none; }

  /* --- panel: mobil kompozisyon (masaüstü mockup'ı küçültülmez) --- */
  .panel__card { grid-template-columns: 1fr; gap: 26px; padding: 36px 26px 0; }
  .panel__content { padding-bottom: 0; }
  .panel__title br { display: none; }
  .app {
    --app-fs: 12px;
    width: auto; align-self: stretch;
    margin: 0 -26px -1px; padding: 0 0 0 26px;
  }
  .app__frame { border-radius: 1.1em 0 0 0; padding: 1em 1em 0; }
  .app__side { display: none; }             /* mobilde kenar menü yok */
  .app__main { grid-template-columns: 1fr; }
  .app__panel { border: 0; padding: 0; }
  .app__user { display: none; }
  .app__rows li { grid-template-columns: 2.3em minmax(0,1fr) 6em; grid-template-areas: 'ic no st' 'ic ro et'; gap: .3em .8em; }
  .app__ic { grid-area: ic; align-self: center; }
  .app__rows b { grid-area: no; }
  .app__rows em { grid-area: ro; }
  .pill { grid-area: st; justify-self: end; }
  .app__eta { grid-area: et; text-align: right; }
  .app__stats { grid-template-columns: repeat(4, minmax(0,1fr)); gap: .55em; }

  /* --- operasyon: görsel üstte --- */
  .ops__card { grid-template-columns: 1fr; gap: 22px; padding: 0 0 28px; }
  .ops__media { margin: 0; order: -1; }
  .ops__media img { aspect-ratio: 16 / 6; border-radius: var(--r-xl) var(--r-xl) 0 0; }
  .ops__intro, .ops__features { padding-inline: 28px; }
  .ops__title { font-size: 24px; }
  .ops__title br { display: none; }
  .ops__features { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }

  /* --- yorumlar --- */
  .testi__card { grid-template-columns: 1fr; gap: 24px; padding: 24px 24px 26px; }
  .testi__stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .testi__stats li { min-height: 74px; }

  /* --- final CTA --- */
  .final__card { flex-direction: column; align-items: flex-start; padding: 34px 30px 0; min-height: 0; }
  .final__content { max-width: none; }
  .final__title br { display: none; }
  .final__parcel-wrap {
    position: relative; right: auto; bottom: auto; width: 46%;
    margin: 6px auto -2px; align-self: center;
  }

  /* --- footer: akordiyon --- */
  .footer__top { grid-template-columns: 1fr; gap: 30px; padding-bottom: 30px; }
  .footer__about { max-width: none; }
  .footer__cols { grid-template-columns: 1fr; gap: 0; }
  .footer__col { border-top: 1px solid rgba(255,255,255,.09); }
  .footer__title { margin: 0; }
  .footer__title button { min-height: 54px; cursor: pointer; }
  .footer__title button i { display: block; font-size: 12px; color: rgba(255,255,255,.5); transition: transform var(--t) var(--ease); }
  .footer__title button[aria-expanded="true"] { color: var(--cn-orange); }
  .footer__title button[aria-expanded="true"] i { transform: rotate(180deg); color: var(--cn-orange); }
  .footer__links { padding: 2px 0 18px; gap: 12px; }
  .footer__links a, .footer__links span { min-height: 26px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ==========================================================================
   576 – 767 px — BÜYÜK TELEFON
   ========================================================================== */
@media (max-width: 767.98px) {
  :root {
    --cn-gutter: 18px;
    --cn-section-y: 52px;
    --cn-header-h: 66px;
    --fs-h1: 33px;
    --fs-h2: 24px;
    --fs-h2-lg: 26px;
    --fs-h3: 17px;
    --fs-lead: 15.5px;
    --fs-body: 15px;
  }

  .brand__mark { height: 36px; }
  .brand__word { font-size: 21px; }
  .brand__word em { display: none; }   /* bu boyutta okunmuyor, gizlenir */
  .header-action span { display: none; }        /* ikonlar kalır, etiketler gider */
  .header-action { padding-inline: 9px; }
  .header-action i, .header-action svg { font-size: 20px; }
  .header-action--divided { margin-right: 2px; }

  /* --- hero --- */
  .hero { padding-top: 30px; padding-bottom: 84px; }
  .hero__inner { gap: 26px; }
  .hero__title { margin-bottom: 14px; }
  .hero__lead { font-size: 15.5px; margin-bottom: 22px; max-width: none; }
  .hero__actions { gap: 10px; margin-bottom: 22px; }
  .hero__actions .btn { flex: 1 1 100%; }       /* büyük dokunma alanı */
  .btn-cn-lg { --btn-h: 52px; }
  .hero__visual { max-width: 380px; padding-top: 11%; }
  .hero__plane { width: 46%; top: 0; right: -5%; }

  /* durum kartları: yatay kaydırmalı şerit */
  .hero__status {
    display: flex; gap: 10px; margin-top: 0;
    overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none;
    margin-inline: calc(var(--cn-gutter) * -1);
    padding-inline: var(--cn-gutter);
  }
  .hero__status::-webkit-scrollbar { display: none; }
  .status-card { flex: 0 0 auto; width: 68%; max-width: 260px; scroll-snap-align: start; }

  /* --- güven şeridi: 2'li grid --- */
  .trust { margin-top: -40px; }
  .trust__card { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 12px; padding: 18px; border-radius: var(--r-lg); }
  .trust__item { flex: none; }
  .trust__item:last-child { grid-column: 1 / -1; }
  .trust__ico svg { width: 25px; height: 25px; }
  .trust__txt strong { font-size: 14.5px; }
  .trust__txt small { font-size: 12.5px; }

  /* --- hesaplama: ekranı tam kullanır --- */
  .calc { padding-block: 44px 36px; }
  .calc__card { border-radius: var(--r-lg); }
  .calc__intro { padding: 24px 20px 0; }
  .calc__form { padding: 18px 20px 24px; }

  .steps { gap: 0; justify-content: space-between; position: relative; margin-bottom: 22px; }
  .steps li { position: relative; }
  .steps__btn { padding-bottom: 13px; gap: 8px; }
  .steps__btn:not(.is-active) .steps__label { display: none; }
  .steps__btn.is-active { color: var(--cn-orange); }
  .steps__label { font-size: 13.5px; }

  .calc__row { grid-template-columns: 1fr; gap: 14px; }
  .calc__swap { padding-top: 0; }
  .swap-btn { transform: rotate(90deg); }
  .calc__cta { flex-direction: column; align-items: stretch; gap: 10px; }
  .calc__cta .btn { width: 100%; min-width: 0; }
  .calc__hint { text-align: center; }
  .calc__grid2 { grid-template-columns: 1fr; gap: 0; }
  .field { margin-bottom: 18px; }
  .field--switch { margin-bottom: 6px; }
  .switch { min-height: 44px; }
  .calc__nav { gap: 10px; }
  .calc__nav .btn { flex: 1 1 0; }

  .quote__summary { flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px 14px; }
  .quote-card { grid-template-columns: 40px minmax(0,1fr) auto; grid-template-areas: 'ic nm pr' 'ic ds ds' 'et et et'; gap: 4px 12px; padding: 14px; }
  .quote-card__ico { grid-area: ic; width: 40px; height: 40px; align-self: start; }
  .quote-card__name { grid-area: nm; }
  .quote-card__desc { grid-area: ds; }
  .quote-card__price { grid-area: pr; }
  .quote-card__eta { grid-area: et; text-align: left; margin-top: 6px; padding-top: 8px; border-top: 1px dashed var(--cn-line); }
  .quote-card__eta b { display: inline; }

  /* --- kartlar: 2'li grid, 3.'sü tam genişlik --- */
  .card-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .card-grid--3 > *:nth-child(3) { grid-column: 1 / -1; }
  .media-card__body { padding: 16px 16px 18px; }
  .media-card__badge { width: 42px; height: 42px; left: 14px; bottom: 12px; border-radius: var(--r-sm); }
  .media-card__badge svg { width: 20px; height: 20px; }
  .media-card__text { margin-bottom: 12px; }

  /* blog: tek sütun yatay kart */
  .resources .card-grid--3 { grid-template-columns: 1fr; }
  .resources .card-grid--3 > *:nth-child(3) .post-card__media { max-width: none; }
  .post-card { grid-template-columns: minmax(0,32%) minmax(0,1fr); gap: 14px; }
  .post-card__title { font-size: 16px; }
  .post-card__title br { display: none; }
  .post-card__text { margin-bottom: 10px; }

  /* --- süreç --- */
  .process__list { gap: 22px 14px; }
  .process__step { grid-template-columns: 54px minmax(0,1fr); gap: 12px; }
  .process__ico { width: 54px; height: 54px; }
  .process__ico svg { width: 24px; height: 24px; }
  .process__num { left: 38px; width: 22px; height: 22px; font-size: 11px; }
  .process__title { font-size: 15px; margin-top: 4px; }
  .process__text { font-size: 12.5px; }

  /* --- panel --- */
  .panel__card { padding: 28px 18px 0; border-radius: var(--r-xl); }
  .panel__list li { font-size: 14.5px; gap: 9px; }
  .panel__list i { font-size: 16px; }
  .app { --app-fs: 11px; margin: 0 -18px -1px; padding-left: 14px; }
  .app__frame { padding: .9em .9em 0; }
  .app__rows li:nth-child(n+4) { display: none; }     /* mobilde 3 satır yeter */
  .app__stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .app__tabs span:nth-child(n+4) { display: none; }

  /* --- operasyon --- */
  .ops__media img { aspect-ratio: 16 / 8; }
  .ops__intro, .ops__features { padding-inline: 20px; }
  .ops__features { grid-template-columns: 1fr; gap: 14px; }
  .ops__card { padding-bottom: 24px; }

  /* --- yorumlar --- */
  .testi__card { padding: 20px 18px 22px; }
  .testi__slide { grid-template-columns: 1fr; gap: 14px; text-align: left; }
  .testi__avatar { width: 68px; height: 68px; }
  .testi__quote { position: static; display: block; font-size: 40px; line-height: .6; margin-bottom: 10px; }
  .testi__text { font-size: 15.5px; }
  .testi__stats { grid-template-columns: 1fr; gap: 8px; }
  .testi__stats li { min-height: 56px; padding: 11px 13px; }
  .testi__controls { justify-content: center; margin-top: 16px; }

  /* --- final CTA --- */
  .final__card { padding: 28px 20px 0; border-radius: var(--r-xl); }
  .final__title { font-size: 23px; }
  .final__text { margin-bottom: 20px; }
  .final__content .btn { width: 100%; }
  .final__parcel-wrap { width: 58%; }

  /* --- footer --- */
  .site-footer { padding-top: 40px; }
  .footer__social a { width: 42px; height: 42px; }
  .to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
}

/* ==========================================================================
   390 – 575 px — TELEFON (temel mobil tasarım)
   ========================================================================== */
@media (max-width: 575.98px) {
  .topbar__inner { min-height: 36px; }
  .topbar a, .lang__btn { min-height: 36px; }
  .lang__btn span { font-size: 12px; }

  :root {
    --cn-gutter: 16px;
    --cn-section-y: 46px;
    --cn-header-h: 62px;
    --fs-h1: 30px;
    --fs-h2: 22px;
    --fs-h2-lg: 24px;
    --fs-h3: 16.5px;
    --fs-lead: 15px;
    --fs-body: 14.5px;
    --fs-sm: 13.5px;
    --fs-xs: 12.5px;
    --r-xl: 18px; --r-2xl: 20px;
  }

  .section-head { margin-bottom: 20px; }
  .section-head--center { margin-bottom: 22px; }

  .hero { padding-top: 24px; padding-bottom: 72px; }
  .hero__title { line-height: 1.14; }
  .hero__proof { gap: 11px; }
  .avatar-stack img { width: 34px; height: 34px; }
  .hero__proof-text { font-size: 12.5px; line-height: 1.45; }
  .hero__visual { max-width: 320px; }

  /* --- kartlar tek sütun (kritik içerik) --- */
  .card-grid--3 { grid-template-columns: 1fr; gap: 14px; }
  .card-grid--3 > *:nth-child(3) { grid-column: auto; }
  .media-card__media { aspect-ratio: 16 / 8; }

  .post-card { grid-template-columns: minmax(0,34%) minmax(0,1fr); padding: 12px; gap: 12px; }
  .post-card__title { font-size: 15.5px; }
  .post-card__text { display: none; }             /* mobilde başlık + link yeter */

  /* --- süreç: 2'li grid, dikey hizalı --- */
  .process__list { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 12px; }
  .process__step { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .process__ico { margin: 0 auto 12px; width: 56px; height: 56px; }
  .process__num { left: 50%; top: -4px; margin-left: 20px; transform: translateX(-50%); }
  .process__text { margin-inline: auto; }

  .panel__card { padding: 24px 16px 0; }
  .app { --app-fs: 10.2px; margin: 0 -16px -1px; padding-left: 10px; }

  .ops__intro, .ops__features { padding-inline: 16px; }
  .ops__media img { aspect-ratio: 3 / 2; }

  .final__parcel-wrap { width: 66%; }
  .final__title { font-size: 21px; }

  .cn-modal .modal-header { padding: 20px 18px 14px; }
  .cn-modal .modal-title { font-size: 19px; }
  .cn-modal .modal-body { padding: 18px 18px 22px; }
  .track-form__row { grid-template-columns: 1fr; }
  .track-form__row .btn { width: 100%; }
  .track-result:not(:empty) { padding: 16px; }

  .mobile-nav { width: 100%; }
  .footer__legal { gap: 14px 18px; }
}

/* ==========================================================================
   360 – 389 px — KÜÇÜK TELEFON
   ========================================================================== */
@media (max-width: 389.98px) {
  :root {
    --cn-gutter: 14px;
    --cn-section-y: 40px;
    --fs-h1: 27px;
    --fs-h2: 20.5px;
    --fs-h2-lg: 22px;
    --fs-lead: 14.5px;
  }
  .brand__mark { height: 32px; }
  .brand__word { font-size: 19px; }
  .brand__word em { display: none; }

  .hero { padding-bottom: 64px; }
  .hero__visual { max-width: 280px; padding-top: 13%; }
  .status-card { width: 76%; }

  .trust__card { grid-template-columns: 1fr; gap: 14px; }
  .trust__item:last-child { grid-column: auto; }

  .calc__intro { padding: 20px 16px 0; }
  .calc__form { padding: 16px 16px 20px; }
  .steps__label { font-size: 12.5px; }
  .stepper__btn { width: 42px; }
  .dims { gap: 5px; }
  .dims__cell input { padding: 10px 30px 10px 10px; font-size: 14px; }
  .dims__cell em { right: 8px; font-size: 10px; }

  .process__list { grid-template-columns: 1fr; gap: 18px; }
  .process__step { grid-template-columns: 54px minmax(0,1fr); gap: 12px; text-align: left; }
  .process__ico { margin: 0; }
  .process__num { left: 38px; top: -4px; margin-left: 0; transform: none; }
  .process__text { margin-inline: 0; }

  .post-card { grid-template-columns: minmax(0,86px) minmax(0,1fr); }

  .testi__stats li { min-height: 52px; }
  .final__parcel-wrap { width: 74%; }
  .footer__social a { width: 38px; height: 38px; }
}

/* ==========================================================================
   320 – 359 px — ÇOK KÜÇÜK TELEFON
   Hiçbir öğe taşmaz; metinler okunabilir alt sınırda kalır.
   ========================================================================== */
@media (max-width: 359.98px) {
  .lang__btn svg { display: none; }     /* 320'de bayrak yerine sadece kod */

  :root {
    --cn-gutter: 12px;
    --cn-section-y: 36px;
    --fs-h1: 25px;
    --fs-h2: 19.5px;
    --fs-h2-lg: 21px;
    --fs-body: 14px;
    --fs-sm: 13px;
    --fs-xs: 12px;
  }
  .header-inner { gap: 6px; }
  .brand__word { font-size: 17px; }
  .brand__mark { height: 30px; }
  .header-action { padding-inline: 7px; }

  .btn, .btn-cn-primary, .btn-cn-ghost { padding-inline: 16px; }
  .btn-cn-lg { --btn-h: 50px; padding-inline: 18px; font-size: 14.5px; }

  .hero__visual { max-width: 240px; padding-top: 14%; }
  .hero__plane { width: 50%; }
  .status-card { width: 84%; padding: 10px; }

  .calc__title { font-size: 21px; }
  .steps__btn { gap: 6px; }
  .steps__num { width: 22px; height: 22px; font-size: 11px; }
  .chip span { padding: 0 12px; font-size: 12.5px; min-height: 42px; }

  .media-card__title { font-size: 15.5px; }
  .post-card { grid-template-columns: minmax(0,74px) minmax(0,1fr); gap: 10px; padding: 10px; }
  .post-card__title { font-size: 14.5px; }

  .app { --app-fs: 9.4px; }
  .app__stats { grid-template-columns: repeat(2, minmax(0,1fr)); }

  .testi__text { font-size: 14.5px; }
  .final__title { font-size: 19.5px; }
  .final__parcel-wrap { width: 82%; }
  .quote-card__price b { font-size: 19px; }
}

/* ==========================================================================
   YÖNE / GİRDİ TÜRÜNE ÖZEL İNCE AYARLAR
   ========================================================================== */

/* dokunmatik cihazlarda hover efektlerini kapat (yapışkan hover sorunu) */
@media (hover: none) {
  .media-card:hover, .post-card:hover { transform: none; box-shadow: var(--sh-sm); }
  .media-card:hover .media-card__media img,
  .post-card:hover .post-card__media img { transform: none; }
  .btn-cn-primary:hover, .btn-cn-ghost:hover { transform: none; }
  .process__step:hover .process__ico { transform: none; }
}

/* alçak ve geniş ekran (yatay telefon) — hero dikeyde şişmesin */
@media (max-height: 520px) and (orientation: landscape) and (max-width: 991.98px) {
  .hero { padding-top: 24px; padding-bottom: 72px; }
  .hero__inner { grid-template-columns: minmax(0,1fr) minmax(0,42%); gap: 20px; align-items: center; }
  .hero__visual { max-width: none; }
  .hero__status { grid-column: auto; }
  .mobile-nav__quick { grid-template-columns: repeat(2,1fr); }
  .mnq { min-height: 60px; }
}

/* yüksek yoğunluklu ekranlarda ince çizgileri koru */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .trust__card, .media-card, .post-card, .ops__card, .testi__card { border-width: .5px; }
}

/* ==========================================================================
   ALT SAYFA BİLEŞENLERİ — KIRILIM AYARLARI (pages.css)
   ========================================================================== */

/* ---------- ≥1600 ---------- */
@media (min-width: 1600px) {
  .phero { padding-block: 76px 84px; }
  .phero__inner { grid-template-columns: minmax(0,1fr) minmax(0,500px); gap: 60px; }
  .layout-aside { grid-template-columns: minmax(0,1fr) minmax(0,360px); gap: 60px; }
  .prose h2 { font-size: 29px; }
  .cta-band { padding: 52px 56px; }
  .cta-band h2 { font-size: 32px; }
  .stat-band strong { font-size: 38px; }
}

/* ---------- ≤1399 ---------- */
@media (max-width: 1399.98px) {
  .page .section { padding-block: 56px; }
  .page .section--tight { padding-block: 38px; }
  .phero { padding-block: 54px 62px; }
  .phero__inner { gap: 36px; grid-template-columns: minmax(0,1fr) minmax(0,400px); }
  .layout-aside { grid-template-columns: minmax(0,1fr) minmax(0,290px); gap: 36px; }
  .prose h2 { font-size: 24px; }
  .cta-band { padding: 36px 38px; gap: 24px; }
  .cta-band h2 { font-size: 25px; }
  .stat-band > div { padding: 24px 18px; }
  .stat-band strong { font-size: 30px; }
  .tiles { gap: 16px; }
  .tile { padding: 22px 20px; }
  .plans { gap: 18px; }
  .plan { padding: 26px 22px; }
}

/* ---------- ≤1199 ---------- */
@media (max-width: 1199.98px) {
  .phero { padding-block: 44px 52px; }
  .phero__inner { grid-template-columns: minmax(0,1fr) minmax(0,340px); gap: 28px; }
  .phero__badge { left: -12px; max-width: 220px; padding: 10px 13px; }
  .phero__facts { gap: 20px; }
  .phero__fact strong { font-size: 22px; }
  .layout-aside, .layout-aside--left { grid-template-columns: 1fr; gap: 28px; }
  /* tek kolona inince yapışkanlık anlamsız — normal akışa döner */
  .layout-aside > aside { position: static; max-height: none; overflow: visible; }
  .toc { position: static; }
  .page .section { padding-block: 52px; }
  .page .section--tight { padding-block: 36px; }
  .toc__list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px; }
  .prose { max-width: none; }
  .tiles--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps-row--5 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .calcbox { grid-template-columns: 1fr; }
  .calcbox__out { border-radius: 0; }
  .cta-band { grid-template-columns: 1fr; padding: 32px 30px; }
  .plans { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .plan--featured { order: -1; }
}

/* ---------- ≤991 ---------- */
@media (max-width: 991.98px) {
  .phero { padding-block: 36px 44px; }
  .phero__inner { grid-template-columns: 1fr; gap: 30px; }
  .phero__media { max-width: 560px; }
  .phero__media img { aspect-ratio: 16/10; }
  .phero__badge { left: auto; right: 16px; bottom: -16px; }
  .stat-band { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tiles--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .form-card { padding: 26px 24px; }
  .timeline li { gap: 0 16px; padding-bottom: 26px; }
  .compare { min-width: 560px; }
  .table-scroll-hint { display: block; }
  .wa-float { right: 14px; bottom: 68px; width: 48px; height: 48px; font-size: 23px; }
  .crumbs__list { min-height: 44px; }
}

/* ---------- ≤767 ---------- */
@media (max-width: 767.98px) {
  .page .section { padding-block: 42px; }
  .page .section--tight { padding-block: 30px; }
  .page .section-head { margin-bottom: 20px; }
  .phero { padding-block: 28px 36px; }
  .phero__title { line-height: 1.16; }
  .phero__actions .btn { flex: 1 1 100%; }
  .phero__facts { gap: 16px 22px; }
  .phero__fact strong { font-size: 20px; }
  .phero__media img { aspect-ratio: 3/2; }
  .phero__badge { position: static; margin-top: 12px; max-width: none; }

  .tiles--2, .tiles--3, .tiles--4 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .tiles--stack-sm { grid-template-columns: 1fr !important; }
  .tile { padding: 18px 16px; }
  .tile__ico { width: 44px; height: 44px; margin-bottom: 12px; }
  .tile h3 { font-size: 16px; }
  .tile p { font-size: 13px; }

  .stat-band { grid-template-columns: repeat(2, minmax(0,1fr)); border-radius: var(--r-lg); }
  .stat-band > div { padding: 20px 14px; }
  .stat-band strong { font-size: 25px; }

  .steps-row, .steps-row--5 { grid-template-columns: 1fr; gap: 12px; }
  .steps-flow li { grid-template-columns: 42px minmax(0,1fr); gap: 15px; padding-bottom: 24px; }
  .steps-flow li::before { left: 20px; top: 46px; }
  .steps-flow__num { width: 42px; height: 42px; font-size: 15px; }
  .steps-flow h3 { padding-top: 7px; font-size: 16px; }

  .timeline li { gap: 0 14px; padding-bottom: 24px; }
  .timeline__year { font-size: 11.5px; }
  .timeline h3 { font-size: 16px; }
  .timeline p { font-size: 13.5px; }

  .blog-grid { grid-template-columns: 1fr; gap: 14px; }
  .toc__list { grid-template-columns: 1fr; }
  .prose h2 { font-size: 21px; margin-top: 30px; }
  .prose h3 { font-size: 17px; margin-top: 24px; }
  .prose p, .prose ul li, .prose ol li { font-size: 14.5px; }

  .form-card { padding: 20px 18px; border-radius: var(--r-lg); }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-card .btn { width: 100%; }

  .calcbox__form, .calcbox__out { padding: 22px 20px; }
  .calcbox__big b { font-size: 27px; }

  .cta-band { padding: 26px 20px; border-radius: var(--r-xl); }
  .cta-band h2 { font-size: 21px; }
  .cta-band__actions { width: 100%; }
  .cta-band__actions .btn { flex: 1 1 100%; }

  .table-tools { gap: 10px; }
  .search-field { flex: 1 1 100%; max-width: none; }
  .table-count { margin-left: 0; }
  .data-table th, .data-table td { padding: 12px 14px; font-size: 13px; }

  .faq__q { padding: 16px 16px; font-size: 14.5px; gap: 12px; }
  .faq__a { padding: 0 16px 16px; }
  .segment { width: 100%; }
  .segment button { flex: 1 1 0; padding: 0 10px; }
  .hcard { grid-template-columns: 44px minmax(0,1fr); gap: 12px; padding: 16px; }
  .hcard__ico { width: 44px; height: 44px; }
  .note { padding: 14px 15px; font-size: 13.5px; }
  .plans { max-width: none; }
  .aside-card, .aside-contact { padding: 20px 18px; }
}

/* ---------- ≤575 ---------- */
@media (max-width: 575.98px) {
  .phero__eyebrow { font-size: 11.5px; padding: 5px 12px; }
  .tiles--2, .tiles--3, .tiles--4 { grid-template-columns: 1fr; }
  .tiles--keep2 { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .stat-band strong { font-size: 23px; }
  .stat-band span { font-size: 11.5px; }
  .crumbs__list { font-size: 11.5px; }
  .crumbs__list li:not(:last-child):not(:first-child) { display: none; }
  .data-table { min-width: 480px; }
  .logo-strip li { padding: 10px 14px; font-size: 13px; }
}

/* ---------- ≤389 ---------- */
@media (max-width: 389.98px) {
  .stat-band { grid-template-columns: 1fr; }
  .tiles--keep2 { grid-template-columns: 1fr !important; }
  .phero__facts { gap: 14px; }
  .calcbox__big b { font-size: 24px; }
  .plan__price b { font-size: 27px; }
}

/* ---------- ≤359 ---------- */
@media (max-width: 359.98px) {
  .faq__q { padding: 14px 13px; font-size: 13.5px; }
  .faq__a { padding: 0 13px 14px; }
  .form-control { min-height: 48px; padding: 12px 13px; }
  .search-field input { height: 46px; }
  .segment button { font-size: 11.5px; padding: 0 6px; }
  .cta-band h2 { font-size: 19px; }
}

/* --- takip / sihirbaz / hukuki — kırılımlar --- */
@media (max-width: 991.98px) {
  .track-panel__meta { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .wizard__head, .wizard__body { padding-inline: 24px; }
}
@media (max-width: 767.98px) {
  .track-panel { padding: 20px 18px; border-radius: var(--r-lg); }
  .track-panel__head b { font-size: 19px; }
  .track-panel__route { grid-template-columns: 1fr; gap: 10px; }
  .track-panel__line { order: 3; }
  .track-hero-form { padding: 18px 16px; }
  .track-hero-form .track-form__row { grid-template-columns: 1fr; }
  .track-hero-form .btn { width: 100%; }
  .wizard__head { padding: 20px 16px 0; }
  .wizard__body { padding: 4px 16px 24px; }
  .wizard__dot em { display: none; }
  .wizard__dot span { width: 32px; height: 32px; font-size: 13px; }
  .wizard__track { top: 16px; }
  .wizard__nav .btn { flex: 1 1 100%; }
  .legal h2::before { width: 34px; }
}
@media (max-width: 389.98px) {
  .track-panel__meta { grid-template-columns: 1fr; }
}
