/* hero-section.css - idesigner hero-section'a ait stiller */

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.hero-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-wrapper {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.background-primary {
  background-color: var(--primary);
}

.arrow-border-wrapper {
  z-index: 10;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text {
  text-transform: none;
  font-size: 12.55vw;
  font-weight: 600;
  line-height: 11.44vw;
}

.hero-overlay {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--transparent), var(--black));
  position: absolute;
  inset: 95% 0% 0%;
}

.arrow-image-small {
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
}

.circle {
  z-index: -1;
  border: 1px solid var(--white);
  opacity: .2;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10vw;
  transform: rotate(180deg);
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fingerprint {
  z-index: -1;
  opacity: .05;
  background-image: url("../fingerprint.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10vw;
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
.hero-section {
    min-height: 90vh;
  }
.arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }
.hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 41rem;
    height: 60vh;
  }
.icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }
.arrow-border-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }
.hero-text {
    text-align: center;
    font-size: 8rem;
    line-height: 6rem;
  }
.arrow-image-small {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }
.circle, .fingerprint {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
.hero-wrapper {
    width: 28.5rem;
    height: 53vh;
  }
.arrow-border-wrapper {
    border-width: 0;
  }
.hero-text {
    font-size: 5.5rem;
    line-height: 4rem;
  }
.circle, .fingerprint {
    bottom: 20vw;
  }
}

@media screen and (max-width: 479px) {
.hero-wrapper {
    width: 84vw;
    height: 2vh;
  }
.hero-text {
    font-size: 13vw;
    line-height: 13vw;
  }
.heading {
    font-size: 17px;
  }
.circle, .fingerprint {
    bottom: auto;
  }
}
/* Logo boyutları */
.nav-main-logo {
  max-width: 160px;
  height: auto;
}
.footer-logo {
  max-width: 160px;
  height: auto;
}

/* Arrow hover animasyonu - Webflow IX2 yerine CSS transition */
.icon-wrapper {
    transition: transform 0.3s ease;
}
.arrow-border-wrapper:hover .icon-wrapper {
    transform: rotate(45deg);
}

/* 4 adım grid — 2x2 simetrik düzen */
.process-main-content-flex {
    grid-template-columns: 1fr 1fr !important;
}

/* Banner — 4 öğe için max genişlik artırıldı */
.process-main-right-wrapper {
    max-width: 960px !important;
}

/* _2 ve _4 başlangıç durumu JS ile set edilir — transition yok (scroll-driven) */
