.processSection {
  position: relative;
  overflow: visible;
  padding-top: clamp(2.5rem, calc(80 / 1920 * 100vw), 5rem);
  padding-bottom: clamp(1.875rem, calc(60 / 1920 * 100vw), 3.75rem);
  background: var(--color-white);
}

.processSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(14.5rem, calc(434 / 1920 * 100vw), 27.125rem);
  height: clamp(28rem, calc(731 / 1920 * 100vw), 45.6875rem);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #ffffff 28.08%,
    #5697fe 73.392%,
    #010767 99.985%,
    #000000 99.993%
  );
}

.processSection .container {
  position: relative;
  z-index: 1;
}

.processTitle {
  margin-bottom: clamp(1.875rem, calc(60 / 1920 * 100vw), 3.75rem);
  color: var(--color-black);
  font-size: clamp(2.125rem, calc(64 / 1920 * 100vw), 4rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.processSlider {
  overflow: hidden;
}

.processGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.75rem, calc(20 / 1920 * 100vw), 1.25rem);
}

.processCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(418 / 1920 * 100vw);
  max-height: 26.125rem;
  min-height: 20rem;
  padding: 1.25rem 1.25rem 1.75rem 1.875rem;
  background: var(--color-navy-process);
}

.processCardIcon {
  width: clamp(5rem, calc(120 / 1920 * 100vw), 7.5rem);
  height: clamp(5rem, calc(120 / 1920 * 100vw), 7.5rem);
}

.processCardIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.processCardStep {
  color: var(--color-accent);
  font-size: clamp(1.5rem, calc(40 / 1920 * 100vw), 2.5rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.processCardName {
  margin-top: 0.6875rem;
  color: var(--color-white);
  font-size: clamp(0.9375rem, calc(20 / 1920 * 100vw), 1.25rem);
  font-weight: 500;
  line-height: 1.14;
  overflow-wrap: break-word;
}

.supportSection {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: clamp(6.5rem, calc(163 / 1920 * 100vw + 2rem), 10.5rem) 0
    clamp(2.5rem, calc(80 / 1920 * 100vw), 5rem);
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 38%,
    #ffffff 82%
  );
}

.supportCard {
  position: relative;
  overflow: visible;
  min-height: calc(775 / 1920 * 100vw);
  max-width: 107.5rem;
}

.supportCardFill {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 1.875rem;
  pointer-events: none;
}

.supportCardImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.supportScholar {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc(723 / 1720 * 100%);
  height: calc(100% + 163 / 775 * 100%);
  overflow: hidden;
  pointer-events: none;
}

.supportScholar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 118%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 8%;
}

.supportContent {
  position: relative;
  z-index: 2;
  width: calc(936 / 1720 * 100%);
  padding: calc(100 / 1720 * 100%) calc(20 / 1720 * 100%)
    calc(100 / 1720 * 100%) calc(100 / 1720 * 100%);
  box-sizing: border-box;
}

.supportTitle {
  margin-bottom: calc(40 / 1720 * 100%);
  color: var(--color-white);
  font-size: clamp(2.125rem, calc(64 / 1920 * 100vw), 4rem);
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: -0.03em;
}

.supportText {
  margin-bottom: calc(82 / 1720 * 100%);
  color: var(--color-white);
  font-size: clamp(0.9375rem, calc(20 / 1920 * 100vw), 1.25rem);
  font-weight: 400;
  line-height: 1.29;
}

.supportText strong {
  font-weight: 700;
}

.supportTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.supportTag {
  flex: 0 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border: 0.542px solid var(--color-border-glass);
  border-radius: 0.625rem;
  color: var(--color-white);
  font-size: clamp(0.9375rem, calc(20 / 1920 * 100vw), 1.25rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  backdrop-filter: blur(11.378px);
  -webkit-backdrop-filter: blur(11.378px);
  background-image: linear-gradient(
    174.55deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 1199px) {
  .processSection {
    overflow: hidden;
    padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  }

  .processTitle {
    margin-bottom: clamp(1.5rem, 3.5vw, 2.5rem);
    font-size: clamp(1.75rem, 3.6vw, 2.75rem);
    line-height: 1.15;
  }

  .processSection::before {
    top: clamp(8.5rem, 18vw, 14rem);
  }

  .processGrid {
    display: flex;
  }

  .processCard {
    flex: none;
    width: auto;
    min-width: 0;
    height: auto;
    max-height: none;
    min-height: clamp(17.5rem, 32vw, 22.5rem);
    padding: 1.25rem 1.125rem 1.5rem 1.5rem;
    overflow: hidden;
  }

  .processSection .processPagination {
    display: none;
  }

  .supportSection {
    padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(2rem, 5vw, 3.25rem);
  }

  .supportScholar {
    display: none;
  }

  .supportCard {
    min-height: 0;
    overflow: hidden;
    border-radius: 1.25rem;
  }

  .supportCardFill {
    border-radius: inherit;
  }

  .supportCardImage {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .supportContent {
    width: 100%;
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
  }

  .supportTitle {
    font-size: clamp(1.5rem, 3.4vw, 2.5rem);
    line-height: 1.15;
    overflow-wrap: break-word;
  }

  .supportText {
    overflow-wrap: break-word;
  }

  .supportTags {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    min-width: 0;
  }

  .supportTag {
    flex: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.35;
  }
}

@media (max-width: 767px) {
  .processSection {
    overflow: hidden;
    padding-top: clamp(2rem, 8vw, 3rem);
    padding-bottom: clamp(2rem, 6vw, 2.75rem);
  }

  .processSection::before {
    top: clamp(6.75rem, 28vw, 9rem);
  }

  .processTitle {
    font-size: clamp(1.375rem, 6vw, 1.75rem);
    line-height: 1.12;
  }

  .processCard {
    min-height: 16.5rem;
    padding: 1.125rem 1rem 1.25rem 1.25rem;
  }

  .processCardIcon {
    width: clamp(4rem, 16vw, 5.5rem);
    height: clamp(4rem, 16vw, 5.5rem);
  }

  .processCardStep {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
  }

  .processCardName {
    margin-top: 0.5rem;
    font-size: clamp(0.875rem, 3.4vw, 1.0625rem);
    line-height: 1.25;
  }

  .supportSection {
    padding: 1.5rem 0 2rem;
  }

  .supportContent {
    padding: 1.25rem 1rem 1.5rem;
  }

  .supportTitle {
    font-size: clamp(1.375rem, 5.8vw, 1.75rem);
    line-height: 1.2;
  }

  .supportText {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .supportTag {
    padding: 0.75rem 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

@media (max-width: 350px) {
  .processTitle {
    font-size: 1.25rem;
  }

  .processCardName,
  .supportTitle {
    font-size: 1.1875rem;
  }

  .supportTag {
    font-size: 0.75rem;
    padding: 0.625rem 0.75rem;
  }
}
