/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@16.0.3_@playwright+test@1.56.1_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../node_modules/.pnpm/next@16.0.3_@playwright+test@1.56.1_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/(shared)/components/FeatureCarousel.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dashboard-features-carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 4px 20px;
}

.dashboard-features-carousel__track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease;
  touch-action: pan-y;
}

.dashboard-features-carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0.25rem;
}

@media (min-width: 769px) {
  .dashboard-features-carousel__slide {
    flex: 0 0 25%;
    min-width: 25%;
    padding: 0 8px;
  }
}

.dashboard-features-carousel__card {
  width: 100%;
  max-width: 420px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .dashboard-features-carousel__card {
    max-width: 100%;
  }

  /* Ensure desktop carousel cards match mobile styling exactly */
  .dashboard-features-carousel__card.dashboard-feature-card--spotlight {
    padding: 0;
    gap: 0;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid #000000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-shadow: none;
    width: 100%;
    height: 100%;
  }

  /* Put image at top on desktop to match mobile layout */
  .dashboard-features-carousel__card.dashboard-feature-card--spotlight .dashboard-feature-card__visual {
    order: -1;
    margin-top: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
  }

  .dashboard-features-carousel__card.dashboard-feature-card--spotlight .dashboard-feature-card__content {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    text-align: left;
    padding: 16px;
  }

  /* Ensure hero image matches mobile styles */
  .dashboard-features-carousel__card.dashboard-feature-card--spotlight .dashboard-feature-card__hero {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 21 / 20;
    background: #f5f5f5;
    border: none;
    border-bottom: 2px solid #000000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }

  .dashboard-features-carousel__card.dashboard-feature-card--spotlight .dashboard-feature-card__hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    max-width: 100%;
    max-height: 100%;
  }

  /* Ensure tag overlay positioning */
  .dashboard-features-carousel__card.dashboard-feature-card--spotlight .dashboard-feature-card__tag--overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    margin: 0;
  }

  /* Hide the ::before gradient bar on desktop to match mobile */
  .dashboard-features-carousel__card.dashboard-feature-card--spotlight::before {
    display: none;
  }
}

/* Base carousel card styles - apply to both mobile and desktop (unless overridden above) */
.dashboard-features-carousel__card .dashboard-feature-card__visual {
  width: 100%;
  overflow: hidden;
}

.dashboard-features-carousel__card .dashboard-feature-card__hero {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.dashboard-features-carousel__card .dashboard-feature-card__hero-bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.dashboard-features-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

@media (min-width: 769px) {
  .dashboard-features-carousel__dots {
    display: none;
  }
}

.dashboard-features-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.25);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dashboard-features-carousel__dot.is-active {
  background: rgba(15, 23, 42, 0.85);
  transform: scale(1.25);
}

@media (max-width: 768px) {
  .dashboard-features-carousel__card {
    max-width: 100%;
  }

  .dashboard-features-carousel__card .dashboard-feature-card--spotlight {
    padding: 0;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
  }

  .dashboard-features-carousel__card .dashboard-feature-card__visual {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    order: -1;
    margin-top: 0;
  }

  .dashboard-features-carousel__card .dashboard-feature-card__hero {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 21 / 20;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #000000;
  }

  .dashboard-features-carousel__card .dashboard-feature-card__hero-bg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
  }

  .dashboard-features-carousel__card .dashboard-feature-card__content {
    padding: 20px;
  }
}



/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@16.0.3_@playwright+test@1.56.1_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../node_modules/.pnpm/next@16.0.3_@playwright+test@1.56.1_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/(shared)/components/footer/footer.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.site-footer {
  background: #0a0a0a;
  color: rgba(255, 255, 255, 1);
  padding: 64px 0 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: calc(48px + var(--keilo-bottom-nav-offset, 0px));
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.15) 0%, rgba(236, 72, 153, 0.08) 30%, rgba(245, 158, 11, 0.05) 60%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 32px;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-logo-link:hover {
  opacity: 0.9;
}

.footer-logo-image {
  height: 30px;
  border-radius: 4px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  /* Invert brightness for dark footer background - makes dark logo white */
}

.footer-logo-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.footer-logo-text-main {
  color: rgba(255, 255, 255, 1);
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  max-width: 420px;
  line-height: 1.5;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.footer-column-title {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: rgba(255, 255, 255, 1);
  transform: translateX(2px);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.footer-meta-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
}

.footer-meta-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-meta-value {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.footer-meta-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-meta-link:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.footer-rights {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 48px 0 36px;
  }

  .footer-container {
    gap: 24px;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-meta {
    flex-direction: column;
    gap: 16px;
  }
}


