:root {
      --merge-progress: 0;
      --accent: #ff0f39; 
      --ink:#12182b;
      --sub:#66708a;
      --line:#e5dbff;
      --blue:#170646;
      --blue-dim: #e5dbff;
      --panel:#e5dbff;
      --bs-tooltip-bg: #fefefe;
      --bs-tooltip-color: #000;
      --bs-tooltip-padding-y: 14px;
      --bs-tooltip-border-radius: 32px !important;
      --bs-tooltip-font-size: 0.8rem;
    }

    body {
      background: #f7f7f7;
      color: #1a1a1a;
      font-family: Inter, sans-serif;
      min-height: 150vh; 
      overflow-x: hidden;
    }

    .first-title-bg{
      background-color: #f7f7f7;
    }

    .navbar-brand {
      letter-spacing: -0.5px;
    }
    
    .nav-link {
      color: #555 !important;
      transition: color 0.2s;
      font-size: 14px;
    }

    .nav-link:hover {
      color: #000 !important;
    }
    
    .hero-section {
      padding-top: 5rem;
      top: 0;
      height: auto;
    }

    .hero-title {
      font-size: 3rem;
      letter-spacing: -1px;
      color: #111;
      margin-bottom: 1rem;
      font-weight: 900 !important;
    }
    
    .hero-subtitle {
      color: #6c757d;
      font-size: 1.15rem;
      max-width: 600px;
      margin: 0 auto;
    }

    .showcase-container {
      align-items: flex-end;
      gap: 1.5rem;
      padding-top: 4rem;
      padding-bottom: 8rem;
      perspective: 1000px;
    }

    .icon-wrapper {
      cursor: pointer;
      transform: translateX(calc(var(--target-x) * var(--merge-progress))) scale(calc(1 - (var(--merge-progress) * 0.8)));
      opacity: calc(1 - (var(--merge-progress) * 1.2));
      transition: transform 0.1s linear, opacity 0.1s linear;
    }

    .product-icon {
      width: 80px;
      height: 80px;
      border-radius: 22px;
      font-size: 2.5rem;
      color: white;
      background-color: #fff;
      box-shadow: 0 15px 35px #00000014, inset 0 2px 0 #ffffff80;
      -webkit-box-reflect: below 10px linear-gradient(transparent 50%, #0003);
      animation: float-up-down 4s ease-in-out infinite alternate;
      animation-play-state: calc(var(--merge-progress) > 0 ? paused : running);
    }

    .icon-1 .product-icon { 
        background: linear-gradient(135deg, #427e72, #276158); 
        animation-delay: 0.0s; 
    }

    .icon-2 .product-icon { 
        background: linear-gradient(135deg, #427e72, #276158); 
        animation-delay: 0.3s; 
    }

    .icon-3 .product-icon { 
        background: linear-gradient(135deg, #0a3b34, #0f5c50); 
        animation-delay: 0.6s; 
    }

    .icon-4 .product-icon { 
        background: linear-gradient(135deg, #18526a, #18526a); 
        animation-delay: 0.9s; 
    }

    .icon-5 .product-icon { 
        background: linear-gradient(135deg, #1046a9, #1046a9); 
        animation-delay: 1.2s; 
    }

    .icon-6 .product-icon { 
        background: linear-gradient(135deg, #70459b, #70459b); 
        animation-delay: 0.9s; 
    }

    .icon-7 .product-icon { 
        background: linear-gradient(135deg, #170645, #170645); 
        animation-delay: 0.6s; 
    }

    .icon-8 .product-icon { 
        background: linear-gradient(135deg, #20c997, #128260); 
        animation-delay: 0.3s; 
    }

    .aic-one-wrapper {
      bottom: 8rem;
      left: 50%;
      transform: translateX(-50%) scale(calc(0.5 + (var(--merge-progress) * 0.7)));
      opacity: calc((var(--merge-progress) - 0.3) * 2);
      pointer-events: calc(var(--merge-progress) > 0.8 ? auto : none);
      z-index: 50;
    }

    .aic-one-icon {
      width: 120px;
      height: 120px;
      border-radius: 30px;
      border: 2px solid #e0e0e0;
      background: #fff;
      color: white;
      gap: 5px;
      box-shadow: 0 25px 50px #e0e0e0, inset 0 2px 0 #fff6;
      -webkit-box-reflect: below 10px linear-gradient(transparent 50%, #0000004d);
    }
    
    .aic-one-icon i {
      font-size: 2.8rem;
    }
    
    .aic-label {
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 1px;
    }

    @keyframes float-up-down {
      0% { 
        transform: translateY(0); 
    }

      100% { 
        transform: translateY(-15px); 
    }
    }

    .tooltip-inner {
      font-family: Inter, sans-serif;
      font-weight: 500;
      padding: 6px 12px;
      border-radius: 8px;
    }

    @media (width < 1200px) {
      .showcase-container { 
        gap: 1rem; 
    }

      .product-icon { 
        width: 65px; 
        height: 65px; 
        font-size: 2rem; 
        border-radius: 18px; 
    }
    
    .icon-wrapper:nth-child(1) { 
        --target-x: 285px !important; 
    }

    .icon-wrapper:nth-child(2) { 
        --target-x: 203px !important; 
    }

    .icon-wrapper:nth-child(3) { 
        --target-x: 122px !important; 
    }

    .icon-wrapper:nth-child(4) { 
        --target-x: 40px !important; 
    }

    .icon-wrapper:nth-child(5) { 
        --target-x: -40px !important; 
    }

    .icon-wrapper:nth-child(6) { 
        --target-x: -122px !important; 
    }

    .icon-wrapper:nth-child(7) { 
        --target-x: -203px !important; 
    }

    .icon-wrapper:nth-child(8) { 
        --target-x: -285px !important; 
    }

    }

    @media (width < 992px) {
      .hero-title { 
        font-size: 3.5rem; 
    }
    }

    @media (width < 768px) {
      .hero-title { 
        font-size: 2rem; 
    }
    
      .showcase-container { 
        gap: 0.5rem; 
        flex-wrap: wrap; 
        padding-bottom: 2rem; 
    }

      .product-icon { 
        width: 40px; 
        height: 40px; 
        font-size: 1.5rem; 
        border-radius: 14px; 
    }

    .aic-one-icon{
      width: 100px;
      height: 100px;
    }

      .aic-one-wrapper { 
        bottom: 2rem; 
    }

      .icon-wrapper { 
        transform: none !important; 
        opacity: 1 !important; 
    }

      .aic-one-wrapper { 
        display: none; 
    }

    .last-card{
      width: 93% !important;
    }

    .mobile-description{
      width : 100% !important
    }

    .product-logo-box{
      width: 60px !important;
      height: 60px !important;
    }

    .center-logo-wrapper{
      width: 80px !important;
      height: 80px !important;
    }
    }

    .product-logo{
    width: 60%;
    height: 60%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}

    .problem-card {
      background-color: #fff !important;
      transition: transform 0.2s ease;
    }

    .problem-card:hover {
      transform: translateY(-3px);
    }

    .problem-card::before {
      content: '';
      position: absolute;
      left: 0; top: 1.5rem; bottom: 1.5rem; width: 4px;
      background-color: var(--accent);
      border-radius: 0 4px 4px 0;
    }

    .box-style{
        border-color: #ffffff14 !important;
    }

    .number-circle{
        width: 30px; 
        height: 30px; 
        background-color: #ff0f3914; 
        color: #ff0f39; 
        font-size: 0.8rem;
    }

    .badge-style{
       border-color: #e5e5ea !important; 
       background-color: #fff; 
       color: #1d1d1f; 
    }

    .round-style{
        width: 140px; 
        height: 140px; 
        background-color: #fff; 
        border: 1px solid #ff0f3933;
    }

    .round-style-2{
        border: 2px solid #ff0f391a; 
        transform: scale(1.15);
    }

    .round-style-3{
      max-width: 80px; 
      max-height: 80px; 
      object-fit: contain; 
      z-index: 2;  
    }

    .border-below{
        border-color: #e5e5ea !important; 
        background-color: #fafafa;
        color: #555; 
        font-weight: 500; 
        font-size: 0.95rem;
    }

    .border-style{
      border-bottom: 2px solid #e5e5ea;
    }

    .bottom-rectangle{
      background-color: #fff; 
      border: 1px solid #ff0f3933 !important;
    }

    .aic-logo{
      width: 40px !important;
    }

    .onboard-ui-section {
        --ui-teal: #4b8a87;
        --ui-red: #df3832;
        --ui-bg-light: #fff;
        --ui-text-muted: #718096;
    }
    
    .ui-app-header {
        background-color: var(--ui-bg-light);
        border-radius: 12px;
    }

    .step-card {
        transition: all 0.2s ease;
        background-color: #fff;
    }

    .step-card:hover {
        border-color: var(--ui-teal);
        background: linear-gradient(135deg, var(--ui-teal) 0%, #3a6f6c 100%);
        color: white !important;
        border: none !important;
        transition: all 0.2s ease;
    }
    
    .step-number {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
        background-color: #71df321a;
        color: var(--ui-teal);
    }
    
    .step-card:hover .step-number {
        background-color: #fff3;
        color: white;
    }

    .feature-item {
        border-left: 3px solid transparent;
        transition: border-color 0.2s ease;
        border-radius: 12px;
    }

    .product-logo{
        font-size: 0.55rem;
        width: 100%;
    }

    .complyon-color{
      color: #3a6f6c;
    }

    .engagenet-color{
      color: #0d3a8a;
    }

    .probaa-color{
      color: #365b6d;
    }

    .verdict-color{
      color: #0b3c35;
    }

    .probaw-color{
      color: #170645;
    }

    .card-linear-style{
      height: 120px; 
      background: linear-gradient(to bottom, transparent 0%, white 100%);
    }

    .image-height{
      height: 240px;
    }

    .aic-slogan{
      font-size: 0.43rem;
    }

    .btn-demo:hover, .btn-get-started:hover {
    transform: translateY(-2px);
}

.btn-demo{
    background: linear-gradient( 180deg, #ff3d3d, #8a0000);
    border-radius: 40px;
    font-size: 0.8rem;
    transition: all 0.3s;
}

.btn-demo:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #3b000040;
}

.btn-engage{
    background: linear-gradient( 180deg, #0d3a8a, #0e285d);
    border-radius: 40px;
    font-size: 0.8rem;
    border: 1px solid #0d3a8a !important;
    transition: all 0.3s;
}

.btn-engage:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #0e285d40;
}

.btn-comply{
    background: linear-gradient( 180deg, #427e72, #2e5750);
    border-radius: 40px;
    font-size: 0.8rem;
    border: 1px solid #427e72 !important;
    transition: all 0.3s;
}

.btn-comply:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #2e575040;
}

.btn-verdict{
    background: linear-gradient( 180deg, #0a3b34, #062824);
    border-radius: 40px;
    font-size: 0.8rem;
    border: 1px solid #0a3b34 !important;
    transition: all 0.3s;
}

.btn-verdict:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #06282440;
}

.btn-orcaa{
    background: linear-gradient( 180deg, #70459b, #53356e);
    border-radius: 40px;
    font-size: 0.8rem;
    width: 30%;
    border: 1px solid #70459b !important;
    transition: all 0.3s;
}

.btn-orcaa:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #53356e40;
}

.btn-probaa{
    background: linear-gradient( 180deg, #365b6d, #2d404c);
    border-radius: 40px;
    font-size: 0.8rem;
    border: 1px solid #365b6d !important;
    transition: all 0.3s;
}

.btn-probaa:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #2d404c40;
}

.btn-probaw{
    background: linear-gradient( 180deg, #170645, #0b051f);
    border-radius: 40px;
    font-size: 0.8rem;
    width: 30%  ;
    border: 1px solid #170645 !important;
    transition: all 0.3s;
}

.btn-probaw:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 14px #0b051f40;
}

.btn-get-started {
    background: linear-gradient( 180deg, #c9c9c9, #ececec);
    border: 1px solid #c9c9c9 !important;
    border-radius: 40px;
    font-size: 0.8rem;
    transition: all 0.3s;
    color: #000 !important;
}

.btn-get-started:active{
    transform: translateY(2px);
    border: 1px solid var(--aic-primary);
    color: #fff !important;
}

.btn-get-started:hover {
    background: linear-gradient(180deg, #ff3d3d, #8a0000);
    color: #fff;
    transition: all 0.3s;
}

.icon-wrapper{
    position:absolute;
}

.icon-wrapper {
    transition:
        transform 0.8s ease,
        opacity 0.8s ease;
    will-change: transform, opacity;
}

.icon-wrapper.merge {
    opacity: 0;
}

.hero-section {
  overflow: visible;
  position: relative;
}

.icon-wrapper {
  position: relative;
  z-index: 50;
  will-change: transform, opacity;
}

.aic-target-logo {
  opacity: 0;
  transform: scale(0.6);
  transition: none;
  will-change: transform, opacity;
}

.problem-card, h2, p.text-muted {
  position: relative;
  z-index: 10;
}

.second-section{
  padding-top: 2rem;
}

.orcaa-color{
  color: #70459b;
}

.bg-dot-grid {
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 24px 24px;
}

.network-node {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    max-width: 280px;
    box-shadow: 0 4px 6px -1px #00000005, 0 2px 4px -1px #00000005;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

.network-node:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px #0000000f, 0 10px 10px -5px #00000008;
    border-color: #cbd5e1;
}

.aic-core-card {
    background-color: #fff;
    border: 2px solid #df3832;
    border-radius: 20px;
    padding: 2rem;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 20px 40px -10px #df383240;
    z-index: 10;
}

@media (width > 992px) {
    .central-spine {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #df3832 15%, #df3832 85%, transparent);
        transform: translateX(-50%);
        z-index: 1;
    }

    .connector-right::after,
    .connector-left::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 3rem;
        height: 1px;
        background-color: #cbd5e1;
        z-index: 1;
    }

    .connector-right::after { 
        right: -3rem; 
    }

    .connector-left::after { 
        left: -3rem; 
    }

    .connector-dot::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        background-color: #df3832;
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 3;
        box-shadow: 0 0 0 4px #df383233;
    }

    .connector-right .connector-dot::before { 
        right: -3rem; 
        margin-right: -4px; 
    }

    .connector-left .connector-dot::before { 
        left: -3rem; margin-left: -4px; 
    }
}

@media (width < 991px) {
    .central-spine {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2.5rem;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #df3832 10%, #df3832 90%, transparent);
        z-index: 1;
    }

    .network-node {
        margin-left: 4.5rem;
        max-width: 100%;
    }

    .aic-core-card {
        margin-left: 2rem;
        max-width: calc(100% - 2rem);
    }

    .connector-left::after, .connector-right::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -2rem;
        width: 2rem;
        height: 1px;
        background-color: #cbd5e1;
    }

    .connector-dot::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -2rem;
        width: 8px;
        height: 8px;
        background-color: #df3832;
        border-radius: 50%;
        transform: translateY(-50%);
        margin-left: -4px;
        z-index: 3;
        box-shadow: 0 0 0 4px #df383233;
    }
}

.node-style-one{
    top: -2rem; 
    left: 50%; 
    width: 1px; 
    height: 2rem; 
    background: #cbd5e1;
}

.node-style-two{
    top: -2rem; 
    left: 50%; 
    transform: translateX(-50%);
}

.minimal-accent {
    color: #df3832;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.minimal-line {
    width: 25px;
    height: 2px;
    background-color: #df3832;
    margin-bottom: 2rem;
}

.main-heading {
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.giant-number {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #d1d5db;
    clip-path: inset(0 0 28% 0);
    display: inline-block;
}

.giant-number.active {
    color: #df3832;
}

.second-title{ 
    font-size: 2.2rem; 
    color: #4b5563;
}

.product-item {
  width: 100px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.product-item:hover {
  transform: translateY(-5px);
}

.product-logo-box {
  width: 70px;
  height: 70px;
  background-color: #fff;
}

.product-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px; 
}

.center-logo-wrapper {
  width: 140px; 
  height: 140px;
}

.x-verdict-logo-size{
  height: 20px !important;
  width: 20px !important;
}

.product-name{
  font-size: 8px;
}

.custom-tooltip {
padding : 8px;
border-radius: 32px !important;
box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
font-weight: 500;
letter-spacing: 0.015em;
}

.stage{
  height:168px;
  border-radius: 14px;
  margin-bottom: 22px;
  background-image: radial-gradient(var(--line) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  background-color:#fbfcfe;
  border: 1px solid var(--line);
}

.stage svg{ 
  width:100%; 
  height:100%; 
}

.chip{ 
  gap:6px;
  background:#fff; 
  border:1px solid var(--line);
  border-radius: 999px; 
  padding: 5px 12px;
  font-size: 12.5px; 
  font-weight:600; 
  color:var(--ink);
  white-space:nowrap;
}

.dot-blue{ 
  width:7px; 
  height:7px; 
  border-radius:50%; 
  background:var(--blue); 
  flex:0 0 auto; 
}

.doc-card{
  left:50%; 
  top:50%;
  transform: translate(-50%,-50%);
  width:150px; 
  background:#fff; 
  border:1px solid var(--line);
  border-radius:12px; 
  padding:14px 16px;
}

.doc-line{ 
  height:7px; 
  border-radius:4px; 
  background:var(--blue-dim); 
  margin-bottom:8px; 
  width:0%; 
  animation: grow-line 3.2s ease-in-out infinite; 
}

.doc-line:nth-child(1){ 
  animation-delay:0s; 
}

.doc-line:nth-child(2){ 
  width:0%; 
  animation-delay:.35s; 
}

.doc-line:nth-child(3){ 
  width:0%; 
  animation-delay:.7s; 
}

.doc-line:nth-child(4){ 
  width:0%; 
  animation-delay:1.05s; 
  background:var(--blue-dim); 
}

@keyframes grow-line{
  0%{ 
    width:0%; 
  }

  18%{ 
    width:var(--w,88%); 
  }

  75%{ 
    width:var(--w,88%); 
  }

  100%{ 
    width:0%; 
  }
}

.doc-line:nth-child(1){ 
  --w:92%; 
}

.doc-line:nth-child(2){ 
  --w:70%; 
}

.doc-line:nth-child(3){ 
  --w:84%; 
}

.doc-line:nth-child(4){ 
  --w:55%; 
}

.capture-badge{
  width:34px; 
  height:34px; 
  border-radius:50%;
  background: var(--blue); 
  right:14px; 
  top:14px; 
  opacity:0; 
  transform: scale(.5);
  animation: badge-pop 3.2s ease-in-out infinite;
  box-shadow: 0 8px 16px -6px #2f6feb99;
}

@keyframes badge-pop{
  0%,55%{ 
    opacity:0; 
    transform:scale(.4); 
  }

  68%{ 
    opacity:1; 
    transform:scale(1.15); 
  }

  76%{ 
    opacity:1; 
    transform:scale(1); 
  }

  92%{ 
    opacity:1; 
    transform:scale(1); 
  }

  100%{ 
    opacity:0; 
    transform:scale(.6); 
  }
}

.capture-badge svg{ 
  position:static; 
  width:16px; 
  height:16px; 
}

.capture-ring{
  width:150px; 
  height:60px; 
  left:50%; 
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:12px; border:1.5px solid var(--blue);
  opacity:0; animation: ring-pulse 3.2s ease-out infinite;
}

@keyframes ring-pulse{
  0%,60%{ 
    opacity:0; 
    transform:translate(-50%,-50%) scale(1); 
  }

  72%{ 
    opacity:.55; 
  }

  92%{ 
    opacity:0; 
    transform:translate(-50%,-50%) scale(1.28); 
  }

  100%{ 
    opacity:0; 
  }
}

.route-src{ 
  left:16px; 
  top:50%; 
  transform:translateY(-50%); 
}

.route-dest{ 
  left:auto; 
  right:14px; 
}

.route-dest.d1{ 
  top:12px; 
}

.route-dest.d2{ 
  top:55px; 
}

.route-dest.d3{ 
  top:100px; 
}

.route-dest .dot-blue{ 
  opacity:.35; 
  transition:none; 
}

.route-dest.active .dot-blue{ 
  background:var(--blue); 
}

.route-dest.d1{ 
  animation: route-flash 4.5s ease-in-out infinite; 
}

.route-dest.d2{ 
  animation: route-flash 4.5s ease-in-out infinite; 
  animation-delay:1.5s; 
}

.route-dest.d3{ 
  animation: route-flash 4.5s ease-in-out infinite; 
  animation-delay:3s; 
}

@keyframes route-flash{
  0%,8%{ 
    box-shadow:none; 
    border-color:var(--line); 
  }

  14%,32%{ 
    border-color:var(--blue); 
    box-shadow:0 0 0 3px var(--blue-dim); 
  }

  40%,100%{ 
    border-color:var(--line); 
    box-shadow:none; 
  }
}

.route-pulse{
  fill: var(--blue);
}

.p1{ 
  animation: travel-one 4.5s ease-in-out infinite; 
}

.p2{ 
  animation: travel-two 4.5s ease-in-out infinite; 
  animation-delay:1.5s; 
}

.p3{ 
  animation: travel-three 4.5s ease-in-out infinite; 
  animation-delay:3s; 
}

@keyframes travel-one{
  0%,6%{ 
    offset-distance:0%; 
    opacity:0; 
  }

  10%{ 
    opacity:1; 
  }

  30%{ 
    offset-distance:100%; 
    opacity:1; 
  }

  36%,100%{ 
    opacity:0; 
  }
}

@keyframes travel-two{
  0%,6%{ 
    offset-distance:0%; 
    opacity:0; 
  }

  10%{ 
    opacity:1; 
  }

  30%{ 
    offset-distance:100%; 
    opacity:1; 
  }

  36%,100%{ 
    opacity:0; 
  }
}

@keyframes travel-three{
  0%,6%{ 
    offset-distance:0%; 
    opacity:0; 
  }

  10%{ 
    opacity:1; 
  }
  
  30%{ 
    offset-distance:100%; 
    opacity:1; 
  }

  36%,100%{ 
    opacity:0; 
  }
}

.path-one{ 
  offset-path: path('M 34 84 C 90 84, 90 24, 150 24'); 
}

.path-two{ 
  offset-path: path('M 34 84 C 90 84, 90 72, 150 72'); 
}

.path-three{ 
  offset-path: path('M 34 84 C 90 84, 90 120, 150 120'); 
}

.approve-doc{
  width:56px; 
  height:72px; 
  background:#fff;
  border:1px solid var(--line); 
  border-radius:8px; top:50%;
}

.approve-doc.left{ 
  left:26px; 
  transform:translateY(-50%) rotate(-6deg); 
}

.approve-doc.right{ 
  right:26px; 
  transform:translateY(-50%) rotate(6deg); 
}

.approve-doc span{ 
  display:block; 
  height:5px; 
  margin:9px 8px; 
  border-radius:3px; 
  background:var(--panel); 
}

.approve-check{
  left:50%; 
  top:50%; 
  transform:translate(-50%,-50%) scale(0);
  width:58px; 
  height:58px; 
  border-radius:50%; 
  background:var(--blue);
  animation: check-pop 3s cubic-bezier(.34,1.56,.64,1) infinite;
  box-shadow: 0 10px 22px -6px #2f6feb8c;
}

@keyframes check-pop{
  0%,15%{ 
    transform:translate(-50%,-50%) scale(0); 
  }

  35%{ 
    transform:translate(-50%,-50%) scale(1); 
  }

  85%{ 
    transform:translate(-50%,-50%) scale(1); 
  }

  100%{ 
    transform:translate(-50%,-50%) scale(0); 
  }
}

.approve-check svg{ 
  position:static; 
  width:26px; 
  height:26px; 
}

.approve-check path{
  stroke-dasharray: 24; 
  stroke-dashoffset:24;
  animation: draw-check 3s ease infinite;
}

@keyframes draw-check{
  0%,30%{ 
    stroke-dashoffset:24; 
  }

  55%,85%{ 
    stroke-dashoffset:0; 
  }

  100%{ 
    stroke-dashoffset:24; 
  }
}

.approve-ring{
  left:50%; 
  top:50%; 
  width:58px; 
  height:58px;
  border-radius:50%; 
  border:1.5px solid var(--blue);
  transform:translate(-50%,-50%) scale(1); 
  opacity:0;
  animation: approve-ring 3s ease-out infinite;
}

@keyframes approve-ring{
  0%,32%{ 
    opacity:0; 
    transform:translate(-50%,-50%) scale(1); 
  }

  45%{ 
    opacity:.6; 
  }

  70%{ 
    opacity:0; 
    transform:translate(-50%,-50%) scale(1.9); 
  }

  100%{ 
    opacity:0; 
  }
}

.gear-wrap{
  left:50%; 
  top:50%; 
  transform:translate(-50%,-50%);
}

.gear-wrap svg{ 
  position:static; 
  width:54px; 
  height:54px; 
  animation: spin 6s linear infinite; 
  transform-origin:50% 50%; 
}

@keyframes spin{ 
  to{ 
    transform:rotate(360deg); 
  } 
}

.auto-node{
  width:10px; 
  height:10px; 
  border-radius:50%;
  background: var(--blue-dim); top:50%;
}

.auto-node.n1{ 
  left:26px; 
  transform:translateY(-50%); 
  animation: node-glow 3s ease-in-out infinite; 
}

.auto-node.n2{ 
  left:50%; 
  top:22px; 
  transform:translateX(-50%); 
  animation: node-glow 3s ease-in-out infinite; 
  animation-delay:.7s; 
}

.auto-node.n3{ 
  right:26px; 
  top:50%; 
  transform:translateY(-50%); 
  animation: node-glow 3s ease-in-out infinite; 
  animation-delay:1.4s; 
}

@keyframes node-glow{
  0%,15%{ 
    background:var(--blue-dim); 
    box-shadow:none; 
  }

  30%,55%{ 
    background:var(--blue); 
    box-shadow:0 0 0 4px var(--blue-dim); 
  }

  70%,100%{ 
    background:var(--blue-dim); 
    box-shadow:none; 
  }
}

.bolt{
  right:20px; 
  top:16px; 
  opacity:0;
  animation: bolt-flash 3s ease-in-out infinite; 
  animation-delay:1.3s;
}

.bolt svg{ 
  position:static; 
  width:18px; 
  height:18px; 
}

@keyframes bolt-flash{
  0%,48%{ 
    opacity:0; 
    transform:scale(.7); 
  }

  55%{ 
    opacity:1; 
    transform:scale(1.15); 
  }

  65%,100%{ 
    opacity:0; 
    transform:scale(.9); 
  }
}

.audit-row{
  left:20px; 
  right:20px; 
  height:28px;
  gap:10px;
}

.audit-row.r1{ 
  top:26px; 
}

.audit-row.r2{ 
  top:68px; 
}

.audit-row.r3{ 
  top:110px; 
}

.audit-check{
  width:16px; 
  height:16px; 
  border-radius:50%; 
  border:1.6px solid var(--line);
  flex:0 0 auto; 
}

.audit-row .track{ 
  flex:1; 
  height:6px; 
  border-radius:4px; 
  background:var(--panel); 
}

.audit-row.r1 .audit-check{ 
  animation: audit-tick 4.5s ease-in-out infinite; 
}

.audit-row.r2 .audit-check{ 
  animation: audit-tick 4.5s ease-in-out infinite; 
  animation-delay:1.5s; 
}

.audit-row.r3 .audit-check{ 
  animation: audit-tick 4.5s ease-in-out infinite; 
  animation-delay:3s; 
}

@keyframes audit-tick{
  0%,10%{ 
    background:#fff; 
    border-color:var(--line); 
  }

  18%,90%{ 
    background:var(--blue); 
    border-color:var(--blue); 
  }

  97%,100%{ 
    background:#fff; 
    border-color:var(--line); 
  }
}

.audit-check::after{
  content:""; 
  position:absolute; 
  left:4px; 
  top:1px; 
  width:4px; 
  height:8px;
  border-right:2px solid #fff; 
  border-bottom:2px solid #fff;
  transform: rotate(40deg); 
  opacity:0;
}

.audit-row.r1 .audit-check::after{ 
  animation: audit-check-mark 4.5s ease-in-out infinite; 
}

.audit-row.r2 .audit-check::after{ 
  animation: audit-check-mark 4.5s ease-in-out infinite; 
  animation-delay:1.5s; 
}

.audit-row.r3 .audit-check::after{ 
  animation: audit-check-mark 4.5s ease-in-out infinite; 
  animation-delay:3s; 
}

@keyframes audit-check-mark{
  0%,16%{ 
    opacity:0; 
  }

  20%,90%{ 
    opacity:1; 
  }

  97%,100%{ 
    opacity:0; 
  }
}

.loupe{
  left:50%; 
  transform:translateX(-50%);
  animation: loupe-move 4.5s ease-in-out infinite;
}

.loupe svg{ 
  position:static; 
  width:22px; 
  height:22px; 
  filter: drop-shadow(0 6px 10px #141e3c40); 
}

@keyframes loupe-move{
  0%{ 
    top:20px; 
  }

  30%{ 
    top:20px; 
  }

  36%{ 
    top:62px; 
  }

  63%{ 
    top:62px; 
  }

  69%{ 
    top:104px; 
  }

  96%{ 
    top:104px; 
  }

  100%{ 
    top:20px; 
  }
}

.step-card-orcaa {
  border: 1px solid #0000000d !important;
}

.step-card-orcaa:hover {
  background-color: #70459b !important;
  color: #fff !important;
}

.step-card-orcaa:hover .step-number {
  background-color: #fff !important;
  color: #70459b !important;
}

.step-number-one {
  background-color: #f3e7ff !important;
  color: #70459b !important;
  width: 28px;
  height: 28px;
}

.product-card {
  position: sticky;
  top: 150px;
  height: 450px;
  background-color: #313131;
  border-radius: 1.5rem;
  overflow: hidden;
  color: #fff;
  border: 10px solid #e0e0e0;
  box-shadow: 0 10px 30px #0000001a;
}

.product-card:last-child {
  margin-bottom: 1rem;
}

.product-card .row {
  height: 100%;
}

.product-info-side {
  background-color: #1a1a1a;
  padding: 3rem;
  flex-direction: column;
}

.custom-switch .form-check-input {
  width: 2.8rem;
  height: 1.5rem;
  background-color: #333;
  border-color: #444;
  cursor: pointer;
}

.custom-switch .form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

/* NEW: Classes for the static image */
.static-image-container {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.static-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
  background-color: #111;
}

.title-line{
  height: 30px;
}

.live-icon-size{
  width: 64px;
  height: 64px;
}

/* Pricing styles */

.pricing-section {
    padding: 1rem 0;
    background-color: #f8fafc;
    font-family: inherit;
    z-index: 10;
}

.pricing-header {
    margin-bottom: 4rem;
}

.pricing-title {
    font-size: 2.5rem;
    color: #111827;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}

.pricing-toggle-wrap {
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.toggle-label {
    font-weight: 600;
    color: #4b5563;
    font-size: 1.05rem;
    transition: color 0.3s ease;
}

.toggle-label.active {
    color: #111827;
}

.badge-save {
    background-color: #dcfce7;
    color: #166534;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: 6px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
}

.toggle-switch {
    width: 60px;
    height: 32px;
    display: inline-block;
    margin: 0;
}

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

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

.toggle-slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px #0000001a;
}

.toggle-switch input:checked + .toggle-slider {
    background-color: #0d3a8a;
}

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

.pricing-card {
    background-color: #fededf;
    border-radius: 32px;
    padding: 12px;
    box-shadow: 0 20px 40px #0000000a;
    height: 100%;
    flex-direction: column;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px #00000014;
}

.pricing-top-box {
    background-color: #f4f4f5;
    border-radius: 24px;
    padding: 2rem;
}

.pricing-card.highlight .pricing-top-box {
    background: transparent;
}

.pricing-badge {
    align-self: flex-start;
    background-color: #fff;
    color: #374151;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px #00000005;
}

.pricing-card.highlight .pricing-badge {
    color: #092a6b; 
}

.pricing-price {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    align-items: baseline;
    gap: 4px;
}

.pricing-period {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
    letter-spacing: normal;
}

.pricing-desc {
    font-size: 0.95rem;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 2rem;
}

.pricing-btn {
    background-color: #111827;
    color: #fff;
    text-align: center;
    padding: 1.1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: auto;
}

.pricing-btn:hover {
    background-color: #374151;
    color: #fff;
    transform: translateY(-2px);
}

.pricing-features-wrap {
    padding: 2.5rem 1rem 1rem;
    flex-grow: 1;
}

.pricing-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.pricing-features-list li svg {
    width: 18px;
    height: 18px;
    fill: #d1d5db;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (width < 991px) {
    .pricing-card { 
        margin-bottom: 2rem; 
    }
}

@media (width < 768px) {
    .pricing-section { 
        padding: 3rem 0; 
    }

    .pricing-title { 
        font-size: 2rem; 
    }

    .product-card{
      height: auto;
    }

    .product-info-side{
      padding: 1.5rem;
    }
}

.mobile-logo{
  width: 50px;
  height: 50px;
}

.table-font{
  font-size: 0.75rem; 
  width: 40%;
}

.table-font-2{
  font-size: 0.85rem;
}

.table{
  table-layout: fixed;
}

.apple-tabs-container {
    background-color: #e5e5ea;
    padding: 3px;
    border-radius: 10px; 
    display: inline-flex;
}

.apple-tab-label {
    font-size: 12px;
    font-weight: 500;
    color: #1c1c1e;
    padding: 6px 35px;
    margin: 0;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.32, 0.72, 0, 1); 
}

.btn-check:checked + .apple-tab-label {
    background-color: #fff;
    box-shadow: 0 3px 8px #0000001f, 0 3px 1px #0000000a;
    color: #000;
}

.btn-check:not(:checked) + .apple-tab-label:hover {
    background-color: #ffffff4d;
}

@media (width < 991.98px) {
  .product-card {
    position: static !important; 
    margin-bottom: 2.5rem !important; 
  }
  
  .first-card, .second-card, .third-card, .fourth-card, .fifth-card {
    top: auto !important;
    margin-top: 0 !important; 
  }

  body{
    overflow-x: hidden !important;
  }
}

@media (width >= 1920px) {
  .hero-section{
    zoom: 1.2;
  }
}

/* Removes the black highlight when a tab button is clicked/activated */
.apple-tab-label:focus, 
.apple-tab-label:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Removes the browser's native highlight if a pane is targeted */
:target {
    outline: none !important;
}

/* Tells the browser to always leave 100px of space above this element when scrolling to it */
.apple-tabs-container {
    scroll-margin-top: 100px;
}

.bg-brand-red{
  width: 6px; 
  height: 6px; 
  box-shadow: 0 0 0 3px #f6dde1; 
  background-color: var(--brand-red);
}

.viz{
  max-width: 280px;
}

.shield{
  width: 100px !important;
}

.bar-graph{
  width: 140px !important;
}

.tick-cirle{
  width: 20px !important;
  height: 20px !important;
  font-size: 11px !important;
}

.stroke{
  height: 6px;
}

.orcaa-graph{
  width: 100px !important;
}

.workflow-diagram{
  width: 100px !important;
}

.engage-card{
  width: 170px !important;
  height: 96px !important;
}

.gov-hero-section {
        padding: 180px 0;
        background-image: url('/assets/images/union.png'); 
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }

    .gov-hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #111111d9;
        z-index: 0;
    }

    .gov-hero-content {
        z-index: 1;
    }

    .gov-hero-eyebrow {
        font-size: 0.8rem;
        letter-spacing: 0.05em;
        color: #ff0f39;
        background: #ff0f3744;
        padding: 8px 20px;
        margin-bottom: 25px;
        border: 1px solid #ff0f394d;
    }

    .gov-hero-title {
        font-size: 3rem;
        letter-spacing: -0.03em;
        line-height: 1.15;
        margin-bottom: 25px;
    }

    .gov-hero-subtitle {
        font-size: 1.1rem;
        color: #f1f1f1;
        line-height: 1.6;
        margin-bottom: 45px;
    }

    .gov-trust-item {
        margin: 0 12px;
        white-space: nowrap;
    }

    .gov-trust-item-icon {
        color: #ff0f39;
        margin-right: 6px;
        font-size: 1.2rem;
        vertical-align: middle;
    }

    .gov-dot-divider {
        color: #fff;
    }

    .gov-hero-cta-btn {
        font-size: 1.15rem;
        padding: 8px 28px;
        transition: all 0.3s ease;
    }

    .gov-hero-cta-btn:hover {
        transform: translateY(-3px);
    }

    @media (width < 768px) {
        .gov-hero-section {
            padding: 120px 0;
        }

        .gov-hero-title {
            font-size: 2.5rem;
        }
        
        .gov-hero-subtitle {
            font-size: 1.1rem;
        }

        .gov-trust-item {
            display: block;
            margin: 10px 0;
            padding: 10px;
        }

        .gov-dot-divider {
            display: none; 
        }
    }

    .gov-modules-section {
        padding: 80px 0;
    }

    .gov-section-header {
        margin-bottom: 60px;
    }

    .gov-section-eyebrow {
        font-size: 0.9rem;
        letter-spacing: 0.05em;
        color: #ff0f39;
        margin-bottom: 12px;
    }

    .gov-section-title {
        font-size: 2.5rem;
        letter-spacing: -0.03em;
        line-height: 1.2;
        margin: 0;
    }

    @media (width < 768px) {
        .gov-section-title {
            font-size: 2.2rem;
        }
    }

    .gov-module-card {
        border-radius: 20px;
        padding: 30px;
        border: 1px solid #0000000d;
        transition: all 0.3s ease;
    }

    .gov-module-card:hover {
        box-shadow: 0 10px 30px #0000000f;
        transform: translateY(-3px);
        transition: all 0.3s ease;
    }

    .gov-module-header {
        gap: 16px;
        margin-bottom: 15px;
    }

    .gov-module-logo {
        width: 50px;
        height: 50px;
        padding: 8px;
        border-radius: 14px;
        background-color: #f8f9fa; 
        border: 1px solid #0000000d; 
    }

    .gov-module-title {
        font-size: 1.1rem;
        color: #111;
        letter-spacing: -0.01em;
    }

    .gov-module-desc {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 30px;
        flex-grow: 1; 
    }

    .gov-module-badge {
        border: 1px solid #e0e0e0;
        padding: 6px 14px;
        font-size: 0.85rem;
    }

    .gov-view-stack {
        color: #ff3d3d; 
        font-size: 0.95rem;
        cursor: pointer;
        gap: 6px;
        transition: color 0.3s ease;
    }

    .gov-view-stack:hover {
        color: #ed1515;
    }

    .gov-expanded-box {
        margin-top: 25px;
        padding: 24px;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
    }

    .gov-expanded-title {
        font-size: 0.85rem;
        color: #444;
        letter-spacing: 0.05em;
        margin-bottom: 16px;
    }

    .gov-module-list-items {
        padding-left: 18px;
        font-size: 0.95rem;
        color: #555;
        margin-bottom: 12px;
    }
    
    .gov-module-list-items:last-child {
        margin-bottom: 0;
    }

    .gov-module-list-items::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        background-color: #cbd5e1;
        border-radius: 50%;
    }

    #solutions{
        scroll-margin-top: 15px;
    }

    #solution{
      scroll-margin-top: 60px;
    }

    .footer-text:hover{
      color: #ff3d3d !important;
    }

    .aic-one-diagram{
      width: 400px !important;
      height: auto;
    }

.navbar {
  transition: box-shadow 0.3s ease-in-out;
}

.scrolled-shadow {
  box-shadow: 0 4px 15px #0000001a !important; 
}

.abstract-image{
  mix-blend-mode: overlay;
}