@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --grid-bg: #0b0c10;
    --card-surface: #13151c;
    --card-border: #ffffff14;
    --accent-glow: #72a5c2;
  }

.hero-title{
  font-family: Raleway, sans-serif;
}

/* --- Base Theme & Typography --- */
.site-body {
    background-color: #080d10; 
    background-image: 
        radial-gradient(circle at 10% 25%, #365b6d33, transparent 45%),
        radial-gradient(circle at 90% 60%, #365b6d1a, transparent 40%);
  font-family: Poppins, sans-serif;
  min-height: 100vh;
}

.site-body {
  font-family: Poppins, sans-serif;
  background-color: #080d10;
}

.hero-section {
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.bg-video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.video-overlay {
  top: 0;
  left: 0;
  background: #080d1069;
  z-index: -1;
  pointer-events: none;
}

.brand-icon {
  color: #4b7a91; 
}

.theme-highlight {
  color: #4b7a91 !important;
}

.theme-bg-highlight {
  background-color: #4b7a91 !important;
}

.beta-announcement {
  background-color: #ffffff08;
  border-color: #1a2a32 !important;
  font-size: 1rem !important;
}

.main-hero-heading {
  letter-spacing: -0.02em;
}

.main-hero-subheading {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
}

#main-navbar {
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}

.nav-link:hover{
  color: #fff !important;
}

.scrolled-nav {
  background-color: #080d10f2 !important; 
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px #24242400;
}

.nav-buy-btn, .btn-outline-light-hero {
  font-size: 0.9rem;
}

.nav-demo-btn, .hero-secondary-btn {
  border-color: #fff3;
}

.nav-demo-btn:hover, .hero-secondary-btn:hover {
  background-color: #ffffff1a;
  color: white;
}

.nav-buy-btn, .hero-primary-btn {
  background-color: #365b6d;
  color: #365b6d;
  border-color: #365b6d;
  transition: all 0.3s ease;
}

.nav-buy-btn:hover, .hero-primary-btn:hover {
  background-color: #2a4755; 
  border-color: #2a4755;
  box-shadow: 0 6px 25px #365b6d99;
}

.feature-wrapper {
  background-color: #121e2499; 
  border: 1px solid #1a2a32;
  border-radius: 1rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(10px);
}

.feature-wrapper:hover, .feature-highlight {
  border-color: #365b6d;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px #365b6d26;
}

.mock-graphic-container {
  background-color: #0f181d;
  height: 180px;
  border: 1px solid #1a2a32;
}

.mock-source-node {
  background-color: #1a2a32;
  border: 1px solid #2a4755;
  padding: 0.3rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  color: #8faab8;
  box-shadow: 0 4px 10px #0000004d;
}

.mock-flow-arrow {
  letter-spacing: 12px;
  margin-right: -12px;
}

.mock-central-db {
  background-color: #2a4755;
  border: 1px solid #4b7a91;
  color: white;
  padding: 0.6rem;
  font-size: 0.8rem;
  text-align: center;
  box-shadow: 0 8px 15px #0006;
}

.mock-check {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
  box-shadow: 0 2px 8px #00000080;
}

.mock-line-text {
  height: 6px;
  background-color: #2a4755;
  border-radius: 3px;
}

.mock-kpi-ring {
  width: 60px;
  height: 60px;
  border-color: #4b7a91 !important;
  border-right-color: #1a2a32 !important; 
  border-bottom-color: #1a2a32 !important;
  transform: rotate(-45deg);
}

.mock-kpi-ring span {
  transform: rotate(45deg);
}


/* Problem Section */
.problem-section {
  max-width: 1280px;
  padding: 40px 1rem; 
  margin: 2rem auto; 
}

.problem-badge {
  border: 1px solid #365b6d; 
  color: #4b7a91; 
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  background-color: #365b6d1a; 
}

.problem-badge-icon {
  font-size: 0.9rem;
}

.problem-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}

.problem-subheading {
  font-size: 1rem;
  line-height: 1.6;
  color: #8faab8;
  max-width: 700px;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 1px;
  background-color: #1e313b;
  border: 1px solid #1e313b; 
  border-radius: 12px;
}

.problem-visual-panel {
  background-color: #0c1418; 
  min-height: 300px;
  mask-image: radial-gradient(circle at center, #000 40%, #0000 85%);
}

.matrix-dot {
  width: 8px;
  height: 8px;
  background-color: #1a2a32; 
  border-radius: 50%;
  margin: auto;
  transition: background-color 1s ease, box-shadow 1s ease;
}

.matrix-dot:hover {
  background-color: #72a5c2; 
  box-shadow: 0 0 12px 3px #72a5c299;
  transition: background-color 0s, box-shadow 0s; 
}

.matrix-dot-permanent {
  background-color: #4b7a91 !important;
  box-shadow: 0 0 15px 4px #4b7a91b3 !important;
}

.problem-card {
  background-color: #0c1418; 
  padding: 2.5rem;
  transition: background-color 0.4s ease;
}

.problem-card:hover {
  background-color: #111d23; 
}

.problem-card-header {
  color: #4b7a91;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
}

.problem-card-number {
  color: #2a4755;
}

.problem-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.problem-card-desc {
  font-size: 0.95rem;
  color: #8faab8; 
  line-height: 1.6;
}

@media (width > 992px) {
  .problem-grid {
    grid-template-columns: 2fr 1fr 1fr; 
  }
  
  .problem-visual-panel {
    grid-column: 1 / 2;
    grid-row: 1 / 4; 
  }

  .problem-card-full {
    grid-column: 2 / 4; 
  }
}

/* Ingestion Section */
.ingestion-section {
  padding: 2rem 1.5rem;
  z-index: 1; 
}

.intake-badge {
  font-size: 1rem;
  color: #72a5c2;
}

.intake-heading {
  font-size: 2.5rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 3rem;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1200px;
}

.intake-card {
  background: #ffffff05; 
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff0f;
  border-radius: 24px; 
  padding: 2.5rem;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease, border-color 0.3s ease;
}

.intake-card:hover {
  transform: translateY(-4px);
  background: #ffffff0a;
  border-color: #72a5c24d; 
}

.intake-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #365b6d66, #365b6d1a);
  border: 1px solid #72a5c233;
  margin-bottom: 1.5rem;
}

.intake-icon-wrapper-icon {
  font-size: 1.25rem;
  color: #cce0eb; 
}

.intake-title {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.intake-desc {
  color: #8faab8; 
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (width < 470px) {
  .problem-visual-panel {
    display: none !important;
  }
}

@media (width < 768px) {
  .intake-heading {
    font-size: 2.25rem;
  }
}

@media (width > 768px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 992px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- Validate Section --- */
.validate-section {
  padding: 4rem 1.5rem;
  z-index: 1;
}

.validate-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.validate-desc {
  color: #8faab8;
  font-size: 1rem;
  line-height: 1.6;
}

.validate-feature-item {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.feature-icon {
  width: 24px;
  height: 24px;
  background: #72a5c226; 
  color: #72a5c2; 
  font-size: 1rem;
}

.glass-widget {
  background: #ffffff05;
  backdrop-filter: blur(24px);
  border: 1px solid #ffffff14;
  border-radius: 20px;
  padding: 2.5rem;
  transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
  transition: transform 0.4s ease;
}

.glass-widget:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.widget-title {
  font-size: 1.25rem;
}

.widget-badge-subtle {
  background: #ffffff0d;
  color: #8faab8;
  padding: 0.35rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  border: 1px solid #ffffff0d;
}

.validation-row {
  padding: 1rem 1.25rem;
  background: #ffffff08;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
}

.row-flagged {
  background: #ef44440a;
  border: 1px solid #ef44441a;
}

.row-label {
  color: #d1d5db;
  font-size: 0.9rem;
}

.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
}

.status-pass {
  background: #10b9811a;
  color: #34d399; 
}

.status-flag {
  background: #ef44441a;
  color: #f87171; 
}

.status-fix {
  background: #72a5c226; 
  color: #93c5fd; 
}

.widget-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ffffff0f;
}

.progress-label {
  color: #9ca3af;
  font-size: 0.8rem;
}

.progress-count {
  font-size: 0.8rem;
}

.progress-track {
  height: 6px;
  background: #ffffff0f;
  border-radius: 10px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #365b6d, #72a5c2);
  border-radius: 10px;
}

@media (width < 991px) {
  .validate-heading {
    font-size: 2.25rem;
  }
  
  .glass-widget {
    transform: none;
    padding: 1.5rem;
  }
}

/* Warehouse Section */
.warehouse-section {
  padding: 2.5rem 0; 
  z-index: 1;
}

.warehouse-container{
  max-width: 1400px;
}

.warehouse-badge {
  font-size: 1rem;
  color: #72a5c2; 
}

.warehouse-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.warehouse-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 750px;
}

.warehouse-bento-card {
  background: #ffffff08; 
  backdrop-filter: blur(24px);
  border: 1px solid #ffffff14;
  border-radius: 20px; 
  padding: 2rem 1.75rem;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background 0.4s ease; 
}

.warehouse-bento-darker {
  background: #365b6d0d; 
  border: 1px solid #72a5c21a;
}

.warehouse-bento-card:hover {
  transform: translateY(-4px);
  background: #ffffff0f;
}

.warehouse-bento-darker:hover {
  background: #365b6d1a;
}

.warehouse-bento-vertical {
  justify-content: flex-start;
}

.warehouse-bento-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ffffff1a;
}

.warehouse-bento-icon-box-icon {
  font-size: 1.25rem;
}

.warehouse-bento-darker .warehouse-bento-icon-box {
  background: #72a5c233;
}

.warehouse-bento-darker .warehouse-bento-icon-box-icon {
  color: #72a5c2 !important;
}

.warehouse-bento-content {
  z-index: 2;
}

.warehouse-bento-title {
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.warehouse-bento-text {
  color: #a1b5c1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.warehouse-bento-watermark {
  right: -10%;
  bottom: -15%; 
  font-size: 8.5rem; 
  opacity: 0.02; 
  transform: rotate(-10deg);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.warehouse-bento-card:hover .warehouse-bento-watermark {
  opacity: 0.04;
  transform: rotate(0deg) scale(1.05);
}

@media (width < 991px) {
  .warehouse-heading {
    font-size: 2.25rem;
  }
}

/* Measure Section */
.measure-section {
  padding: 4rem 0; 
  z-index: 1;
}

.measure-badge {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #72a5c2; 
}

.measure-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.measure-flow-container {
  flex-wrap: wrap;
  gap: 1rem;
}

.measure-flow-step {
  background: #ffffff05;
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  min-width: 140px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.measure-flow-step:hover {
  transform: translateY(-2px);
  border-color: #fff3;
}

.measure-step-active {
  background: #72a5c226;
  border: 1px solid #72a5c266;
}

.measure-step-active:hover {
  border-color: #72a5c299;
}

.measure-flow-label {
  font-size: 0.65rem;
  letter-spacing: 1px;
  color: #72a5c2;
  margin-bottom: 0.25rem;
}

.measure-step-active .measure-flow-label {
  color: #cce0eb;
}

.measure-flow-value {
  font-size: 0.95rem;
}

.measure-flow-divider {
  color: #72a5c2;
  font-size: 1rem;
  margin: 0 0.25rem;
}

.measure-feature-card {
  background: #ffffff05; 
  backdrop-filter: blur(24px);
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.measure-feature-card:hover {
  transform: translateY(-4px);
  background: #ffffff0a;
  border-color: #72a5c233;
}

.measure-feature-title {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.measure-feature-text {
  color: #a1b5c1;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (width < 991px) {
  .measure-heading {
    font-size: 2.25rem;
  }
  
  .measure-flow-container {
    gap: 0.75rem;
  }
  
  .measure-flow-step {
    padding: 0.75rem 1rem;
    min-width: 120px;
  }
  
  .measure-flow-divider {
    display: none; 
  }
}

/* --- Verify Section Layout --- */
.verify-section {
  padding: 3rem 0; 
  z-index: 1;
}

.verify-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.verify-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.verify-desc {
  color: #8faab8; 
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
}

.verify-card {
  gap: 1.5rem;
  background: #ffffff08; 
  backdrop-filter: blur(24px);
  border: 1px solid #ffffff14;
  border-radius: 20px; 
  padding: 2.25rem;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background 0.4s ease, border-color 0.4s ease;
}

.verify-card-darker {
  background: #365b6d0d; 
  border: 1px solid #72a5c21a;
}

.verify-card:hover {
  transform: translateY(-4px);
  background: #ffffff0f;
  border-color: #72a5c24d;
}

.verify-card-darker:hover {
  background: #365b6d1a;
  border-color: #72a5c266;
}

.verify-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #72a5c21a, transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}

.verify-card:hover::before {
  left: 150%;
}

.verify-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #ffffff14;
  border: 1px solid #ffffff0d;
}

.verify-icon-box i {
  color: #fff;
  font-size: 1.5rem;
}

.verify-card-darker .verify-icon-box {
  background: #72a5c226;
  border-color: #72a5c233;
}

.verify-card-darker .verify-icon-box i {
  color: #72a5c2;
}

.verify-content {
  flex-grow: 1;
}

.verify-title {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}

.verify-text {
  color: #a1b5c1;
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (width < 991px) {
  .verify-heading {
    font-size: 2.25rem;
  }
  
  .verify-card {
    padding: 1.75rem;
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
  }
}

/* --- Dashboard Section Layout --- */
.dashboard-section {
  padding: 3rem 0; 
  z-index: 1;
}

.dashboard-container {
  max-width: 1400px;
}

.dashboard-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.dashboard-desc {
  color: #a1b5c1;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
}

.dashboard-ai-card {
  background: #ffffff05; 
  backdrop-filter: blur(30px);
  border: 1px solid #ffffff14;
  border-radius: 24px; 
  padding: 4rem 4.5rem;
  box-shadow: 0 40px 80px #0000004d, inset 0 1px 0 #ffffff1a;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.5s ease;
}

.dashboard-ai-card:hover {
  transform: translateY(-5px);
  border-color: #34d3994d;
}

.dashboard-glow-orb {
  top: -20%;
  left: -10%;
  width: 50%;
  height: 70%;
  background: radial-gradient(circle, #34d39914 0%, #34d39900 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}

.dashboard-ai-content-wrapper {
  z-index: 2;
}

.dashboard-ai-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #34d399;
}

.dashboard-ai-eyebrow i {
  font-size: 1rem;
}

.dashboard-ai-title {
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}

.dashboard-feature-item {
  align-items: flex-start;
}

.dashboard-bullet {
  width: 8px;
  height: 8px;
  background: #72a5c2;
  box-shadow: 0 0 12px #72a5c2cc;
  margin-top: 0.5rem;
  margin-right: 1.25rem;
}

.dashboard-feature-text {
  flex-grow: 1;
}

.dashboard-feature-name {
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}

.dashboard-feature-desc {
  color: #8faab8;
  font-size: 1rem;
  line-height: 1.5;
}

@media (width < 991px) {
  .dashboard-heading {
    font-size: 2.5rem;
  }
  
  .dashboard-ai-card {
    padding: 2.5rem 2rem;
  }

  .dashboard-ai-title {
    font-size: 1.75rem;
  }
}

.bento-section .bento-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 11px;
}

@media (width > 992px) {
  .bento-section .bento-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
  }

  .bento-section .bento-col-1 { 
    grid-column: span 1; 
  }

  .bento-section .bento-col-3 { 
    grid-column: span 3; 
  }
}

.bento-section .bento-card {
  background-color: #0d151c;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 1.5rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.bento-section .bento-card:hover {
  background-color: #121c25;
  border-color: #ffffff40;
  transform: translateY(-2px);
}

.bento-section .bento-step-num {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff6;
}

.bento-section .bento-icon-wrapper {
  width: 38px;
  height: 38px;
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  color: #fff;
}

/* Engine Section Visual Style */
.engine-section .engine-card {
  background-color: #0d151c;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

/* Hover Interaction */
.engine-section .engine-card:hover {
  background-color: #121c25;
  border-color: #ffffff40;
  transform: translateY(-2px);
}

.gov-timeline-section .gov-timeline-container {
  max-width: 900px;
}

.gov-timeline-section .gov-timeline-card {
  background-color: #0d151c;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.gov-timeline-section .gov-timeline-card:hover {
  background-color: #121c25;
  border-color: #ffffff40;
  transform: scale(1.01);
}

.gov-timeline-section .gov-timeline-card:hover .gov-step-num {
  color: #72a5c2;
}

.gov-timeline-section .gov-step-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff59;
  letter-spacing: 1px;
  transition: color 0.25s ease;
}

.gov-timeline-section .gov-badge-status {
  background-color: #ffffff05;
}

/* Featured Top Card */
.brand-section .brand-hero-card {
  background: linear-gradient(180deg, #101c26 0%, #0d151c 100%);
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  transition: border-color 0.25s ease;
}

.brand-section .brand-hero-card:hover {
  border-color: #ffffff40;
}

/* Secondary Feature Cards */
.brand-section .brand-card {
  background-color: #0d151c;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.brand-section .brand-card:hover {
  background-color: #121c25;
  border-color: #ffffff40;
  transform: translateY(-2px);
}

/* Small Pill Badge */
.brand-section .brand-badge-pill {
  font-size: 0.7rem;
  font-weight: 600;
  color: #ffffff80;
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  padding: 4px 10px;
  border-radius: 50px;
}

.brand-card i {
  color: #72a5c2 !important;
}

/* Logo Box & Chips */
.brand-section .brand-logo-box {
  background-color: #ffffff04;
  border: 1px dashed #ffffff1a;
}

.brand-section .brand-client-chip {
  background-color: #0d151c;
  border: 1px solid #ffffff14;
  color: #fff;
  font-size: 0.85rem;
  padding: 10px 22px;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: default;
}

.brand-section .brand-client-chip:hover {
  border-color: #ffffff4d;
  background-color: #121c25;
}

.brand-section .brand-client-chip.active {
  color: #72a5c2;
  border-color: #72a5c24d;
  background-color: #72a5c20d;
}

/* --- Demo Video Section Layout --- */
.demo-section {
  padding: 4rem 0; 
  z-index: 1;
}

.demo-container {
  max-width: 1400px;
}

.demo-pill {
  background: #ffffff0d;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff1a;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
}

.demo-pill-icon {
  color: #72a5c2;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.demo-pill:hover {
  background: #ffffff1a;
  border-color: #72a5c266;
  transform: translateY(-2px);
  color: #fff;
}

.demo-pill:hover i {
  color: #fff;
}

.demo-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.demo-highlight {
  color: #72a5c2;
}

.demo-text {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
}

.demo-showcase-wrapper {
  margin-top: 2rem;
  perspective: 600px;
}

.demo-ambient-glow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, #72a5c233 0%, #365b6d00 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.demo-video-glass-panel {
  z-index: 1;
  aspect-ratio: 16 / 9;
  background: #0006;
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  padding: 0.75rem;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.demo-video-glass-panel:hover {
  transform: translateY(-5px) scale(1.01);
}

.demo-video-glass-panel iframe {
  border-radius: 16px;
  background: #000;
}

@media (width < 991px) {
  .demo-heading {
    font-size: 3rem;
  }
  
  .demo-text {
    font-size: 1.05rem;
  }
  
  .demo-video-glass-panel {
    border-radius: 16px;
    padding: 0.5rem;
  }
  
  .demo-video-glass-panel iframe {
    border-radius: 12px;
  }
}

@media (width < 575px) {
  .demo-heading {
    font-size: 2.25rem;
  }
}

/* CTA */
.cta-section {
  padding: 3rem 0; 
  z-index: 1;
}

.cta-container {
  max-width: 1400px;
}

.cta-card {
  background: #111a20; 
  border: 1px solid #ffffff0d;
  border-radius: 32px;
  padding: 2rem 1rem;
}

.cta-ambient-glow {
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, #72a5c226 0%, #365b6d00 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

.cta-content-wrapper {
  z-index: 2;
}

.cta-logo-img {
  height: 80px;
}

.cta-heading {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.cta-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
}

.cta-btn {
  background-color: #365b6d;
  font-size: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #365b6d;
  transform: translateY(-3px);
}

.cta-perks {
  gap: 2rem;
}

.cta-perk {
  font-size: 0.9rem;
  color: #72a5c2; 
  gap: 0.5rem;
}

.cta-perk-icon {
  font-size: 1rem;
  color: #72a5c2;
}

@media (width < 991px) {
  .cta-heading {
    font-size: 2.75rem;
  }
  
  .cta-card {
    padding: 4rem 2rem;
  }
}

@media (width < 575px) {
  .cta-heading {
    font-size: 2.25rem;
  }
  
  .cta-perks {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* Footer */
.footer-section {
  padding: 6rem 0 3rem; 
  background-color: transparent; 
  z-index: 1;
}

.footer-container {
  max-width: 1400px;
}

.footer-logo-img {
  height: 46px;
}

.footer-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 400px;
}

.footer-nav-heading {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
}

.footer-nav-list li {
  margin-bottom: 0.85rem;
}

.footer-nav-list li:last-child {
  margin-bottom: 0;
}

.footer-nav-link {
  color: #a1b5c1;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-nav-link:hover {
  color: #fff;
  transform: translateX(3px); 
}

.footer-bottom-bar {
  border-top: 1px solid #ffffff14;
  padding-top: 2rem;
  margin-top: 2rem;
}

.footer-copyright {
  color: #72a5c2; 
  font-size: 0.85rem;
}

@media (width < 991px) {
  .footer-section {
    padding: 5rem 0 2rem;
  }
  
  .footer-desc {
    max-width: 100%;
  }
}

.hero-nav {
  background-color: #050709 !important;
}

.client-section .client-card {
  background-color: #0d151c;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.client-section .client-card:hover {
  background-color: #121c25;
  border-color: #ffffff40;
  transform: translateY(-3px);
}

.client-section .client-category-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff80;
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  padding: 6px 12px;
  border-radius: 6px;
}

.client-section i{
  color: #72a5c2 !important;
}


@media (width < 380px) {
  .widget-badge-subtle {
    padding: 5px 10px;
  }

  .widget-title {
    font-size: 0.9rem !important;
  }

  .row-label{
    font-size: 0.8rem !important;
  }

  .status-badge{
    font-size: 0.7rem !important;
  }

  .dashboard-heading{
    font-size: 1.8rem !important;
  }

  .verify-heading{
    font-size: 1.8rem !important;
  }

  .measure-heading{
    font-size: 1.8rem !important;
  }

  .warehouse-heading{
    font-size: 1.8rem !important;
  }

  .validate-heading{
    font-size: 1.8rem !important;
  }

  .intake-heading{
    font-size: 1.8rem !important;
  }

  .problem-heading{
    font-size: 1.8rem !important;
  }

  .engine-badge{
    padding: 19px !important;
  }
}

@media (width < 400px) {
  .problem-heading{
    font-size: 1.9rem !important;
  }

  .intake-heading{
    font-size: 1.9rem !important;
  }

  .validate-heading{
    font-size: 1.9rem !important;
  }

  .warehouse-heading{
    font-size: 1.9rem !important;
  }

  .measure-heading{
    font-size: 1.9rem !important;
  }

  .verify-heading{
    font-size: 1.9rem !important;
  }

  .dashboard-heading{
    font-size: 1.9rem !important;
  }

  .widget-title{
    font-size: 1.1rem !important;
  }
}

#features{
  scroll-margin-top: 110px;
}

#new{
  scroll-margin-top: 85px;
}

#case-studies{
  scroll-margin-top: 85px;
}

/* Enterprise Hero */
.ent-hero-section {
  padding: 5rem 0; 
  background-color: #0d1418; 
  z-index: 1;
}

.ent-hero-container {
  max-width: 1400px;
}

.ent-hero-grid {
  top: 0;
  left: 0;
  background-size: 60px 60px;
  background-image: linear-gradient(to right, #72a5c20a 1px, transparent 1px),linear-gradient(to bottom, #72a5c20a 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, #000 0%, #0000 80%);
  z-index: 0;
  animation: grid-move 20s linear infinite;
}

@keyframes grid-move {
  0% { 
    transform: translateY(0); 
  }

  100% { 
    transform: translateY(60px); 
  }
}

.ent-hero-orb {
  filter: blur(100px);
  z-index: 1;
  pointer-events: none;
  animation: float-orb 12s ease-in-out infinite alternate;
}

.ent-hero-orb-1 {
  width: 500px;
  height: 500px;
  background: #72a5c226;
  top: -10%;
  left: -5%;
}

.ent-hero-orb-2 {
  width: 400px;
  height: 400px;
  background: #365b6d33;
  bottom: 20%;
  right: -5%;
  animation-delay: -5s;
}

@keyframes float-orb {
  0% { 
    transform: translate(0, 0) scale(1); 
  }

  100% { 
    transform: translate(40px, -40px) scale(1.1); 
  }
}

.ent-hero-badge {
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: #a1b5c1;
  background: #ffffff08;
  border: 1px solid #ffffff1a;
  padding: 0.4rem 1.25rem;
  backdrop-filter: blur(10px);
}

.ent-hero-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #72a5c2;
  margin-right: 10px;
  box-shadow: 0 0 10px #72a5c2;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% { 
    opacity: 0.5; 
    box-shadow: 0 0 5px #72a5c2; 
  }

  50% { 
    opacity: 1; 
    box-shadow: 0 0 15px #72a5c2; 
  }

  100% { 
    opacity: 0.5; 
    box-shadow: 0 0 5px #72a5c2; 
  }
}

.ent-hero-heading {
  font-size: 3rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.ent-hero-highlight {
  color: #72a5c2;
}

.ent-hero-desc {
  color: #a1b5c1;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 800px;
}

.ent-hero-btn-primary {
  color: #365b6d;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.ent-hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px #ffffff4d;
  color: #1a2730;
}

.ent-hero-btn-secondary {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.ent-hero-btn-secondary i {
  color: #72a5c2;
  transition: color 0.3s ease;
}

.ent-hero-btn-secondary:hover {
  background-color: #ffffff1a;
  border-color: #72a5c266;
  transform: translateY(-3px);
}

.ent-hero-btn-secondary:hover i {
  color: #fff;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fade-in-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.delay-1 { 
  animation-delay: 0.1s; 
}

.delay-2 { 
  animation-delay: 0.2s; 
}

.delay-3 { 
  animation-delay: 0.3s; 
}

.delay-4 { 
  animation-delay: 0.5s; 
}

@keyframes fade-in-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (width < 1199px) {
  .ent-hero-heading { font-size: 3.75rem; }
}

@media (width < 991px) {
  .ent-hero-section { 
    padding: 9rem 0 5rem; 
  }

  .ent-hero-heading { 
    font-size: 3.25rem; 
  }

  .ent-hero-desc { 
    font-size: 1.05rem; 
  }
}

@media (width < 575px) {
  .ent-hero-section { 
    padding: 5rem 0; 
  }
  
  .ent-hero-heading { 
    font-size: 2rem; 
  }
}

.probagov-grid-section {
    background-color: var(--grid-bg);
    background-image: 
      linear-gradient(to right, #ffffff08 1px, transparent 1px),
      linear-gradient(to bottom, #ffffff08 1px, transparent 1px);
    background-size: 80px 80px;
    overflow-x: hidden;
  }

  /* Deep Rounded SaaS Cards */
  .grid-saas-card {
    background-color: var(--card-surface);
    border: 1px solid var(--card-border);
    border-radius: 24px;
    padding: 2.25rem;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .grid-saas-card:hover {
    transform: translateY(-4px);
    border-color: #72a5c267;
    box-shadow: 0 20px 40px #0009, 0 0 30px #72a5c227;
  }

  /* Micro UI Visual Blocks Inside Cards */
  .card-ui-preview {
    background: #08090d;
    border: 1px solid #ffffff0f;
    border-radius: 16px;
    padding: 1.25rem;
    margin-top: 2rem;
    min-height: 140px;
  }

  /* Pink Glowing Badge Nodes */
  .glow-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #72a5c2 0%, #72a5c2 100%);
    color: #fff;
    border: 1px solid #72a5c2;
    box-shadow: 0 0 20px #72a5c2;
  }

  /* Micro Grid Dots */
  .dot-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    width: 100%;
  }

  .dot-cell {
    width: 100%;
    height: 12px;
    background: #ffffff0d;
    border-radius: 4px;
  }

  .dot-cell.active {
    background: var(--accent-glow);
    box-shadow: 0 0 10px var(--accent-glow);
  }

  .dashboard-card{
    height: 60px !important;
  }

  .dashboard-stroke-one{
    width: 12px; 
    height: 30%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .dashboard-stroke-two{
    width: 12px; 
    height: 55%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .dashboard-stroke-three{
    width: 12px; 
    height: 85%; 
    background: var(--accent-glow); 
    border-radius: 4px; 
    box-shadow: 0 0 10px var(--accent-glow);
  }

  .dashborad-stroke-four{
    width: 12px; 
    height: 40%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .dashboard-stroke-five{
    width: 12px; 
    height: 70%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .progress{
    height: 8px;
  }

  .progress-bar{
    width: 75%; 
    background-color: var(--accent-glow);
  }

/* Icon Box (Used in ESG) */
  .ent-glow-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #72a5c2 0%, #72a5c2 100%);
    color: #fff;
    border: 1px solid #72a5c2;
    box-shadow: 0 0 20px #72a5c2;
  }

  /* Micro Grid Dots (Used in Impact) */
  .ent-dot-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    width: 100%;
  }

  .ent-dot-cell {
    width: 100%;
    height: 12px;
    background: #ffffff0d;
    border-radius: 4px;
  }

  .ent-dot-cell.active {
    background: var(--accent-glow);
    box-shadow: 0 0 10px var(--accent-glow);
  }

  /* Dashboard Bars (Used in Insights) */
  .ent-dashboard-card {
    height: 60px !important;
  }

  .ent-dashboard-stroke-one {
    width: 12px; 
    height: 30%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .ent-dashboard-stroke-two {
    width: 12px; 
    height: 55%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .ent-dashboard-stroke-three {
    width: 12px; 
    height: 85%; 
    background: var(--accent-glow); 
    border-radius: 4px; 
    box-shadow: 0 0 10px var(--accent-glow);
  }

  .ent-dashboard-stroke-four {
    width: 12px; 
    height: 40%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  .ent-dashboard-stroke-five {
    width: 12px; 
    height: 70%; 
    background: #ffffff1a; 
    border-radius: 4px;
  }

  /* Progress Bar (Used in Data Hub) */
  .ent-progress {
    height: 8px;
  }

  .ent-progress-bar {
    width: 75%; 
    background-color: var(--accent-glow);
  }

  .mobile-navbar{
    background: #080d10f2;
    backdrop-filter: blur(18px);
    border-bottom:1px solid #ffffff14;
    padding:1rem 0;
    z-index:1030;
}

.offcanvas{
    width:320px;
    background:linear-gradient(180deg,#15232c 0%,#365b6d 100%);
    border-left:1px solid #ffffff14;
    z-index: 1055;
}

.offcanvas-header{
    padding:1.5rem;
    border-bottom:1px solid #ffffff14;
}

.offcanvas-body{
    padding:1.5rem;
}

.mobile-menu-buttons{
    padding-top:2rem;
}

.mobile-menu-buttons .btn{
    padding:.9rem;
}

.offcanvas .nav-link{
    font-size:1rem;
    padding:.85rem 0;
    transition:.25s;
}

.offcanvas .nav-link:hover{
    padding-left:8px;
}

.accordion{
    background:transparent;
}

.accordion-button{
    padding:.85rem 0;
}

.accordion-button:not(.collapsed){
    background:transparent;
    color:#fff;
}

.accordion-button::after{
    filter:invert(1);
}

.accordion-body{
    padding:.5rem 0 .5rem 1rem;
}

.dropdown-link{
    color:#ffffffbf;
    padding:.55rem 0;
    transition:.25s;
}

.dropdown-link:hover{
    color:#72a5c2;
    padding-left:8px;
}

.offcanvas .btn{
    padding:.9rem;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.offcanvas .nav-item{
    border-bottom:1px solid #ffffff14;
}

.offcanvas .nav-link .accordion-button{
    padding:1rem 0;
}

html {
    scroll-behavior: auto;
}

section {
    scroll-margin-top: 90px;
}

.offcanvas-header .btn{
    color:#fff;
}

.pricing-section {
    padding: 80px 0;
}

.pricing-header-title {
    font-size: 2.5rem;
}

.pricing-header-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.pricing-toggle-container {
    margin-bottom: 50px;
}

.pricing-toggle-label {
    margin: 0 15px;
    font-size: 1rem;
}

.pricing-toggle-switch {
    width: 60px;
    height: 34px;
}

.pricing-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing-toggle-slider {
    cursor: pointer;
    inset: 0;
    background-color: #365b6d;
    transition: .4s;
    border-radius: 34px;
}

.pricing-toggle-slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #1a262d;
    transition: .4s;
    border-radius: 50%;
}

.pricing-toggle-input:checked + .pricing-toggle-slider {
    background-color: #72a5c2;
}

.pricing-toggle-input:checked + .pricing-toggle-slider::before {
    transform: translateX(26px);
}

.pricing-discount-tag {
    background-color: #72a5c2;
    color: #1a262d;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.pricing-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card-popular {
    border-color: #72a5c2;
    box-shadow: 0 0 10px #0fc6;
}

.pricing-popular-tag {
    top: 20px;
    right: 20px;
    background: #72a5c2;
    color: #1a262d;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    box-shadow: 0 0 8px #8ccaee;
}

.pricing-card-title {
    font-size: 1.5rem;
}

.pricing-card-billing-type {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.pricing-card-price-wrapper {
    font-size: 3rem;  
    margin-bottom: 5px;
}

.pricing-card-price-unit {
    color: #a0a0a0;
    font-size: 1rem;
}

.pricing-card-description {
    color: #a0a0a0;
    font-size: 0.95rem;
    margin-bottom: 30px;
}

.pricing-feature-list {
    margin-bottom: 40px;
}

.pricing-feature-item {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #e0e0e0;
}

.pricing-feature-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #72a5c2;
    font-weight: bold;
}

.pricing-feature-item.no-feature::before {
    content: "\2715";
    position: absolute;
    left: 0;
    color: #c28972;
    font-weight: bold;
}


.pricing-btn {
    padding: 12px;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.pricing-btn-outline {
    color: #fff;
    background: #365b6d;
}

.pricing-btn-solid {
    background-color: #365b6d;
    color: #fff;
}

