@charset "UTF-8";
/* ---------------------------
   InventaCloud Neon (Glass)
   --------------------------- */
:root {
  --ic-bg: #070a12;
  --ic-bg2: #05060b;
  --ic-card: rgba(255, 255, 255, 0.06);
  --ic-border: rgba(255, 255, 255, 0.12);
  --ic-glow: rgba(98, 255, 226, 0.35);
  --ic-glow2: rgba(141, 77, 255, 0.35);
  --ic-text: rgba(255, 255, 255, 0.92);
  --ic-muted: rgba(255, 255, 255, 0.66);
  --header-height: 72px;
  --footer-height: 80px;
  --pricing-table-bg: #06080e;
  --ic-glass: rgba(255, 255, 255, 0.06);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  transform: none !important;
  zoom: 1 !important;
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.full-height-section {
  min-height: calc(100vh - var(--header-height, 0px) - var(--footer-height, 0px));
  display: flex;
  align-items: center;
}

.ic-body {
  background: radial-gradient(1200px 700px at 20% -10%, rgba(141, 77, 255, 0.25), transparent 60%), radial-gradient(900px 600px at 85% 10%, rgba(98, 255, 226, 0.22), transparent 55%), radial-gradient(900px 700px at 50% 110%, rgba(98, 255, 226, 0.12), transparent 60%), linear-gradient(180deg, var(--ic-bg) 0%, var(--ic-bg2) 100%);
  color: var(--ic-text);
  overflow-x: hidden;
  min-height: 100vh;
  /* Clear fixed navbar — body-level offset so no section has to compensate */
  padding-top: 5rem;
}

.ic-logo {
  height: 28px;
  width: auto;
}

.ic-brand-text {
  letter-spacing: 0.2px;
}

.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 .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.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) !important;
  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-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-hero {
  position: relative;
  padding-top: 2.75rem;
}
.ic-hero .ic-caption {
  font-size: 1.753125rem;
}
@media (max-width: 991.98px) {
  .ic-hero .ic-caption {
    font-size: 16px;
  }
  .ic-hero {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .ic-hero {
    padding-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .ic-hero {
    padding-top: 1rem;
  }
}

.ic-hero-glow {
  position: absolute;
  inset: -200px -120px auto -120px;
  height: 520px;
  background: radial-gradient(closest-side at 25% 50%, rgba(141, 77, 255, 0.2), transparent 70%), radial-gradient(closest-side at 70% 35%, rgba(98, 255, 226, 0.16), transparent 72%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  max-width: 100vw;
  overflow: hidden;
}

.ic-hero .container {
  z-index: 1;
}

.ic-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.ic-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(98, 255, 226, 0.9);
  box-shadow: 0 0 18px rgba(98, 255, 226, 0.65);
}

.ic-neon-text {
  text-shadow: 0 0 18px rgba(98, 255, 226, 0.22), 0 0 34px rgba(141, 77, 255, 0.18);
}

.ic-glass {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.ic-glass--thin {
  background: rgba(255, 255, 255, 0.035);
}

.ic-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.ic-card--featured {
  border-color: rgba(98, 255, 226, 0.22);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(98, 255, 226, 0.08) inset, 0 0 42px rgba(98, 255, 226, 0.1);
}

.ic-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: radial-gradient(closest-side, rgba(98, 255, 226, 0.16), rgba(255, 255, 255, 0.03));
  border: 0px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 22px rgba(98, 255, 226, 0.08);
  color: var(--ic-text);
  font-size: 56px;
}
@media (max-width: 575.98px) {
  .ic-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

.ic-mini-stat {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 0.7rem 0.85rem;
  min-width: 180px;
  backdrop-filter: blur(10px);
}

.ic-mini-stat__k {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.ic-mini-stat__v {
  color: var(--ic-muted);
  font-size: 0.85rem;
}

.ic-subtle {
  color: rgba(98, 255, 226, 0.75);
}

.ic-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.ic-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(98, 255, 226, 0.18);
  background: rgba(98, 255, 226, 0.06);
  color: rgba(98, 255, 226, 0.88);
  font-size: 0.82rem;
}

.ic-badge {
  background: linear-gradient(90deg, rgba(98, 255, 226, 0.95), rgba(141, 77, 255, 0.85));
  color: rgba(5, 6, 11, 0.95);
  border: none;
  box-shadow: 0 0 22px rgba(98, 255, 226, 0.22);
}

.ic-badge-soft {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}

.ic-btn-primary {
  border: none;
  background: linear-gradient(90deg, rgba(98, 255, 226, 0.95), rgba(141, 77, 255, 0.85));
  color: rgba(5, 6, 11, 0.95) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 30px rgba(98, 255, 226, 0.1);
}

.ic-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34), 0 0 38px rgba(141, 77, 255, 0.14);
}

.ic-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(10px);
}

.ic-btn-ghost:hover {
  border-color: rgba(98, 255, 226, 0.22) !important;
  box-shadow: 0 0 26px rgba(98, 255, 226, 0.1);
}

.ic-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.ic-save {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(98, 255, 226, 0.16);
  background: rgba(98, 255, 226, 0.06);
  color: rgba(98, 255, 226, 0.85);
}

.ic-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.ic-price__amount {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.ic-price__per {
  font-size: 0.95rem;
}

.ic-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.8);
}

.ic-list li {
  position: relative;
  padding-left: 1.25rem;
}

.ic-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(98, 255, 226, 0.85);
  text-shadow: 0 0 14px rgba(98, 255, 226, 0.35);
}

.ic-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ic-steps li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.ic-step-num {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(98, 255, 226, 0.9);
  box-shadow: 0 0 20px rgba(98, 255, 226, 0.08);
  font-weight: 800;
}

/* Testimonials */
.ic-quote {
  padding: 1.1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.ic-quote__body {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.55;
}

.ic-quote__meta {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ic-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: rgba(5, 6, 11, 0.95);
  background: linear-gradient(90deg, rgba(98, 255, 226, 0.95), rgba(141, 77, 255, 0.85));
  box-shadow: 0 0 26px rgba(98, 255, 226, 0.12);
}

.ic-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.ic-swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(98, 255, 226, 0.9);
  box-shadow: 0 0 18px rgba(98, 255, 226, 0.35);
}

@media (max-width: 575.98px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    width: 100% !important;
  }
}
stripe-pricing-table {
  position: relative;
  /* Remove Stripe white bottom border */
}
stripe-pricing-table:before {
  display: block;
  position: absolute;
  background: #111319;
  height: 15px;
  width: 100%;
  content: " ";
  z-index: 1;
  bottom: -10px;
  top: auto;
}

#icTestimonials {
  position: inherit;
}
#icTestimonials .swiper-horizontal > .swiper-pagination-bullets,
#icTestimonials .swiper-pagination-bullets.swiper-pagination-horizontal,
#icTestimonials .swiper-pagination-custom,
#icTestimonials .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 2px);
}

stripe-pricing-table {
  background: transparent !important;
}

stripe-pricing-table {
  background: transparent !important;
  backdrop-filter: blur(12px);
}

/* === PRICING TABLE GLASS CARD === */
.pricing-glass {
  background: rgba(15, 18, 25, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* === NEON BORDER GLOW === */
.pricing-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.6), rgba(120, 80, 255, 0.6));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* === STRIPE TABLE OVERRIDES === */
stripe-pricing-table {
  background: transparent !important;
}

/* Kill any Phoenix card backgrounds if nested */
.card,
.card-body {
  background: transparent !important;
  box-shadow: none !important;
}

/* =========================
	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;
  }
}
/* IC Neon Text Utility
	Usage:
	<span class="ic-neon-text">InventaCloud</span>
	Optional modifiers:
	- ic-neon-text--sm / --lg / --xl
	- ic-neon-text--pulse (subtle animation)
*/
.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;
}

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

/* =========================================================
   InventaCloud — Account Portal
   ========================================================= */
.ic-max-w {
  max-width: 56ch;
}

/* Hero glow ring */
.ic-glow-ring {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  background: radial-gradient(1200px 600px at 10% 0%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 500px at 80% 20%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(900px 500px at 40% 90%, rgba(236, 72, 153, 0.1), transparent 60%), rgba(0, 0, 0, 0.35);
}
.ic-glow-ring::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.45), rgba(16, 185, 129, 0.25), rgba(236, 72, 153, 0.25));
  filter: blur(18px);
  opacity: 0.35;
  pointer-events: none;
}

.ic-hero-inner {
  position: relative;
  z-index: 1;
}

/* Card glow */
.ic-card-glow {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 20px 60px rgba(0, 0, 0, 0.55);
}

/* Buttons */
.ic-btn-glow {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 14px 40px rgba(99, 102, 241, 0.25);
}

/* Badge glow */
.ic-badge-glow {
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.35);
}

/* =========================================================
   Global page offset (fixed / sticky header)
   ========================================================= */
.ic-page-offset {
  /* Navbar clearance lives on .ic-body now; this utility just adds visual breathing room */
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .ic-page-offset {
    margin-top: 2.5rem;
  }
}

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