/* white-label-online-siparis-sistemi (komisyonsuz globals özeti) */
#main_wrapper .article .three-section {
  padding: 100px 0;
}

#main_wrapper .article .three-section .title {
  font-size: 4rem;
  margin-bottom: 30px;
}

#main_wrapper .article .three-section .text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

#main_wrapper .article .three-section .image {
  margin-top: 50px;
}

#main_wrapper .article .three-section .image img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .three-section {
    padding: 50px 0;
  }
  #main_wrapper .article .three-section .title {
    font-size: 2rem;
  }
}

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

#main_wrapper .article .white-three .title {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 30px;
}

#main_wrapper .article .white-three .head {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

#main_wrapper .article .white-three .white-col {
  text-align: left;
  border: 1px solid #ff4d47;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 30px;
  height: 100%;
}

#main_wrapper .article .white-three .white-col .sub-head {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#main_wrapper .article .white-three .white-col .text {
  font-size: 1.1rem;
  line-height: 1.6;
}

#main_wrapper .article .white-three .white-col .text ul {
  list-style: disc;
  padding-left: 20px;
}

#main_wrapper .article .white-three .white-col .text ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .white-three {
    padding: 50px 0;
  }
  #main_wrapper .article .white-three .title {
    font-size: 2rem;
  }
  #main_wrapper .article .white-three .head {
    font-size: 1.5rem;
  }
}

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

#main_wrapper .article .mobile-three .title {
  font-size: 3rem;
  margin-bottom: 30px;
}

#main_wrapper .article .mobile-three .text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

#main_wrapper .article .mobile-three .skin-section {
  margin-top: 50px;
}

#main_wrapper .article .mobile-three .skin-section .skin-nav {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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

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

#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;
  transition: all 0.3s ease;
}

#main_wrapper .article .mobile-three .skin-section .skin-nav li a:hover {
  transform: scale(1.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content {
  margin-top: 30px;
}

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

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

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane .skin-desktop {
  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-content .tab-pane .skin-tab {
  background-color: #f4f5f6;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  height: 300px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(1) .skin-desktop {
  background-color: rgba(156, 10, 13, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(1) .skin-tab {
  background-color: rgba(156, 10, 13, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(2) .skin-desktop {
  background-color: rgba(16, 119, 239, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(2) .skin-tab {
  background-color: rgba(16, 119, 239, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(2) .skin-mobile {
  background-color: rgba(16, 119, 239, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(3) .skin-desktop {
  background-color: rgba(168, 112, 75, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(3) .skin-tab {
  background-color: rgba(168, 112, 75, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(3) .skin-mobile {
  background-color: rgba(168, 112, 75, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(4) .skin-desktop {
  background-color: rgba(233, 171, 9, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(4) .skin-tab {
  background-color: rgba(233, 171, 9, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(4) .skin-mobile {
  background-color: rgba(233, 171, 9, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(5) .skin-desktop {
  background-color: rgba(213, 0, 26, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(5) .skin-tab {
  background-color: rgba(213, 0, 26, 0.1);
}

#main_wrapper .article .mobile-three .skin-section .skin-content .tab-pane:nth-child(5) .skin-mobile {
  background-color: rgba(213, 0, 26, 0.1);
}

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

@media only screen and (max-width: 720px) {
  #main_wrapper .article .mobile-three {
    padding: 50px 0;
  }
  #main_wrapper .article .mobile-three .title {
    font-size: 2rem;
  }
  #main_wrapper .article .mobile-three .skin-section .skin-desktop,
  #main_wrapper .article .mobile-three .skin-section .skin-tab,
  #main_wrapper .article .mobile-three .skin-section .skin-mobile {
    height: auto;
    min-height: 200px;
  }
}

#main_wrapper .article .one-section {
  padding: 100px 0;
}

#main_wrapper .article .one-section .title {
  font-size: 3rem;
  margin-bottom: 30px;
}

#main_wrapper .article .one-section .head {
  font-size: 1.2rem;
  line-height: 1.8;
}

#main_wrapper .article .one-section .image {
  display: block;
}

#main_wrapper .article .one-section .image img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .one-section {
    padding: 50px 0;
  }
  #main_wrapper .article .one-section .title {
    font-size: 2rem;
  }
}

/* Teknik altyapı / partner-three — yalnız white-label sayfası */
#main_wrapper .article .partner-three.pf-wl-infra {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 5rem) 0;
  background: linear-gradient(165deg, #fafbfc 0%, #eef1f5 42%, #f5f6f8 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(ellipse 120% 80% at 10% 20%, rgba(255, 77, 71, 0.07), transparent 50%),
    radial-gradient(ellipse 100% 60% at 90% 80%, rgba(57, 23, 22, 0.06), transparent 45%);
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__head {
  max-width: 52rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__title,
#main_wrapper .article .partner-three.pf-wl-infra .title.pf-wl-infra__title {
  position: relative;
  margin: 0;
  padding-bottom: 0.25rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.5rem, 3.5vw, 2.35rem) !important;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1a2328 !important;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__title::after {
  content: "";
  display: block;
  width: min(7rem, 40%);
  height: 3px;
  margin: 0.85rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff4d47, rgba(255, 77, 71, 0.25));
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__title p {
  margin: 0;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__grid {
  align-items: flex-start;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__intro {
  height: 100%;
  padding: 1.35rem 1.4rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #37474f;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(57, 23, 22, 0.06);
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__intro p {
  margin: 0;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__intro strong {
  color: #263238;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__item {
  margin: 0;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__item-inner {
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  position: relative;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #455a64;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  border-left: 3px solid #ff4d47;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__item-inner:hover {
  box-shadow: 0 8px 28px rgba(255, 77, 71, 0.1);
  transform: translateX(2px);
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__item-inner::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.05rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff4d47, #c62828);
  box-shadow: 0 0 0 3px rgba(255, 77, 71, 0.18);
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__item-inner p {
  margin: 0;
}

#main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__item-inner strong {
  display: inline;
  font-weight: 700;
  color: #263238;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .partner-three.pf-wl-infra .pf-wl-infra__intro {
    margin-bottom: 1.25rem;
  }
}

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

#main_wrapper .article .addons-section .title {
  font-size: 4.5rem;
  margin-bottom: 20px;
}

#main_wrapper .article .addons-section .head {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

#main_wrapper .article .addons-section .addons-block {
  background: linear-gradient(to right top, #797878 0, #9e9e9e 50%, #d5d5d5 100%);
  color: #ffffff;
  border-radius: 15px;
  padding: 50px 25px;
  height: 100%;
  position: relative;
}

#main_wrapper .article .addons-section .addons-block.add-img {
  background: url(/images/white-label/bg2.png) no-repeat center center / cover;
}

#main_wrapper .article .addons-section .addons-block.add-bg {
  background: linear-gradient(to right top, #8f98a1 0, #ff7e7a 50%, #ff4d47 100%);
}

#main_wrapper .article .addons-section .addons-block .sub-head {
  text-align: center;
  margin-bottom: 40px;
  background-color: #ffffff;
  color: #ff4d47;
  padding: 15px;
  margin-left: -25px;
  box-shadow: 8px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  font-size: 24px;
}

#main_wrapper .article .addons-section .addons-block .sub-head p {
  margin: 0;
}

/* partner-theme .sub-head uses var(--pf-text) !important — unreadable on white pill */
#main_wrapper .article .addons-section .addons-block .sub-head,
#main_wrapper .article .addons-section .addons-block .sub-head p,
#main_wrapper .article .addons-section .addons-block .sub-head strong {
  color: #391716 !important;
}

#main_wrapper .article .addons-section .addons-block .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 30px;
  text-align: center;
}

#main_wrapper .article .addons-section .addons-block .icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#main_wrapper .article .addons-section .addons-block .text {
  line-height: 1.6;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
}

#main_wrapper .article .addons-section .addons-block .text p {
  margin: 0;
}

#main_wrapper .article .addons-section .addons-block .more-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #ff4d47;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#main_wrapper .article .addons-section .addons-block .more-button:hover {
  background-color: #ff4d47;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 77, 71, 0.3);
}

#main_wrapper .article .addons-section.add-two {
  background-color: #f8f9fa;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .addons-section {
    padding: 25px 0;
  }
  #main_wrapper .article .addons-section .title {
    font-size: 2.5rem;
  }
  #main_wrapper .article .addons-section .addons-block {
    padding: 40px 15px 15px;
    margin-bottom: 25px;
  }
  #main_wrapper .article .addons-section .addons-block .sub-head {
    margin-left: -15px;
    font-size: 20px;
  }
}

#main_wrapper .article .white-five {
  padding: 80px 0;
}

#main_wrapper .article .white-five .title {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}

#main_wrapper .article .white-five .head {
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}

#main_wrapper .article .white-five .list {
  margin-top: 30px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

#main_wrapper .article .white-five .list li {
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

#main_wrapper .article .white-five .list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ff4d47;
  font-weight: bold;
  font-size: 1.5rem;
}

#main_wrapper .article .white-five .image {
  display: block;
}

#main_wrapper .article .white-five .image img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .white-five {
    padding: 30px 0;
  }
  #main_wrapper .article .white-five .title {
    font-size: 2rem;
  }
  #main_wrapper .article .white-five .head {
    font-size: 1.2rem;
  }
}

#main_wrapper .article .ordering-six {
  padding: 100px 0;
}

#main_wrapper .article .ordering-six .title {
  font-size: 3rem;
  margin-bottom: 30px;
}

#main_wrapper .article .ordering-six .head {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

#main_wrapper .article .ordering-six .text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

#main_wrapper .article .ordering-six .list {
  list-style: none;
  padding: 0;
}

#main_wrapper .article .ordering-six .list li {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

#main_wrapper .article .ordering-six .list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #ff4d47;
  font-weight: bold;
}

#main_wrapper .article .ordering-six .image {
  margin-top: 30px;
}

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

@media only screen and (max-width: 720px) {
  #main_wrapper .article .ordering-six {
    padding: 50px 0;
  }
  #main_wrapper .article .ordering-six .title {
    font-size: 2rem;
  }
}

/* Girişimci CTA — açık kart üzerinde body rengi (pf-text) okunmuyordu */
#main_wrapper .article .ten-section.pf-wl-ten {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 5.5rem) 0;
  text-align: center;
  background: linear-gradient(180deg, #e8ecf1 0%, #f4f6f8 55%, #eef1f5 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 77, 71, 0.07), transparent 60%);
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .ten-section.pf-wl-ten .more-block.pf-wl-ten__card {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.35rem, 4vw, 2.75rem);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1.15rem;
  box-shadow:
    0 4px 24px rgba(57, 23, 22, 0.07),
    0 0 0 1px rgba(255, 77, 71, 0.05);
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__title {
  margin: 0 0 1.15rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1a2328 !important;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__title strong {
  color: #391716 !important;
  font-weight: 800;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__lede {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #37474f !important;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__lede strong {
  color: #391716 !important;
  font-weight: 700;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__note {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #546e7a !important;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__note p {
  margin: 0 0 0.5rem;
  color: inherit !important;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__note p:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__cta.more-button,
#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__cta.more-button:link,
#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__cta.more-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 1.85rem;
  border-radius: 999px;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid rgba(255, 77, 71, 0.35);
  background: linear-gradient(135deg, #ff4d47 0%, #e00700 100%);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(255, 77, 71, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__cta.more-button:hover {
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 77, 71, 0.38);
}

#main_wrapper .article .ten-section.pf-wl-ten .pf-wl-ten__cta.more-button:focus-visible {
  outline: 2px solid #ff4d47;
  outline-offset: 3px;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .ten-section.pf-wl-ten .more-block.pf-wl-ten__card {
    padding: 1.75rem 1.25rem;
  }
}

#main_wrapper .article .white-six.pf-wl-contact {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 5rem) 0;
  background: linear-gradient(180deg, #e4e8ec 0%, #eceff2 40%, #f0f2f5 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(ellipse 65% 45% at 15% 20%, rgba(255, 77, 71, 0.08), transparent 55%);
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__row {
  align-items: center;
}

#main_wrapper .article .white-six.pf-wl-contact .title {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  color: #ff4d47 !important;
  font-weight: 800;
  font-size: clamp(1.55rem, 3.5vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

#main_wrapper .article .white-six.pf-wl-contact .title p {
  margin: 0;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__copy .head {
  font-family: var(--pf-font, "IBM Plex Sans", system-ui, sans-serif);
  font-weight: 400;
  line-height: 1.65;
  font-size: 1.0625rem;
  margin: 0 0 1.1rem;
  color: #37474f !important;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__copy .head p {
  margin: 0 0 0.65rem;
  color: inherit !important;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__copy .head p:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__tagline {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 0 0 0.65rem;
  color: #391716 !important;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__blurb {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #607d8b !important;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col {
  background-color: #ffffff;
  border-radius: 1.1rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow:
    0 8px 32px rgba(57, 23, 22, 0.08),
    0 0 0 1px rgba(255, 77, 71, 0.06);
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .head {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  margin-bottom: 0.85rem;
  text-align: center;
  color: #1a2328 !important;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .text {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
  color: #546e7a !important;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form {
  margin-top: 20px;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field {
  margin-bottom: 20px;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #33363d;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field.field-required label::after {
  content: ' *';
  color: #ff4d47;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field input,
#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field input:focus,
#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field textarea:focus {
  outline: none;
  border-color: #ff4d47;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-field textarea {
  min-height: 120px;
  resize: vertical;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-submit button {
  width: 100%;
  padding: 15px;
  background: linear-gradient(to right top, #000000 0, #384145 50%, #263238 100%);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-submit button:hover:not(:disabled) {
  background: linear-gradient(to right top, #ff4d47 0, #e00700 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#main_wrapper .article .white-six.pf-wl-contact .form-col .form-submit button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#main_wrapper .article .white-six.pf-wl-contact .image {
  display: block;
}

#main_wrapper .article .white-six.pf-wl-contact .image img {
  max-width: 100%;
  height: auto;
}

#main_wrapper .article .white-six.pf-wl-contact .list-head {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #33363d;
}

#main_wrapper .article .white-six.pf-wl-contact .list-head:first-of-type {
  margin-top: 0;
}

#main_wrapper .article .white-six.pf-wl-contact .list-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #33363d;
}

#main_wrapper .article .white-six.pf-wl-contact .list-text p {
  margin: 5px 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .white-six.pf-wl-contact {
    padding: 50px 0;
  }
  #main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__copy {
    margin-bottom: 1.75rem;
  }
  #main_wrapper .article .white-six.pf-wl-contact .form-col {
    padding: 30px 20px;
  }
  #main_wrapper .article .white-six.pf-wl-contact .list-head {
    font-size: 1.2rem;
  }
}
#main_wrapper .article .white-three.nn_section.wl-grey:not(.pf-wl-how) {
  background-color: rgb(246, 246, 246) !important;
  background-image: none !important;
}

/* “Sistem nasıl çalışır?” — white-three + wl-grey (pf-wl-how) */
#main_wrapper .article .white-three.pf-wl-how.nn_section.wl-grey {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 5rem) 0 !important;
  text-align: center;
  background: linear-gradient(180deg, #f3f5f7 0%, #eceff2 45%, #f6f7f9 100%) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 77, 71, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 77, 71, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__head {
  max-width: 48rem;
  margin: 0 auto clamp(2rem, 5vw, 2.85rem);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__title,
#main_wrapper .article .white-three.pf-wl-how .title.pf-wl-how__title {
  margin: 0 0 1.25rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.65rem, 3.8vw, 2.5rem) !important;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #1a2328 !important;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__title p {
  margin: 0;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro {
  text-align: left;
}

@media (min-width: 768px) {
  #main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro {
    text-align: center;
  }
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-block,
#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-accent {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #37474f;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-block p,
#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-accent p {
  margin: 0 0 0.75rem;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-accent {
  margin-top: 0.5rem;
  padding: 0.85rem 1.15rem;
  border-radius: 0.75rem;
  background: rgba(255, 77, 71, 0.08);
  border: 1px solid rgba(255, 77, 71, 0.2);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-accent p {
  margin: 0;
  font-weight: 600;
  color: #263238;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__intro-accent strong {
  color: #c62828;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panels {
  align-items: stretch;
  /* Sütunlar alt alta iken margin çöküşüyle kartlar bitişik kalmasın */
  row-gap: clamp(1.25rem, 3.5vw, 1.85rem);
  column-gap: clamp(1rem, 2.5vw, 1.5rem);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel {
  position: relative;
  height: 100%;
  margin-bottom: 0;
  padding: 1.65rem 1.5rem 1.5rem;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  box-shadow:
    0 4px 20px rgba(57, 23, 22, 0.06),
    0 0 0 1px rgba(255, 77, 71, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel:hover {
  box-shadow:
    0 12px 40px rgba(255, 77, 71, 0.1),
    0 0 0 1px rgba(255, 77, 71, 0.12);
  transform: translateY(-2px);
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel:hover {
    transform: none;
  }
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel-badge {
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #ff4d47, #ffb4b0);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel-badge--alt {
  background: linear-gradient(90deg, #394851, #78909c);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel-title {
  margin: 0.65rem 0 1rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #263238;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel-title p {
  margin: 0;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__list li {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 1.35rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #455a64;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__list li:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel--admin .pf-wl-how__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff4d47, #c62828);
  box-shadow: 0 0 0 2px rgba(255, 77, 71, 0.2);
}

#main_wrapper .article .white-three.pf-wl-how .pf-wl-how__panel--storefront .pf-wl-how__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #455a64, #263238);
  box-shadow: 0 0 0 2px rgba(69, 90, 100, 0.2);
}

#main_wrapper .article .white-five.nn_section.wl-grey2:not(.pf-wl-pricing) {
  background-color: rgb(244, 244, 244) !important;
  background-image: none !important;
}

/* Fiyatlandırma / kazanç modeli — white-five + wl-grey2 */
#main_wrapper .article .white-five.pf-wl-pricing.nn_section.wl-grey2 {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 5rem) 0 !important;
  background: linear-gradient(145deg, #f7f8fa 0%, #e8ecf1 42%, #f3f5f7 100%) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    radial-gradient(ellipse 90% 70% at 0% 30%, rgba(255, 77, 71, 0.06), transparent 55%),
    radial-gradient(ellipse 80% 60% at 100% 70%, rgba(57, 23, 22, 0.05), transparent 50%);
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__row {
  align-items: center;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__figure {
  max-width: 280px;
  margin: 0 auto;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__figure .image {
  display: block;
  margin: 0;
  padding: 1rem;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1.15rem;
  box-shadow:
    0 12px 40px rgba(57, 23, 22, 0.08),
    0 0 0 1px rgba(255, 77, 71, 0.06);
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__figure .image img {
  display: block;
  margin: 0 auto;
  border-radius: 0.5rem;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__content {
  text-align: left;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__title,
#main_wrapper .article .white-five.pf-wl-pricing .title.pf-wl-pricing__title {
  margin: 0 0 1rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.55rem, 3.4vw, 2.4rem) !important;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #1a2328 !important;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__title p {
  margin: 0;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__title::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin-top: 0.85rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff4d47, rgba(255, 77, 71, 0.25));
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__lead {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #37474f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.85rem;
  border-left: 3px solid #ff4d47;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__lead p {
  margin: 0;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__lead strong {
  color: #391716;
  font-weight: 700;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__item {
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 2.65rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.55;
  color: #455a64;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  border-left: 3px solid #ff4d47;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__item:hover {
  box-shadow: 0 8px 28px rgba(255, 77, 71, 0.09);
  transform: translateX(2px);
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.05rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff4d47, #c62828);
  box-shadow: 0 0 0 3px rgba(255, 77, 71, 0.18);
}

#main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__item p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .white-five.pf-wl-pricing .pf-wl-pricing__figure {
    margin-bottom: 1.75rem;
  }
}
#main_wrapper .article .white-six.pf-wl-contact .wl-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn.more-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.98rem;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--form.more-button,
#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--form.more-button:link,
#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--form.more-button:visited {
  border: 1px solid rgba(255, 77, 71, 0.35);
  background: linear-gradient(135deg, #ff4d47 0%, #e00700 100%);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(255, 77, 71, 0.28);
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--form.more-button:hover {
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255, 77, 71, 0.35);
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--wa.more-button,
#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--wa.more-button:link,
#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--wa.more-button:visited {
  border: 1px solid rgba(37, 211, 102, 0.45);
  background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(18, 140, 126, 0.28);
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn--wa.more-button:hover {
  color: #fff !important;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.32);
}

#main_wrapper .article .white-six.pf-wl-contact .pf-wl-contact__btn.more-button:focus-visible {
  outline: 2px solid #ff4d47;
  outline-offset: 3px;
}

