.page__iamarcha {
  font-size: clamp(16px, 1.8vw, 23px);
  --pading: 7vw;
}

/* Desktop Header */
.header__iamarcha.desktop-header {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1rem, 1vw, 3rem) var(--pading);
}

.header__iamarcha.desktop-header .l {
  flex: 0 0 33%;
}

.header__iamarcha.desktop-header .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2.5rem;
  flex: 0 0 50%;
}

.header__iamarcha.desktop-header .r .button {
  width: fit-content;
  padding-inline: 1.5rem;
}

.header__iamarcha.desktop-header .r .bd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.header__iamarcha.desktop-header .r .bd.colab {
  gap: 40px;
}

@media all and (max-width: 1200px) {
  .header__iamarcha.desktop-header .r .bd.colab {
    gap: 30px;
  }
}

.header__iamarcha.desktop-header .r .bd img {
  height: 40px;
  width: auto;
}

.header__iamarcha.desktop-header .r .bd span {
  height: 56px;
  width: 1px;
  background: #000;
}

.header__iamarcha.desktop-header > .logo_founderz {
  flex: 0 0 auto;
  max-width: 20%;
}

@media all and (max-width: 1200px) {
  .header__iamarcha.desktop-header {
    gap: 2rem;
  }

  .header__iamarcha.desktop-header .l img {
    max-width: 380px;
  }

  .header__iamarcha.desktop-header .r .bd img {
    height: 30px;
  }

  .header__iamarcha.desktop-header .r .bd span {
    height: 40px;
  }
}

.header__iamarcha.desktop-header > .flip-card {
  max-width: 420px;
}

.header__iamarcha.desktop-header > .partner {
  flex: 0 0 auto;
  max-width: 20%;
}

.header__iamarcha.desktop-header > .partner > .txt {
  margin-bottom: 20px;
}

.header__iamarcha.desktop-header > .partner > img {
  max-width: 100%;
}

/* Mobile Header */
.header__iamarcha.mobile-header {
  display: none;
  flex-direction: column;
  padding-right: 12vw;
  padding-left: 12vw;
  padding-top: 5vw;
  padding-bottom: 3vw;
  gap: 10px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.header__iamarcha.mobile-header > .flip-card {
  width: 70%;
  margin: 0 auto;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}

.header__iamarcha.mobile-header .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  padding-bottom: 0vw;
}

.header__iamarcha.mobile-header:not(.colab) .bottom-row > .logo_founderz,
.header__iamarcha.mobile-header:not(.colab) .bottom-row > .logo_colab,
.header__iamarcha.mobile-header:not(.colab) .bottom-row > .logo_partner {
  flex: 0 0 37%;
  max-width: 37%;
}

.header__iamarcha.mobile-header.colab .bottom-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.header__iamarcha.mobile-header.colab .bottom-row img {
  height: 40px;
  width: auto;
}

.header__iamarcha.mobile-header .bottom-row > .txt {
  flex: 0 0 15%;
  font-size: 5vw;
  margin: 0;
  text-align: center;
}

/* Flip card styles (shared) */
.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  display: grid;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  max-width: 370px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  grid-area: 1/1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

.flip-card-back {
  transform: rotateY(180deg);
}

@media (max-width: 980px) {
  .header__iamarcha.desktop-header {
    display: none;
  }
  .header__iamarcha.mobile-header {
    display: flex;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}

.main__iamarcha > .trailer {
  padding-inline: var(--pading);
}
.main__iamarcha > .trailer > .video {
  position: relative;
  border-radius: 20.62px;
  overflow: hidden;
  cursor: pointer;
}
.main__iamarcha > .trailer > .video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 650px;
}
.main__iamarcha > .trailer > .video:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    linear-gradient(0.03deg, rgba(0, 0, 0, 0) 49.92%, rgba(0, 0, 0, 0.4) 67.45%);
}
.main__iamarcha > .trailer > .video > .c {
  position: absolute;
  z-index: 1;
  top: 7vw;
  left: 5vw;
  color: #ffffff;
  max-width: 530px;
  width: 40%;
}
.main__iamarcha > .trailer > .video > .c > .text_1 {
  margin-bottom: 30px;
}
.main__iamarcha > .trailer > .video > .c > .text_2 {
  font-size: clamp(24px, 5.5vw, 80px);
  line-height: 1;
}
.main__iamarcha > .trailer > .video > .c > .text_2.t-mobile {
  display: none;
}
.main__iamarcha > .trailer > .video > .play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.75;
}
.main__iamarcha > .trailer > .video > .play > svg {
  display: block;
  margin: 0 auto 10px;
}
.main__iamarcha > .trailer > .video > .play > span {
  color: #f5f5f5;
  display: block;
  text-align: center;
}
@media (max-width: 650px) {
  .main__iamarcha > .trailer > .video > .c > .text_2 {
    margin-top: 0px;
  }
  .main__iamarcha > .trailer > .video > .c > .text_2.t-desktop {
    display: none;
  }
  .main__iamarcha > .trailer > .video > .c > .text_2.t-mobile {
    display: block;
  }
  .main__iamarcha > .trailer > .video > .c {
    width: calc(100% - 10vw);
  }
  .main__iamarcha > .trailer > .video > .c > .text_1 {
    display: none;
  }
  .main__iamarcha > .trailer > .video > .c > .text_2 br {
    display: none;
  }
  .main__iamarcha > .trailer > .video > .play {
    inset: auto auto 5vw 5vw;
    translate: 0;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .main__iamarcha > .trailer > .video > .play > svg {
    margin: 0;
    width: 40px;
  }
}
.main__iamarcha > .stories {
  padding: 3vw 0;
}
.main__iamarcha > .stories .desc {
  display: flex;
  justify-content: space-between;
  gap: var(--pading);
  padding-inline: var(--pading);
}
.main__iamarcha > .stories .desc > .l {
  flex: 0 0 auto;
  max-width: 35%;
}
.main__iamarcha > .stories .desc > .l > .flip-card {
  width: 100%;
  height: 100%;
}
.main__iamarcha > .stories .desc > .r {
  flex: 1;
  padding-top: 1.5rem;
}
.main__iamarcha > .stories .desc > .r > .txt {
  font-size: clamp(17px, 1.9vw, 24px);
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  word-spacing: 0.05em;
}
.main__iamarcha > .stories .desc > .r > .button {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  font-size: clamp(15px, 1.6vw, 21px);
  min-height: 0;
}

.main__iamarcha > .stories > .swiper-stories .slider-controls {
  padding: 3vw var(--pading);
  padding-top: 1vw;
  justify-content: flex-end;
}
.main__iamarcha > .stories > .swiper-stories .swiper {
  padding-inline: var(--pading);
}
.main__iamarcha > .stories > .swiper-stories .swiper-wrapper {
  height: auto;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .video.disabled {
  cursor: default;
  filter: grayscale(1);
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .video:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    linear-gradient(0.03deg, rgba(0, 0, 0, 0) 49.92%, rgba(0, 0, 0, 0.4) 67.45%);
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .video > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .video > .date {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .tt {
  font-weight: 600;
  font-size: clamp(17px, 1.9vw, 24px);
  letter-spacing: 0.02em;
  padding-block: 10px 20px;
  word-spacing: 0.05em;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .duration {
  color: #929293;
  margin-top: auto;
}
.main__iamarcha > .stories > .swiper-stories .swiper-slide > .description {
  color: #929293;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: 0.05em;
}
.main__iamarcha
  > .stories
  > .swiper-stories
  .swiper-slide
  > .description.active {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

@media (max-width: 650px) {
  .main__iamarcha > .stories .desc {
    flex-direction: column;
    gap: 30px;
  }

  .main__iamarcha > .stories .desc > .r > .txt {
    margin-bottom: 10px;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .main__iamarcha > .stories .desc > .l,
  .main__iamarcha > .stories .desc > .r > .button {
    display: none;
  }

  /* Add improved word spacing for mobile */
  .main__iamarcha .txt,
  .main__iamarcha .tt,
  .main__iamarcha .description,
  .main__iamarcha > .trailer > .video > .c > .text_2 {
    word-spacing: 0.1em;
  }
}
.main__iamarcha > .form {
  position: relative;
  color: #fff;
  padding: 70px 15vw;
  display: flex;
  gap: var(--pading);
  overflow: hidden;
  z-index: 1;
}
.main__iamarcha > .form > svg {
  position: absolute;
  inset: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
}
.main__iamarcha > .form:after {
  content: "";
  background: #5045c8;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.main__iamarcha > .form > .l {
  position: relative;
  flex: 1;
}
.main__iamarcha > .form > .l > .tt {
  font-size: clamp(35px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: 0.005em;
  margin-bottom: 30px;
}
.main__iamarcha > .form > .l > .description {
  font-size: clamp(17px, 1.9vw, 24px);
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
}
.main__iamarcha > .form > .l > .description > *:not(:last-child) {
  margin-bottom: 30px;
}
.main__iamarcha > .form > .r {
  position: relative;
  flex: 0 0 43%;
}
.main__iamarcha > .form > .r > .form {
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .main__iamarcha > .form {
    padding-inline: var(--pading);
  }
}
@media (max-width: 650px) {
  .main__iamarcha > .form {
    flex-direction: column;
    gap: 30px;
    padding: 60px var(--pading) 70px;
  }
  .main__iamarcha > .form > svg {
    width: 200%;
  }
}
.footer {
  background: #5045c8;
}

.hover-img {
  position: relative;
  overflow: hidden;
}

@media (hover: hover) {
  .hover-img img {
    transition: transform 0.3s ease-in-out;
  }

  .hover-img:not(.disabled):hover img {
    transform: scale(1.05);
  }
}

.show-more {
  display: flex;
  justify-content: flex-end;
  font-size: 24px;
  color: #929293;
  cursor: pointer;
}

.show-more .plus {
  display: inline;
}

.show-more .minus {
  display: none;
}

.show-more.active .plus {
  display: none;
}

.show-more.active .minus {
  display: inline;
}
