/* Migros Yemek entegrasyon LP — demo LP’ler (burger/çiçekçi) ile uyumlu koyu tema + kart bantları */
/* Turuncu: yalnızca kickers, hero alt satırı, kart üst şeridi, outro başlığı, feat pill’leri ve aksan çizgileri — başlık/gövde tema gri/beyazı. */

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp {
  --pf-migros-pad: clamp(2.75rem, 6.5vw, 4.75rem);
  --pf-migros-sec-y: clamp(3.25rem, 8vw, 5.5rem);
  --pf-migros-accent: #ff6d27;
  --pf-migros-accent-rgb: 255, 109, 39;
  --pf-migros-accent-light: #ff9356;
  --pf-wa: #25d366;
  --pf-wa-rgb: 37, 211, 102;
}

/* İçerikte tek kelime / kısa vurgu (i18n HTML’de span ile kullanılabilir) */
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp .pf-migros-lp-accent {
  color: var(--pf-migros-accent) !important;
  font-weight: 700;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp > section.nn_section {
  margin: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp > section.nn_section.pf-lp-hero {
  padding-top: 0 !important;
  padding-inline: 0 !important;
  padding-bottom: clamp(2rem, 5vw, 3rem) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__split {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__copy {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  background: #fff !important;
  box-sizing: border-box;
}

/* Mobil: order ile görsel üstte; masaüstünde grid sırası DOM ile hizalanır */
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__banner {
  position: relative;
  z-index: 1;
  order: -1;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--pf-border);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__banner picture {
  display: block;
  line-height: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero .pf-lp-hero__content {
  padding-inline: clamp(1rem, 4vw, 3rem);
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: clamp(0.25rem, 1vw, 0.5rem);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.95rem, 2.6vw, 1.45rem);
  margin: 0 0 clamp(0.15rem, 0.8vw, 0.35rem);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__title-logo {
  display: block;
  width: auto;
  max-width: min(100%, 11rem);
  height: clamp(1.85rem, 4.8vw, 2.5rem);
  object-fit: contain;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__title-accent {
  font-family: var(--pf-font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--pf-migros-accent) !important;
  margin: 0 0 0.5rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__headline {
  font-family: var(--pf-font-display);
  font-size: clamp(1.45rem, 3.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #12151c !important;
  margin: 0 0 0.35rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__subhead {
  margin: 1rem auto 0;
  max-width: min(44rem, 100%);
  text-align: center;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__desc--sub {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.45;
  color: #3d4556 !important;
  margin: 0;
}

/* Masaüstü: sol metin / sağ görsel; satır yüksekliği metin veya görselin doğal oranına göre (görsel kırpılmaz) */
@media (min-width: 900px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp > section.nn_section.pf-lp-hero {
    padding-bottom: 0 !important;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    grid-template-rows: minmax(0, auto);
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__banner {
    order: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    min-height: 0;
    border-bottom: none;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__banner picture {
    display: block;
    width: 100%;
    line-height: 0;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__banner picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__copy {
    padding-block: clamp(1.5rem, 4vw, 2.75rem);
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero .pf-lp-hero__content {
    text-align: left;
    margin: 0;
    max-width: min(36rem, 100%);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: clamp(1rem, 3vw, 2rem);
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__title-wrap {
    align-items: flex-start;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__title-accent {
    text-align: left;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__headline {
    text-align: left;
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-hero__subhead {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-sec {
  padding: var(--pf-migros-sec-y) 0 !important;
  padding-inline: 0 !important;
  background: var(--pf-bg-elevated) !important;
  border-top: 1px solid var(--pf-border);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-sec--alt {
  background: var(--pf-bg-page) !important;
}

/* Adımlar bandı — açık gri (partner-theme #main_wrapper .ordering-five üzerine yazmak için ID ile) */
html[data-partner-page="migros-yemek-entegrasyonu"]
  #main_wrapper
  .article
  .ordering-five.nn_section.pf-migros-lp-steps {
  background: #eceff3 !important;
  border-top-color: rgba(0, 0, 0, 0.07);
}

/* Dual bant — koyu zemin (diğer pf-migros-lp-sec blokları ile aynı elevated ton; açık gri değil, turuncu değil). */
html[data-partner-page="migros-yemek-entegrasyonu"]
  #main_wrapper
  .article.pf-migros-lp
  .ordering-five.nn_section.pf-migros-lp-dual,
html[data-partner-page="migros-yemek-entegrasyonu"]
  #main_wrapper
  #page-content
  .ordering-five.nn_section.pf-migros-lp-dual {
  background: var(--pf-bg-elevated) !important;
  background-image: none !important;
  border-top-color: var(--pf-border);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__head {
  text-align: center;
  padding-inline: clamp(0.75rem, 3vw, 1rem);
  margin-bottom: clamp(2.7rem, 6vw, 3.7rem);
}

/* Başlık + lead: koyu kart, beyaz metin — logolar bu blok dışında kalır */
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__head-copy {
  position: relative;
  text-align: center;
  padding: clamp(1.35rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.5rem) clamp(1.25rem, 2.5vw, 1.55rem);
  margin: clamp(1.75rem, 5.5vw, 3.25rem) auto clamp(2.5rem, 6vw, 3.3rem);
  max-width: min(44rem, 100%);
  border-radius: var(--pf-radius-lg);
  background: linear-gradient(155deg, var(--pf-bg-card) 0%, rgba(21, 25, 34, 0.96) 100%);
  border: 1px solid var(--pf-border);
  box-shadow: var(--pf-shadow);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__head-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(11rem, 55%);
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--pf-migros-accent), transparent);
  opacity: 0.95;
  pointer-events: none;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__title {
  font-family: var(--pf-font-display);
  font-size: clamp(1.35rem, 2.85vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff !important;
  margin: 0 auto 0.5rem;
  max-width: min(40rem, 100%);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__lead {
  margin: 0 auto;
  max-width: min(38rem, 100%);
  font-size: clamp(0.98rem, 1.35vw, 1.05rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 2.5vw, 1.5rem);
  margin-top: clamp(2.2rem, 5vw, 3rem);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos picture {
  display: flex;
  align-items: center;
  line-height: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logo {
  display: block;
  width: auto;
  object-fit: contain;
}

/* Dijifiş + Migros: aynı görsel yüksekliği */
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logo--dijifis,
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logo--migros {
  height: clamp(38px, 5.5vw, 54px);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos-join {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  position: relative;
  box-shadow: none;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos-join::before,
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos-join::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1px;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos-join::before {
  width: 11px;
  height: 2px;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__logos-join::after {
  width: 2px;
  height: 11px;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__highlights {
  list-style: none;
  margin: clamp(1.65rem, 3.5vw, 2.35rem) auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  max-width: min(72rem, 100%);
}

@media (min-width: 640px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
  }
}

@media (min-width: 1100px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__highlights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__hi {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 1.05rem 0.85rem 1.1rem;
  border-radius: var(--pf-radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  text-align: center;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 20px rgba(18, 21, 28, 0.06);
  position: relative;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__hi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, var(--pf-migros-accent), transparent);
  opacity: 0.75;
  pointer-events: none;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__hi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(var(--pf-migros-accent-rgb), 0.11);
  border: 1px solid rgba(var(--pf-migros-accent-rgb), 0.22);
  color: var(--pf-migros-accent);
  flex-shrink: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__hi-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__hi-text {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1e232b !important;
  letter-spacing: -0.01em;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.15rem, 3vw, 1.75rem);
  max-width: min(56rem, 100%);
  margin: 0 auto;
  padding-inline: clamp(0.75rem, 3vw, 1rem);
}

@media (min-width: 900px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-dual__grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card {
  position: relative;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--pf-radius-lg);
  border: 1px solid var(--pf-border);
  background: linear-gradient(155deg, var(--pf-bg-card) 0%, rgba(21, 25, 34, 0.92) 100%);
  box-shadow: var(--pf-shadow);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--pf-migros-accent), var(--pf-migros-accent-light));
  opacity: 0.9;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pf-migros-accent) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__h {
  font-family: var(--pf-font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--pf-text) !important;
  margin: 0 0 0.85rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--pf-text-muted) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__p:last-child {
  margin-bottom: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--pf-text) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pf-brand);
  box-shadow: 0 0 0 3px rgba(var(--pf-brand-rgb), 0.2);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__h {
  font-family: var(--pf-font-display);
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #141820 !important;
  margin: 0 auto clamp(0.45rem, 1.2vw, 0.7rem);
  max-width: min(42rem, 94%);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__intro {
  margin: 0 auto clamp(1.35rem, 3vw, 2rem);
  max-width: min(40rem, 94%);
  text-align: center;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__intro-p {
  margin: 0;
  font-size: clamp(0.98rem, 1.4vw, 1.06rem);
  line-height: 1.65;
  color: #3d4556 !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__intro-p + .pf-migros-lp-steps__intro-p {
  margin-top: 0.85rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__kicker {
  text-align: center;
  margin: 0 auto 1.25rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pf-migros-accent) !important;
}

/* Adımlar: mobilde dikey + ince dikey ok; geniş ekranda yan yana + ince yatay ok */
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list {
  --pf-step-gap-col: 1.75rem;
  --pf-step-gap-row: 2.25rem;
  --pf-step-conn-w: 3rem;
  --pf-step-conn-thick: 5px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: migros-step;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--pf-step-gap-col);
  max-width: min(22rem, 100%);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list li {
  counter-increment: migros-step;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 1.1rem 0.9rem 1.15rem;
  border-radius: var(--pf-radius);
  border: 1px solid var(--pf-border);
  background: var(--pf-bg-card);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--pf-text) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list li::before {
  content: counter(migros-step);
  position: static;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pf-font-display);
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--pf-brand), var(--pf-brand-dark));
  box-shadow: 0 4px 14px rgba(var(--pf-brand-rgb), 0.35);
}

/* Dikey ok (mobil): daha kalın gövde + belirgin aşağı uç */
html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(100% + var(--pf-step-gap-col) / 2);
  left: 50%;
  width: 2.65rem;
  height: 1.75rem;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(26, 34, 48, 0.35) 0%,
    rgba(26, 34, 48, 0.72) 72%,
    #1a2230 100%
  );
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
  clip-path: polygon(
    42% 0,
    58% 0,
    58% 62%,
    78% 62%,
    50% 100%,
    22% 62%,
    42% 62%
  );
}

@media (min-width: 900px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: var(--pf-step-gap-row);
    max-width: min(80rem, 100%);
    padding-inline: clamp(0.35rem, 1.5vw, 0.75rem);
  }

  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list li {
    flex: 1 1 0;
    min-width: 0;
    justify-content: flex-start;
  }

  /* Yatay ok: daha kalın şerit + belirgin sağa uç */
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-steps__list li:not(:last-child)::after {
    top: 50%;
    left: 100%;
    right: auto;
    width: var(--pf-step-conn-w);
    height: var(--pf-step-conn-thick);
    margin-left: calc((var(--pf-step-gap-row) - var(--pf-step-conn-w)) / 2);
    transform: translateY(-50%);
    background: linear-gradient(
      90deg,
      rgba(26, 34, 48, 0.35) 0%,
      rgba(26, 34, 48, 0.72) 55%,
      #1a2230 100%
    );
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.18));
    clip-path: polygon(
      0% 30%,
      calc(100% - 11px) 30%,
      calc(100% - 11px) 6%,
      100% 50%,
      calc(100% - 11px) 94%,
      calc(100% - 11px) 70%,
      0% 70%
    );
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__visual {
  margin: 0 auto clamp(1.35rem, 3.5vw, 2.25rem);
  padding: 0 clamp(0.75rem, 3vw, 1rem);
  max-width: min(56rem, 100%);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__visual picture {
  display: block;
  line-height: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__visual-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--pf-radius-lg);
  border: none;
  box-shadow: none;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__head {
  text-align: center;
  max-width: min(44rem, 100%);
  margin: 0 auto 1.5rem;
  padding-inline: clamp(0.75rem, 3vw, 1rem);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pf-migros-accent) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__h {
  font-family: var(--pf-font-display);
  font-size: clamp(1.28rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--pf-text) !important;
  margin: 0 0 0.85rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--pf-text-muted) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lanes {
  --pf-model-lane-gap: clamp(0.65rem, 2vw, 1rem);
  max-width: min(72rem, 100%);
  margin: 0 auto 1.75rem;
  padding: 0 clamp(0.75rem, 3vw, 1rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pf-model-lane-gap);
}

@media (min-width: 768px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lanes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: calc(-0.5 * var(--pf-model-lane-gap));
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid var(--pf-migros-accent);
    border-right: 2px solid var(--pf-migros-accent);
    transform: translate(50%, -50%) rotate(45deg);
    opacity: 0.85;
    pointer-events: none;
    box-shadow: 2px -2px 12px color-mix(in srgb, var(--pf-migros-accent) 35%, transparent);
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-inner {
  position: relative;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  height: 100%;
  min-height: 7.5rem;
  padding: 1rem 1rem 1.05rem 1.05rem;
  border-radius: calc(var(--pf-radius) + 2px);
  border: 1px solid var(--pf-border);
  /* Kart gövdesinde turuncu gradyan yok — yalnızca nötr yüzey */
  background: rgba(255, 255, 255, 0.02);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 12px 28px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: calc(var(--pf-radius) + 2px) 0 0 calc(var(--pf-radius) + 2px);
  /* Siyah ile mix altın/sarıya kayıyordu; yalnızca turuncu ailesi */
  background: linear-gradient(
    180deg,
    var(--pf-migros-accent-light) 0%,
    var(--pf-migros-accent) 38%,
    #e45820 100%
  );
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-inner:hover {
    transform: translateY(-3px);
    border-color: var(--pf-border);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.08) inset,
      0 18px 36px rgba(0, 0, 0, 0.28);
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-idx {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-top: 0.1rem;
  border-radius: 0.65rem;
  font-family: var(--pf-font-display);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  color: #fff !important;
  background: var(--pf-migros-accent);
  box-shadow: 0 4px 14px rgba(var(--pf-migros-accent-rgb), 0.35);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-label {
  margin: 0;
  font-family: var(--pf-font-display);
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--pf-text) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__lane-value {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--pf-text-muted) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__feats-wrap {
  padding-inline: clamp(0.75rem, 3vw, 1rem);
  margin-top: 0.25rem;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__feats {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: min(56rem, 100%);
}

@media (min-width: 560px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__feats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__feats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem 1rem;
  }
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-model__feats li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--pf-radius);
  font-family: var(--pf-font-display);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #1a2230 !important;
  background: #e8ecf2;
  border: 1px solid rgba(var(--pf-migros-accent-rgb), 0.45);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
}

html[data-partner-page="migros-yemek-entegrasyonu"]
  #main_wrapper
  .article
  .ordering-five.nn_section.pf-migros-lp-outro {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: var(--pf-migros-pad) 0 !important;
  background: #eceff3 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

html[data-partner-page="migros-yemek-entegrasyonu"]
  #main_wrapper
  .article
  .ordering-five.nn_section.pf-migros-lp-outro::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 75% 48% at 50% -25%,
    rgba(var(--pf-migros-accent-rgb), 0.07),
    transparent 56%
  );
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-outro__inner {
  position: relative;
  z-index: 1;
  max-width: min(40rem, 100%);
  margin: 0 auto;
  padding-inline: clamp(0.75rem, 3vw, 1rem);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-outro__kicker {
  margin: 0 0 1rem;
  font-family: var(--pf-font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: none;
  color: #141820 !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-outro__text {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3d4556 !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-outro__text:last-child {
  margin-bottom: 0;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-outro__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  margin-top: clamp(1.35rem, 3vw, 1.85rem);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-outro__cta {
  min-height: 48px;
  padding: 0 1.35rem;
  font-family: var(--pf-font-display);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border-radius: 999px;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-wa {
  padding: var(--pf-migros-pad) 0 !important;
  background: var(--pf-bg-elevated) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-wa__inner {
  width: 100%;
  max-width: min(40rem, 100%);
  margin: 0 auto;
  padding-inline: clamp(0.75rem, 3vw, 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.2rem);
  text-align: center;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-wa__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-wa) !important;
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-wa__h {
  font-family: var(--pf-font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--pf-text) !important;
  margin: 0;
  max-width: min(34rem, 100%);
}

html[data-partner-page="migros-yemek-entegrasyonu"] .pf-migros-lp-wa__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.75rem;
  border-radius: 999px;
  font-family: var(--pf-font-display);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  margin-top: 0.25rem;
}
