/* Örnek tema + partner iş ortaklığı (komisyonsuz globals özeti) */
/* Theme Section (Portfolio Examples) */
#main_wrapper .article section.theme-section {
  padding-bottom: 100px;
}

#main_wrapper .article .pf-lp-hero + section.theme-section {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

#main_wrapper .article section.theme-section ~ .feature-two {
  padding-top: 0;
}

#main_wrapper .article .theme-section .head {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
  color: #33363d;
}

#main_wrapper .article .theme-section .head p {
  margin: 0;
}

#main_wrapper .article .theme-section .text {
  color: #97989d;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 15px;
}

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

#main_wrapper .article .theme-section .text:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .theme-section .image {
  display: block;
  transition: transform 0.3s ease;
}

#main_wrapper .article .theme-section .image:hover {
  transform: scale(1.02);
}

#main_wrapper .article .theme-section .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .theme-section .count {
  font-size: 1.1rem;
  color: #ffffff;
  z-index: 1;
  font-weight: 500;
  background-color: #c8d1d9;
  display: inline-block;
  padding: 0 25px;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

#main_wrapper .article .theme-section .count p {
  margin: 0;
}

#main_wrapper .article .theme-section .view-button {
  box-shadow: 0 5px 25px rgba(255, 77, 71, 0.5);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #ff4d47;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  border: none;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#main_wrapper .article .theme-section .view-button:hover {
  background-color: #ff7470;
  text-decoration: none;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 7px 30px rgba(255, 77, 71, 0.6);
}

#main_wrapper .article .theme-section .view-button:active {
  background-color: #ff261e;
}

#main_wrapper .article .theme-section .qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin-right: 0;
}

#main_wrapper .article .theme-section .qrcode img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

#main_wrapper .article .theme-section .col-md-9 .qrcode {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}

#main_wrapper .article .theme-section .col-md-9 .content {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  width: 95%;
}

#main_wrapper .article .theme-section .content {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article section.theme-section {
    padding-bottom: 50px;
  }
  
  #main_wrapper .article .theme-section .image {
    text-align: center;
    margin-bottom: 20px;
  }
  
  #main_wrapper .article .theme-section .view-button {
    padding: 0 30px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  
  #main_wrapper .article .theme-section .qrcode {
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
  }
  
  #main_wrapper .article .theme-section .content {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;

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

#main_wrapper .article .partner-one .title {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 2.5rem;
}

#main_wrapper .article .partner-one .head {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

#main_wrapper .article .partner-one .text {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}

#main_wrapper .article .partner-one .image {
  max-height: 450px;
  display: block;
}

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

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

/* Partner Two Section */
#main_wrapper .article .partner-two {
  text-align: center;
  padding-bottom: 80px;
}

#main_wrapper .article .partner-two .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem;
  color: #33363d;
}

#main_wrapper .article .partner-two .head {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 35px;
  line-height: 1.6;
  color: #33363d;
  text-align: left;
}

#main_wrapper .article .partner-two .head p {
  margin-bottom: 20px;
}

#main_wrapper .article .partner-two .head h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 20px 0;
  color: #33363d;
}

#main_wrapper .article .partner-two .head ol {
  margin: 20px 0;
  padding-left: 30px;
}

#main_wrapper .article .partner-two .head ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}

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

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

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

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

#main_wrapper .article .partner-two .partner-box .text p {
  margin: 5px 0;
}

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

/* Portföy / hedef kitle — siparis-sistemi-partner-is-ortakligi (pf-partner-p2) */
#main_wrapper .article .partner-two.pf-partner-p2 {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5.5vw, 4.25rem) var(--pf-page-pad, 1rem) clamp(2.75rem, 5vw, 4.5rem);
  text-align: center;
  background: linear-gradient(180deg, rgba(248, 249, 251, 0.98) 0%, rgba(233, 237, 243, 0.99) 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #37474f;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(ellipse 55% 40% at 12% 25%, rgba(255, 77, 71, 0.09), transparent 55%),
    radial-gradient(ellipse 50% 45% at 88% 75%, rgba(57, 23, 22, 0.06), transparent 50%);
}

#main_wrapper .article .partner-two.pf-partner-p2 .partner-box.pf-partner-p2__box {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1.15rem;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 77, 71, 0.06);
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__intro {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

#main_wrapper .article .partner-two.pf-partner-p2 .title {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: #1a2328 !important;
}

#main_wrapper .article .partner-two.pf-partner-p2 .title p {
  margin: 0;
}

#main_wrapper .article .partner-two.pf-partner-p2 .title::after {
  content: "";
  display: block;
  width: 3.25rem;
  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-two.pf-partner-p2 .head.pf-partner-p2__lead {
  max-width: 44rem;
  margin: 0 auto;
  font-family: var(--pf-font, "IBM Plex Sans", system-ui, sans-serif);
  font-weight: 400;
  font-size: clamp(0.98rem, 1.85vw, 1.12rem);
  line-height: 1.65;
  text-align: center;
  color: #455a64 !important;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__grid {
  justify-content: center;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__grid > .nn_col {
  margin-bottom: 1rem;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__grid > .nn_col:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card {
  height: 100%;
  padding: 1.35rem 1.1rem 1.25rem;
  text-align: center;
  background: linear-gradient(165deg, #161b22 0%, #0d1016 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 77, 71, 0.35);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(11rem, 28vw, 13.5rem);
  height: clamp(11rem, 28vw, 13.5rem);
  margin: 0 auto 1.25rem;
  background: rgba(255, 77, 71, 0.16);
  border-radius: 50%;
  border: 1px solid rgba(255, 77, 71, 0.28);
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card .icon img {
  max-height: 2.35rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card .icon img.pf-partner-p2__icon-img {
  display: block;
  width: clamp(6.5rem, 18vw, 8.5rem) !important;
  height: clamp(6.5rem, 18vw, 8.5rem) !important;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card .text {
  line-height: 1.55;
  font-size: 0.94rem;
  color: #ffffff !important;
}

#main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__card .text p {
  margin: 0;
  color: inherit !important;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .partner-two.pf-partner-p2 .partner-box.pf-partner-p2__box {
    padding: 1.5rem 1.15rem;
  }

  #main_wrapper .article .partner-two.pf-partner-p2 .pf-partner-p2__grid > .nn_col {
    margin-bottom: 0.85rem;
  }
}

#main_wrapper .article .partner-three {
  padding: 80px 0;
  background-color: #f3f4f8;
}

#main_wrapper .article .partner-three .title {
  font-weight: 600;
  text-align: center;
  color: #ff4d47;
  margin-bottom: 30px;
  font-size: 3rem;
}

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

#main_wrapper .article .partner-three .list {
  list-style: none;
  padding: 0;
}

#main_wrapper .article .partner-three .list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}

#main_wrapper .article .partner-three .list li:last-child {
  margin: 0;
}

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

/* Partner Four Section */
#main_wrapper .article .partner-four {
  padding: 80px 0;
}

#main_wrapper .article .partner-four .title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

#main_wrapper .article .partner-four .text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

#main_wrapper .article .partner-four .button-col {
  margin-top: 40px;
}

#main_wrapper .article .partner-four .button-col a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0 30px;
  border-radius: 25px;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#main_wrapper .article .partner-four .button-col a.button-one {
  background-color: #ff4d47;
}

#main_wrapper .article .partner-four .button-col a.button-one:hover {
  background-color: #e00700;
  text-decoration: none;
}

#main_wrapper .article .partner-four .button-col a.button-two {
  background-color: #1d2222;
}

#main_wrapper .article .partner-four .button-col a.button-two:hover {
  background-color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .partner-four {
    padding: 30px 0;
  }
  #main_wrapper .article .partner-four .title {
    font-size: 1.8rem;
  }
}

/* Partner Five Section */
#main_wrapper .article .partner-five {
  padding: 0;
  text-align: center;
  margin: 80px 0;
}

#main_wrapper .article .partner-five .nn_container {
  background-color: #ff4d47;
  color: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

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

#main_wrapper .article .partner-five .text {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
}

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

/* Partner Six Section */
#main_wrapper .article .partner-six {
  padding: 100px 0;
  background-color: #f3f4f8;
}

#main_wrapper .article .partner-six .title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#main_wrapper .article .partner-six .head {
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}

#main_wrapper .article .partner-six .text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

#main_wrapper .article .partner-six .partner-six__cta {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.head {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field {
  margin-bottom: 20px;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #33363d;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field input[type="text"],
#main_wrapper .article .partner-six .partner-six__cta .form-field input[type="email"],
#main_wrapper .article .partner-six .partner-six__cta .form-field input[type="tel"],
#main_wrapper .article .partner-six .partner-six__cta .form-field textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field textarea {
  min-height: 100px;
  resize: vertical;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-checkbox label {
  display: flex;
  align-items: center;
  font-weight: 400;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-checkbox span a {
  color: #ff4d47;
  text-decoration: none;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-checkbox span a:hover {
  text-decoration: underline;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-submit {
  text-align: right;
  margin: 0;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-submit button {
  background-color: #ff4d47;
  color: #ffffff;
  height: 50px;
  padding: 0 50px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-submit button:hover {
  background-color: #e00700;
}

#main_wrapper .article .partner-six .partner-six__cta .form-field.form-submit button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#main_wrapper .article .partner-six .form-success-msg {
  text-align: center;
  padding: 40px 20px;
  display: block;
}

#main_wrapper .article .partner-six .form-success-msg .icon {
  display: inline-block;
  height: 125px;
  width: 125px;
  line-height: 125px;
  margin-bottom: 25px;
}

#main_wrapper .article .partner-six .form-success-msg .icon img {
  max-width: 100%;
  max-height: 100%;
}

#main_wrapper .article .partner-six .form-success-msg .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

#main_wrapper .article .partner-six .form-success-msg .text {
  font-size: 1.1rem;
  line-height: 1.6;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .partner-six {
    padding: 50px 0;
  }
  #main_wrapper .article .partner-six .title {
    font-size: 2rem;
  }
  #main_wrapper .article .partner-six .head {
    font-size: 1.1rem;
  }
  #main_wrapper .article .partner-six .partner-six__cta {
    padding: 25px;
  }
}

/* Partner alt CTA — metin kontrastı + bağlantı düğmesi (sayfada gömülü form yok) */
#main_wrapper .article .partner-six.pf-partner-p6 {
  color: #37474f;
}

#main_wrapper .article .partner-six.pf-partner-p6 .title {
  color: #1a2328 !important;
}

#main_wrapper .article .partner-six.pf-partner-p6 .title p {
  margin: 0;
}

#main_wrapper .article .partner-six.pf-partner-p6 .head,
#main_wrapper .article .partner-six.pf-partner-p6 .head p {
  color: #455a64 !important;
}

#main_wrapper .article .partner-six.pf-partner-p6 .text,
#main_wrapper .article .partner-six.pf-partner-p6 .text p {
  color: #546e7a !important;
}

#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta-hint {
  margin: 0 0 1.25rem;
  line-height: 1.65;
  text-align: center;
}

#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta-btn.button-one,
#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta-btn.button-one:link,
#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta-btn.button-one:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.75rem;
  border-radius: 999px;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: linear-gradient(135deg, #ff4d47 0%, #e00700 100%);
  color: #fff !important;
  border: 1px solid rgba(255, 77, 71, 0.35);
  box-shadow: 0 6px 18px rgba(255, 77, 71, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta-btn.button-one:hover {
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255, 77, 71, 0.32);
}

#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta-btn.button-one:focus-visible {
  outline: 2px solid #ff4d47;
  outline-offset: 3px;
}

#main_wrapper .article .partner-six.pf-partner-p6 .pf-partner-p6__row {
  align-items: center;
}

#main_wrapper .article .partner-six.pf-partner-p6 .partner-six__cta {
  text-align: center;
}
