> ## Documentation Index
> Fetch the complete documentation index at: https://www.siya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Helping the world adopt AI

> SIYA is the AI that works alongside you, bridging insights and execution. It plans, acts, delivers results - keeping your business running and growing even while you rest. Our Vision: a handful of people running a billion-doller company - and we're making it a reality.

<div className="flex flex-col items-center w-full py-12 md:py-20 px-4 md:px-8">
  <h1 className="text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900 dark:text-white mb-6 md:mb-8 text-center">
    Helping the world adopt AI.
  </h1>

  <p className="text-lg md:text-xl text-gray-600 dark:text-gray-300 max-w-3xl text-center mb-12 md:mb-20 leading-relaxed">
    SIYA is the AI that works alongside you, bridging insights and execution. It plans, acts, delivers results - keeping your business running and growing even while you rest.
  </p>

  <div
    style={{ 
width: '100%',
maxWidth: '896px',
marginBottom: '64px',
position: 'relative', 
borderRadius: '24px', 
overflow: 'hidden', 
boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
aspectRatio: '16 / 9',
backgroundColor: '#0a0a0a'
}}
  >
    {/* Background image with Introducing SIYA */}

    <div
      style={{ 
  position: 'absolute', 
  inset: 0,
  backgroundImage: 'url(https://siya-agent-ap-south-1-211125639390.s3.ap-south-1.amazonaws.com/docs-images/SIYA-Introducing.jpeg)',
  backgroundSize: 'cover',
  backgroundPosition: 'center',
  backgroundRepeat: 'no-repeat',
  zIndex: 0,
  width: '100%',
  height: '100%'
}}
    />

    <div
      data-video-overlay
      style={{ 
    position: 'absolute', 
    inset: '0', 
    display: 'flex', 
    alignItems: 'center', 
    justifyContent: 'center', 
    zIndex: '10', 
    backgroundColor: 'transparent' 
  }}
    >
      <button
        style={{ 
      width: '96px', 
      height: '96px', 
      backgroundColor: 'white', 
      borderRadius: '50%', 
      display: 'flex', 
      alignItems: 'center', 
      justifyContent: 'center', 
      border: 'none',
      cursor: 'pointer',
      boxShadow: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)',
      transition: 'transform 0.3s'
    }}
        onMouseEnter={(e) => e.currentTarget.style.transform = 'scale(1.1)'}
        onMouseLeave={(e) => e.currentTarget.style.transform = 'scale(1)'}
        onClick={() => {
      const video = document.querySelector('video');
      if (video) {
        video.muted = false; // Unmute the video
        video.play();
        video.controls = true;
        // Hide the overlay after clicking play
        const overlay = document.querySelector('[data-video-overlay]');
        if (overlay) {
          overlay.style.display = 'none';
        }
      }
    }}
      >
        <svg style={{ width: '40px', height: '40px', color: 'black', marginLeft: '4px' }} fill="currentColor" viewBox="0 0 20 20">
          <path d="M6.3 2.841A1.5 1.5 0 004 4.11V15.89a1.5 1.5 0 002.3 1.269l9.344-5.89a1.5 1.5 0 000-2.538L6.3 2.84z" />
        </svg>
      </button>
    </div>

    <video
      controls={false}
      muted
      loop
      style={{ 
    width: '100%', 
    height: '100%', 
    objectFit: 'cover', 
    position: 'relative', 
    zIndex: '5',
    backgroundColor: 'transparent'
  }}
      poster="data:image/svg+xml,%3Csvg width='896' height='504' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='896' height='504' fill='transparent'/%3E%3C/svg%3E"
    >
      <source src="https://framerusercontent.com/assets/NSh5dR52l4LRJpxEKUN406RDmXY.mp4" type="video/mp4" />
    </video>
  </div>

  <p
    className="text-xl md:text-2xl lg:text-3xl font-semibold text-gray-900 dark:text-white text-center mb-6 px-4 md:px-0"
    style={{ 
lineHeight: '1.4',
maxWidth: '896px'
}}
  >
    Imagine running a billion-dollar company with ten people.
  </p>

  <p className="text-lg md:text-xl text-gray-600 dark:text-gray-400 max-w-3xl text-center mb-12 px-4 mx-auto">
    That’s our vision. And we’re making it real
  </p>

  <h1 className="text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900 dark:text-white mb-6 md:mb-8 text-center">
    Intelligent Architecture
  </h1>

  <div
    style={{ 
width: '100%',
maxWidth: '1200px',
marginBottom: '64px',
position: 'relative', 
borderRadius: '24px', 
overflow: 'hidden', 
boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
aspectRatio: '17 / 7.9',
backgroundColor: '#f8fafc'
}}
  >
    <img
      src="https://mintcdn.com/siya-6e67d02e/_4Aly_GdIn4oDjms/assets/hero_image_without_header.png?fit=max&auto=format&n=_4Aly_GdIn4oDjms&q=85&s=582e64d7699866873b98839c1ce70bd6"
      alt="OneSea Platform without Header"
      style={{ 
    width: '120%', 
    height: '90%', 
    objectFit: 'cover',
    display: 'block'
  }}
      width="3018"
      height="1402"
      data-path="assets/hero_image_without_header.png"
    />
  </div>

  <p className="text-xs md:text-sm text-gray-400 uppercase tracking-wider mb-6 text-center">Use cases</p>

  <h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-gray-900 dark:text-white mb-6 text-center px-4">
    Interactive Demo Section
  </h2>

  <p className="text-lg md:text-xl text-gray-600 dark:text-gray-400 max-w-3xl text-center mb-12 px-4 mx-auto">
    See SIYA in Action
  </p>

  <div style={{ display: 'flex', gap: '12px', justifyContent: 'center', marginBottom: '48px', flexWrap: 'wrap' }}>
    <button className="bg-black text-white dark:bg-white dark:text-black px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors" data-category="featured">Featured</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="survey">Survey</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="purchasebudget">Purchase & Budget</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="maintenance">Maintenance</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="voyage">Voyage</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="crewing">Crewing</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="reports">Reports</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="iotdata">IOT Data</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="dashboards">Dashboards</button>
    <button className="bg-gray-100 text-gray-700 dark:bg-gray-800 dark:text-gray-300 px-4 md:px-6 py-2 rounded-full text-sm md:text-base font-medium border-0 cursor-pointer transition-colors hover:bg-gray-200 dark:hover:bg-gray-700" data-category="personal">Personal</button>
  </div>

  <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6 w-full max-w-[1200px]">
    {/* Card 1 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="life"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_yue6oa4jau8', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">✈️</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Stay Ahead of Every Vessel's Survey
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        A real-time dashboard that tracks class surveys across the fleet—highlighting overdue items, upcoming due surveys, and a timeline view for proactive compliance.
      </p>
    </div>

    {/* Card 2 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="research"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_qnei8hb5i1o', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">🎓</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Every Vessel, Every Move, Always in Sight
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        An interactive live dashboard showing ETA, ETB, ETD, and destination with a dynamic map view—delivering complete situational awareness at your fingertips.
      </p>
    </div>

    {/* Card 3 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="data-analysis"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_31e1xsapcwd', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">📊</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        From Requisition to PO—Seamlessly Tracked
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        A centralized tracker that visualizes purchase requests, order statuses, requisition history, and pending approvals—ensuring no purchase slips through the cracks.
      </p>
    </div>

    {/* Card 4 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="productivity"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_3h4p8uar3el', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">🤝</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Your Fleet’s Finances, Crystal Clear
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        A smart financial dashboard that monitors vessel-wise budgets, YTD expenses, committed costs, and variances—helping you steer costs with precision.
      </p>
    </div>
  </div>

  <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6 mt-5 w-full max-w-[1200px]">
    {/* Card 1 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="life"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_0s0m5fnin1f', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">✈️</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        No More Missing Reports
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        An automated tracker that monitors technical form submissions from every vessel—instantly flagging missing, submitted, and error entries for hassle-free month-end closure.
      </p>
    </div>

    {/* Card 2 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="research"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_91ti6dz7xa', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">🎓</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Right Crew, Right Time, Right Vessel
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        An intelligent crew management dashboard that shortlists officers based on rank, validity, nationality, and vessel history—streamlining assignments in seconds.
      </p>
    </div>

    {/* Card 3 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="data-analysis"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_ftvln0b3ru', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">📊</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Plan, Compare, Optimize maintenance—Effortlessly
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        An advanced maintenance dashboard that structures engine upkeep schedules, compares options, and provides clear recommendations for cost-effective planning.
      </p>
    </div>

    {/* Card 4 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="education"
      onClick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_s7dq6yq7yc8', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">📚</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        TMSA Audit, Simplified
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        An interactive dashboard with key audit topics, probable auditor questions, and precise answers—turning audit prep into a confident, efficient process.
      </p>
    </div>
  </div>

  <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6 mt-5 w-full max-w-[1200px]">
    {/* Card 1 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="life"
      onclick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_e8wo2rsp7hl', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">✈️</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Your Perfect Japan Trip
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        Personalized itineraries and a custom travel handbook tailored for your Japan adventure—covering culture, logistics, and experiences in one place.
      </p>
    </div>

    {/* Card 2 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="research"
      onclick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_gmdi69lncng', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">🎓</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Passage Plans, Perfected
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        A master mariner–style review of passage plans using ECDIS screenshots—identifying deviations and ensuring safe, compliant voyages.
      </p>
    </div>

    {/* Card 3 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="data-analysis"
      onclick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_4uop5vwlrd7', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">📊</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Drydock Specs in Minutes
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        Generates professional, editable drydock specifications from minimal input—turning a lengthy, manual task into a fast, standardized workflow.
      </p>
    </div>

    {/* Card 4 */}

    <div
      className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl p-4 cursor-pointer transition-shadow hover:shadow-lg dark:hover:shadow-2xl"
      data-card-category="productivity"
      onclick={() => {
    window.open('https://app.siya.com/usecases/index.html?sessionId=session_0fafutoa4dyk', '_blank');
  }}
    >
      <div className="w-12 h-12 bg-black dark:bg-white rounded-full flex items-center justify-center mb-4">
        <span className="text-xl">🤝</span>
      </div>

      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">
        Smarter Incident Investigations
      </h3>

      <p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
        Reconstructs complex failure cases, connects reports and data, and delivers a complete root cause analysis with corrective actions.
      </p>
    </div>
  </div>

  <div className="mb-12 w-full max-w-7xl mx-auto px-4 md:px-8 mt-[45px]">
    <h3 className="text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900 dark:text-white mb-6 md:mb-8 text-center">Explore Our Dashboards</h3>

    {/* Grid Container - 2 columns on desktop, 1 column on mobile */}

    <div className="grid grid-cols-1 lg:grid-cols-2 gap-6">
      {/* Main Engine  Dashboard */}

      <a href="https://performance-sandbox.siya.com/me/" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/yK8er6WijuBq1N1Z/assets/ME_dashboard.png?fit=max&auto=format&n=yK8er6WijuBq1N1Z&q=85&s=35cd847e1e49060f0558458b7745986e" alt="Main Engine Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="1497" height="533" data-path="assets/ME_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Main Engine</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Aux Engine  Dashboard */}

      <a href="https://performance-sandbox.siya.com/ae/" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/9xY1uWtPky9IcHek/assets/AE_dashboard.png?fit=max&auto=format&n=9xY1uWtPky9IcHek&q=85&s=80f10f509380132402cddcf2193fa8ea" alt="Aux Engine Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="1492" height="710" data-path="assets/AE_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">AUX Engine</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Cost Optimization Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/lo_cost_optimization.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/W6g_Ki8M7xLfD1eQ/assets/co_recom.png?fit=max&auto=format&n=W6g_Ki8M7xLfD1eQ&q=85&s=71be53bf045f1abfc91faeb554b23aa6" alt="Cost Optimization Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="2418" height="1402" data-path="assets/co_recom.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Cost Optimization</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* PSC  Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/psc.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/xqx2XrwAm9ARKoaG/assets/PSC_dashboard.png?fit=max&auto=format&n=xqx2XrwAm9ARKoaG&q=85&s=1ae5b96b1602334486626c94f1bc5085" alt="PSC Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="980" height="986" data-path="assets/PSC_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">PSC</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* FORMS Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/forms.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/_4Aly_GdIn4oDjms/assets/form_dashboard.png?fit=max&auto=format&n=_4Aly_GdIn4oDjms&q=85&s=74492c6e3a867d0a1a38e6c2c1388de6" alt="Forms Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="2768" height="1278" data-path="assets/form_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Forms Dashboard</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* ETA Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/eta.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/W6g_Ki8M7xLfD1eQ/assets/eta_dashboard.png?fit=max&auto=format&n=W6g_Ki8M7xLfD1eQ&q=85&s=5d00b0f19fc3755b5d1bfbbc92138020" alt="ETA Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="3018" height="1400" data-path="assets/eta_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Voyage Dashboard</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Fuel Oil Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/fueloil.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/A2w8Qxdz-01VWZOH/assets/fueloil_dashboard.png?fit=max&auto=format&n=A2w8Qxdz-01VWZOH&q=85&s=70048830d508108dfb1aa04bceb2bbad" alt="Fuel Oil Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="960" height="987" data-path="assets/fueloil_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Fuel Oil</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Lube Oil Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/lube_oil.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/A2w8Qxdz-01VWZOH/assets/lube_oil_dashboard.png?fit=max&auto=format&n=A2w8Qxdz-01VWZOH&q=85&s=1924e3f563a3bb6be5b29c593b718e0e" alt="Lube Oil Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="1027" height="663" data-path="assets/lube_oil_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Lube Oil</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Class & Surveys Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/class.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/W6g_Ki8M7xLfD1eQ/assets/class_dashboard.png?fit=max&auto=format&n=W6g_Ki8M7xLfD1eQ&q=85&s=c6cbfd0fe0724c1c95eca8dd39b3e034" alt="Class & Surveys Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="2224" height="1346" data-path="assets/class_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Class & Surveys</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* PMS Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/pms.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/xqx2XrwAm9ARKoaG/assets/PMS_dashboard.png?fit=max&auto=format&n=xqx2XrwAm9ARKoaG&q=85&s=a34d7f3e63d10df63fb6b5b1eed3d42c" alt="PMS  Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="1125" height="984" data-path="assets/PMS_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">PMS</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Procurement Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/purchase.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/A2w8Qxdz-01VWZOH/assets/purchase_dashboard.png?fit=max&auto=format&n=A2w8Qxdz-01VWZOH&q=85&s=72ba4daab553942ff4f65cdf2d6b6071" alt="Purchase Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="1118" height="849" data-path="assets/purchase_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Procurement</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>

      {/* Budget Dashboard */}

      <a href="https://s3.ap-south-1.amazonaws.com/demo-sm2.0-etl-prod-ap-south-1-274743989443/dashboard/demo/budget.html" target="_blank" rel="noopener noreferrer" className="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer block" style={{ height: '280px' }}>
        <div className="relative h-full">
          <img src="https://mintcdn.com/siya-6e67d02e/W6g_Ki8M7xLfD1eQ/assets/budget_dashboard.png?fit=max&auto=format&n=W6g_Ki8M7xLfD1eQ&q=85&s=2ba6b8712cb7a5b489685a6981608ce1" alt="Budget Dashboard" className="w-full h-full object-cover" style={{ pointerEvents: 'none' }} width="2996" height="1512" data-path="assets/budget_dashboard.png" />

          {/* Text overlay on left with semi-transparent background */}

          <div className="absolute inset-0 flex">
            <div className="flex-1 bg-gradient-to-r from-gray-900/80 via-gray-900/60 to-transparent flex items-center justify-start p-6">
              <h4 className="text-white font-bold text-2xl">Budget</h4>
            </div>

            <div className="flex-1" />
          </div>
        </div>
      </a>
    </div>
  </div>

  <div className="flex flex-col sm:flex-row gap-4 justify-center mb-20 md:mb-24 px-4">
    <a href="https://sandbox.siya.com/login.html" className="inline-flex items-center justify-center px-6 md:px-8 py-3 md:py-4 bg-black text-white rounded-full font-medium hover:bg-gray-700 transition-colors" target="_blank">
      Try SIYA
    </a>

    <a href="https://app.siya.com/join-waitlist.html" className="inline-flex items-center justify-center px-6 md:px-8 py-3 md:py-4 bg-white dark:bg-gray-800 text-black dark:text-white border border-gray-300 dark:border-gray-700 rounded-full font-medium hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
      Download the app
    </a>
  </div>

  <div style={{ marginTop: '80px', marginBottom: '80px', width: '100%', maxWidth: '1200px' }}>
    <h2 className="text-4xl font-bold text-gray-900 dark:text-white text-center mb-4">
      Benchmarks
    </h2>

    <p className="text-gray-600 dark:text-gray-400 text-center mb-2">
      <a href="https://huggingface.co/spaces/gaia-benchmark/leaderboard" className="underline" target="_blank" rel="noopener noreferrer">GAIA</a> is a benchmark for evaluating General AI Assistants on solving real-world problems.
    </p>

    <p className="text-gray-600 dark:text-gray-400 text-center mb-12">
      SIYA has achieved new state-of-the-art (SOTA) performance across all three difficulty levels.
    </p>

    <a href="/siya-superagent/performance-benchmarks" style={{ textDecoration: 'none', display: 'block' }}>
      <div className="bg-gray-100 dark:bg-gray-900 rounded-2xl p-8 hover:shadow-xl transition-shadow cursor-pointer">
        <h3 className="text-xl font-semibold text-gray-900 dark:text-white text-center mb-6">
          GAIA Benchmark
        </h3>

        {/* Legend */}

        <div style={{ display: 'flex', justifyContent: 'center', gap: '24px', marginBottom: '24px', flexWrap: 'wrap' }}>
          <div style={{ display: 'flex', alignItems: 'center', gap: '8px' }}>
            <div style={{ width: '16px', height: '16px', backgroundColor: '#000000', borderRadius: '50%' }} />

            <span className="text-sm text-gray-700 dark:text-gray-300">SIYA (pass\@1)</span>
          </div>

          <div style={{ display: 'flex', alignItems: 'center', gap: '8px' }}>
            <div style={{ width: '16px', height: '16px', backgroundColor: '#4B5563', borderRadius: '50%' }} />

            <span className="text-sm text-gray-700 dark:text-gray-300">Manus (pass\@1)</span>
          </div>

          <div style={{ display: 'flex', alignItems: 'center', gap: '8px' }}>
            <div style={{ width: '16px', height: '16px', backgroundColor: '#9CA3AF', borderRadius: '50%' }} />

            <span className="text-sm text-gray-700 dark:text-gray-300">OpenAI Deep Research (pass\@1)</span>
          </div>

          <div style={{ display: 'flex', alignItems: 'center', gap: '8px' }}>
            <div style={{ width: '16px', height: '16px', backgroundColor: '#D1D5DB', borderRadius: '50%' }} />

            <span className="text-sm text-gray-700 dark:text-gray-300">Previous SOTA</span>
          </div>
        </div>

        <div style={{ position: 'relative' }}>
          {/* Grid lines */}

          <div style={{ position: 'absolute', top: 0, left: '80px', right: 0, bottom: 0, display: 'flex', justifyContent: 'space-between' }}>
            <div style={{ width: '1px', backgroundColor: '#E5E7EB', height: '100%' }} />

            <div style={{ width: '1px', backgroundColor: '#E5E7EB', height: '100%' }} />

            <div style={{ width: '1px', backgroundColor: '#E5E7EB', height: '100%' }} />

            <div style={{ width: '1px', backgroundColor: '#E5E7EB', height: '100%' }} />

            <div style={{ width: '1px', backgroundColor: '#E5E7EB', height: '100%' }} />
          </div>

          {/* Level 1 */}

          <div style={{ marginBottom: '40px', position: 'relative', zIndex: 1 }}>
            <div style={{ display: 'flex', alignItems: 'center', marginBottom: '8px' }}>
              <span style={{ width: '80px', fontSize: '14px', fontWeight: '500' }}>Level 1</span>

              <div style={{ flex: 1, position: 'relative', paddingLeft: '16px' }}>
                {/* SIYA bar */}

                <div style={{ height: '24px', backgroundColor: '#000000', width: '98.2%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px', fontWeight: '600' }}>98.2%</span>
                </div>

                {/* Manus bar */}

                <div style={{ height: '24px', backgroundColor: '#4B5563', width: '86.5%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px' }}>86.5%</span>
                </div>

                {/* OpenAI Deep Research bar */}

                <div style={{ height: '24px', backgroundColor: '#9CA3AF', width: '74.1%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px' }}>74.1%</span>
                </div>

                {/* Previous SOTA bar */}

                <div style={{ height: '24px', backgroundColor: '#D1D5DB', width: '67.9%', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: '#374151', fontSize: '13px' }}>67.9%</span>
                </div>
              </div>
            </div>
          </div>

          {/* Level 2 */}

          <div style={{ marginBottom: '40px', position: 'relative', zIndex: 1 }}>
            <div style={{ display: 'flex', alignItems: 'center', marginBottom: '8px' }}>
              <span style={{ width: '80px', fontSize: '14px', fontWeight: '500' }}>Level 2</span>

              <div style={{ flex: 1, position: 'relative', paddingLeft: '16px' }}>
                {/* SIYA bar */}

                <div style={{ height: '24px', backgroundColor: '#000000', width: '94.5%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px', fontWeight: '600' }}>94.5%</span>
                </div>

                {/* Manus bar */}

                <div style={{ height: '24px', backgroundColor: '#4B5563', width: '70.1%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px' }}>70.1%</span>
                </div>

                {/* OpenAI Deep Research bar */}

                <div style={{ height: '24px', backgroundColor: '#9CA3AF', width: '69.1%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px' }}>69.1%</span>
                </div>

                {/* Previous SOTA bar */}

                <div style={{ height: '24px', backgroundColor: '#D1D5DB', width: '67.4%', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: '#374151', fontSize: '13px' }}>67.4%</span>
                </div>
              </div>
            </div>
          </div>

          {/* Level 3 */}

          <div style={{ position: 'relative', zIndex: 1 }}>
            <div style={{ display: 'flex', alignItems: 'center', marginBottom: '8px' }}>
              <span style={{ width: '80px', fontSize: '14px', fontWeight: '500' }}>Level 3</span>

              <div style={{ flex: 1, position: 'relative', paddingLeft: '16px' }}>
                {/* SIYA bar */}

                <div style={{ height: '24px', backgroundColor: '#000000', width: '84.6%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px', fontWeight: '600' }}>84.6%</span>
                </div>

                {/* Manus bar */}

                <div style={{ height: '24px', backgroundColor: '#4B5563', width: '57.7%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px' }}>57.7%</span>
                </div>

                {/* OpenAI Deep Research bar */}

                <div style={{ height: '24px', backgroundColor: '#9CA3AF', width: '47.6%', marginBottom: '4px', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: 'white', fontSize: '13px' }}>47.6%</span>
                </div>

                {/* Previous SOTA bar */}

                <div style={{ height: '24px', backgroundColor: '#D1D5DB', width: '42.3%', display: 'flex', alignItems: 'center', justifyContent: 'flex-end', paddingRight: '8px' }}>
                  <span style={{ color: '#374151', fontSize: '13px' }}>42.3%</span>
                </div>
              </div>
            </div>
          </div>

          {/* X-axis labels */}

          <div style={{ display: 'flex', justifyContent: 'space-between', marginTop: '16px', paddingLeft: '96px' }}>
            <span className="text-xs text-gray-500">0.4</span>
            <span className="text-xs text-gray-500">0.5</span>
            <span className="text-xs text-gray-500">0.6</span>
            <span className="text-xs text-gray-500">0.7</span>
            <span className="text-xs text-gray-500">0.8</span>
            <span className="text-xs text-gray-500">0.9</span>
          </div>
        </div>

        <div className="text-center mt-8 text-blue-600 dark:text-blue-400 font-medium">
          View detailed benchmark analysis →
        </div>
      </div>
    </a>
  </div>

  <div className="mt-20 md:mt-32 w-full max-w-7xl mx-auto px-4 md:px-8">
    {/* Help Section */}

    <div className="text-center text-gray-600 dark:text-gray-400 mb-12 md:mb-16">
      Having a problem? <a href="https://github.com/siya-ai/siya/issues" className="underline hover:text-gray-900 dark:hover:text-gray-200">Go to Help center</a> or <a href="mailto:support@siya.ai" className="underline hover:text-gray-900 dark:hover:text-gray-200">Contact us</a>.
    </div>

    {/* Footer Content */}

    <div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8 md:gap-12 mb-12">
      {/* Company Info */}

      <div className="sm:col-span-2 md:col-span-1">
        <div className="text-2xl font-bold mb-4">SIYA</div>
        <p className="text-sm text-gray-600 dark:text-gray-400 mb-2">© 2026 Siya.ai Pte Ltd</p>
        <p className="text-sm text-gray-600 dark:text-gray-400 mb-4">8 Perea Road #02-01, Singapore 368026</p>

        {/* Social Media Icons */}

        <div className="flex gap-4">
          <a href="https://linkedin.com/company/siya-ai" className="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">
            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
              <path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
            </svg>
          </a>

          <a href="https://twitter.com/siya_ai" className="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">
            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
              <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
            </svg>
          </a>

          <a href="https://youtube.com/@siya-ai" className="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">
            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
              <path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" />
            </svg>
          </a>

          <a href="https://instagram.com/siya.com" className="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">
            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
              <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zM5.838 12a6.162 6.162 0 1112.324 0 6.162 6.162 0 01-12.324 0zM12 16a4 4 0 110-8 4 4 0 010 8zm4.965-10.405a1.44 1.44 0 112.881.001 1.44 1.44 0 01-2.881-.001z" />
            </svg>
          </a>

          <a href="https://tiktok.com/@siya.com" className="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">
            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
              <path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z" />
            </svg>
          </a>
        </div>
      </div>

      {/* Company Column */}

      <div>
        <h4 className="font-semibold text-gray-900 dark:text-white mb-4">Company</h4>

        <ul className="space-y-2">
          <li><a href="https://siya.com/about" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">About us</a></li>
          <li><a href="https://siya.com/careers" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Careers</a></li>
          <li><a href="https://siya.com/business" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">For business</a></li>
          <li><a href="https://siya.com/media" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">For media</a></li>
        </ul>
      </div>

      {/* Resources Column */}

      <div>
        <h4 className="font-semibold text-gray-900 dark:text-white mb-4">Resources</h4>

        <ul className="space-y-2">
          <li><a href="/siya-superagent/desktop-application" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Desktop app</a></li>
          <li><a href="/siya-superagent/introduction" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Documentation</a></li>
          <li><a href="https://siya.com/blog" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Blog</a></li>
          <li><a href="https://github.com/siya-ai/siya/issues" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Help center</a></li>
        </ul>
      </div>

      {/* Community Column */}

      <div>
        <h4 className="font-semibold text-gray-900 dark:text-white mb-4">Community</h4>

        <ul className="space-y-2">
          <li><a href="https://siya.com/events" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Events</a></li>
          <li><a href="https://discord.gg/siya" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Discord</a></li>
          <li><a href="https://github.com/siya-ai/siya/graphs/contributors" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Contributors</a></li>
        </ul>
      </div>

      {/* Policy Column */}

      <div>
        <h4 className="font-semibold text-gray-900 dark:text-white mb-4">Policy</h4>

        <ul className="space-y-2">
          <li><a href="/legal/terms-and-conditions" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Terms of service</a></li>
          <li><a href="/legal/privacy-policy" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Privacy policy</a></li>
          <li><a href="https://siya.com/safety" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Safety & Content Policy</a></li>
          <li><a href="https://siya.com/cookies" className="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200">Manage cookies</a></li>
        </ul>
      </div>
    </div>

    {/* Bottom Tagline */}

    <div className="text-center pt-8 border-t border-gray-200 dark:border-gray-700">
      <p className="text-sm md:text-base text-gray-500 dark:text-gray-400 italic">Less structure, more intelligence.</p>
    </div>
  </div>
</div>
