.elementor-3522 .elementor-element.elementor-element-6a55e5b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */#anything-llm-embed-chat-container p{
        color: unset !important;
    }
    
    
    :root {
      --bg: #080b12;
      --panel: rgba(255, 255, 255, 0.07);
      --panel-strong: rgba(255, 255, 255, 0.12);
      --text: #f5f7fb;
      --muted: #aeb7c8;
      --line: rgba(255, 255, 255, 0.16);
      --accent: #5BE1E6;
      --accent-2: #18b8c0;
      --accent-3: #65ffa3;
      --radius: 28px;
      --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      min-height: 100vh;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 15% 10%, rgba(91, 225, 230, 0.22), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(24, 184, 192, 0.24), transparent 30%),
        radial-gradient(circle at 50% 90%, rgba(101, 255, 163, 0.14), transparent 25%),
        var(--bg);
      color: var(--text);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, black, transparent 78%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    p {
      color: var(--muted);
      line-height: 1.65;
    }

    strong {
      color: var(--text);
    }

    img {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
    }

    .cursor-light {
      position: fixed;
      width: 360px;
      height: 360px;
      pointer-events: none;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(91,225,230,0.12), transparent 62%);
      transform: translate(-50%, -50%);
      z-index: 1;
      mix-blend-mode: screen;
    }

    .nav {
      position: sticky;
      top: 16px;
      z-index: 50;
      margin: 16px auto 0;
      width: min(1180px, calc(100% - 36px));
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 14px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(8, 11, 18, 0.64);
      backdrop-filter: blur(18px);
      box-shadow: 0 12px 50px rgba(0, 0, 0, 0.25);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 850;
      letter-spacing: -0.04em;
    }

    .brand-dot {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: conic-gradient(from 180deg, var(--accent), var(--accent-2), var(--accent-3), var(--accent));
      box-shadow: 0 0 30px rgba(91, 225, 230, 0.5);
    }

    .nav-links {
      display: flex;
      gap: 6px;
      align-items: center;
    }

    .nav-links a {
      padding: 9px 14px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      transition: 0.25s ease;
    }

    .nav-links a:hover {
      color: var(--text);
      background: var(--panel-strong);
    }

    .hero {
      position: relative;
      padding: 110px 0 92px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.06fr 0.94fr;
      gap: 34px;
      align-items: center;
    }

    .eyebrow {
      width: fit-content;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      margin-bottom: 20px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(12px);
      font-size: 14px;
    }

    .pulse {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent-3);
      box-shadow: 0 0 0 0 rgba(101, 255, 163, 0.7);
      animation: pulse 1.8s infinite;
    }

    @keyframes pulse {
      70% { box-shadow: 0 0 0 12px rgba(101,255,163,0); }
      100% { box-shadow: 0 0 0 0 rgba(101,255,163,0); }
    }

    h1 {
      max-width: 980px;
      font-size: clamp(40px, 7.8vw, 80px) !important;
      line-height: 0.94;
      letter-spacing: -0.09em;
      margin-bottom: 24px;
    }

    h2 {
      font-size: clamp(34px, 5vw, 64px);
      letter-spacing: -0.065em;
      line-height: 1;
    }

    h3 {
      font-size: 24px;
      letter-spacing: -0.04em;
      margin-bottom: 10px;
    }

    h4 {
      font-size: 15px;
      letter-spacing: -0.01em;
      color: var(--text);
    }

    h5 {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--accent);
      margin-bottom: 8px;
    }

    .lead {
      max-width: 760px;
      color: var(--muted);
      font-size: clamp(17px, 2vw, 22px);
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .btn {
      position: relative;
      isolation: isolate;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid var(--line);
      cursor: pointer;
      padding: 14px 20px;
      min-height: 52px;
      border-radius: 999px;
      font-weight: 750;
      color: var(--text);
      background: var(--panel);
      overflow: hidden;
      transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    }

    .btn:hover {
      transform: translateY(-3px);
      background: var(--panel-strong);
      border-color: rgba(255,255,255,0.34);
    }

    .btn-primary {
     
      color: #071018;
      border-color: transparent;
      box-shadow: 0 18px 50px rgba(91, 225, 230, 0.24);
    }

    .btn-outline {
      background: transparent;
    }

    .btn-outline:hover {
      color: #081018;
      background: var(--text);
    }

    .magnetic {
      transition: transform 0.18s ease;
    }

    .ai-preview-stack {
      position: relative;
      min-height: 540px;
      perspective: 1200px;
    }

    .ai-window {
      position: absolute;
      overflow: hidden;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.22);
      box-shadow: 0 30px 90px rgba(0,0,0,0.28);
      transform-style: preserve-3d;
    }

    .ai-window-main {
      inset: 40px 0 0 38px;
      z-index: 3;
      transform: rotateY(-8deg) rotateX(4deg);
      background: rgba(255,255,255,0.92);
      color: #071018;
    }

    .ai-window-mini {
      right: 18px;
      top: 0;
      width: 48%;
      height: 45%;
      z-index: 4;
      transform: rotateY(-13deg) translateZ(40px);
      background: #081018;
    }

    .ai-window-dark {
      left: 0;
      bottom: 18px;
      width: 52%;
      height: 36%;
      z-index: 5;
      background: #09161c;
      transform: rotateY(-6deg) translateZ(70px);
    }

    .ai-bar {
      height: 42px;
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 16px;
      background: rgba(255,255,255,0.68);
    }

    .ai-window-mini .ai-bar,
    .ai-window-dark .ai-bar {
      background: rgba(255,255,255,0.08);
    }

    .ai-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--accent);
    }

    .ai-body {
      padding: 22px;
    }

    .ai-chat {
      display: grid;
      gap: 14px;
      margin-top: 18px;
    }

    .bubble {
      width: fit-content;
      max-width: 88%;
      padding: 13px 15px;
      border-radius: 18px;
      font-size: 14px;
      line-height: 1.45;
    }

    .bubble.user {
      justify-self: end;
      background: var(--accent);
      color: #071018;
    }

    .bubble.bot {
      background: rgba(7,16,24,0.08);
      color: rgba(7,16,24,0.72);
    }

    .ai-window-mini .bubble.bot,
    .ai-window-dark .bubble.bot {
      background: rgba(255,255,255,0.1);
      color: var(--muted);
    }

    .ai-line {
      height: 13px;
      margin-bottom: 12px;
      border-radius: 999px;
      background: #d9e8eb;
    }

    .ai-line.primary {
      width: 66%;
      background: var(--accent);
    }

    .ai-line.short { width: 46%; }
    .ai-line.long { width: 88%; }

    .ai-window-mini .ai-line,
    .ai-window-dark .ai-line {
      background: rgba(255,255,255,0.16);
    }

    .ai-window-mini .ai-line.primary,
    .ai-window-dark .ai-line.primary {
      background: var(--accent);
    }

    section {
      padding: 82px 0;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-head p {
      max-width: 560px;
    }

    .grid {
      display: grid;
      gap: 18px;
    }

    .grid-2 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(3, 1fr); }
    .grid-4 { grid-template-columns: repeat(4, 1fr); }

    .module {
      position: relative;
      min-height: 250px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255,255,255,0.055);
      overflow: hidden;
      box-shadow: 0 14px 60px rgba(0,0,0,0.22);
      transition: transform 0.35s cubic-bezier(.2,.8,.2,1), border-color 0.35s ease, background 0.35s ease;
    }

    .module:hover {
      transform: translateY(-8px);
      border-color: rgba(91, 225, 230, 0.45);
      background: rgba(255,255,255,0.085);
    }

    .module p,
    .module h3,
    .module h4,
    .module h5,
    .module ul {
      position: relative;
      z-index: 1;
    }

    .spotlight {
      --x: 50%;
      --y: 50%;
    }

    .spotlight::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at var(--x) var(--y), rgba(91,225,230,0.24), transparent 34%);
      opacity: 0;
      transition: opacity 0.25s ease;
    }

    .spotlight:hover::before {
      opacity: 1;
    }

    .border-run::after {
      content: "";
      position: absolute;
      left: 24px;
      bottom: 18px;
      width: 70px;
      height: 4px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 24px rgba(91, 225, 230, 0.35);
      transition: width 0.35s ease;
    }

    .border-run:hover::after {
      width: calc(100% - 48px);
    }

    .service-card {
      min-height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .service-list {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }

    .service-list li {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--muted);
    }

    .service-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
      flex: 0 0 auto;
    }

    .content-block {
      padding: clamp(26px, 5vw, 54px);
      border-radius: 38px;
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
      box-shadow: var(--shadow);
    }

    .content-block p + p {
      margin-top: 16px;
    }

    .marquee {
      display: flex;
      gap: 18px;
      overflow: hidden;
      border-block: 1px solid var(--line);
      padding: 20px 0;
      mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
    }

    .marquee-track {
      display: flex;
      gap: 18px;
      min-width: max-content;
      animation: marquee 26s linear infinite;
    }

    .marquee:hover .marquee-track {
      animation-play-state: paused;
    }

    .pill {
      padding: 12px 18px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.07);
      color: var(--muted);
      white-space: nowrap;
    }

    @keyframes marquee {
      to { transform: translateX(calc(-50% - 9px)); }
    }

    .agent-showcase {
      position: relative;
      overflow: hidden;
      border-radius: 46px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 15% 20%, rgba(91,225,230,0.2), transparent 32%),
        radial-gradient(circle at 86% 16%, rgba(101,255,163,0.13), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
      box-shadow: var(--shadow);
      padding: clamp(28px, 6vw, 64px);
    }

    .agent-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 34px;
      align-items: center;
    }

    .agent-avatar-card {
      position: relative;
      min-height: 500px;
      display: grid;
      place-items: center;
      border-radius: 36px;
      border: 1px solid var(--line);
      background: rgba(8,11,18,0.48);
      overflow: hidden;
    }

    .agent-avatar-card::before {
      content: "";
      position: absolute;
      width: 320px;
      height: 320px;
      border-radius: 30%;
      background: conic-gradient(from 180deg, var(--accent), var(--accent-3), var(--accent));
      opacity: 0.5;
      filter: blur(12px);
      animation: agentGlow 8s linear infinite;
    }

    @keyframes agentGlow {
      to { transform: rotate(360deg); }
    }

    .agent-avatar {
      position: relative;
      z-index: 1;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,0.92), rgba(91,225,230,0.22) 45%, rgba(8,11,18,0.95) 70%),
        #101923;
      border: 1px solid rgba(91,225,230,0.35);
      box-shadow: 0 24px 90px rgba(91,225,230,0.22);
    }

    .agent-avatar span {
      font-size: 52px;
      font-weight: 950;
      letter-spacing: -0.08em;
      color: var(--accent);
    margin-bottom: 100px;
    }

    .agent-status {
      position: absolute;
      z-index: 2;
      left: 22px;
      right: 22px;
      bottom: 22px;
      display: grid;
      gap: 10px;
      padding: 18px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(8,11,18,0.68);
      backdrop-filter: blur(18px);
    }

    .status-row {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      color: var(--muted);
      font-size: 14px;
    }

    .status-row strong {
      color: var(--text);
    }

    .agent-content .lead {
      margin-bottom: 22px;
    }

    .agent-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 22px 0 28px;
    }

    .agent-tag {
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.06);
      color: var(--muted);
      font-size: 13px;
    }

    .process {
      counter-reset: step;
    }

    .process .module::after {
      counter-increment: step;
      content: "0" counter(step);
      position: absolute;
      right: 24px;
      bottom: 18px;
      font-size: 52px;
      font-weight: 900;
      letter-spacing: -0.08em;
      color: rgba(255,255,255,0.08);
    }

    .regional {
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255,255,255,0.025);
    }

    .faq {
      display: grid;
      gap: 12px;
    }

    details {
      border: 1px solid var(--line);
      border-radius: 22px;
      background: rgba(255,255,255,0.055);
      overflow: hidden;
    }

    summary {
      cursor: pointer;
      padding: 20px 22px;
      font-weight: 750;
      letter-spacing: -0.02em;
      list-style: none;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    details p {
      padding: 0 22px 22px;
    }

    details[open] {
      border-color: rgba(91,225,230,0.42);
      background: rgba(255,255,255,0.08);
    }

    .cta-box {
      position: relative;
      overflow: hidden;
      padding: clamp(30px, 7vw, 70px);
      border-radius: 44px;
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(91,225,230,0.16), rgba(24,184,192,0.12), rgba(255,255,255,0.05));
      box-shadow: var(--shadow);
    }

    .cta-box::after {
      content: "";
      position: absolute;
      width: 340px;
      height: 340px;
      right: -120px;
      top: -120px;
      border-radius: 50%;
      background: var(--accent);
      opacity: 0.22;
      filter: blur(10px);
    }

    .cta-box > * {
      position: relative;
      z-index: 1;
    }

    .to-top {
      position: fixed;
      right: 18px;
      bottom: 18px;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(18px);
      color: var(--text);
      cursor: pointer;
      opacity: 0;
      transform: translateY(16px);
      pointer-events: none;
      transition: 0.25s ease;
      z-index: 60;
    }

    .to-top.show {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .reveal {
      opacity: 0;
      transform: translateY(34px);
      transition: 0.8s cubic-bezier(.2,.8,.2,1);
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    footer {
      padding: 50px 0 80px;
      color: var(--muted);
      text-align: center;
    }

    @media (max-width: 1000px) {
      .hero-grid,
      .grid-2,
      .grid-3,
      .grid-4,
      .agent-grid {
        grid-template-columns: 1fr;
      }

      .section-head {
        align-items: start;
        flex-direction: column;
      }

      .nav-links {
        display: none;
      }

      .ai-preview-stack {
        min-height: 420px;
      }

      .ai-window-main {
        inset: 40px 0 0 0;
      }
    }

    @media (max-width: 620px) {
      .container,
      .nav {
        width: min(100% - 24px, 1180px);
      }

      .hero {
        padding: 82px 0 64px;
      }

      .hero-actions,
      .btn {
        width: 100%;
      }

      .ai-preview-stack {
        min-height: 380px;
      }

      .ai-window-mini {
        width: 54%;
      }

      .agent-avatar-card {
        min-height: 360px;
      }

      .agent-avatar {
        width: 180px;
        height: 180px;
      }

      h1 {
        font-size: clamp(42px, 13vw, 68px);
      }
    }/* End custom CSS */