Domain ific.ai
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3035::6815:52d:443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=24,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c38853449059cdd-EWR
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:84f5:8443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GpdMP6XUkeJfg%2Bb9rdg%2BQ05m66uDoAAs3QpLOkiXwYtKM8PxQhh0GXdyru%2F%2BCV9vTJSDmj01QnTGoOND9DjGBClHe7G3o1bmjfjqfsQjt6n3JGE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3885349fd41add-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.67.132.245:8443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hwUR6Aoq%2FyKYTalRl3x3KcA396ZaH%2Bz9g2jTJrfDcG6RSZS6GQNR6j8aWoQ7g8FhZ%2FD660AZgrZXamVUkqAZ7af8b9T5SNE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=51
    CF-RAY: 9c3885342826433f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.67.132.245:80 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://ific.ai/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GaeHEQt6aTDBFwdqMCdxhyxayFNu3t5%2ByaikomEB0Bs4%2F%2Fomj%2Ff8c6Aun7jHUVkljxBZC8ia4G0DqW5LaM9hSMhfRiUwCk4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=24,cfOrigin;dur=13
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3885340b2efd65-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.67.132.245:443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t9XSHGDjvKhAjKS09CyUQEuFMJ8eh7Bxr67oWFeoHqtNxl%2Bg6d%2FeWnOvbtDs1AJpi2zL1pn0nD8wBlb182N3xCSg%2BDAliHE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3885347c684d43-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:84f5:80 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://ific.ai/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZaRHGjUNtCYFgoskiF8OlEImlsLt9DqWSU36efHnm05sNUMFrV%2BsEx2u1uDdl5NlM4DfOB78n3l9VFv8bvAmNjG1%2FDmLgvbJVwYmuoLFQ6eBrAw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=7
    cf-cache-status: DYNAMIC
    CF-RAY: 9c388533ad04519b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 104.21.5.45:8443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=22,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c388533edfffd36-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:52d:80 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://ific.ai/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=v6THnYTD4%2FVXoEhwjtHKYSKKWiFjYTgJAYvv1ZrVA3ShQldQwkVkhHD3fn05EYQd%2FYqRaYRWIqb%2BPV0xo39oNtrBCxBVeXejO%2B29%2B6gJ%2Feqre%2FE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=6
    cf-cache-status: DYNAMIC
    CF-RAY: 9c388533cac0c85f-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:84f5:443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c388533dda28319-SIN
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 104.21.5.45:443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DgBDKnYriB%2FbIPbyNp9FWnUtEBF9YYj3%2BamgEuLFwXPZqXlgrt7dOfg3XunAHn0HXcnZS39GmTZJLVI1ksN2osZnN4I%2F4EU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=206
    CF-RAY: 9c388537ba1ff916-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.67.132.245:443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=20,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c388533792bc46d-EWR
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:84f5:8443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885339fa4b608-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:84f5:443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:30 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yGpYhy9SDZOEVLtdAMVQRsq91%2Ftne6tLcC7AwTQpWueEnGooLNVxvmFB82Wl3WQaGx5kHbx3%2BSdWUt%2BruU2EpuVStMe7DodTVZlB0H1ei%2F72"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c388534196048bb-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 104.21.5.45:443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=27,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885338808a1f8-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 104.21.5.45:8443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rrEs%2B9PJbElVXGbx4eGyuJMiZpzTkF5eAXRiCHZfY4ldqM9%2FYfIGnRPctqpj50QGngInP5z%2Bj0QqlN3BNCv%2F2vJDQ%2Fd6BsM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c388533a9804db6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:52d:443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Bffw5XaOWqLgC%2BG%2BLq2N3kLn3lj6GSvm6WJo86gE8tLDnhO%2Fus77duFGGxwZmKADHr16FlqDBjLnImpyb2qePNmse2m1nHxXuQPVhy5UFRSXUW8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c388533cfded0d5-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:52d:80 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885334ebadc45-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:52d:8443 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SHt7WP6kr3AHelPdEKH3rsyscIPyrDS2qPRgMLPB0GlgwwMMq1pkcOhTjvvOGA2ITRoUxn%2F8TvoBQRJAg4UaiibzsJ%2BXMIv2yq4KEiaHC%2F7q0AY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c38853399d7d2a2-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: iFic Technologies | Enterprise AI Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="iFic Technologies - Bridging the gap between AI and businesses with practical, tailored solutions.">
        <title>iFic Technologies | Enterprise AI Solutions</title>
        
        <!-- Favicons -->
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
        
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500&display=swap" rel="stylesheet">
        <style>
            :root {
                --cream: #faf7f2;
                --cream-dark: #f0ebe3;
                --cream-border: #e8e2d9;
                --brown-dark: #2c2c2c;
                --brown: #3d3d3d;
                --brown-light: #6b6b6b;
                --brown-muted: #8a8a8a;
                --accent: #5cb034;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                scroll-behavior: smooth;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: var(--cream);
                color: var(--brown);
                line-height: 1.6;
                -webkit-font-smoothing: antialiased;
            }
    
            /* Animations */
            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .animate {
                animation: fadeUp 0.8s ease-out forwards;
            }
    
            .delay-1 { animation-delay: 0.1s; opacity: 0; }
            .delay-2 { animation-delay: 0.2s; opacity: 0; }
            .delay-3 { animation-delay: 0.3s; opacity: 0; }
    
            /* Layout */
            .container {
                max-width: 1000px;
                margin: 0 auto;
                padding: 0 32px;
            }
    
            /* Navigation */
            nav {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 100;
                background: rgba(250, 247, 242, 0.9);
                backdrop-filter: blur(12px);
            }
    
            .nav-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 80px;
            }
    
            .logo {
                height: 56px;
                width: auto;
            }
    
            .nav-links {
                display: flex;
                align-items: center;
                gap: 12px;
            }
    
            .nav-links a {
                color: var(--brown-light);
                text-decoration: none;
                font-size: 15px;
                padding: 10px 20px;
                border-radius: 100px;
                transition: all 0.2s;
            }
    
            .nav-links a:hover {
                background: var(--cream-dark);
                color: var(--brown-dark);
            }
    
            .nav-cta {
                background: var(--cream-dark) !important;
                color: var(--brown-dark) !important;
                border: 1px solid var(--cream-border);
            }
    
            .nav-cta:hover {
                background: var(--brown-dark) !important;
                color: var(--cream) !important;
                border-color: var(--brown-dark) !important;
            }
    
            /* Hero */
            .hero {
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 120px 32px 80px;
            }
    
            .hero-content {
                max-width: 800px;
            }
    
            .hero h1 {
                font-family: 'Instrument Serif', serif;
                font-size: clamp(48px, 8vw, 80px);
                fon
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:52d:8443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885334ee3dbcd-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.67.132.245:8443 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885332c77f5ea-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:84f5:80 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885335aa11606-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.67.132.245:80 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885333967d4d5-LHR
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 104.21.5.45:80 · www.ific.ai

    2026-01-25 14:39

    HTTP/1.1 522 <none>
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c3885334c62dbc1-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    error code: 522
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 104.21.5.45:80 · ific.ai

    2026-01-25 14:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 25 Jan 2026 14:39:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://ific.ai/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P0%2BlBE0OJATmmId99G9zd%2BrESGQWv2oRCVehU8kZKicTKroJ5XqWJ5WUOz%2FNrzwB85msjusL%2BQT%2B0zgydyMqefgZj%2FOAVNw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c38853339e18b8e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-25 by HttpPlugin
    Create report
ific.ai*.ific.ai
CN:
ific.ai
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-03 18:34
Not after:
2026-04-03 19:33
ific.ai
CN:
ific.ai
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-05 04:00
Not after:
2026-04-05 05:00