/* Kolay e-ticaret landing (ordering-eight, white-one/two, ordering-five, divider) */
#main_wrapper .article .ordering-eight.pf-kolay-quick {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 50%, #f8f8f8 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#main_wrapper .article .ordering-eight.pf-kolay-quick::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 77, 71, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 77, 71, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(255, 77, 71, 0.03) 0%, transparent 50%);
  animation: pulse 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

#main_wrapper .article .ordering-eight.pf-kolay-quick::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(255, 77, 71, 0.02) 2px,
      rgba(255, 77, 71, 0.02) 4px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(255, 77, 71, 0.02) 2px,
      rgba(255, 77, 71, 0.02) 4px
    );
  animation: gridMove 20s linear infinite;
  pointer-events: none;
  opacity: 0.3;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .container {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .head {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .text {
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .text p {
  margin: 10px 0;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #33363d;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .title p {
  margin: 0;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .head {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #33363d;
  line-height: 1.4;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .head p {
  margin: 10px 0;
}

#main_wrapper .article .ordering-eight-button {
  display: inline-block;
  background-color: #394851;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  font-size: 1.1rem;
}

#main_wrapper .article .ordering-eight-button:hover {
  background-color: #2a353c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .button {
  background-color: #ff4d47;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .button:hover {
  background-color: #ff7470;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .download-list {
  padding: 0;
  margin-bottom: 0;
  margin-top: 25px;
  display: flex !important;
  width: 100%;
  list-style: none;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  width: auto;
  vertical-align: top;
  text-align: left;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li .text {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #33363d;
  font-weight: 500;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li .text p {
  margin: 0;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li .image {
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
  height: auto;
  width: auto;
  text-align: center;
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .ordering-eight.pf-kolay-quick .download-list {
    flex-wrap: wrap !important;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li {
    flex: 1 1 calc(50% - 10px) !important;
    min-width: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li:last-child {
    margin: 0;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .download-list li .text {
    margin: 0;
  }
}

@media (max-width: 768px) {
  #main_wrapper .article .ordering-eight.pf-kolay-quick {
    padding: 40px 0;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .head {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .head p {
    margin: 8px 0;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .text {
    font-size: 1rem;
    padding: 0 15px;
    line-height: 1.6;
  }
  
  #main_wrapper .article .ordering-eight-button {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
  
  #main_wrapper .article .ordering-eight.pf-kolay-quick .hr {
    margin: 30px auto 0;
  }
}

/* White One Section (QR Menu) */
#main_wrapper .article .white-one {
  padding: 80px 0;
}

#main_wrapper .article .white-one .title {
  font-weight: 600;
  margin-bottom: 30px;
}

#main_wrapper .article .white-one .head {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}

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

#main_wrapper .article .white-one .image {
  max-height: 450px;
}

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

@media (max-width: 768px) {
  #main_wrapper .article .white-one {
    padding: 40px 0;
  }
  
  #main_wrapper .article .white-one .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
  }
  
  #main_wrapper .article .white-one .head {
    font-size: 1.1rem;
    text-align: center;
    padding: 0 15px;
  }
  
  #main_wrapper .article .white-one .image {
    margin-top: 20px;
    max-height: none;
  }
  
  #main_wrapper .article .white-one .nn_col {
    margin-bottom: 20px;
  }
}

/* Ordering Five Section */
#main_wrapper .article .ordering-five {
  padding: 0;
  text-align: center;
}

#main_wrapper .article .ordering-five .nn_col {
  background-color: rgba(255, 77, 71, 0.1);
  padding: 30px;
  border-radius: 10px;
}

#main_wrapper .article .ordering-five .nn_col .title {
  font-weight: 400;
  margin-bottom: 20px;
}

#main_wrapper .article .ordering-five .nn_col .title p {
  margin: 10px 0;
}

#main_wrapper .article .ordering-five .nn_col .button {
  display: inline-block;
  background-color: #ff4d47;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0;
}

#main_wrapper .article .ordering-five .nn_col .button:hover {
  background-color: #ff7470;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Buton renkleri - içeriğe göre */
#main_wrapper .article .ordering-five .nn_col .button-sarkuteri {
  background-color: #d32f2f;
}
#main_wrapper .article .ordering-five .nn_col .button-sarkuteri:hover {
  background-color: #e53935;
}

#main_wrapper .article .ordering-five .nn_col .button-burger {
  background-color: #f57c00;
}
#main_wrapper .article .ordering-five .nn_col .button-burger:hover {
  background-color: #fb8c00;
}

#main_wrapper .article .ordering-five .nn_col .button-doner {
  background-color: #e64a19;
}
#main_wrapper .article .ordering-five .nn_col .button-doner:hover {
  background-color: #ff5722;
}

#main_wrapper .article .ordering-five .nn_col .button-steakhouse {
  background-color: #8b0000;
}
#main_wrapper .article .ordering-five .nn_col .button-steakhouse:hover {
  background-color: #a00000;
}

#main_wrapper .article .ordering-five .nn_col .button-balik {
  background-color: #0277bd;
}
#main_wrapper .article .ordering-five .nn_col .button-balik:hover {
  background-color: #0288d1;
}

#main_wrapper .article .ordering-five .nn_col .button-kokorec {
  background-color: #c62828;
}
#main_wrapper .article .ordering-five .nn_col .button-kokorec:hover {
  background-color: #d32f2f;
}

#main_wrapper .article .ordering-five .nn_col .button-borek {
  background-color: #f9a825;
}
#main_wrapper .article .ordering-five .nn_col .button-borek:hover {
  background-color: #fbc02d;
}

#main_wrapper .article .ordering-five .nn_col .button-bufe {
  background-color: #5d4037;
}
#main_wrapper .article .ordering-five .nn_col .button-bufe:hover {
  background-color: #6d4c41;
}

#main_wrapper .article .ordering-five .nn_col .button-cicek {
  background-color: #c2185b;
}
#main_wrapper .article .ordering-five .nn_col .button-cicek:hover {
  background-color: #d81b60;
}

#main_wrapper .article .ordering-five .nn_col .button-dekoratif {
  background-color: #7b1fa2;
}
#main_wrapper .article .ordering-five .nn_col .button-dekoratif:hover {
  background-color: #8e24aa;
}

#main_wrapper .article .ordering-five .nn_col .button-pastane {
  background-color: #f06292;
}
#main_wrapper .article .ordering-five .nn_col .button-pastane:hover {
  background-color: #f48fb1;
}

#main_wrapper .article .ordering-five .nn_col .button-taki {
  background-color: #ab47bc;
}
#main_wrapper .article .ordering-five .nn_col .button-taki:hover {
  background-color: #ba68c8;
}

#main_wrapper .article .ordering-five .nn_col .button-instashop {
  background-color: #e91e63;
}
#main_wrapper .article .ordering-five .nn_col .button-instashop:hover {
  background-color: #ec407a;
}

@media (max-width: 768px) {
  #main_wrapper .article .ordering-five {
    padding: 30px 0;
  }
  
  #main_wrapper .article .ordering-five .nn_col {
    padding: 25px 15px;
    margin: 0 15px;
  }
  
  #main_wrapper .article .ordering-five .nn_col .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  #main_wrapper .article .ordering-five .nn_col .button {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}

/* White Two Section */
#main_wrapper .article .white-two {
  padding: 80px 0;
  text-align: center;
}

#main_wrapper .article .white-two .title {
  margin-bottom: 20px;
  font-weight: 400;
}

#main_wrapper .article .white-two .white-box {
  background-color: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px;
  margin-top: 30px;
}

#main_wrapper .article .white-two .white-box .icon {
  display: block;
  height: 60px;
  margin-bottom: 20px;
}

#main_wrapper .article .white-two .white-box .icon img {
  max-width: 100%;
  max-height: 100%;
}

#main_wrapper .article .white-two .white-box .head {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

#main_wrapper .article .white-two .white-box .text {
  line-height: 1.6;
  color: #33363d;
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .white-two {
    padding: 30px 0;
  }
  
  #main_wrapper .article .white-two .white-box {
    padding: 20px;
    margin-bottom: 20px;
  }
}

/* Divider Section */
#main_wrapper .article .divider {
  padding: 0;
}

#main_wrapper .article .divider .hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e6eaee;
}

/* -------------------------------------------------------------------------- */
/* Kolay e-ticaret — hero (pf-kolay-hero)                                      */
/* -------------------------------------------------------------------------- */
#main_wrapper .article .vip-four.pf-kolay-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 5.25rem) 0 clamp(2.75rem, 6vw, 4rem) !important;
  background: linear-gradient(165deg, #fffdfb 0%, #fef6f3 42%, #fff 100%) !important;
  color: #33363d !important;
  text-align: left;
  border-bottom: 1px solid rgba(255, 77, 71, 0.12);
}

#main_wrapper .article .vip-four.pf-kolay-hero .title,
#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__title {
  margin: 0 0 1rem;
  font-weight: 800;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(2rem, 5vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ff4d47 !important;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__title p {
  margin: 0;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #391716;
  background: rgba(255, 77, 71, 0.12);
  border: 1px solid rgba(255, 77, 71, 0.2);
  border-radius: 999px;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #4a5560;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 77, 71, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 77, 71, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.55;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__orb--1 {
  width: min(55vw, 22rem);
  height: min(55vw, 22rem);
  top: -18%;
  right: -8%;
  background: radial-gradient(circle, rgba(255, 77, 71, 0.35) 0%, transparent 68%);
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__orb--2 {
  width: min(40vw, 16rem);
  height: min(40vw, 16rem);
  bottom: -12%;
  left: 5%;
  background: radial-gradient(circle, rgba(57, 23, 22, 0.12) 0%, transparent 70%);
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__aside {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  #main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__aside {
    justify-content: flex-end;
  }
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock {
  position: relative;
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 4 / 3;
  margin-top: 2rem;
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: 1.1rem;
  background: linear-gradient(160deg, #fff 0%, #faf7f6 100%);
  border: 1px solid rgba(255, 77, 71, 0.14);
  box-shadow:
    0 2px 4px rgba(57, 23, 22, 0.04),
    0 20px 48px rgba(255, 77, 71, 0.14);
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock-bar {
  display: block;
  width: 42%;
  height: 10px;
  margin-bottom: 1.1rem;
  border-radius: 5px;
  background: linear-gradient(90deg, #ff4d47, #ffb4b0);
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock-line {
  display: block;
  height: 8px;
  margin-bottom: 0.65rem;
  border-radius: 4px;
  background: #e8ecef;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock-line--a {
  width: 100%;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock-line--b {
  width: 88%;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock-line--c {
  width: 62%;
  margin-bottom: 0;
}

#main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__mock-chip {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.55rem;
  background: linear-gradient(145deg, #ff5a52 0%, #c41e16 100%);
  box-shadow: 0 6px 16px rgba(255, 77, 71, 0.35);
}

@media (max-width: 991px) {
  #main_wrapper .article .vip-four.pf-kolay-hero {
    text-align: center;
  }

  #main_wrapper .article .vip-four.pf-kolay-hero .pf-kolay-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------------------------------------------------- */
/* Hedef kitle — Kimler için? (pf-kolay-audience)                               */
/* -------------------------------------------------------------------------- */
#main_wrapper .article .ordering-eight.pf-kolay-audience {
  padding: clamp(2.75rem, 6vw, 4rem) 0;
  text-align: center;
  background: #f4f6f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#main_wrapper .article .pf-kolay-audience .pf-kolay-audience__title {
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #263238;
}

#main_wrapper .article .pf-kolay-audience .pf-kolay-audience__title p {
  margin: 0;
}

#main_wrapper .article .pf-kolay-audience__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#main_wrapper .article .pf-kolay-audience__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  padding: 1.25rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(57, 23, 22, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#main_wrapper .article .pf-kolay-audience__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255, 77, 71, 0.12);
}

#main_wrapper .article .pf-kolay-audience__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, rgba(255, 77, 71, 0.1), rgba(255, 77, 71, 0.02));
}

#main_wrapper .article .pf-kolay-audience__icon-wrap img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

#main_wrapper .article .pf-kolay-audience__labels {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #33363d;
}

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

@media (max-width: 1100px) {
  #main_wrapper .article .pf-kolay-audience__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #main_wrapper .article .pf-kolay-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* -------------------------------------------------------------------------- */
/* Kurulum adımları (pf-kolay-setup)                                          */
/* -------------------------------------------------------------------------- */
#main_wrapper .article .partner-two.pf-kolay-setup {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

#main_wrapper .article .pf-kolay-setup .pf-kolay-setup__intro {
  text-align: center;
  margin-bottom: 0.5rem;
}

#main_wrapper .article .pf-kolay-setup .pf-kolay-setup__intro .title {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  letter-spacing: -0.02em;
  color: #263238 !important;
  margin-bottom: 1rem;
}

#main_wrapper .article .pf-kolay-setup .pf-kolay-setup__intro .title p {
  margin: 0;
}

#main_wrapper .article .pf-kolay-setup .pf-kolay-setup__intro .head {
  max-width: 44rem;
  margin: 0 auto;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: #4a5560 !important;
}

#main_wrapper .article .pf-kolay-setup .pf-kolay-setup__intro .head p {
  margin: 0.5rem 0 0;
}

#main_wrapper .article .pf-kolay-setup__steps {
  margin-top: 2rem;
  counter-reset: kolay-step;
}

#main_wrapper .article .pf-kolay-setup__step-inner {
  position: relative;
  height: 100%;
  padding: 1.5rem 1.1rem 1.35rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  box-shadow: 0 6px 28px rgba(57, 23, 22, 0.07);
  text-align: center;
}

#main_wrapper .article .pf-kolay-setup__step-inner::before {
  counter-increment: kolay-step;
  content: counter(kolay-step);
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.85rem;
  height: 1.85rem;
  line-height: 1.85rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #ff4d47, #d32f2f);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(255, 77, 71, 0.35);
}

#main_wrapper .article .pf-kolay-setup__step .icon {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

#main_wrapper .article .pf-kolay-setup__step .icon img {
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}

#main_wrapper .article .pf-kolay-setup__step .text {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #33363d;
}

#main_wrapper .article .pf-kolay-setup__step .text p {
  margin: 0.25rem 0;
}

#main_wrapper .article .pf-kolay-setup__step .text strong {
  color: #263238;
}

/* -------------------------------------------------------------------------- */
/* Değer özet + üç kart (pf-kolay-values / pf-kolay-features)                 */
/* -------------------------------------------------------------------------- */
/* partner-theme .white-two.nn_section ve .white-box > .nn_col (koyu kart) kurallarını geçersiz kılar */
#main_wrapper .article .white-two.nn_section.pf-kolay-values {
  padding: clamp(3rem, 7vw, 4.75rem) 0;
  background: linear-gradient(180deg, #eef1f4 0%, #f4f6f8 28%, #f4f6f8 100%) !important;
  color: #33363d;
}

#main_wrapper .article .white-two.pf-kolay-values .pf-kolay-values__head,
#main_wrapper .article .white-two.pf-kolay-values .pf-kolay-values__head .title,
#main_wrapper .article .white-two.pf-kolay-values .pf-kolay-values__tagline {
  color: inherit;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__head {
  text-align: center;
  margin-bottom: 2rem;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__quote-shell {
  position: relative;
  max-width: 46rem;
  margin: 0 auto 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.35rem, 4vw, 2.5rem);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1.25rem;
  box-shadow:
    0 4px 24px rgba(57, 23, 22, 0.06),
    0 0 0 1px rgba(255, 77, 71, 0.06);
  overflow: hidden;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__quote-shell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 1.25rem 0 0 1.25rem;
  background: linear-gradient(180deg, #ff4d47 0%, #e53935 50%, #c62828 100%);
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__quote-water {
  position: absolute;
  top: 0.35rem;
  left: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 14vw, 7rem);
  line-height: 1;
  color: rgba(255, 77, 71, 0.09);
  pointer-events: none;
  user-select: none;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__quote-water::before {
  content: "\201C";
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 0.35rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #263238 !important;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__quote strong {
  font-weight: 800;
  color: #1a2328;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__tagline {
  margin: 0 auto 1.35rem;
  max-width: 34rem;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.55;
  font-weight: 500;
  color: #4a5560;
}

#main_wrapper .article .pf-kolay-values .pf-kolay-values__rule {
  width: min(12rem, 50%);
  height: 3px;
  margin: 0 auto 0.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 77, 71, 0.45), transparent);
}

#main_wrapper .article .white-two .white-box.pf-kolay-features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 0.25rem;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  flex-wrap: unset !important;
}

/* partner-theme: .white-two .white-box > .nn_col { background: var(--pf-bg-card) } — koyu şerit/kart çakışmasını kaldır */
#main_wrapper .article .white-two .white-box.pf-kolay-features > .nn_col.pf-kolay-features__card {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: initial;
  min-width: 0;
  width: 100%;
  max-width: none;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .pf-kolay-features__card-inner {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 1.85rem 1.4rem 1.65rem;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 1.05rem !important;
  box-shadow: 0 8px 32px rgba(57, 23, 22, 0.08);
  text-align: center;
  color: #33363d;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .pf-kolay-features__card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 77, 71, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.22s ease;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .pf-kolay-features__card-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(255, 77, 71, 0.12);
  border-color: rgba(255, 77, 71, 0.18);
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .pf-kolay-features__card-inner:hover::before {
  opacity: 1;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 4.25rem;
  margin: 0 auto 1.1rem;
  padding: 0.5rem;
  width: fit-content;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 77, 71, 0.1), rgba(255, 77, 71, 0.02));
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .icon img {
  max-height: 56px;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .head {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
  color: #263238;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .head p {
  margin: 0;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .text {
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: left;
  color: #4a5560;
}

#main_wrapper .article .white-two .white-box.pf-kolay-features .text p {
  margin: 0;
}

@media (max-width: 992px) {
  #main_wrapper .article .white-two .white-box.pf-kolay-features {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 720px) {
  #main_wrapper .article .white-two.pf-kolay-values {
    padding: 2.25rem 0;
  }

  #main_wrapper .article .white-two .white-box.pf-kolay-features {
    margin-bottom: 0;
  }
}

/* Hızlı kurulum — platform şeridi kartları */
#main_wrapper .article .ordering-eight.pf-kolay-quick .pf-kolay-quick__platforms li {
  flex: 1 1 0;
  min-width: 0;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.85rem;
  backdrop-filter: blur(8px);
}

#main_wrapper .article .ordering-eight.pf-kolay-quick .pf-kolay-quick__wizard {
  color: #5c5c5c !important;
}
