/* [project]/src/styles/pages/solution-gestion.css [app-client] (css) */
.sol-gestion {
  overflow: hidden;
  position: relative;
}

.sol-flow-curve {
  display: block;
  width: 100%;
  height: 80px;
  pointer-events: none;
  margin: -16px 0;
  position: relative;
  z-index: 0;
}

.sol-flow-curve__path {
  fill: none;
  stroke: hsl(var(--foreground));
  stroke-width: 3px;
  stroke-dasharray: 10 8;
  stroke-linecap: round;
  opacity: .35;
}

.sol-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.sol-decor__shape {
  position: absolute;
  color: hsl(var(--foreground));
  opacity: .07;
}

.sol-decor__shape--ring-1 {
  width: 48px;
  height: 48px;
  top: 12%;
  left: 8%;
  animation: 12s ease-in-out infinite sol-decor-float;
}

.sol-decor__shape--ring-2 {
  width: 64px;
  height: 64px;
  top: 52%;
  right: 6%;
  animation: 15s ease-in-out infinite reverse sol-decor-float;
}

.sol-decor__shape--cross-1 {
  width: 24px;
  height: 24px;
  top: 25%;
  right: 12%;
  animation: 20s linear infinite sol-decor-spin;
}

.sol-decor__shape--cross-2 {
  width: 20px;
  height: 20px;
  top: 68%;
  left: 10%;
  animation: 25s linear infinite reverse sol-decor-spin;
}

.sol-decor__shape--diamond {
  width: 32px;
  height: 32px;
  top: 42%;
  left: 5%;
  animation: 18s ease-in-out infinite sol-decor-float;
}

@keyframes sol-decor-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

@keyframes sol-decor-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.sol-showcase {
  position: relative;
}

.sol-hero {
  position: relative;
  padding: 48px 24px 64px;
  text-align: center;
  overflow: hidden;
}

.sol-hero__glow {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(#1d3a8a1a 0%, #0000 65%);
  pointer-events: none;
}

.sol-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: hsl(var(--foreground-muted));
  text-decoration: none;
  margin-bottom: 32px;
  transition: color .15s;
}

.sol-hero__back:hover {
  color: hsl(var(--foreground));
}

.sol-hero__content {
  max-width: 680px;
  margin: 0 auto;
}

.sol-hero__icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #1d3a8a14;
  color: #1d3a8a;
}

.sol-hero__title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: hsl(var(--foreground));
  margin-bottom: 16px;
  text-wrap: balance;
}

.sol-hero__title--accent {
  background: linear-gradient(135deg, #1d3a8a, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sol-hero__desc {
  font-size: 17px;
  color: hsl(var(--foreground-muted));
  line-height: 1.6;
  margin-bottom: 32px;
}

.sol-hero__stats {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.sol-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 24px;
  border-radius: var(--radius-lg);
  min-width: 110px;
}

.sol-hero__stat-value {
  font-size: 22px;
  font-weight: 800;
  color: #1d3a8a;
  letter-spacing: -.02em;
}

.sol-hero__stat-label {
  font-size: 12px;
  color: hsl(var(--foreground-muted));
  font-weight: 500;
  margin-top: 2px;
}

.sol-hero__pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.sol-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--foreground-muted));
  background: hsl(var(--background-subtle));
  border: 1px solid hsl(var(--border));
}

.sol-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-full);
  border: none;
  background: #1d3a8a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 0 4px 20px #1d3a8a4d;
}

.sol-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px #1d3a8a66;
}

.sol-showcase {
  padding: 64px 24px;
}

.sol-showcase__header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.sol-showcase__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
  color: var(--_accent);
  margin-bottom: 16px;
}

.sol-showcase__title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: hsl(var(--foreground));
  margin-bottom: 12px;
}

.sol-showcase__subtitle {
  font-size: 15px;
  color: hsl(var(--foreground-muted));
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
}

.sol-showcase__items {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
  z-index: 1;
}

.sol-showcase__item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center;
}

.sol-showcase__item--reverse {
  grid-template-columns: 1.6fr 1fr;
}

.sol-showcase__item--reverse .sol-showcase__item-text {
  order: 2;
}

.sol-showcase__item--reverse .sol-showcase__item-img {
  order: 1;
}

.sol-showcase__item-title {
  font-size: 22px;
  font-weight: 800;
  color: hsl(var(--foreground));
  margin-bottom: 10px;
  letter-spacing: -.02em;
}

.sol-showcase__item-desc {
  font-size: 14px;
  color: hsl(var(--foreground-muted));
  line-height: 1.65;
}

.sol-showcase__item-img {
  border-radius: var(--radius-lg);
  padding: 6px;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s;
}

.sol-showcase__item-img:hover {
  transform: translateY(-4px)scale(1.01);
  box-shadow: 0 20px 60px #0000001f;
}

.sol-showcase__img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg)  - 4px);
  display: block;
}

.sol-cta-section {
  padding: 48px 24px 80px;
  position: relative;
  z-index: 1;
}

.sol-cta-section__card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 32px;
  border-radius: var(--radius-xl);
}

.sol-cta-section__title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: hsl(var(--foreground));
  margin-bottom: 10px;
}

.sol-cta-section__desc {
  font-size: 14px;
  color: hsl(var(--foreground-muted));
  line-height: 1.6;
  margin-bottom: 24px;
}

.sol-cta-section__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-bottom: 28px;
}

.sol-cta-section__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: hsl(var(--foreground-muted));
}

.sol-cta-section__check svg {
  color: #059669;
  flex-shrink: 0;
}

.sol-cta-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-full);
  border: none;
  background: #1d3a8a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 0 4px 20px #1d3a8a4d;
}

.sol-cta-section__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px #1d3a8a66;
}

@media (width <= 767px) {
  .sol-hero {
    padding: 32px 16px 48px;
  }

  .sol-hero__title {
    font-size: 28px;
  }

  .sol-hero__desc {
    font-size: 15px;
  }

  .sol-hero__stats {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sol-hero__stat {
    flex-direction: row;
    gap: 8px;
    width: 100%;
    max-width: 260px;
    padding: 12px 20px;
  }

  .sol-hero__pills {
    gap: 8px;
  }

  .sol-flow-curve, .sol-decor {
    display: none;
  }

  .sol-showcase {
    padding: 40px 16px;
  }

  .sol-showcase__title {
    font-size: 24px;
  }

  .sol-showcase__items {
    gap: 40px;
  }

  .sol-showcase__item, .sol-showcase__item--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sol-showcase__item--reverse .sol-showcase__item-text, .sol-showcase__item--reverse .sol-showcase__item-img {
    order: unset;
  }

  .sol-showcase__item-title {
    font-size: 18px;
  }

  .sol-cta-section {
    padding: 32px 16px 60px;
  }

  .sol-cta-section__card {
    padding: 32px 20px;
  }

  .sol-cta-section__title {
    font-size: 22px;
  }
}

@media (width >= 768px) and (width <= 1023px) {
  .sol-showcase__item, .sol-showcase__item--reverse {
    grid-template-columns: 1fr 1.3fr;
    gap: 28px;
  }
}


/*# sourceMappingURL=src_styles_pages_solution-gestion_99234b.css.map*/
