/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/section-header/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/**
 * Section Header - Shared Styles
 *
 * @package FrontTheme
 */
:root {
  --ftw-neutral-50: #f1f5f9;
  --ftw-primary-500: #6366f1;
}
/**
 * Section Header - Shared Styles
 *
 * @package FrontTheme
 */
.ft-section-header__icon {
  font-size: clamp(1.375rem, 1.25rem + 1.2vw, 2.25rem);
  margin-bottom: 1.5rem;
  display: inline-block;
}
.ft-section-header__icon i {
  display: inline-block;
}
.ft-section-header__emoji {
  font-size: clamp(1.5rem, 1.375rem + 1.5vw, 3rem);
  line-height: 1;
}
.ft-section-header__divider {
  width: 60px;
  height: 4px;
  margin-bottom: 2rem;
  border-radius: 9999px;
}
.ft-section-header__divider--solid {
  background: #6366f1;
}
.ft-section-header__divider--gradient {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
}
.ft-section-header__divider--dots {
  background: repeating-linear-gradient(90deg, #6366f1, #6366f1 8px, transparent 8px, transparent 16px);
}
.ft-section-header__eyebrow {
  font-size: clamp(0.75rem, 0.6875rem + 0.3vw, 0.875rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #6366f1;
  margin-bottom: 1rem;
}
.ft-section-header__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #b7c4ed, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ft-section-header__description {
  font-size: clamp(1rem, 0.9375rem + 0.6vw, 1.25rem);
  color: #94a3db;
  line-height: 1.8;
  max-width: 700px;
}
.ft-section-header__button {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
}
.ft-section-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: clamp(0.875rem, 0.8125rem + 0.4vw, 1rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .ft-section-header__link {
    padding: 0.75rem 1.5rem;
  }
}
.ft-section-header__link i {
  transition: all 300ms ease;
}
.ft-section-header__link:hover i {
  transform: translateX(4px);
}
.ft-section-header__link--primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #ffffff;
}
.ft-section-header__link--primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
}
.ft-section-header__link--secondary {
  color: #b7c4ed;
  background: linear-gradient(125deg, #0a0a1f 0%, #1e1e3b 50%, #313967 100%);
  border: 1px solid #38386e;
}
.ft-section-header__link--secondary:hover {
  color: #b7c4ed;
  border-color: #6366f1;
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2);
  transform: translateY(-2px);
}
.ft-section-header__link--secondary:hover i {
  color: #6366f1;
}
.ft-section-header__link--outline {
  position: relative;
  background: #0a0a1f;
  border-radius: 9999px;
}
.ft-section-header__link--outline::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: calc(9999px + 2px);
  padding: 2px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.ft-section-header__link--outline {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ft-section-header__link--outline:hover {
  position: relative;
  background: #0a0a1f;
  border-radius: 9999px;
}
.ft-section-header__link--outline:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: calc(9999px + 2px);
  padding: 2px;
  background: linear-gradient(135deg, #b7c4ed, #8b5cf6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.ft-section-header__link--outline:hover {
  background: linear-gradient(135deg, #b7c4ed, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ft-section-header__link--outline:hover i {
  transform: none;
}
.ft-section-header__link--ghost {
  background: transparent;
  color: #6366f1;
}
.ft-section-header__link--ghost:hover {
  background: rgba(99, 102, 241, 0.1);
  color: #b7c4ed;
}
.ft-section-header__link--ghost:hover i {
  color: #6366f1;
}
.ft-section-header--left {
  text-align: left;
}
.ft-section-header--left .ft-section-header__icon,
.ft-section-header--left .ft-section-header__divider,
.ft-section-header--left .ft-section-header__eyebrow {
  margin-left: 0;
  margin-right: auto;
}
.ft-section-header--left .ft-section-header__description {
  margin-left: 0;
  margin-right: auto;
}
.ft-section-header--center {
  text-align: center;
}
.ft-section-header--center .ft-section-header__button {
  justify-content: center;
}
.ft-section-header--center .ft-section-header__icon,
.ft-section-header--center .ft-section-header__title,
.ft-section-header--center .ft-section-header__divider,
.ft-section-header--center .ft-section-header__eyebrow {
  margin-left: auto;
  margin-right: auto;
}
.ft-section-header--center .ft-section-header__description {
  margin-left: auto;
  margin-right: auto;
}
.ft-section-header--right {
  text-align: right;
}
.ft-section-header--right .ft-section-header__button {
  justify-content: end;
}
.ft-section-header--right .ft-section-header__icon,
.ft-section-header--right .ft-section-header__title,
.ft-section-header--right .ft-section-header__divider,
.ft-section-header--right .ft-section-header__eyebrow {
  margin-left: auto;
  margin-right: 0;
}
.ft-section-header--right .ft-section-header__description {
  margin-left: auto;
  margin-right: 0;
}
.ft-section-header--compact {
  margin-bottom: 3rem;
}
.ft-section-header--compact .ft-section-header__title {
  margin-bottom: 1rem;
}
.ft-section-header--compact .ft-section-header__description {
  margin-bottom: 1.5rem;
}
.ft-section-header--spacious {
  margin-bottom: 8rem;
}
.ft-section-header--spacious .ft-section-header__title {
  margin-bottom: 2rem;
}
.ft-section-header--spacious .ft-section-header__description {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .ft-section-header__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  }
  .ft-section-header__description {
    font-size: clamp(0.9375rem, 0.875rem + 0.5vw, 1.125rem);
  }
  .ft-section-header--spacious {
    margin-bottom: 6rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/