.for-developers-hero-section {
  padding-top: 70px;
  padding-bottom: 40px;
  background:
    linear-gradient(
      90deg,
      rgba(24, 28, 57, 0.95) 23.31%,
      rgba(24, 28, 57, 0.5) 56.34%,
      rgba(24, 28, 57, 0) 78.54%
    ),
    url(../../assets/img/for-developers-hero-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.for-developers-hero-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.for-developers-hero-section-content {
  max-width: 620px;
  width: 50%;
}

.for-developers-hero-section-content .page-hero-title {
  margin-bottom: 32px;
  font-size: 48px;
}

.for-developers-hero-section-content .page-hero-text {
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}

.for-developers-hero-section-content .page-hero-blockquote {
  margin-bottom: 40px;
}

.for-developers-hero-section-content .page-hero-link {
  color: #ddcab2;
}

.for-developers-hero-section-content .page-hero-link:hover {
  color: #fcfcfc;
}

.for-developers-hero-section-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.for-developers-hero-section-image {
  flex-shrink: 0;
  max-width: 650px;
  width: 50%;
  height: 700px;
  border-radius: 16px;
  overflow: hidden;
}

.for-developers-hero-section-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.pipeline {
  border-top: 1px solid #ddcab280;
  border-bottom: 1px solid #ddcab280;
}

.pipeline-steps {
  background-color: #181c39;
}

.pipeline-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pipeline-step {
  padding: 48px 40px;
}

.pipeline-step:nth-child(1) {
  padding-left: 0;
}

.pipeline-step:nth-child(2) {
  border-left: 1px solid #ddcab280;
  border-right: 1px solid #ddcab280;
}

.pipeline-step:nth-child(3) {
  padding-right: 0;
}

.pipeline-step-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: #ddcab2;
  margin-bottom: 16px;
}

.pipeline-step-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: #fcfcfc;
  margin-bottom: 10px;
}

.pipeline-step-text {
  font-size: 16px;
  line-height: 100%;
  color: #fcfcfc;
  letter-spacing: -3%;
}

.pipeline-metrics {
  background-color: #f6f1eb;
}

.pipeline-metric-wrapper {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 40px;
  padding: 64px 0;
}

.pipeline-metric-item {
  text-align: center;
  width: 100%;
  padding: 0 32px;
}

.pipeline-metric-item:not(:last-child) {
  border-right: 2px solid #ddcab2;
}

.pipeline-metric-item-label {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-size: 40px;
  letter-spacing: -3%;
  color: #181c39;
  margin-bottom: 8px;
}

.pipeline-metric-item-text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #353a5d;
  max-width: 188px;
  width: 100%;
  margin: 0 auto;
}

.pipeline-metric-item-label-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
}

.traffic {
  padding: 100px 0;
  background-color: #f6f1eb;
}

.traffic-header {
  max-width: 740px;
  width: 100%;
  margin-bottom: 56px;
}

.traffic-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 20px;
  color: #181c39;
}

.traffic-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #353a5d;
}

.traffic-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.traffic-item {
  max-width: 405px;
  width: 100%;
  padding: 32px;
  background-color: #fcfcfc;
  border-radius: 16px;
}

.traffic-item.uniq {
  background-color: #181c39;
}

.traffic-item.uniq .traffic-item-title {
  color: #fcfcfc;
}
.traffic-item.uniq .traffic-item-list-row-text {
  color: #fcfcfc;
}
.traffic-item.uniq .traffic-item-list-row-label {
  color: #ddcab2;
}

.traffic-item.uniq .traffic-item-list-row {
  border-top: 2px solid #ddcab233;
}

.traffic-item-label {
  font-size: 16px;
  color: #ddcab2;
  margin-bottom: 12px;
}

.traffic-item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 20px;
  color: #181c39;
}

.traffic-item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.traffic-item-list-row {
  padding-top: 16px;
  border-top: 2px solid #eeeeee;
}

.traffic-item-list-row-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #181c39;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.traffic-item-list-row-text {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #353a5d;
}

.receives {
  background-color: #fcfcfc;
  overflow-x: clip;
}

.receives-label {
  margin-bottom: 20px;
}

.receives .traffic-header {
  max-width: 100%;
}

.receives .traffic-title {
  max-width: 1075px;
  width: 100%;
}

.receives .traffic-text {
  max-width: 680px;
  width: 100%;
}

.receives-slider {
  position: relative;
}

.receives-swiper {
  width: 100%;
  overflow: hidden;
}

.receives-swiper .swiper-wrapper {
  align-items: stretch;
}

.receives-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.receives-item {
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.receives-item-number {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #e1c9ae;
}

.receives-item-title {
  font-size: 18px;
  font-weight: 500;
  color: #181c39;
}

.receives-item-text {
  font-size: 16px;
  color: #353a5d;
}

.receives-nav-prev,
.receives-nav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.receives-nav-prev {
  left: 0;
  background: linear-gradient(
    90deg,
    #fcfcfc 0%,
    rgba(252, 252, 252, 0.92) 40%,
    rgba(252, 252, 252, 0) 100%
  );
}

.receives-nav-next {
  right: 0;
  background: linear-gradient(
    270deg,
    #fcfcfc 0%,
    rgba(252, 252, 252, 0.92) 40%,
    rgba(252, 252, 252, 0) 100%
  );
}

.receives-nav-prev img,
.receives-nav-next img {
  display: block;
  width: 16px;
  height: 28px;
}

.receives-nav-prev.swiper-button-disabled,
.receives-nav-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.support {
  padding: 112px 0;
  background-color: #181c39;
}

.support-label {
  margin-bottom: 20px;
  color: #ddcab2;
}

.support-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 20px;
  color: #fcfcfc;
  margin-bottom: 20px;
  max-width: 840px;
  width: 100%;
}

.support-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fcfcfc;
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
}

.support-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 32px;
  margin-top: 64px;
}

.support-item {
  padding-top: 28px;
  border-top: 2px solid #ddcab2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-item-number {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  color: #ddcab2;
}

.support-item-title {
  font-size: 24px;
  font-weight: 500;
  color: #fcfcfc;
  letter-spacing: -3%;
}

.support-item-text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fcfcfc;
}

.for-developers-faq {
  padding: 112px 0;
  background-color: #fcfcfc;
}

.for-developers-faq-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.for-developers-faq-content {
  max-width: 405px;
  width: 100%;
}

.for-developers-faq-label {
  margin-bottom: 8px;
  color: #181c39;
}

.for-developers-faq-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 20px;
  color: #181c39;
}

.for-developers-faq-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #353a5d;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.for-developers-faq-items {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.for-developers-faq-item.faq_item {
  border-bottom: 1px solid #eeeeee;
}

.for-developers-faq-item.faq_item:hover {
  transform: none;
}

.for-developers-faq-item-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.for-developers-faq-item .faq_question,
.for-developers-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  gap: 16px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.for-developers-faq-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #181c39;
}

.for-developers-faq-toggle {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1.5px solid #181c39;
  border-radius: 50%;
}

.for-developers-faq-toggle::before,
.for-developers-faq-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #181c39;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.for-developers-faq-toggle::before {
  width: 14px;
  height: 1.5px;
}

.for-developers-faq-toggle::after {
  width: 1.5px;
  height: 14px;
}

.for-developers-faq-item.faq_item.active .for-developers-faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.for-developers-faq-item .faq_answear {
  font-size: 16px;
  line-height: 140%;
  color: #353a5d;
}

.for-developers-faq-item.faq_item.active .faq_answear {
  padding-bottom: 20px;
}


.for-developers-faq-answer-heading {
  margin: 0 0 14px;
  font-weight: 600;
  color: #181c39;
}

.for-developers-faq-answer-block {
  margin: 0 0 14px;
}

.for-developers-faq-answer-block:last-child {
  margin-bottom: 0;
}

.for-developers-faq-answer-block strong,
.for-developers-faq-answer-block b {
  color: #181c39;
  font-weight: 600;
}

.for-developers-faq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.for-developers-faq-tag {
  border: 1px solid rgba(24, 28, 57, 0.16);
  color: rgba(24, 28, 57, 0.7);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 3px;
}

.net {
  padding: 112px 0;
  background-color: #181c39;
}

.net-label {
  margin-bottom: 20px;
  color: #ddcab2;
}

.net-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 20px;
  color: #fcfcfc;
  margin-bottom: 20px;
  max-width: 950px;
  width: 100%;
}

.net-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fcfcfc;
  max-width: 620px;
  width: 100%;
}

.net-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin-top: 48px;
  padding: 0;
  list-style: none;
}

.net-content-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #e1c9ae;
  padding: 10px 20px;
  border-radius: 32px;
  border: 1px solid #e1c9ae;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.net-content-item:hover {
  color: #fcfcfc;
  background-color: #e1c9ae;
}

.brands {
  padding: 64px 0;
  background-color: #f7f4f0;
}

.brands-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -3%;
  color: #181c39;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.brands-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brands-content-item {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -3%;
  color: #181c39;
  opacity: 0.7;
}

.join {
  background-color: #181c39;
}

.join .page-container {
  max-width: 1440px;
  padding: 0;
}

.join-wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
}

.join-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.join-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.join-content {
  padding: 80px 64px;
}

.join-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 32px;
  color: #fcfcfc;
}

.join-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fcfcfc;
  margin-bottom: 32px;
}

.join-button {
  font-size: 15px;
  margin-bottom: 32px;
}

.join-text-small {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fcfaf8cc;
  margin-bottom: 32px;
}

.join-cta {
  background-color: #e1c9ae0d;
  border: 1px solid #e1c9ae33;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.join-cta p {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fcfaf8cc;
}

.join-cta p a {
  color: #e1c9ae;
  text-decoration: none;
  transition: color 0.25s ease;
}

.join-cta p a:hover {
  color: #fcfcfc;
}

@media (max-width: 1024px) {
  .receives-nav-prev,
  .receives-nav-next {
    display: none;
  }

  .receives-swiper {
    overflow: visible;
  }

  .for-developers-hero-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 48px;
  }

  .for-developers-hero-section-content .page-hero-title {
    font-size: 32px;
  }

  .for-developers-hero-section-content {
    max-width: 100%;
    width: 100%;
  }

  .for-developers-hero-section-image {
    max-width: 400px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }

  .for-developers-hero-section-buttons {
    justify-content: center;
  }

  .pipeline-metric-wrapper {
    padding: 32px 0;
    grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
  }

  .pipeline-step {
    padding: 32px 24px;
  }

  .pipeline-metric-item:not(:last-child) {
    border: none;
  }

  .pipeline-metric-item:last-child {
    border-bottom: none;
  }

  .traffic {
    padding: 40px 0;
  }

  .traffic-header {
    margin-bottom: 32px;
  }

  .traffic-title {
    font-size: 32px;
  }

  .traffic-text {
    font-size: 16px;
  }

  .traffic-item {
    padding: 24px;
  }

  .support {
    padding: 40px 0;
  }

  .support-title {
    font-size: 32px;
  }

  .support-text {
    font-size: 16px;
  }

  .support-item-number {
    font-size: 32px;
  }

  .for-developers-faq {
    padding: 40px 0;
  }

  .for-developers-faq-wrapper {
    flex-direction: column;
  }

  .for-developers-faq-content {
    max-width: 100%;
  }

  .for-developers-faq-title {
    font-size: 32px;
  }

  .for-developers-faq-text {
    font-size: 16px;
  }

  .for-developers-faq-items {
    max-width: 100%;
  }

  .for-developers-faq-toggle {
    width: 32px;
    height: 32px;
  }

  .net {
    padding: 40px 0;
  }

  .net-title {
    font-size: 32px;
  }

  .net-text {
    font-size: 16px;
  }

  .join-wrapper {
    grid-template-columns: 1fr;
  }

  .join-image {
    min-height: 400px;
    width: 100%;
  }

  .join-content {
    padding: 24px;
  }

  .join-title {
    font-size: 24px;
  }

  .join-text {
    font-size: 16px;
  }

  .join-cta p {
    font-size: 16px;
  }

  .join-cta p a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .pipeline-steps-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .pipeline-step {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .pipeline-step:nth-child(2) {
    border: none;
  }

  .traffic-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .join-button {
    width: 100%;
  }
}

/* Project submit modal */
.fd-modal {
  border: none;
  padding: 0;
  max-width: calc(100% - 32px);
  width: 480px;
  background: transparent;
}

.fd-modal::backdrop {
  background: rgba(24, 28, 57, 0.72);
}

.fd-modal__panel {
  position: relative;
  padding: 40px 32px 32px;
  border-radius: 16px;
  background: #181c39;
  color: #fcfaf8;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  border: 1px solid #dba77b;
}

.fd-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #ddcab2;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.fd-modal__close:hover {
  background: rgba(221, 202, 178, 0.12);
}

.fd-modal__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  padding-right: 36px;
}

.fd-modal__text {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #fcfaf8cc;
  margin: 0 0 28px;
}

.fd-modal .wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fd-modal .wpcf7-form .wpcf7-submit {
  width: 100%;
}

.fd-modal__form-box {
  width: 100%;
}

.fd-modal__form-box .wpcf7 {
  margin: 0;
}

.fd-modal__form-box label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fcfaf8;
}

.fd-modal__form-box label input,
.fd-modal__form-box .wpcf7-textarea {
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #fcfaf80f;
  backdrop-filter: blur(12px);
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fcfaf8;
  outline: none;
}

.fd-modal__form-box label input::placeholder,
.fd-modal__form-box .wpcf7-textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fcfaf8;
}

.fd-modal__form-box .wpcf7-form > p {
  margin: 0 0 16px;
}

.fd-modal__form-box .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.fd-modal__form-box input[type='submit'] {
  padding: 16px 32px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #ddcab2;
  color: #181c39;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.fd-modal__form-box input[type='submit']:hover {
  background-color: #dba77b;
}

.fd-modal__form-box .wpcf7-not-valid-tip {
  color: #e07070;
  font-size: 13px;
}

.fd-modal__form-box .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .fd-modal__panel {
    padding: 32px 20px 24px;
  }

  .fd-modal__title {
    font-size: 22px;
  }

  .fd-modal__form-box input[type='submit'] {
    width: 100%;
  }
}
