/* online-siparis-sisteminin-ozellikleri — mobile-one…seven, one-section (komisyonsuz globals özeti) */
#main_wrapper .article .mobile-seven {
  background-color: #eceeef;
  padding: 100px 0;
}

#main_wrapper .article .mobile-seven .mobile-block {
  background: linear-gradient(to bottom, var(--pf-brand-light) 0, var(--pf-brand) 100%);
  color: #ffffff;
  overflow: hidden;
  border-radius: 15px;
  padding: 50px 30px 50px 0;
  margin-bottom: 20px;
}

#main_wrapper .article .mobile-seven .mobile-block .small {
  margin-bottom: 50px;
  padding-left: 30px;
  font-size: 1rem;
  color: #ffffff;
}

#main_wrapper .article .mobile-seven .mobile-block .title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 600;
  color: #ffffff;
}

#main_wrapper .article .mobile-seven .mobile-block .title p {
  margin: 10px 0;
}

#main_wrapper .article .mobile-seven .mobile-block .text {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
}

#main_wrapper .article .mobile-seven .mobile-block .text:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .mobile-seven .mobile-block .text p {
  margin: 10px 0;
}

#main_wrapper .article .mobile-seven .mobile-block .image {
  display: block;
}

#main_wrapper .article .mobile-seven .mobile-block .image img {
  max-height: 100%;
  max-width: 100%;
}

#main_wrapper .article .mobile-seven .mobile-block .mobile-list {
  padding: 0;
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  margin: 0 -10px 20px;
  counter-reset: mobile-counter;
  padding-top: 15px;
}

#main_wrapper .article .mobile-seven .mobile-block .mobile-list li {
  display: block;
  padding: 10px;
  counter-increment: mobile-counter;
  position: relative;
}

#main_wrapper .article .mobile-seven .mobile-block .mobile-list li::before {
  content: counter(mobile-counter);
  color: var(--pf-brand);
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  border: 2px solid var(--pf-brand);
  background: #ffffff;
  z-index: 1;
}

#main_wrapper .article .mobile-seven .mobile-block .mobile-list li .content {
  background-color: #ffffff;
  color: #33363d;
  border-radius: 15px;
  padding: 35px 10px 15px;
  height: 100%;
  text-align: center;
}

#main_wrapper .article .mobile-seven .mobile-block .mobile-list li .content .head {
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #33363d;
}

#main_wrapper .article .mobile-seven .mobile-block .mobile-list li .content .text {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #33363d;
}

#main_wrapper .article .mobile-seven .mobile-block .more-button {
  background: #ffffff;
  color: #263238;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.3s ease;
}

#main_wrapper .article .mobile-seven .mobile-block .more-button:hover {
  background: var(--pf-brand);
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-seven {
    padding: 25px 0;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block {
    padding: 25px 15px;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .small {
    margin-bottom: 20px;
    padding-left: 0;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .text {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .mobile-list {
    display: block;
    grid-template-columns: 1fr;
    margin: 0 0 20px;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .mobile-list li {
    margin-bottom: 30px;
    padding: 0;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .mobile-list li .content {
    padding: 40px 15px 20px;
  }
  
  #main_wrapper .article .mobile-seven .mobile-block .more-button {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  
  #main_wrapper .article .mobile-seven .custom-design-card,
  #main_wrapper .article .mobile-seven .vip-services-card {
    margin-bottom: 20px;
  }
}

/* Custom Design Card (Web & Mobil Özel Tasarım) */
#main_wrapper .article .mobile-seven .custom-design-card {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  padding: 40px 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .mobile-seven .custom-design-card .small {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #33363d;
  font-weight: 500;
}

#main_wrapper .article .mobile-seven .custom-design-card .content {
  margin-bottom: 30px;
}

#main_wrapper .article .mobile-seven .custom-design-card .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #33363d;
  line-height: 1.3;
}

#main_wrapper .article .mobile-seven .custom-design-card .title p {
  margin: 0;
}

#main_wrapper .article .mobile-seven .custom-design-card .text {
  font-size: 1rem;
  line-height: 1.6;
  color: #33363d;
  margin-bottom: 0;
}

#main_wrapper .article .mobile-seven .custom-design-card .text p {
  margin: 0;
}

#main_wrapper .article .mobile-seven .custom-design-card .buttons {
  margin-top: 30px;
}

#main_wrapper .article .mobile-seven .custom-design-card .more-button {
  background: var(--pf-brand);
  color: #ffffff;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

#main_wrapper .article .mobile-seven .custom-design-card .more-button:hover {
  background: var(--pf-brand-light);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--pf-brand-rgb), 0.3);
}

/* VIP Services Card */
#main_wrapper .article .mobile-seven .vip-services-card {
  background: linear-gradient(to right top, #010101 0, #1b1b1b 50%, #1b1b1b 100%);
  border-radius: 15px;
  overflow: hidden;
  color: #ffffff;
  height: 100%;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

#main_wrapper .article .mobile-seven .vip-services-card .small {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}

#main_wrapper .article .mobile-seven .vip-services-card .icon {
  margin-bottom: 25px;
  display: block;
}

#main_wrapper .article .mobile-seven .vip-services-card .icon img {
  max-width: 80px;
  height: auto;
}

#main_wrapper .article .mobile-seven .vip-services-card .text {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 30px;
}

#main_wrapper .article .mobile-seven .vip-services-card .text p {
  margin: 0;
}

#main_wrapper .article .mobile-seven .vip-services-card .more-button {
  background: #ffffff;
  color: #263238;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

#main_wrapper .article .mobile-seven .vip-services-card .more-button:hover {
  background: var(--pf-brand);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--pf-brand-rgb), 0.3);
}

@media (max-width: 768px) {
  #main_wrapper .article .mobile-seven .custom-design-card,
  #main_wrapper .article .mobile-seven .vip-services-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .mobile-seven .custom-design-card .title {
    font-size: 1.5rem;
  }
  
  #main_wrapper .article .mobile-seven .vip-services-card .icon img {
    max-width: 60px;
  }
}

#main_wrapper .article .mobile-two {
  background-color: #eceeef;
  padding: 100px 0;
}

#main_wrapper .article .mobile-two .mobile-block {
  background: linear-gradient(to right top, var(--pf-brand) 0, var(--pf-brand-light) 50%, var(--pf-brand) 100%);
  border-radius: 15px;
  padding: 50px 30px;
  color: #ffffff;
}

#main_wrapper .article .mobile-two .mobile-block .small {
  margin-bottom: 50px;
  font-size: 1rem;
  color: #000000;
}

#main_wrapper .article .mobile-two .mobile-block .title {
  line-height: 1.3;
  margin-bottom: 30px;
  color: #000000;
}

#main_wrapper .article .mobile-two .mobile-block .title p {
  margin: 10px 0;
}

#main_wrapper .article .mobile-two .mobile-block .more-button {
  background: #ffffff;
  color: #263238;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

#main_wrapper .article .mobile-two .mobile-block .more-button:hover {
  background: var(--pf-brand);
  color: #ffffff;
  text-decoration: none;
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  gap: 14px 12px;
  box-sizing: border-box;
  padding: 6px 16px 12px;
  margin: 0;
}

/* Kart oval çerçeveleri gradient kutunun iç kenarına yapışmasın */
@media (min-width: 769px) {
  #main_wrapper .article .mobile-two .mobile-block .col-md-7 {
    padding-left: 4px;
    padding-right: 8px;
  }
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li {
  display: block;
  padding: 20px 16px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li .icon {
  display: block;
  height: 50px;
  margin-bottom: 15px;
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li .icon img {
  max-width: 100%;
  max-height: 100%;
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li .head {
  font-size: 1.1rem;
  color: #ffffff;
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li .head p {
  margin: 0;
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li .text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

#main_wrapper .article .mobile-two .mobile-block .mobile-block-list li .text p {
  margin: 0;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-two {
    padding: 25px 0;
  }
  
  #main_wrapper .article .mobile-two .mobile-block {
    padding: 30px 20px;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .row {
    flex-direction: column-reverse;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .col-md-5,
  #main_wrapper .article .mobile-two .mobile-block .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .col-md-5 {
    margin-top: 30px;
    text-align: center;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .small {
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .title p {
    margin: 10px 0;
    line-height: 1.4;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .mobile-block-list {
    display: block;
    margin: 0;
    padding: 4px 10px 8px;
    box-sizing: border-box;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .mobile-block-list li {
    padding: 22px 18px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.58);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
    margin-bottom: 14px;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .mobile-block-list li:last-child {
    margin-bottom: 0;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .mobile-block-list .icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .mobile-block-list .head {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .mobile-block-list .text {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  #main_wrapper .article .mobile-two .mobile-block .more-button {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    max-width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

#main_wrapper .article .mobile-one {
  padding: clamp(3.25rem, 7vw, 4.75rem) 0 clamp(2.5rem, 5vw, 3.75rem);
  /* Sayfa gövdesindeki siyah yerine partner lacivert/kart yüzeyi */
  background: linear-gradient(
    180deg,
    var(--pf-bg-elevated) 0%,
    var(--pf-bg-card) 45%,
    var(--pf-bg-elevated) 100%
  );
  border-bottom: 1px solid var(--pf-border);
}

#main_wrapper .article .mobile-one .head {
  text-align: center;
}

#main_wrapper .article .mobile-one .title {
  text-align: center;
}

#main_wrapper .article .mobile-one .title .pf-m1-title-sub {
  display: block;
  margin-top: 0.4rem;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--pf-text-muted);
  letter-spacing: 0.02em;
}

/* Başlık (Masaüstü & Mobil) altında — görselin üstünde, bindirmeden */
#main_wrapper .article .mobile-one__intro {
  max-width: min(48rem, 100%);
  margin: clamp(0.35rem, 1.2vw, 0.65rem) auto clamp(0.5rem, 1.25vw, 0.85rem);
  padding: 0 clamp(0.75rem, 3vw, 1.25rem);
  text-align: center;
}

#main_wrapper .article .mobile-one__intro .sub-head,
#main_wrapper .article .mobile-one__intro .sub-head p {
  text-align: center;
  color: var(--pf-text, #f2f4f8);
  margin: 0 auto 0.5rem;
  max-width: 42rem;
}

#main_wrapper .article .mobile-one__intro .sub-head {
  font-weight: 600;
  line-height: 1.45;
  font-size: clamp(1.02rem, 2.1vw, 1.28rem);
}

#main_wrapper .article .mobile-one__intro .text,
#main_wrapper .article .mobile-one__intro .text p {
  text-align: center;
  color: var(--pf-text-muted, #8b95a8);
  margin: 0 auto;
  max-width: 42rem;
}

#main_wrapper .article .mobile-one__intro .text {
  font-size: clamp(0.92rem, 1.75vw, 1.08rem);
  line-height: 1.55;
  font-weight: 400;
}

#main_wrapper .article .mobile-one__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: min(1600px, 100%);
  border-radius: var(--pf-radius-lg, 20px);
  overflow: hidden;
  line-height: 0;
}

#main_wrapper .article .mobile-one__visual img {
  display: block;
  width: 100%;
  max-width: min(1600px, 100%);
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-one {
    padding: 30px 0;
  }
  
  #main_wrapper .article .mobile-one__intro {
    margin-bottom: 0.65rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #main_wrapper .article .mobile-one__intro .sub-head,
  #main_wrapper .article .mobile-one__intro .sub-head p {
    max-width: none;
  }

  #main_wrapper .article .mobile-one__intro .text,
  #main_wrapper .article .mobile-one__intro .text p {
    max-width: none;
  }
}

#main_wrapper .article .mobile-three {
  padding: 100px 0;
  text-align: center;
}

#main_wrapper .article .mobile-three .skin-section .skin-nav {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li {
  display: inline-block;
  padding: 0 10px;
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li.active a {
  border: 4px solid #ffffff;
  box-shadow: 0 0 2px 4px var(--pf-brand);
}

/* Individual button gradient backgrounds */
#main_wrapper .article .mobile-three .skin-section .skin-nav li:nth-child(1) a {
  background: linear-gradient(to right, #9c0a0d 50%, #021913 50%);
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li:nth-child(2) a {
  background: linear-gradient(to right, #1077ef 50%, #001936 50%);
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li:nth-child(3) a {
  background: linear-gradient(to right, #a8704b 50%, #141204 50%);
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li:nth-child(4) a {
  background: linear-gradient(to right, #e9ab09 50%, #2f2f2f 50%);
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li:nth-child(5) a {
  background: linear-gradient(to right, #d5001a 50%, #273043 50%);
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #eceeef;
  border-radius: 50%;
  cursor: pointer;
}

#main_wrapper .article .mobile-three .skin-section .skin-desktop,
#main_wrapper .article .mobile-three .skin-section .skin-tab {
  background-color: #f4f5f6;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  height: 400px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_wrapper .article .mobile-three .skin-section .skin-mobile {
  background-color: #f4f5f6;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_wrapper .article .mobile-three .skin-section .skin-content img {
  max-width: 100%;
  max-height: 100%;
}

#main_wrapper .article .mobile-three .skin-section .tab-content {
  position: relative;
  min-height: 500px;
}

#main_wrapper .article .mobile-three .skin-section .tab-pane {
  display: none;
}

#main_wrapper .article .mobile-three .skin-section .tab-pane.active {
  display: block;
}

#main_wrapper .article .mobile-three .skin-section .tab-pane.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#main_wrapper .article .mobile-three .skin-section .tab-pane.fade.active {
  opacity: 1;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-three {
    padding: 25px 0;
  }
  
  #main_wrapper .article .mobile-three .skin-section .skin-desktop,
  #main_wrapper .article .mobile-three .skin-section .skin-tab {
    height: auto;
    margin-bottom: 15px;
  }
  
  #main_wrapper .article .mobile-three .title {
    font-size: 1.5rem;
  }
  
  #main_wrapper .article .mobile-three .text {
    font-size: 0.95rem;
  }
}

#main_wrapper .article .mobile-four {
  background-color: #eceeef;
  padding: 100px 0;
}

#main_wrapper .article .mobile-four .mobile-block {
  background: linear-gradient(to right top, #010101 0, #1b1b1b 50%, #1b1b1b 100%);
  color: #ffffff;
  overflow: hidden;
  border-radius: 15px;
  padding: 50px 0 50px 30px;
  margin-bottom: 20px;
}

#main_wrapper .article .mobile-four .mobile-block .small {
  margin-bottom: 50px;
  font-size: 1rem;
}

#main_wrapper .article .mobile-four .mobile-block .title {
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: 600;
  color: #ffffff;
}

#main_wrapper .article .mobile-four .mobile-block .text {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
}

#main_wrapper .article .mobile-four .mobile-block .image {
  display: block;
}

#main_wrapper .article .mobile-four .mobile-block .image img {
  max-height: 100%;
  max-width: 100%;
}

#main_wrapper .article .mobile-four .mobile-block-sm {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

#main_wrapper .article .mobile-four .mobile-block-sm .content {
  padding: 25px;
}

#main_wrapper .article .mobile-four .mobile-block-sm .small {
  margin-bottom: 50px;
  font-size: 1rem;
}

#main_wrapper .article .mobile-four .mobile-block-sm .head {
  line-height: 1.5;
  color: #0f172a;
}

#main_wrapper .article .mobile-four .mobile-block-sm .head p,
#main_wrapper .article .mobile-four .mobile-block-sm .head strong {
  color: inherit;
}

#main_wrapper .article .mobile-four .mobile-block-sm .small,
#main_wrapper .article .mobile-four .mobile-block-sm .small p {
  color: #334155;
}

#main_wrapper .article .mobile-four .mobile-block-sm .images img {
  max-width: 100%;
  max-height: 100%;
}

#main_wrapper .article .mobile-four .mobile-block-sm-bg {
  background: linear-gradient(to right top, #010101 0, #1b1b1b 50%, #1b1b1b 100%);
  border-radius: 15px;
  overflow: hidden;
  color: #ffffff;
  height: 100%;
}

#main_wrapper .article .mobile-four .mobile-block-sm-bg .content {
  padding: 25px;
}

#main_wrapper .article .mobile-four .mobile-block-sm-bg .text {
  color: #ffffff;
}

#main_wrapper .article .mobile-four .mobile-block-sm-bg .images {
  display: block;
  padding: 0 12px 20px;
  text-align: center;
}

#main_wrapper .article .mobile-four .mobile-block-sm-bg .images img {
  width: auto;
  max-width: 78%;
  max-height: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-four {
    padding: 25px 0;
  }
  
  #main_wrapper .article .mobile-four .mobile-block {
    padding: 25px 15px;
  }
  
  #main_wrapper .article .mobile-four .mobile-block .small {
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .mobile-four .mobile-block .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .mobile-four .mobile-block .text {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  
  #main_wrapper .article .mobile-four .mobile-block-sm {
    margin-bottom: 15px;
  }
  
  #main_wrapper .article .mobile-four .mobile-block-sm .content {
    padding: 20px;
  }
  
  #main_wrapper .article .mobile-four .mobile-block-sm-bg .content {
    padding: 20px;
  }
}

/* Mobile Five Section */
#main_wrapper .article .mobile-five {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

#main_wrapper .article .mobile-five::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#main_wrapper .article .mobile-five .content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

#main_wrapper .article .mobile-five .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

#main_wrapper .article .mobile-five .text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  #main_wrapper .article .mobile-five {
    padding: 60px 0;
  }
  
  #main_wrapper .article .mobile-five .title {
    font-size: 1.8rem;
  }
  
  #main_wrapper .article .mobile-five .text {
    font-size: 1rem;
  }
}

#main_wrapper .article .mobile-six {
  background-color: #263238;
  padding: 100px 0;
}

/* online-yemek: mobil uygulama bandı — Dijifis lacivert (--pf-bg-card) */
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .mobile-six.nn_section {
  background-color: var(--pf-bg-card, #151922);
}

#main_wrapper .article .mobile-six .mobile-block {
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
  border-radius: 15px;
  padding: 50px 0 50px 30px;
  margin-bottom: 20px;
}

#main_wrapper .article .mobile-six .mobile-block .small {
  margin-bottom: 50px;
  font-size: 1rem;
}

#main_wrapper .article .mobile-six .mobile-block .title {
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: 600;
  color: #ffffff;
}

#main_wrapper .article .mobile-six .mobile-block .text {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
}

#main_wrapper .article .mobile-six .mobile-block .text:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .mobile-six .mobile-block .image {
  display: block;
  text-align: right;
  position: relative;
  bottom: -50px;
}

#main_wrapper .article .mobile-six .mobile-block .image img {
  max-height: 100%;
  max-width: 100%;
}

#main_wrapper .article .mobile-six .mobile-block .download {
  padding: 0;
  margin-bottom: 0;
  margin-top: 25px;
  list-style: none;
}

#main_wrapper .article .mobile-six .mobile-block .download li {
  display: inline-block;
  padding: 0 5px;
}

#main_wrapper .article .mobile-six .mobile-block .download li a {
  display: block;
  height: 50px;
}

#main_wrapper .article .mobile-six .mobile-block .download li a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-six {
    padding: 25px 0;
  }
  
  #main_wrapper .article .mobile-six .mobile-block {
    padding: 15px;
  }
  
  #main_wrapper .article .mobile-six .mobile-block .small,
  #main_wrapper .article .mobile-six .mobile-block .title {
    margin-bottom: 15px;
  }
}

/* Pazaryeri entegrasyonları — özellikler sayfası */
#main_wrapper .article .pf-marketplaces {
  padding: 96px 0 88px;
  background-color: #ffffff;
}

#main_wrapper .article .pf-marketplaces__intro {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

#main_wrapper .article .pf-marketplaces__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #33363d;
  margin: 0 0 16px;
}

#main_wrapper .article .pf-marketplaces__title p {
  margin: 0;
}

#main_wrapper .article .pf-marketplaces__lead {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #5a5f66;
  font-weight: 400;
}

#main_wrapper .article .pf-marketplaces__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

#main_wrapper .article .pf-mp-card {
  --pf-mp-accent-soft: rgba(138, 144, 153, 0.08);
  --pf-mp-border: rgba(51, 54, 61, 0.12);
  --pf-mp-logo-dash: rgba(51, 54, 61, 0.22);
  background: #f8f9fb;
  border-radius: 16px;
  padding: 28px 22px 26px;
  border: 1.5px solid var(--pf-mp-border);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Migros: sarı; Trendyol: turuncu — kart dış çerçeve 3px; logo kutusu diğerleriyle aynı 1px kesik */
#main_wrapper .article .pf-mp-card--migros {
  --pf-mp-accent-soft: rgba(250, 204, 21, 0.16);
  --pf-mp-border: rgba(202, 138, 4, 0.55);
  --pf-mp-logo-dash: rgba(161, 98, 7, 0.62);
  border-width: 3px;
}

#main_wrapper .article .pf-mp-card--trendyol {
  --pf-mp-accent-soft: rgba(249, 115, 22, 0.14);
  --pf-mp-border: rgba(234, 88, 12, 0.52);
  --pf-mp-logo-dash: rgba(194, 65, 12, 0.58);
  border-width: 3px;
}

#main_wrapper .article .pf-mp-card--getir {
  --pf-mp-accent-soft: rgba(120, 44, 214, 0.09);
  --pf-mp-border: rgba(120, 44, 214, 0.38);
  --pf-mp-logo-dash: rgba(120, 44, 214, 0.52);
}

#main_wrapper .article .pf-mp-card--yemeksepeti {
  --pf-mp-accent-soft: rgba(227, 28, 61, 0.09);
  --pf-mp-border: rgba(227, 28, 61, 0.4);
  --pf-mp-logo-dash: rgba(227, 28, 61, 0.55);
}

#main_wrapper .article .pf-mp-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin-bottom: 18px;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px dashed var(--pf-mp-logo-dash);
}

#main_wrapper .article .pf-mp-card__logo img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Getir kaynak görseli daha küçük göründüğü için aynı kart hizasında hizalanmış büyütme */
#main_wrapper .article .pf-mp-card--getir-logo .pf-mp-card__logo {
  min-height: 68px;
}

#main_wrapper .article .pf-mp-card--getir-logo .pf-mp-card__logo img {
  max-height: 52px;
  transform: scale(1.38);
  transform-origin: center center;
}

#main_wrapper .article .pf-mp-card__name {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #33363d;
  line-height: 1.3;
}

#main_wrapper .article .pf-mp-card__name p {
  margin: 0;
}

#main_wrapper .article .pf-mp-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #666;
  flex: 1;
}

@media only screen and (max-width: 991px) {
  #main_wrapper .article .pf-marketplaces__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 576px) {
  #main_wrapper .article .pf-marketplaces {
    padding: 64px 0 56px;
  }

  #main_wrapper .article .pf-marketplaces__intro {
    margin-bottom: 32px;
  }

  #main_wrapper .article .pf-marketplaces__title {
    font-size: 1.75rem;
  }

  #main_wrapper .article .pf-marketplaces__lead {
    font-size: 1rem;
  }

  #main_wrapper .article .pf-marketplaces__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #main_wrapper .article .pf-mp-card {
    padding: 22px 18px 20px;
  }
}

/* Özellik özeti — partner koyu yüzey (online-siparis-sisteminin-ozellikleri) */
#main_wrapper .article .pf-cap-grid {
  padding: 88px 0 96px;
  background: var(--pf-bg-elevated, #0e1014);
}

#main_wrapper .article .pf-cap-grid__intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

#main_wrapper .article .pf-cap-grid__title {
  font-family: var(--pf-font-display, "Outfit", sans-serif);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--pf-text, #f2f4f8);
  margin: 0 0 12px;
}

#main_wrapper .article .pf-cap-grid__title p {
  margin: 0;
}

#main_wrapper .article .pf-cap-grid__subtitle {
  margin: 0 0 14px;
  font-family: var(--pf-font-display, "Outfit", sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #c5cdd9;
}

#main_wrapper .article .pf-cap-grid__lead {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--pf-text-muted, #8b95a8);
}

#main_wrapper .article .pf-cap-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

#main_wrapper .article .pf-cap-card {
  position: relative;
  /* Dijifis lacivert (--pf-bg-card) ton geçişi; kırmızı marka rgb kullanılmaz */
  background: linear-gradient(
    165deg,
    rgba(36, 44, 58, 0.92) 0%,
    var(--pf-bg-card, #151922) 44%,
    rgba(8, 10, 14, 0.96) 100%
  );
  border: 1px solid var(--pf-border, rgba(255, 255, 255, 0.07));
  border-radius: var(--pf-radius-lg, 20px);
  padding: 22px 22px 22px 20px;
  min-height: 100%;
  box-shadow: var(--pf-shadow, 0 8px 32px rgba(0, 0, 0, 0.35));
}

#main_wrapper .article .pf-cap-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 12px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ffffff;
  color: var(--pf-brand, #ef514c);
  border: 1px solid rgba(21, 25, 34, 0.12);
}

#main_wrapper .article .pf-cap-card__icon svg {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  color: inherit;
}

#main_wrapper .article .pf-cap-card__name {
  margin: 0 0 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pf-text, #f2f4f8);
}

#main_wrapper .article .pf-cap-card__name p {
  margin: 0;
}

#main_wrapper .article .pf-cap-card__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--pf-text-muted, #8b95a8);
}

@media only screen and (max-width: 991px) {
  #main_wrapper .article .pf-cap-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 576px) {
  #main_wrapper .article .pf-cap-grid {
    padding: 56px 0 64px;
  }

  #main_wrapper .article .pf-cap-grid__intro {
    margin-bottom: 28px;
  }

  #main_wrapper .article .pf-cap-grid__title {
    font-size: 1.5rem;
  }

  #main_wrapper .article .pf-cap-grid__subtitle {
    font-size: 1rem;
  }

  #main_wrapper .article .pf-cap-grid__lead {
    font-size: 1rem;
  }

  #main_wrapper .article .pf-cap-grid__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #main_wrapper .article .pf-cap-card {
    padding: 18px 18px 18px 16px;
  }
}

/* One Section */
#main_wrapper .one-section {
  padding: 100px 0;
  background-color: #ffffff;
}

#main_wrapper .one-section .title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.5rem;
  color: #33363d;
  line-height: 1.2;
}

#main_wrapper .one-section .head {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 1.2rem;
  color: #666;
}

#main_wrapper .one-section .head p {
  margin: 10px 0;
}

#main_wrapper .one-section .more-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--pf-brand);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 20px;
}

#main_wrapper .one-section .more-button:hover {
  background-color: var(--pf-brand-light);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--pf-brand-rgb), 0.3);
}

#main_wrapper .one-section .image {
  display: block;
  text-align: center;
}

#main_wrapper .one-section .image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #main_wrapper .one-section {
    padding: 60px 0;
  }
  
  #main_wrapper .one-section .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  #main_wrapper .one-section .head {
    font-size: 1.1rem;
  }
  
  #main_wrapper .one-section .col-md-4 {
    margin-bottom: 30px;
  }
}

/* Özel tema: site lacivert gövde tonu (pf yükseltilmiş arka plan) */
#main_wrapper .one-section.nn_section.ozellikleri-grey {
  background: var(--pf-bg-elevated) !important;
  background-image: none !important;
  color: var(--pf-text);
}

#main_wrapper .one-section.nn_section.ozellikleri-grey .title,
#main_wrapper .one-section.nn_section.ozellikleri-grey .title p {
  color: #f2f4f8;
}

#main_wrapper .one-section.nn_section.ozellikleri-grey .head {
  color: #b8c0d0;
}

#main_wrapper .one-section.nn_section.ozellikleri-grey .head p {
  color: inherit;
}

#main_wrapper .one-section.nn_section.ozellikleri-grey .head strong {
  color: #ffffff;
}

#main_wrapper .one-section.nn_section.ozellikleri-grey .image {
  background: transparent;
}

#main_wrapper .one-section.nn_section.ozellikleri-grey .image img {
  max-width: 82%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  background: transparent;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  border-radius: 12px;
}

/* online-yemek-siparis-sistemi: hero tam genişlik görsel + altında ortalanmış metin */
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero.nn_section {
  padding-top: 0;
  /* Siyah sayfa tonu (--pf-bg-page) yerine Dijifis lacivert (marka: --pf-bg-card) */
  background: var(--pf-bg-card) !important;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__hero-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  height: min(78vh, 860px);
  max-height: min(78vh, 860px);
  overflow: hidden;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__intro {
  text-align: center;
  padding: clamp(1.35rem, 3.5vw, 2.75rem) 1rem clamp(1.5rem, 4vw, 2.75rem);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__intro .title,
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__intro .title p {
  text-align: center;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__intro .text,
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__intro .text p {
  text-align: center;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .vip-four--oyss-hero .vip-four__tagline {
  margin: 0.4rem auto 0;
  max-width: 40rem;
  font-size: clamp(1.02rem, 2.35vw, 1.32rem);
  font-weight: 500;
  line-height: 1.55;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .white-two .white-two__lead,
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .white-two .white-two__lead p {
  font-size: clamp(1.05rem, 2.1vw, 1.28rem) !important;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .white-two .row.white-box.white-box--oyss {
  /* Dar gap: büyük gap + %33 flex-basis üçüncü sütunu alta iter */
  column-gap: clamp(0.4rem, 1vw, 0.75rem);
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .white-two .row.white-box.white-box--oyss > .nn_col.col-md-4 {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}

/* Özel tema bandı (oyss): arka plan mobile-seven ile aynı açık gri; görsel tek başına, üstte biraz sıkı */
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .one-section.nn_section.ozellikleri-grey.pf-oyss-one-theme {
  background: #eceeef !important;
  background-image: none !important;
  color: #33363d;
  margin-top: clamp(-1.75rem, -3.5vw, -0.85rem);
  padding-top: clamp(0.65rem, 1.8vw, 1.15rem);
  padding-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .one-section.ozellikleri-grey.pf-oyss-one-theme .pf-oyss-one-theme__visual {
  margin-top: 0;
}

html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .one-section.ozellikleri-grey.pf-oyss-one-theme .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

/* Küçük görsel, gölge yok (açık zeminde “beyaz hale” hissi veren box-shadow kaldırıldı) */
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .one-section.ozellikleri-grey.pf-oyss-one-theme .image img {
  max-width: min(760px, 76%) !important;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: none !important;
  filter: none;
  border-radius: 10px;
}

/* Nasıl çalışıyor — adım SVG ikonlarını beyaz göster (img src SVG) */
html[data-partner-page="online-yemek-siparis-sistemi"] #main_wrapper .article .pf-o4-flow__img-wrap img.pf-o4-flow__icon-img {
  filter: brightness(0) invert(1);
}

