/* [project]/app/publication-fee/page.module.css [app-client] (css) */
.page-module__SF7UWG__container {
  background: #f8f9fc;
  min-height: 100vh;
}

.page-module__SF7UWG__heroBanner {
  background: linear-gradient(135deg, #4a148c 0%, #7b1fa2 40%, #512da8 70%, #311b92 100%);
  padding: 4rem 10%;
  position: relative;
  overflow: hidden;
}

.page-module__SF7UWG__heroOverlay {
  pointer-events: none;
  background: radial-gradient(circle at 20% 80%, #ffffff0f 0%, #0000 50%), radial-gradient(circle at 80% 20%, #ffc10714 0%, #0000 40%);
  position: absolute;
  inset: 0;
}

.page-module__SF7UWG__heroContent {
  z-index: 2;
  animation: .6s ease-out page-module__SF7UWG__fadeSlideDown;
  position: relative;
}

.page-module__SF7UWG__heroTitle {
  color: #fff;
  text-shadow: 0 2px 12px #0003;
  margin: 0 0 .8rem;
  font-size: 2.6rem;
  font-weight: 800;
}

.page-module__SF7UWG__heroDivider {
  background: linear-gradient(90deg, #ffc107, #ff9800);
  border-radius: 2px;
  width: 60px;
  height: 4px;
}

@keyframes page-module__SF7UWG__fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__SF7UWG__mainContent {
  z-index: 3;
  max-width: 1200px;
  margin: -2rem auto 0;
  padding: 0 2rem 4rem;
  position: relative;
}

.page-module__SF7UWG__card {
  opacity: 0;
  background: #fff;
  border: 1px solid #0000000a;
  border-radius: 14px;
  animation: .6s ease-out forwards page-module__SF7UWG__cardIn;
  overflow: hidden;
  transform: translateY(30px);
  box-shadow: 0 2px 12px #0000000d;
}

.page-module__SF7UWG__animDelay1 {
  animation-delay: .1s;
}

@keyframes page-module__SF7UWG__cardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__SF7UWG__cardHeader {
  background: linear-gradient(135deg, #fafafe 0%, #f3f0fa 100%);
  border-bottom: 2px solid #f0edf5;
  align-items: center;
  gap: .8rem;
  padding: 1.5rem 2rem;
  display: flex;
}

.page-module__SF7UWG__cardIcon {
  stroke: #7b1fa2;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.page-module__SF7UWG__cardTitle {
  color: #1e293b;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.page-module__SF7UWG__imageWrap {
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.page-module__SF7UWG__feeImage {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .page-module__SF7UWG__heroBanner {
    padding: 3rem 5%;
  }

  .page-module__SF7UWG__heroTitle {
    font-size: 2rem;
  }

  .page-module__SF7UWG__mainContent {
    padding: 0 1rem 3rem;
  }

  .page-module__SF7UWG__imageWrap {
    padding: 1rem;
  }
}

/*# sourceMappingURL=app_publication-fee_page_module_19a47dea.css.map*/