Domain turbo2point.digital
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 2606:4700:3032::6815:3a1d:8443 · turbo2point.digital

    2026-01-22 00:28

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.58.29:8443 · turbo2point.digital

    2026-01-22 00:28

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3a1d:443 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 00:28:26 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=o87rf1b5b828lk6r40hohjie9c; expires=Thu, 29 Jan 2026 00:28:26 GMT; Max-Age=604800; path=/; HttpOnly; SameSite=Lax
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Access-Control-Allow-Origin: *
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PbN%2F%2FBqBVneGepILz0evbpAAj4NKLIgt4G3V7AKahtFtar61Rn68ipMMZh8US3vrnVgqnHbK1UjrkrTxgqB%2Bjs67uLKeRT42UHLI4pN4LzKSIXTrw4865CaS3toN%2BLw%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=599
    CF-RAY: 9c1aee66dc32c434-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Gipfelblick | Café & Patisserie in Graz
    
    <!DOCTYPE html>
    <html lang="de-AT">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Gipfelblick | Café & Patisserie in Graz</title>
      <meta name="description" content="Entdecken Sie das Café Gipfelblick in Graz. Genießen Sie handgemachte Patisserie, Spezialitätenkaffee und herzhafte Snacks aus regionalen Zutaten in einem gemütlichen Ambiente.">
      <meta name="keywords" content="Café Graz, Patisserie Graz, Kaffee Herrengasse, Frühstück Graz, Kuchen, Torten, Catering Graz, regionale Produkte">
      <link rel="icon" href="favicon.ico">
      <script src="https://cdn.tailwindcss.com?v=3.3.0"></script>
      <style>
        :root {
          --color-primary: #6B4F4B;
          --color-secondary: #EFEAD8;
          --color-accent: #D0A98F;
          --color-text-dark: #3C2F2F;
          --color-text-light: #FFFFFF;
          --color-background: #FDFDFD;
        }
        body {
          font-family: 'Roboto', sans-serif;
          color: var(--color-text-dark);
          background-color: var(--color-background);
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Merriweather', serif;
          color: var(--color-text-dark);
        }
        .text-primary-color { color: var(--color-primary); }
        .bg-primary-color { background-color: var(--color-primary); }
        .text-secondary-color { color: var(--color-secondary); }
        .bg-secondary-color { background-color: var(--color-secondary); }
        .text-accent-color { color: var(--color-accent); }
        .bg-accent-color { background-color: var(--color-accent); }
        .text-text-dark { color: var(--color-text-dark); }
        .text-text-light { color: var(--color-text-light); }
        .bg-background-color { background-color: var(--color-background); }
    
        /* Custom CSS for hover effects and accessible contrast */
        .btn-primary {
          background-color: var(--color-accent);
          color: var(--color-text-light);
          padding: 0.75rem 2rem;
          border-radius: 0.375rem;
          transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .btn-primary:hover {
          background-color: var(--color-primary);
          transform: translateY(-2px);
        }
        .btn-outline {
            border: 2px solid var(--color-accent);
            color: var(--color-accent);
            padding: 0.75rem 2rem;
            border-radius: 0.375rem;
            background-color: transparent;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
        }
        .btn-outline:hover {
            background-color: var(--color-accent);
            color: var(--color-text-light);
            transform: translateY(-2px);
        }
    
        .image-zoom:hover img {
          transform: scale(1.05);
          transition: transform 0.3s ease-in-out;
        }
        .image-zoom img {
            transition: transform 0.3s ease-in-out;
        }
    
        .sticky-nav {
          transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }
        .sticky-nav.scrolled {
          background-color: var(--color-secondary);
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
    
        /* Accessibility: Ensure text contrast on hero image */
        .hero-overlay {
          background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
        }
    
        /* Focus states for accessibility */
        a:focus, button:focus, input:focus, textarea:focus {
            outline: 2px solid var(--color-accent);
            outline-offset: 2px;
        }
    
        /* Animations (degrade gracefully for reduced motion) */
        @media (prefers-reduced-motion: reduce) {
          .btn-primary:hover, .btn-primary:focus { transform: none; }
          .image-zoom:hover img { transform: none; }
          .sticky-nav { transition: none; }
        }
    
        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease-in-out;
        }
        .testimonial-card {
            transition: all 0.3s ease-in-out;
        }
      </style>
    </head>
    <body class="bg-background-color">
      <header class="fixed top-0 left-0 w-full z-50 py-4 sticky-nav transition-all duration-300 ease-in-out">
        <nav class="container mx-auto flex justify-between items-center px-4 sm:px-6 lg
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9b4b:8443 · turbo2point.digital

    2026-01-22 00:28

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.155.75:80 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 00:28:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://turbo2point.digital/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xN8OCnCZAjReFJaIqzeOq9emq5oelD2QkCpmD0IqNKRcXhxZa7qmbp1sbhE0RWMvVpIWPI38L%2Bb7BxgwKO4HJ71iiHzavVLNrtsRtMrJz%2FO5"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1aee62dd824970-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.155.75:443 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 00:28:26 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=2p1ccl21db2vbeug9hh1hadjie; expires=Thu, 29 Jan 2026 00:28:26 GMT; Max-Age=604800; path=/; HttpOnly; SameSite=Lax
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Access-Control-Allow-Origin: *
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KJzfONLkZkWZbPxS9eEhd4tjANKnfV5wylbRPKq1I6HDC5LfjMc21gNaH5eTDFjK1CvKNdhpyrA5rSfft39Nk5DtIHSvb9mKFTMhlozqdbKXBcg%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9c1aee6629addc9c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Gipfelblick | Café & Patisserie in Graz
    
    <!DOCTYPE html>
    <html lang="de-AT">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Gipfelblick | Café & Patisserie in Graz</title>
      <meta name="description" content="Entdecken Sie das Café Gipfelblick in Graz. Genießen Sie handgemachte Patisserie, Spezialitätenkaffee und herzhafte Snacks aus regionalen Zutaten in einem gemütlichen Ambiente.">
      <meta name="keywords" content="Café Graz, Patisserie Graz, Kaffee Herrengasse, Frühstück Graz, Kuchen, Torten, Catering Graz, regionale Produkte">
      <link rel="icon" href="favicon.ico">
      <script src="https://cdn.tailwindcss.com?v=3.3.0"></script>
      <style>
        :root {
          --color-primary: #6B4F4B;
          --color-secondary: #EFEAD8;
          --color-accent: #D0A98F;
          --color-text-dark: #3C2F2F;
          --color-text-light: #FFFFFF;
          --color-background: #FDFDFD;
        }
        body {
          font-family: 'Roboto', sans-serif;
          color: var(--color-text-dark);
          background-color: var(--color-background);
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Merriweather', serif;
          color: var(--color-text-dark);
        }
        .text-primary-color { color: var(--color-primary); }
        .bg-primary-color { background-color: var(--color-primary); }
        .text-secondary-color { color: var(--color-secondary); }
        .bg-secondary-color { background-color: var(--color-secondary); }
        .text-accent-color { color: var(--color-accent); }
        .bg-accent-color { background-color: var(--color-accent); }
        .text-text-dark { color: var(--color-text-dark); }
        .text-text-light { color: var(--color-text-light); }
        .bg-background-color { background-color: var(--color-background); }
    
        /* Custom CSS for hover effects and accessible contrast */
        .btn-primary {
          background-color: var(--color-accent);
          color: var(--color-text-light);
          padding: 0.75rem 2rem;
          border-radius: 0.375rem;
          transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .btn-primary:hover {
          background-color: var(--color-primary);
          transform: translateY(-2px);
        }
        .btn-outline {
            border: 2px solid var(--color-accent);
            color: var(--color-accent);
            padding: 0.75rem 2rem;
            border-radius: 0.375rem;
            background-color: transparent;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
        }
        .btn-outline:hover {
            background-color: var(--color-accent);
            color: var(--color-text-light);
            transform: translateY(-2px);
        }
    
        .image-zoom:hover img {
          transform: scale(1.05);
          transition: transform 0.3s ease-in-out;
        }
        .image-zoom img {
            transition: transform 0.3s ease-in-out;
        }
    
        .sticky-nav {
          transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }
        .sticky-nav.scrolled {
          background-color: var(--color-secondary);
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
    
        /* Accessibility: Ensure text contrast on hero image */
        .hero-overlay {
          background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
        }
    
        /* Focus states for accessibility */
        a:focus, button:focus, input:focus, textarea:focus {
            outline: 2px solid var(--color-accent);
            outline-offset: 2px;
        }
    
        /* Animations (degrade gracefully for reduced motion) */
        @media (prefers-reduced-motion: reduce) {
          .btn-primary:hover, .btn-primary:focus { transform: none; }
          .image-zoom:hover img { transform: none; }
          .sticky-nav { transition: none; }
        }
    
        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease-in-out;
        }
        .testimonial-card {
            transition: all 0.3s ease-in-out;
        }
      </style>
    </head>
    <body class="bg-background-color">
      <header class="fixed top-0 left-0 w-full z-50 py-4 sticky-nav transition-all duration-300 ease-in-out">
        <nav class="container mx-auto flex justify-between items-center px-4 sm:px-6 lg
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9b4b:443 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 00:28:26 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=eg9bk74e4uvrudfeo6ot0m8lgs; expires=Thu, 29 Jan 2026 00:28:26 GMT; Max-Age=604800; path=/; HttpOnly; SameSite=Lax
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Access-Control-Allow-Origin: *
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P3cQz0nQ3gxjrDDnr2a3mv55wqbNnMEtUg5I%2Fz3PiE%2FNiPX4ALcQmAx38uiXnrO4r8UCyDXcTTGTefE2QJHxcGtwI54KI36rvt4jeCa0MqkxiWzdPajm6xJoSXHc5n0%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=593
    CF-RAY: 9c1aee671f9893b9-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Gipfelblick | Café & Patisserie in Graz
    
    <!DOCTYPE html>
    <html lang="de-AT">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Gipfelblick | Café & Patisserie in Graz</title>
      <meta name="description" content="Entdecken Sie das Café Gipfelblick in Graz. Genießen Sie handgemachte Patisserie, Spezialitätenkaffee und herzhafte Snacks aus regionalen Zutaten in einem gemütlichen Ambiente.">
      <meta name="keywords" content="Café Graz, Patisserie Graz, Kaffee Herrengasse, Frühstück Graz, Kuchen, Torten, Catering Graz, regionale Produkte">
      <link rel="icon" href="favicon.ico">
      <script src="https://cdn.tailwindcss.com?v=3.3.0"></script>
      <style>
        :root {
          --color-primary: #6B4F4B;
          --color-secondary: #EFEAD8;
          --color-accent: #D0A98F;
          --color-text-dark: #3C2F2F;
          --color-text-light: #FFFFFF;
          --color-background: #FDFDFD;
        }
        body {
          font-family: 'Roboto', sans-serif;
          color: var(--color-text-dark);
          background-color: var(--color-background);
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Merriweather', serif;
          color: var(--color-text-dark);
        }
        .text-primary-color { color: var(--color-primary); }
        .bg-primary-color { background-color: var(--color-primary); }
        .text-secondary-color { color: var(--color-secondary); }
        .bg-secondary-color { background-color: var(--color-secondary); }
        .text-accent-color { color: var(--color-accent); }
        .bg-accent-color { background-color: var(--color-accent); }
        .text-text-dark { color: var(--color-text-dark); }
        .text-text-light { color: var(--color-text-light); }
        .bg-background-color { background-color: var(--color-background); }
    
        /* Custom CSS for hover effects and accessible contrast */
        .btn-primary {
          background-color: var(--color-accent);
          color: var(--color-text-light);
          padding: 0.75rem 2rem;
          border-radius: 0.375rem;
          transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .btn-primary:hover {
          background-color: var(--color-primary);
          transform: translateY(-2px);
        }
        .btn-outline {
            border: 2px solid var(--color-accent);
            color: var(--color-accent);
            padding: 0.75rem 2rem;
            border-radius: 0.375rem;
            background-color: transparent;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
        }
        .btn-outline:hover {
            background-color: var(--color-accent);
            color: var(--color-text-light);
            transform: translateY(-2px);
        }
    
        .image-zoom:hover img {
          transform: scale(1.05);
          transition: transform 0.3s ease-in-out;
        }
        .image-zoom img {
            transition: transform 0.3s ease-in-out;
        }
    
        .sticky-nav {
          transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }
        .sticky-nav.scrolled {
          background-color: var(--color-secondary);
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
    
        /* Accessibility: Ensure text contrast on hero image */
        .hero-overlay {
          background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
        }
    
        /* Focus states for accessibility */
        a:focus, button:focus, input:focus, textarea:focus {
            outline: 2px solid var(--color-accent);
            outline-offset: 2px;
        }
    
        /* Animations (degrade gracefully for reduced motion) */
        @media (prefers-reduced-motion: reduce) {
          .btn-primary:hover, .btn-primary:focus { transform: none; }
          .image-zoom:hover img { transform: none; }
          .sticky-nav { transition: none; }
        }
    
        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease-in-out;
        }
        .testimonial-card {
            transition: all 0.3s ease-in-out;
        }
      </style>
    </head>
    <body class="bg-background-color">
      <header class="fixed top-0 left-0 w-full z-50 py-4 sticky-nav transition-all duration-300 ease-in-out">
        <nav class="container mx-auto flex justify-between items-center px-4 sm:px-6 lg
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.58.29:80 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 00:28:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://turbo2point.digital/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5urxV%2F%2BYyoReemDOfl%2F3IBJRguO1G02kDceEumA1C6v5RfVxM7qHxmb%2F6h%2BVcmWXwU9KcrHLkbYZRP%2FzDNYtuzwisfdO2O1%2B6XvG869loq1xljg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1aee62caed5d7d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.155.75:8443 · turbo2point.digital

    2026-01-22 00:28

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.58.29:443 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 00:28:26 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=h6pafdi2rd7u176vosneicr8fg; expires=Thu, 29 Jan 2026 00:28:26 GMT; Max-Age=604800; path=/; HttpOnly; SameSite=Lax
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Access-Control-Allow-Origin: *
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tNcSrQ%2FplmhxZNsSMVCve91WouSl%2BKB1mNPrbusZbtb%2B8faJKBfVXgr2qmE3P8FoS%2FMKLxdiFx%2BLy5VemEt1978seYPcKlqchbpUA6NKU27xAJ4%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9c1aee660ea6d37c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Gipfelblick | Café & Patisserie in Graz
    
    <!DOCTYPE html>
    <html lang="de-AT">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Gipfelblick | Café & Patisserie in Graz</title>
      <meta name="description" content="Entdecken Sie das Café Gipfelblick in Graz. Genießen Sie handgemachte Patisserie, Spezialitätenkaffee und herzhafte Snacks aus regionalen Zutaten in einem gemütlichen Ambiente.">
      <meta name="keywords" content="Café Graz, Patisserie Graz, Kaffee Herrengasse, Frühstück Graz, Kuchen, Torten, Catering Graz, regionale Produkte">
      <link rel="icon" href="favicon.ico">
      <script src="https://cdn.tailwindcss.com?v=3.3.0"></script>
      <style>
        :root {
          --color-primary: #6B4F4B;
          --color-secondary: #EFEAD8;
          --color-accent: #D0A98F;
          --color-text-dark: #3C2F2F;
          --color-text-light: #FFFFFF;
          --color-background: #FDFDFD;
        }
        body {
          font-family: 'Roboto', sans-serif;
          color: var(--color-text-dark);
          background-color: var(--color-background);
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Merriweather', serif;
          color: var(--color-text-dark);
        }
        .text-primary-color { color: var(--color-primary); }
        .bg-primary-color { background-color: var(--color-primary); }
        .text-secondary-color { color: var(--color-secondary); }
        .bg-secondary-color { background-color: var(--color-secondary); }
        .text-accent-color { color: var(--color-accent); }
        .bg-accent-color { background-color: var(--color-accent); }
        .text-text-dark { color: var(--color-text-dark); }
        .text-text-light { color: var(--color-text-light); }
        .bg-background-color { background-color: var(--color-background); }
    
        /* Custom CSS for hover effects and accessible contrast */
        .btn-primary {
          background-color: var(--color-accent);
          color: var(--color-text-light);
          padding: 0.75rem 2rem;
          border-radius: 0.375rem;
          transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .btn-primary:hover {
          background-color: var(--color-primary);
          transform: translateY(-2px);
        }
        .btn-outline {
            border: 2px solid var(--color-accent);
            color: var(--color-accent);
            padding: 0.75rem 2rem;
            border-radius: 0.375rem;
            background-color: transparent;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
        }
        .btn-outline:hover {
            background-color: var(--color-accent);
            color: var(--color-text-light);
            transform: translateY(-2px);
        }
    
        .image-zoom:hover img {
          transform: scale(1.05);
          transition: transform 0.3s ease-in-out;
        }
        .image-zoom img {
            transition: transform 0.3s ease-in-out;
        }
    
        .sticky-nav {
          transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }
        .sticky-nav.scrolled {
          background-color: var(--color-secondary);
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
    
        /* Accessibility: Ensure text contrast on hero image */
        .hero-overlay {
          background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
        }
    
        /* Focus states for accessibility */
        a:focus, button:focus, input:focus, textarea:focus {
            outline: 2px solid var(--color-accent);
            outline-offset: 2px;
        }
    
        /* Animations (degrade gracefully for reduced motion) */
        @media (prefers-reduced-motion: reduce) {
          .btn-primary:hover, .btn-primary:focus { transform: none; }
          .image-zoom:hover img { transform: none; }
          .sticky-nav { transition: none; }
        }
    
        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease-in-out;
        }
        .testimonial-card {
            transition: all 0.3s ease-in-out;
        }
      </style>
    </head>
    <body class="bg-background-color">
      <header class="fixed top-0 left-0 w-full z-50 py-4 sticky-nav transition-all duration-300 ease-in-out">
        <nav class="container mx-auto flex justify-between items-center px-4 sm:px-6 lg
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3a1d:80 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 00:28:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://turbo2point.digital/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WbNh4utK5ZlFJ5AOdvkq1iP0glqMqRwS28FLJxFzfPvWepDrhAQyNtUTeMwemkjJS9VAVkhLkx4flCSfEQBO0Q6F6MFdruxNdLf7GjLQ1v5gnFalGHQhFm%2FHkR%2FVJdA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1aee628ed5fc2b-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9b4b:80 · turbo2point.digital

    2026-01-22 00:28

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 22 Jan 2026 00:28:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://turbo2point.digital/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9VjVdpL5I19yZCVIiq0v9aa%2B5MbXjTRuyFcjXvynKmWAPD4alq23y0QimKIT1iZ2sBY4SDya29hirgy6SqQAj3yotOoLp2aqmQXHo57GTV5CbqnwrSubGkpMGmgVJnk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c1aee628deb927f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-22 by HttpPlugin
    Create report
turbo2point.digital*.turbo2point.digital
CN:
turbo2point.digital
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-23 21:06
Not after:
2026-02-21 22:03