/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/components/Hero.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.Hero_hero__JT9C7 {
  position: relative;
  height: 300px;
  margin-top: calc(1rem + 12px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Hero_heroBackground__hLfrz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.Hero_backgroundImage__dWugi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.Hero_overlay__j22o_ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 41, 107, 0.85) 0%,
    rgba(0, 70, 145, 0.75) 50%,
    rgba(43, 135, 235, 0.65) 100%
  );
  z-index: 2;
}

.Hero_heroBackground__hLfrz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--color-brand-800) 0%,
    var(--color-brand-700) 25%,
    var(--color-brand-600) 50%,
    var(--color-brand-500) 75%,
    var(--color-brand-400) 100%
  );
  z-index: 1;
}

.Hero_container__Wap54 {
  position: relative;
  z-index: 3;
  max-width: var(--container-max-width);
  width: 100%;
  padding: var(--sp-rem-32);
  margin: 0 auto;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hero_content___NoHb {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.Hero_title__gc0cB {
  font: var(--text-display-2xl);
  font-weight: var(--fw-bold);
  color: white;
  margin-bottom: var(--sp-rem-24);
  line-height: var(--lh-display-2xl);
  letter-spacing: var(--letter-spacing);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.Hero_subtitle__tiCmL {
  font: var(--text-xl);
  font-weight: var(--fw-medium);
  color: rgba(255, 255, 255, 0.95);
  line-height: var(--lh-xl);
  margin-bottom: var(--sp-rem-32);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Responsive design */
@media (max-width: 768px) {
  .Hero_hero__JT9C7 {
    height: 300px;
  }
  
  .Hero_container__Wap54 {
    padding: var(--sp-rem-16);
  }
  
  .Hero_title__gc0cB {
    font: var(--text-display-xl);
    line-height: var(--lh-display-xl);
    margin-bottom: var(--sp-rem-20);
  }
  
  .Hero_subtitle__tiCmL {
    font: var(--text-lg);
    line-height: var(--lh-lg);
    margin-bottom: var(--sp-rem-24);
  }
}

@media (max-width: 480px) {
  .Hero_hero__JT9C7 {
    height: 300px;
  }
  
  .Hero_title__gc0cB {
    font: var(--text-display-lg);
    line-height: var(--lh-display-lg);
    margin-bottom: var(--sp-rem-16);
  }
  
  .Hero_subtitle__tiCmL {
    font: var(--text-md);
    line-height: var(--lh-md);
    margin-bottom: var(--sp-rem-20);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/components/SectionCard.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.SectionCard_card__fFGJn {
  display: block;
  background: linear-gradient(90deg, rgba(53, 119, 239, 0.06) 0%, rgba(53, 119, 239, 0.00) 40%), var(--color-gray-25);
  border-radius: var(--sp-rem-16);
  padding: var(--sp-rem-32);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--color-gray-200);
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.SectionCard_card__fFGJn:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-brand-300);
}

.SectionCard_card__fFGJn:focus-visible {
  outline: 2px solid var(--color-brand-500);
  outline-offset: 2px;
}

.SectionCard_cardContent__T4kt0 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--sp-rem-24);
  height: 100%;
}

.SectionCard_textWrap__KSxtW {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.SectionCard_icon__vZxYF {
  font-size: var(--fs-display-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--color-brand-50);
  border-radius: var(--sp-rem-12);
  color: var(--color-brand-600);
  flex-shrink: 0;
}

.SectionCard_title__z_Xmo {
  font: var(--text-display-md);
  font-weight: var(--fw-semibold);
  color: var(--color-gray-900);
  margin: 0 0 var(--sp-rem-8) 0;
  line-height: var(--lh-display-md);
}

.SectionCard_description__oqwN_ {
  font: var(--text-md);
  color: var(--color-gray-600);
  line-height: var(--lh-md);
  margin: 0;
  flex: 1 1 auto;
}

.SectionCard_cta__lqhi3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: var(--sp-rem-12);
  flex-shrink: 0;
}

.SectionCard_ctaText__TqCwW {
  font: var(--text-md);
  font-weight: var(--fw-medium);
  color: var(--color-brand-600);
}

.SectionCard_arrow__VCnh6 {
  font-size: var(--fs-display-sm);
  color: var(--color-brand-600);
  transition: transform var(--transition-base);
}

.SectionCard_card__fFGJn:hover .SectionCard_arrow__VCnh6 {
  transform: translateX(4px);
}



/* Responsive design */
@media (max-width: 768px) {
  .SectionCard_card__fFGJn {
    padding: var(--sp-rem-24);
  }
  .SectionCard_cardContent__T4kt0 {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-rem-16);
  }
  .SectionCard_textWrap__KSxtW {
    width: 100%;
  }
  
  .SectionCard_icon__vZxYF {
    font-size: var(--fs-display-md);
    width: 56px;
    height: 56px;
  }
  
  .SectionCard_title__z_Xmo {
    font: var(--text-display-sm);
    line-height: var(--lh-display-sm);
    margin-bottom: var(--sp-rem-8);
  }
  
  .SectionCard_description__oqwN_ {
    font: var(--text-sm);
    line-height: var(--lh-sm);
    margin-bottom: var(--sp-rem-20);
  }
  
  .SectionCard_cta__lqhi3 {
    padding-top: var(--sp-rem-12);
    margin-left: 0;
  }
  
  .SectionCard_ctaText__TqCwW {
    font: var(--text-sm);
  }
}

@media (max-width: 480px) {
  .SectionCard_card__fFGJn {
    padding: var(--sp-rem-20);
  }
  
  .SectionCard_icon__vZxYF {
    width: 48px;
    height: 48px;
    font-size: var(--fs-xl);
  }
}

@media (min-width: 1024px) {
  .SectionCard_icon__vZxYF {
    width: 72px;
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .SectionCard_card__fFGJn:hover {
    transform: none;
  }
  .SectionCard_arrow__VCnh6 {
    transition: none;
  }
}
