/* 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, #ff9794 0, #ff4d47 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: #ff4d47;
  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 #ff4d47;
  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: #ff4d47;
  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: #ff4d47;
  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: #ff7470;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 77, 71, 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: #ff4d47;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 77, 71, 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, #ff4d47 0, #ff7e7a 50%, #ff4d47 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: #ff4d47;
  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: 100px 0;
  /* 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;
}

#main_wrapper .article .mobile-one__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(1.5rem, 4vw, 2.75rem) auto;
  width: 100%;
  max-width: min(1600px, 100%);
  border-radius: var(--pf-radius-lg, 20px);
  overflow: hidden;
}

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

#main_wrapper .article .mobile-one__visual-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: clamp(1.25rem, 4vw, 2.25rem) clamp(1rem, 4vw, 2rem) clamp(1rem, 3vw, 1.75rem);
  background: linear-gradient(
    to top,
    rgba(6, 7, 8, 0.92) 0%,
    rgba(6, 7, 8, 0.55) 45%,
    transparent 100%
  );
  pointer-events: none;
}

#main_wrapper .article .mobile-one__visual .sub-head,
#main_wrapper .article .mobile-one__visual .sub-head p {
  text-align: center;
  color: #f2f4f8;
  margin: 0 auto 0.45rem;
  max-width: 42rem;
}

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

#main_wrapper .article .mobile-one__visual .text,
#main_wrapper .article .mobile-one__visual .text p {
  text-align: center;
  color: rgba(242, 244, 248, 0.94);
  margin: 0 auto;
  max-width: 42rem;
}

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

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-one {
    padding: 30px 0;
  }
  
  #main_wrapper .article .mobile-one__visual-caption {
    padding: 1rem 0.85rem 0.85rem;
  }

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

  #main_wrapper .article .mobile-one__visual .text,
  #main_wrapper .article .mobile-one__visual .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 #ff4d47;
}

/* 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;
}

#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: linear-gradient(165deg, var(--pf-mp-accent-soft) 0%, rgb(248, 248, 248) 42%, rgb(248, 248, 248) 100%);
  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;
  }
}

/* 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: #ff4d47;
  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: #ff7470;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 77, 71, 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;
}

