@charset "UTF-8";
:root {
  --ic-bg-0: #070a12;
  --ic-bg-1: #0b1020;
  --ic-glass: rgba(255, 255, 255, 0.06);
  --ic-stroke: rgba(255, 255, 255, 0.1);
  --ic-text: #eaf2ff;
  --ic-muted: rgba(234, 242, 255, 0.72);
  --ic-accent: #38bdf8;
  --ic-accent-2: #a855f7;
  --ic-accent-3: #22c55e;
  --ic-amber: #f59e0b;
}

/* =========================
	MOBILE OVERFLOW FIX
========================= */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip; /* allows position:sticky descendants (hidden breaks them) */
}

.ic-body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip; /* allows position:sticky descendants (hidden breaks them) */
}

/* Orbs can create scroll even though they’re “background” */
.ic-orb,
.ic-grid {
  position: fixed; /* keeps them from affecting layout */
  left: 0;
  top: 0;
}

/* Keep swiper from leaking outside viewport */
.swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  max-width: 100%;
}

.ic-body {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 15% 10%, rgba(56, 189, 248, 0.22), transparent 60%), radial-gradient(900px 600px at 80% 15%, rgba(168, 85, 247, 0.18), transparent 55%), radial-gradient(900px 650px at 60% 90%, rgba(34, 197, 94, 0.1), transparent 55%), linear-gradient(180deg, var(--ic-bg-0), var(--ic-bg-1));
  color: var(--ic-text);
  min-height: 100vh;
}

.ic-muted {
  color: var(--ic-muted) !important;
}

.ic-accent {
  color: var(--ic-accent) !important;
}

.ic-accent-2 {
  color: var(--ic-accent-2) !important;
}

.ic-accent-3 {
  color: var(--ic-accent-3) !important;
}

.ic-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(800px 500px at 50% 10%, #000 25%, transparent 70%);
          mask-image: radial-gradient(800px 500px at 50% 10%, #000 25%, transparent 70%);
  opacity: 0.3;
  z-index: 0;
}

.ic-orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.25;
  z-index: 0;
}

.ic-orb-1 {
  left: -180px;
  top: 110px;
  background: radial-gradient(circle at 30% 30%, rgba(56, 189, 248, 0.9), transparent 60%);
}

.ic-orb-2 {
  right: -220px;
  top: 70px;
  background: radial-gradient(circle at 30% 30%, rgba(168, 85, 247, 0.9), transparent 60%);
}

.ic-orb-3 {
  position: absolute;
  right: 10%;
  bottom: -260px;
  background: radial-gradient(circle at 30% 30%, rgba(34, 197, 94, 0.75), transparent 60%);
}

.ic-nav {
  /* At rest: invisible. Background + blur + border fade in only once
     the JS adds .ic-nav--scrolled. */
  background: transparent;
  border-bottom: 1px solid transparent;
  padding: 0.85rem 0 0.55rem 0;
  transition: background 0.2s ease, backdrop-filter 0.2s ease, -webkit-backdrop-filter 0.2s ease, border-color 0.2s ease;
}
.ic-nav.ic-nav--scrolled {
  background: rgba(7, 10, 18, 0.65);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.ic-nav .navbar-brand {
  /* Glass "lozenge" with the (oversized) logo + Marketplace badge.
     Hangs below the nav baseline; nav row stays compact. */
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 14px;
  /* Glass pill — disabled for now, may re-enable later.
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  */
  border-radius: 0 0 18px 18px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  margin-top: -0.85rem;
  margin-bottom: -55px;
  align-self: flex-start;
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition: transform 0.18s ease, margin-bottom 0.2s ease;
}
.ic-nav .navbar-brand:hover {
  transform: translateY(-1px);
}
@media (max-width: 575.98px) {
  .ic-nav .navbar-brand {
    padding: 6px 10px;
    margin-bottom: -32px;
  }
}
.ic-nav.ic-nav--scrolled .navbar-brand {
  margin-bottom: -25px;
}
@media (max-width: 575.98px) {
  .ic-nav.ic-nav--scrolled .navbar-brand {
    margin-bottom: -15px;
  }
}
.ic-nav .nav-link {
  padding: 0.5rem 0.85rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(234, 242, 255, 0.82);
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}
.ic-nav .navbar-nav .btn {
  white-space: nowrap;
}
.ic-nav .navbar-toggler {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}
.ic-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(124, 92, 255, 0.35);
  outline: none;
}
.ic-nav .navbar-toggler-icon {
  width: 1.15em;
  height: 1.15em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23eaf2ff' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E");
}

.ic-logo {
  height: 75px;
  width: auto;
  display: block;
  transition: height 0.2s ease;
}

.ic-nav--scrolled .ic-logo {
  height: 40px;
}

.ic-nav-divider {
  display: none;
}

@media (min-width: 1200px) {
  .ic-nav-divider {
    display: block;
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0 0.5rem;
    align-self: center;
  }
}

/* =====================================================================
   Audience band + switch — centered strip between the nav and hero,
   home to the cross-audience switcher. Mirrors inventacloud.css.
   ===================================================================== */
.ic-audience-band {
  padding: 1.5rem 0 1.25rem;
  position: relative;
  z-index: 1;
}

.ic-audience-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.20), rgba(255,255,255,0.02));
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.30),
    0 12px 30px rgba(0,0,0,0.35);
  position: relative;
}
.ic-audience-switch::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(50% 100% at 50% 50%, rgba(141,77,255,0.10), transparent 70%);
  filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}

.ic-audience-switch__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.ic-audience-switch__tab:hover,
.ic-audience-switch__tab:focus,
.ic-audience-switch__tab:focus-visible {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  outline: none;
}
.ic-audience-switch__tab:active {
  transform: translateY(1px);
}
.ic-audience-switch__tab.is-active {
  background:
    linear-gradient(90deg, rgba(98, 255, 226, 0.98), rgba(141, 77, 255, 0.92));
  color: rgba(5, 6, 11, 0.95);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.40),
    0 0 18px rgba(98, 255, 226, 0.20),
    0 0 30px rgba(141, 77, 255, 0.18);
  pointer-events: none;
  cursor: default;
  transform: translateY(0);
}
.ic-audience-switch__tab i {
  font-size: 1.05rem;
}
.ic-audience-switch__tab.is-active i {
  color: rgba(5, 6, 11, 0.85);
}

@media (max-width: 991.98px) {
  .ic-audience-band { padding: 1.25rem 0 1rem; }
  .ic-audience-switch__tab {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  /* Extra top padding on mobile gives the switcher breathing room
     between the sticky nav and the pill so it doesn't feel pinched. */
  .ic-audience-band { padding: 2rem 0 0.75rem; }
  .ic-audience-switch {
    padding: 3px;
  }
  .ic-audience-switch__tab {
    padding: 0.45rem 0.85rem;
    font-size: 0.78rem;
    gap: 0.4rem;
  }
  .ic-audience-switch__tab i {
    font-size: 0.95rem;
  }
}
@media (max-width: 419.98px) {
  .ic-audience-switch__label { display: none; }
  .ic-audience-switch__tab {
    padding: 0.45rem 0.8rem;
  }
}

/* Block variant used inside the mobile drawer. */
.ic-audience-switch--block {
  display: flex;
  width: 100%;
}
.ic-audience-switch--block .ic-audience-switch__tab {
  flex: 1 1 0;
  justify-content: center;
  padding: 0.75rem 0.85rem;
  font-size: 0.9rem;
}
.ic-audience-switch--block .ic-audience-switch__tab i {
  font-size: 1.1rem;
}

.ic-drawer-ctas .btn {
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
}

body.offcanvas-opening,
body.offcanvas-opening-stable {
  overflow-anchor: none;
}

/* =====================================================================
   Nav CTAs + dropdown + hamburger menu. Mirrors inventacloud.css so
   both sites feel like siblings. See that file for full doc comments.
   ===================================================================== */
.ic-nav-cta {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .ic-nav-cta {
    padding: 0.4rem 0.7rem;
    font-size: 0.78rem;
  }
  .ic-nav .container { padding-left: 0.75rem; padding-right: 0.75rem; }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
  .ic-nav-cta {
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }
}

/* Mobile drawer — slides in from the right below lg with explicit
   position overrides (the user reported the drawer rendering as a top
   strip; Phoenix's theme.min.css was likely overriding offcanvas-end's
   default positioning). All positioning props use !important here to
   lock the behavior. */
@media (max-width: 991.98px) {
  .ic-mobile-drawer.offcanvas {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 360px !important;
    max-width: 88vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #0b0e16;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.55);
    color: #f4f5f8;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease-in-out, visibility 0s linear 0.3s;
    /* Win the stacking war against every page section (.ic-section is
       position:relative;z-index:1). Bootstrap's default 1045 lost to
       page sections nested in their own stacking contexts. */
    z-index: 100000 !important;
    display: flex !important;
    flex-direction: column;
  }
  body .offcanvas-backdrop.show { z-index: 99999 !important; opacity: 0.78 !important; background: #000 !important; }
  .ic-mobile-drawer.offcanvas.show,
  .ic-mobile-drawer.offcanvas.showing {
    transform: translateX(0) !important;
    visibility: visible !important;
    transition: transform 0.3s ease-in-out, visibility 0s linear 0s;
  }
  .ic-mobile-drawer .offcanvas-header {
    flex: 0 0 auto;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ic-mobile-drawer .offcanvas-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }
  .ic-mobile-drawer .btn-close { filter: invert(1) grayscale(1) brightness(2); opacity: 0.6; }
  .ic-mobile-drawer .btn-close:hover { opacity: 1; }
  .ic-mobile-drawer .offcanvas-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .ic-mobile-drawer .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }
  .ic-mobile-drawer .nav-link {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
    display: block;
  }
  .ic-mobile-drawer .nav-link:hover,
  .ic-mobile-drawer .nav-link:focus {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
  }
}

/* Hard reset at lg+ so the offcanvas (when Bootstrap reflows it back to
   inline) drops every drawer style. Without this, the dark drawer
   background bleeds through into the desktop nav at the 992-1200 band. */
@media (min-width: 992px) {
  .ic-nav .navbar-collapse,
  .ic-nav .offcanvas {
    margin-top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    width: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
  }
  .ic-nav .offcanvas-body {
    padding: 0 !important;
    flex-grow: 0;
    display: contents;
  }
  .ic-nav .offcanvas-header { display: none !important; }
  .ic-nav .navbar-nav {
    width: auto;
    gap: 0;
  }
  .ic-nav .navbar-nav .nav-link {
    padding: 0.5rem 0.85rem;
    border-radius: 0;
    font-size: 0.92rem;
  }
}

.ic-nav .dropdown-toggle::after {
  vertical-align: 0.18em;
  border-top-color: rgba(255, 255, 255, 0.6);
}
.ic-nav-dropdown {
  background: rgba(11, 14, 22, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.4rem;
  margin-top: 0.5rem !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  min-width: 220px;
  backdrop-filter: blur(10px);
}
.ic-nav-dropdown .dropdown-item {
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.ic-nav-dropdown .dropdown-item i {
  font-size: 1.05rem;
  color: rgba(98, 255, 226, 0.8);
}
.ic-nav-dropdown .dropdown-item:hover,
.ic-nav-dropdown .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.ic-nav-dropdown .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 0.3rem 0;
}

.ic-mark {
  width: 34px;
  height: 34px;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ic-mark-text {
  font-weight: 800;
  color: var(--ic-accent);
}

.ic-glass {
  background: var(--ic-glass);
  border: 1px solid var(--ic-stroke);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.07), 0 18px 60px rgba(0, 0, 0, 0.55);
}

.ic-glow-border {
  position: relative;
}

.ic-glow-border:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.55), rgba(168, 85, 247, 0.45), rgba(34, 197, 94, 0.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}

.ic-pill {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ic-muted);
}

.ic-btn {
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.2), rgba(56, 189, 248, 0.08));
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.12), 0 14px 40px rgba(56, 189, 248, 0.18);
  color: var(--ic-text);
}

.ic-btn:hover {
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.18), 0 18px 60px rgba(56, 189, 248, 0.22);
  transform: translateY(-1px);
  color: var(--ic-text);
}

.ic-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ic-text);
}

.ic-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
  color: var(--ic-text);
}

.ic-btn-chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ic-text);
}

.ic-btn-chip:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.ic-hero {
  position: relative;
  z-index: 1;
  padding-top: 2.75rem;
  padding-bottom: 5rem;
}

/* =====================================================================
   Page-transition loader. Toggled via window.progressPage("on" | "off")
   in marketplace.js, fires on cross-site navigation so the audience
   switcher shows the same "IC" neon-pulse spinner the vendor site uses.
   ===================================================================== */
#page-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Above the mobile drawer (z-index: 100000) so the loader actually
     shows when a link inside the drawer triggers a navigation. */
  z-index: 200000;
}
body[data-progress] #page-overlay {
  opacity: 1;
  pointer-events: auto;
}
#page-progress {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200001;  /* one tick above #page-overlay; both above the drawer */
  background: rgba(8, 10, 18, 0.18);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  pointer-events: none;
}
body[data-progress] #page-progress {
  display: flex;
}
.ic-loader {
  position: relative;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-top-color: #b18cff;
  border-right-color: rgba(177, 140, 255, 0.7);
  border-radius: 50%;
  animation: ic-loader-spin 1.1s linear infinite;
  box-shadow: 0 0 18px rgba(177, 140, 255, 0.65), inset 0 0 18px rgba(177, 140, 255, 0.45);
}
.ic-loader::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid transparent;
  border-bottom-color: #b18cff;
  border-left-color: rgba(177, 140, 255, 0.5);
  border-radius: 50%;
  animation: ic-loader-spin 1.8s linear reverse infinite;
  box-shadow: 0 0 12px rgba(177, 140, 255, 0.55);
}
.ic-loader__mark {
  font-family: inherit;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0 0 8px #b18cff, 0 0 22px #b18cff, 0 0 42px rgba(177, 140, 255, 0.85);
  animation: ic-loader-pulse 1.2s ease-in-out infinite;
}
@keyframes ic-loader-spin {
  to { transform: rotate(360deg); }
}
@keyframes ic-loader-pulse {
  0%, 100% { transform: scale(1);    opacity: 0.92; }
  50%      { transform: scale(1.08); opacity: 1; }
}

/* Hero typography — matches the vendor site's inventacloud.css so both
   marketing surfaces speak the same headline + lead language. .ic-hero
   .ic-caption is the lead paragraph below the h1; sized down on tablet
   so it doesn't dwarf the H1 on narrow viewports. */
.ic-hero .ic-caption {
  font-size: 1.753125rem;
  line-height: 1.45;
}
@media (max-width: 991.98px) {
  .ic-hero .ic-caption {
    font-size: 1rem;
    line-height: 1.55;
  }
}
@media (max-width: 575.98px) {
  .ic-hero .ic-caption {
    font-size: 0.95rem;
  }
}

.ic-section {
  position: relative;
  z-index: 1;
  padding: 4.25rem 0;
}

.ic-card {
  min-height: 420px;
}

.ic-input {
  background: rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: var(--ic-text) !important;
}

.ic-input::-moz-placeholder {
  color: rgba(234, 242, 255, 0.55);
}

.ic-input::placeholder {
  color: rgba(234, 242, 255, 0.55);
}

.ic-kpi {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ic-hero-kpis {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ic-hero-kpis .ic-kpi {
  flex: 1 1 auto;
  min-width: 0;
}

.ic-kpi-num {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ic-kpi-label {
  color: var(--ic-muted);
  font-size: 0.9rem;
}

.ic-badge-ice {
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.1);
  color: rgba(234, 242, 255, 0.9);
}

.ic-badge-violet {
  border: 1px solid rgba(168, 85, 247, 0.35);
  background: rgba(168, 85, 247, 0.1);
  color: rgba(234, 242, 255, 0.9);
}

.ic-badge-green {
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.1);
  color: rgba(234, 242, 255, 0.9);
}

.ic-badge-amber {
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.1);
  color: rgba(234, 242, 255, 0.9);
}

.ic-tile {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ic-tile-img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.92;
  display: block;
}

.ic-tile-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
}

.ic-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(234, 242, 255, 0.8);
}

.ic-card-img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
  display: block;
}

.ic-price-pop {
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.18), 0 22px 70px rgba(168, 85, 247, 0.22);
}

.ic-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.5rem;
  line-height: 1;
  font-size: 18px;
}

.ic-icon-ice {
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.14), 0 18px 60px rgba(56, 189, 248, 0.12);
}

.ic-icon-violet {
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.14), 0 18px 60px rgba(168, 85, 247, 0.12);
}

.ic-icon-green {
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.14), 0 18px 60px rgba(34, 197, 94, 0.1);
}

.ic-icon-amber {
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.14), 0 18px 60px rgba(245, 158, 11, 0.1);
}

.ic-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}

@media (max-width: 575.98px) {
  .ic-orb {
    width: 360px;
    height: 360px;
    opacity: 0.18;
  }
  .ic-orb-1 {
    left: -160px;
    top: 120px;
  }
  .ic-orb-2 {
    right: -180px;
    top: 60px;
  }
  .ic-orb-3 {
    right: -80px;
    bottom: -220px;
  }
}
/* =========================
	MOBILE NAV PANEL
========================= */
@media (max-width: 1199.98px) {
  .ic-nav .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 16px;
    background: rgba(11, 16, 32, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
  .ic-nav .navbar-nav {
    gap: 0.15rem;
  }
  .ic-nav .nav-link {
    padding: 0.65rem 0.85rem;
  }
  .ic-nav .nav-item.ic-nav-divider {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0.5rem 0.25rem;
  }
  .ic-nav .navbar-nav .btn {
    display: block;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    text-align: center;
  }
  .ic-nav .navbar-nav .nav-item.ms-lg-1,
  .ic-nav .navbar-nav .nav-item.ms-lg-2 {
    margin-left: 0 !important;
  }
}
/* Make decorative layers never capture clicks */
.ic-orb,
.ic-grid {
  pointer-events: none !important;
}

/* Ensure navbar + its contents are above all glow layers */
.ic-nav {
  position: sticky;
  top: 0;
  z-index: 1050; /* Bootstrap navbar range */
}

.ic-orb,
.ic-grid {
  z-index: 0;
}

.ic-neon-text {
  /* tweak these 3 to match your theme */
  --ic-neon-color: #7c5cff; /* core glow color */
  --ic-neon-hot: rgba(124, 92, 255, 0.95); /* inner glow */
  --ic-neon-cold: rgba(124, 92, 255, 0.25); /* outer glow */
  color: #f3f6ff;
  letter-spacing: 0.02em;
  text-shadow: 0 0 6px var(--ic-neon-hot), 0 0 14px rgba(124, 92, 255, 0.55), 0 0 28px var(--ic-neon-cold), 0 0 46px rgba(124, 92, 255, 0.18);
  filter: drop-shadow(0 0 10px rgba(124, 92, 255, 0.25));
}

/* Works great for headlines */
.ic-neon-text--sm {
  font-size: 0.95em;
}

.ic-neon-text--lg {
  font-size: 1.15em;
}

.ic-neon-text--xl {
  font-size: 1.35em;
}

/* Optional: brighter on hover */
.ic-neon-text:hover {
  text-shadow: 0 0 8px var(--ic-neon-hot), 0 0 18px rgba(124, 92, 255, 0.65), 0 0 34px rgba(124, 92, 255, 0.3), 0 0 60px rgba(124, 92, 255, 0.22);
}

/* Optional: subtle “alive” neon pulse */
@keyframes icNeonPulse {
  0%, 100% {
    text-shadow: 0 0 6px var(--ic-neon-hot), 0 0 14px rgba(124, 92, 255, 0.55), 0 0 28px var(--ic-neon-cold), 0 0 46px rgba(124, 92, 255, 0.18);
    filter: drop-shadow(0 0 10px rgba(124, 92, 255, 0.25));
  }
  50% {
    text-shadow: 0 0 10px var(--ic-neon-hot), 0 0 22px rgba(124, 92, 255, 0.7), 0 0 42px rgba(124, 92, 255, 0.35), 0 0 70px rgba(124, 92, 255, 0.26);
    filter: drop-shadow(0 0 16px rgba(124, 92, 255, 0.35));
  }
}
.ic-neon-text--pulse {
  animation: icNeonPulse 2.8s ease-in-out infinite;
}

#pricing .ic-stripe-cover {
  position: relative;
  /* Remove Stripe white bottom border */
}
#pricing .ic-stripe-cover:before {
  display: block;
  position: absolute;
  background: #171c28;
  height: 5px;
  width: 100%;
  content: " ";
  z-index: 1;
  top: -20px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-link[aria-current="page"] {
  --ic-neon-color: #7c5cff;
  --ic-neon-hot: rgba(124, 92, 255, 0.95);
  --ic-neon-cold: rgba(124, 92, 255, 0.25);
  color: #f3f6ff;
  text-shadow: 0 0 6px var(--ic-neon-hot), 0 0 14px rgba(124, 92, 255, 0.55), 0 0 28px var(--ic-neon-cold), 0 0 46px rgba(124, 92, 255, 0.18);
  filter: drop-shadow(0 0 10px rgba(124, 92, 255, 0.25));
}
.nav-link.active { font-weight: 600; }

.navbar-brand .badge {
  font-size: 0.78rem !important;
  line-height: 1;
  padding: 0.35rem 0.55rem;
  letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
  .navbar-brand .badge {
    font-size: 0.7rem !important;
    padding: 0.3rem 0.5rem;
  }
}
/* Very narrow viewports: hide the "Marketplace" badge so the brand pill
   stays compact and the hamburger toggler isn't pushed off. */
@media (max-width: 450px) {
  .navbar-brand .badge {
    display: none;
  }
}
/* Everything below xxl — 58px logo. Matches the vendor site
   (inventacloud.css) so both surfaces feel the same below 1400px. */
@media (min-width: 576px) and (max-width: 1399.98px) {
  .navbar-brand .ic-logo {
    height: 58px;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand .ic-logo {
    height: 45px;
  }
  .ic-nav--scrolled .navbar-brand .ic-logo {
    height: 32px;
  }
}

/* =========================
  FOUNDER CARD + FOUNDING CALLOUT
========================= */
.ic-founder-quote {
  font-size: 1.1rem;
  line-height: 1.55;
}
@media (max-width: 575.98px) {
  .ic-founder-quote {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ic-founding-callout {
  position: relative;
  z-index: 2;
  line-height: 1.45;
}
.ic-founding-callout code {
  display: inline-block;
  white-space: nowrap;
}

.ic-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #38bdf8;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  padding: 0;
  margin-left: 2px;
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ic-copy-btn:hover {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.55);
}
.ic-copy-btn:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.7);
  outline-offset: 2px;
}
.ic-copy-btn .ic-copy-ico-check {
  display: none;
}
.ic-copy-btn.is-copied {
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.12);
}
.ic-copy-btn.is-copied .ic-copy-ico-clip {
  display: none;
}
.ic-copy-btn.is-copied .ic-copy-ico-check {
  display: inline-block;
}

/* =========================
  MOBILE CONTENT RULES
========================= */
@media (max-width: 991.98px) {
  .ic-hero {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .ic-section {
    padding: 2.75rem 0;
  }
  .ic-card {
    min-height: auto;
  }
  .ic-card-img {
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .ic-hero {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .ic-hero h1.display-5 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .ic-hero .lead {
    font-size: 1rem;
    line-height: 1.55;
  }
  .ic-section {
    padding: 2.25rem 0;
  }
  .ic-hero .ic-kpi-num {
    font-size: 1.35rem;
  }
  .ic-hero .ic-kpi-label {
    font-size: 0.8rem;
  }
  .ic-glass.rounded-4.p-4 {
    padding: 1.25rem !important;
  }
  .ic-glass.rounded-4.p-md-5 {
    padding: 1.25rem !important;
  }
  .ic-card-img {
    height: 140px;
  }
  .ic-kpi-num {
    font-size: 1.35rem;
  }
  .ic-kpi-label {
    font-size: 0.82rem;
  }
  .ic-founding-callout {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .ic-hero {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .ic-hero h1.display-5 {
    font-size: 1.75rem;
  }
  .ic-section {
    padding: 2rem 0;
  }
  h2.fw-bold {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .ic-glass.rounded-4.p-4,
  .ic-glass.rounded-4.p-md-5 {
    padding: 1rem !important;
  }
  .ic-hero .d-flex.flex-wrap.gap-2 > .btn,
  #get-started .d-flex.flex-wrap.gap-2 > .btn {
    flex: 1 1 auto;
  }
  .ic-card .ic-tile-img {
    height: 110px;
  }
  .ic-founding-callout {
    font-size: 0.9rem;
    padding: 0.75rem !important;
  }
  .ic-founder-card {
    padding: 1.25rem !important;
  }
}

/* ---------- Hero animated SVG mock (reseller flow) ----------------------- */
.ic-mp-mock { overflow: hidden; }
.ic-mp-svg {
  display: block;
  width: 100%;
  height: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
}

.ic-mp-brand rect {
  fill: rgba(98, 255, 226, 0.04);
  stroke: rgba(98, 255, 226, 0.5);
  stroke-width: 1.2;
  animation: ic-mp-brand-pulse 4.5s ease-in-out infinite;
}
.ic-mp-brand:nth-of-type(2) rect { animation-delay: 0.4s; }
.ic-mp-brand:nth-of-type(3) rect { animation-delay: 0.8s; }

.ic-mp-brand-name {
  fill: #ffffff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.ic-mp-brand-verified {
  fill: rgba(98, 255, 226, 0.95);
  font-size: 10.5px;
  font-weight: 500;
}

@keyframes ic-mp-brand-pulse {
  0%, 100% { opacity: 0.6; }
  50%      { opacity: 1; }
}

.ic-mp-lines path {
  stroke-dasharray: 4 6;
  stroke-dashoffset: 0;
  animation: ic-mp-flow 2.4s linear infinite;
  opacity: 0.85;
}
@keyframes ic-mp-flow {
  to { stroke-dashoffset: -200; }
}

.ic-mp-hub rect {
  fill: rgba(141, 77, 255, 0.16);
  stroke: rgba(141, 77, 255, 0.7);
  stroke-width: 1.4;
}
.ic-mp-hub-title {
  fill: #ffffff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.ic-mp-hub-sub {
  fill: rgba(255, 255, 255, 0.75);
  font-size: 10.5px;
}
.ic-mp-hub-dot {
  fill: #62FFE2;
  filter: url(#ic-mp-glow);
  animation: ic-mp-blink 1.4s ease-in-out infinite;
}
@keyframes ic-mp-blink {
  0%, 100% { opacity: 0.4; r: 4.5; }
  50%      { opacity: 1;   r: 5.5; }
}

.ic-mp-store rect {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1;
}
.ic-mp-store-title {
  fill: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.ic-mp-tag rect {
  fill: rgba(98, 255, 226, 0.08);
  stroke: rgba(98, 255, 226, 0.45);
  stroke-width: 1;
  animation: ic-mp-tag-pulse 3.6s ease-in-out infinite;
}
.ic-mp-tag:nth-of-type(2) rect { animation-delay: 0.3s; }
.ic-mp-tag:nth-of-type(3) rect { animation-delay: 0.6s; }
.ic-mp-tag:nth-of-type(4) rect { animation-delay: 0.9s; }
.ic-mp-tag:nth-of-type(5) rect { animation-delay: 1.2s; }
.ic-mp-tag text {
  fill: rgba(98, 255, 226, 0.95);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@keyframes ic-mp-tag-pulse {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .ic-mp-brand rect,
  .ic-mp-lines path,
  .ic-mp-hub-dot,
  .ic-mp-tag rect {
    animation: none;
    opacity: 0.85;
  }
}

/* ---------- Benefit pills (replaces the old KPI numeral strip) ----------- */
.ic-mp-benefit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.25rem 0;
}
.ic-mp-benefit-ico {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ic-mp-benefit-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
}

/* ---------- Founder avatar (image + initials fallback) ------------------ */
.ic-founder-avatar {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(141, 77, 255, 0.55), rgba(98, 255, 226, 0.35));
  border: 2px solid rgba(141, 77, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.18), 0 18px 60px rgba(141, 77, 255, 0.18);
}
.ic-founder-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.ic-founder-avatar-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0 0 14px rgba(141, 77, 255, 0.55);
  z-index: 0;
}

/* ---------- Back-to-top FAB --------------------------------------------- */
.ic-fab-back-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(141, 77, 255, 0.35);
  background: rgba(11, 11, 26, 0.78);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  box-shadow: 0 10px 28px rgba(141, 77, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1050;
}
.ic-fab-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ic-fab-back-top:hover,
.ic-fab-back-top:focus-visible {
  background: rgba(141, 77, 255, 0.25);
  border-color: rgba(141, 77, 255, 0.7);
  box-shadow: 0 12px 36px rgba(141, 77, 255, 0.45);
  outline: none;
}
.ic-fab-back-top:active { transform: translateY(1px); }
@media (prefers-reduced-motion: reduce) {
  .ic-fab-back-top { transition: opacity 120ms linear; transform: none; }
  .ic-fab-back-top.is-visible { transform: none; }
}

/* Skip link: visually hidden until it receives keyboard focus, then a
   high-contrast pill pinned top-left above everything (WCAG 2.4.1).
   Mirrors inventacloud.css — this shell loads marketplace.css instead,
   so the rule must exist here too or the link renders visibly. */
.ic-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 3000;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: #fff;
  color: #070a12;
  font-weight: 600;
  text-decoration: none;
}
.ic-skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
  outline: 3px solid rgba(98, 255, 226, 0.9);
  outline-offset: 2px;
}
/*# sourceMappingURL=marketplace.css.map */