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

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

.page-module__YQJIla__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__YQJIla__heroContent {
  z-index: 2;
  text-align: left;
  animation: .6s ease-out page-module__YQJIla__fadeSlideDown;
  position: relative;
}

.page-module__YQJIla__heroTitle {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 4px 15px #0003;
  margin: 0 0 1rem;
  font-size: 3.5rem;
  font-weight: 800;
  display: inline-block;
}

.page-module__YQJIla__heroDivider {
  background: linear-gradient(90deg, #ffc107, #ff9800);
  border-radius: 5px;
  width: 80px;
  height: 5px;
}

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

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

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

.page-module__YQJIla__spacer {
  height: 8rem;
}

.page-module__YQJIla__sectionRow {
  opacity: 0;
  align-items: center;
  gap: 5rem;
  animation: .8s ease-out forwards page-module__YQJIla__fadeInUp;
  display: flex;
  transform: translateY(40px);
}

.page-module__YQJIla__sectionRow.page-module__YQJIla__reverse {
  flex-direction: row-reverse;
}

.page-module__YQJIla__sectionText {
  flex: 1.2;
}

.page-module__YQJIla__tagline {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7b1fa2;
  align-items: center;
  gap: .5rem;
  margin-bottom: .8rem;
  font-size: .85rem;
  font-weight: 800;
  display: flex;
}

.page-module__YQJIla__tagline:before {
  content: "";
  background: #7b1fa2;
  width: 20px;
  height: 2px;
}

.page-module__YQJIla__sectionHeading {
  color: #1e293b;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
}

.page-module__YQJIla__leadText {
  color: #0f172a;
  margin-bottom: 2rem;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.9;
}

.page-module__YQJIla__premiumQuote {
  color: #4a148c;
  background: #f3f0fa;
  border-left: 6px solid #7b1fa2;
  border-radius: 0 16px 16px 0;
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  box-shadow: 4px 4px 15px #00000008;
}

.page-module__YQJIla__aimFlex {
  flex-direction: column;
  gap: 1.5rem;
  margin: 2.5rem 0;
  display: flex;
}

.page-module__YQJIla__aimBox {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.8rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 10px 30px #0000000a;
}

.page-module__YQJIla__aimBox:hover {
  border-color: #7b1fa2;
  transform: translateX(10px);
  box-shadow: 0 15px 40px #7b1fa214;
}

.page-module__YQJIla__aimText {
  color: #0f172a;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.7;
}

.page-module__YQJIla__aimIcon {
  color: #fff;
  background: linear-gradient(135deg, #7b1fa2, #512da8);
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
}

.page-module__YQJIla__sectionImageOuter {
  flex: 1;
}

.page-module__YQJIla__imageCard {
  border-radius: 30px;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px #00000026;
}

.page-module__YQJIla__imageCard:hover {
  transform: scale(1.02)rotate(1deg);
}

.page-module__YQJIla__premiumImage {
  width: 100%;
  height: auto;
  transition: transform .8s;
  display: block;
}

.page-module__YQJIla__imageCard:hover .page-module__YQJIla__premiumImage {
  transform: scale(1.1);
}

.page-module__YQJIla__imageOverlay {
  background: linear-gradient(to top, #0000004d, #0000);
  position: absolute;
  inset: 0;
}

.page-module__YQJIla__floatingBadge {
  color: #1e293b;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #fffffff2;
  border-radius: 50px;
  padding: .7rem 1.4rem;
  font-size: .85rem;
  font-weight: 800;
  position: absolute;
  top: 30px;
  left: 30px;
  box-shadow: 0 10px 25px #0000001a;
}

.page-module__YQJIla__premiumCard {
  color: #fff;
  background: #1e293b;
  border-radius: 40px;
  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px #0000001a;
}

.page-module__YQJIla__cardPattern {
  background-image: radial-gradient(circle at 2px 2px, #ffffff0d 1px, #0000 0);
  background-size: 32px 32px;
  position: absolute;
  inset: 0;
}

.page-module__YQJIla__premiumCardContent {
  z-index: 2;
  position: relative;
}

.page-module__YQJIla__infoGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  display: grid;
}

.page-module__YQJIla__infoItem h3 {
  color: #ffc107;
  letter-spacing: .5px;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.page-module__YQJIla__infoItem p {
  color: #ffffffd9;
  font-size: 1rem;
  line-height: 1.8;
}

.page-module__YQJIla__textContent {
  color: #0f172a;
  margin-bottom: 1.2rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.8;
}

.page-module__YQJIla__twoColumnGrid {
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  display: grid;
}

.page-module__YQJIla__glassCard {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 3rem;
  transition: transform .3s;
  box-shadow: 0 15px 35px #0000000d;
}

.page-module__YQJIla__glassCard p {
  color: #0f172a;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

.page-module__YQJIla__glassCard:hover {
  transform: translateY(-5px);
}

.page-module__YQJIla__cardSubheading {
  color: #1e293b;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
}

.page-module__YQJIla__cardSubheading svg {
  color: #7b1fa2;
  stroke-width: 2.5px;
}

.page-module__YQJIla__strongText {
  color: #0f172a;
  font-weight: 500;
}

.page-module__YQJIla__scheduleRowMini {
  gap: 1.2rem;
  margin-top: 1.5rem;
  display: flex;
}

.page-module__YQJIla__schedulePhase {
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex: 1;
  padding: 1.2rem;
}

.page-module__YQJIla__schedulePhase strong {
  color: #7b1fa2;
  margin-bottom: .3rem;
  font-size: 1rem;
  display: block;
}

.page-module__YQJIla__copyrightNotice {
  text-align: center;
  color: #94a3b8;
  border-top: 1px solid #e2e8f0;
  margin-top: 6rem;
  padding: 3rem 2rem;
  font-size: .95rem;
  font-weight: 500;
}

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

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

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

.page-module__YQJIla__animDelay2 {
  animation-delay: .3s;
}

.page-module__YQJIla__animDelay3 {
  animation-delay: .5s;
}

.page-module__YQJIla__animDelay4 {
  animation-delay: .7s;
}

.page-module__YQJIla__animDelay5 {
  animation-delay: .9s;
}

@media (max-width: 1024px) {
  .page-module__YQJIla__sectionRow {
    gap: 3rem;
  }

  .page-module__YQJIla__sectionHeading {
    font-size: 2.4rem;
  }

  .page-module__YQJIla__premiumCard {
    padding: 4rem 2rem;
  }

  .page-module__YQJIla__infoGrid {
    gap: 2rem;
  }
}

@media (max-width: 868px) {
  .page-module__YQJIla__sectionRow {
    text-align: center;
    flex-direction: column !important;
  }

  .page-module__YQJIla__tagline {
    justify-content: center;
  }

  .page-module__YQJIla__tagline:after {
    content: "";
    background: #7b1fa2;
    width: 20px;
    height: 2px;
  }

  .page-module__YQJIla__sectionHeading {
    font-size: 2.2rem;
  }

  .page-module__YQJIla__premiumQuote {
    border-top: 6px solid #7b1fa2;
    border-left: none;
    border-radius: 16px;
  }

  .page-module__YQJIla__infoGrid, .page-module__YQJIla__twoColumnGrid {
    grid-template-columns: 1fr;
  }

  .page-module__YQJIla__heroTitle {
    font-size: 2.8rem;
  }
}

@media (max-width: 480px) {
  .page-module__YQJIla__heroTitle {
    font-size: 2.2rem;
  }

  .page-module__YQJIla__mainContent {
    padding: 2rem 1rem;
  }

  .page-module__YQJIla__premiumCard {
    padding: 2.5rem 1.5rem;
  }

  .page-module__YQJIla__glassCard {
    padding: 2rem 1.5rem;
  }

  .page-module__YQJIla__scheduleRowMini {
    flex-direction: column;
  }
}

/*# sourceMappingURL=app_aim-scope_page_module_710fbe88.css.map*/