@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;
}

.ic-body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  /* Clear fixed navbar — body-level offset so no section has to compensate */
  padding-top: 5rem;
}

/* 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 {
  background: rgba(7, 10, 18, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.55rem 0;
}
.ic-nav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.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: 28px;
  width: auto;
  display: block;
}

.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;
  }
}

.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;
}

.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: 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: fixed;
  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 {
  --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));
}

.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;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand .ic-logo {
    height: 24px;
  }
}

/* =========================
  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;
  }
}
/*# sourceMappingURL=marketplace.css.map */