Domain drift.com.br
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3034::6815:42b8:80 · drift.com.br

    2026-01-05 04:20

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 04:20:00 GMT
    Content-Length: 0
    Connection: close
    Location: https://drift.com.br/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5eMRHCqg7zRBAZS2%2FNmR3rGOeuwH8Ajy8keZ0FurrX3fiC05VLLPwuEWUnwaCg82%2BGxzhr2DJSMBUKRr%2FagKsj38v4vPDHI9hyz2SZasahH7dJPRCcedvg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b902e3cce39faf8-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:42b8:443 · drift.com.br

    2026-01-05 04:20

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 04:20:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Tue, 25 Mar 2025 03:07:23 GMT
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AXqFot7q0Qvy9VQ9D8l5HZGyi%2FC8mMWhIUOEvw2Rqs3FWAVVbAlQwaSUhkRJ7I3FJ%2B8mYZIKqYktuLwtU0smFcpIgAxn99eGrYCNG%2FdNdEUd%2B6%2FKbyE4rA%3D%3D"}]}
    Vary: Accept-Encoding
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b902e3c7b9d9051-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Drift.com.br - O Maior Portal de Drift no Brasil
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- SEO Meta Tags -->
        <title>Drift.com.br - O Maior Portal de Drift no Brasil</title>
        <meta name="description" content="Drift.com.br é o epicentro do Drift no Brasil. Encontre eventos, conecte-se com a comunidade e explore o universo do drifting brasileiro. Domínio à venda!">
        <meta name="keywords" content="Drift, drifting, carros de drift, drift Brasil, eventos de drift, comunidade drift, drifting brasileiro">
        <meta name="robots" content="index, follow">
        <meta name="author" content="Drift.com.br">
        <meta property="og:title" content="Drift.com.br - O Coração do Drift Brasileiro">
        <meta property="og:description" content="Descubra o mundo do Drift no Brasil com drift.com.br – eventos, comunidade e mais. Domínio premium à venda!">
        <meta property="og:image" content="https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80">
        <meta property="og:url" content="https://drift.com.br">
        <meta property="og:type" content="website">
        <link rel="canonical" href="https://drift.com.br">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Montserrat', sans-serif;
            }
    
            body {
                background: linear-gradient(135deg, #1a1a1a, #ff00cc, #00ffcc);
                color: #fff;
                line-height: 1.6;
                overflow-x: hidden;
            }
    
            /* Header */
            header {
                height: 100vh;
                background: url('https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center/cover;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                position: relative;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
            }
    
            .hero-text {
                position: relative;
                z-index: 1;
                padding: 20px;
            }
    
            .hero-text h1 {
                font-size: 4rem;
                text-transform: uppercase;
                letter-spacing: 4px;
                text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc;
                animation: neon 1.5s ease-in-out infinite alternate;
            }
    
            .hero-text p {
                font-size: 1.2rem;
                margin-top: 15px;
                text-shadow: 0 0 10px #fff;
            }
    
            @keyframes neon {
                from { text-shadow: 0 0 10px #ff00cc, 0 0 20px #00ffcc; }
                to { text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc; }
            }
    
            /* Seção Principal */
            .main-content {
                padding: 40px 15px;
                text-align: center;
                background: #1a1a1a;
            }
    
            .main-content h2 {
                font-size: 2.5rem;
                color: #ff00cc;
                margin-bottom: 30px;
            }
    
            .features {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
    
            .feature-box {
                background: rgba(255, 255, 255, 0.1);
                padding: 20px;
                border-radius: 10px;
                width: 100%;
                max-width: 350px;
                transition: transform 0.3s ease;
            }
    
            .feature-box:hover {
                transform: scale(1.05);
                box-shadow: 0 0 20px #00ffcc;
            }
    
            .feature-box h3 {
                color: #00ffcc;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
    
            .feature-box p {
                color: #ccc;
                font-size: 1rem;
            }
    
            /* Seção de Venda */
            .sale-section {
                background: linear-gradient(45deg, #ff00cc, #00ffcc);
                padding: 40px 15px;
           
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:cec4:443 · drift.com.br

    2026-01-05 04:20

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 04:20:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Tue, 25 Mar 2025 03:07:23 GMT
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jrVsHrBbRv6yz97CdbrL4DSiOwrLyRExYs5u1jRW5g66iK%2FXKU5frVB0sFfApTJrVzRq%2FXdxATQBXTL%2F76HusqC5UrGQ6afNsWMdRKNHEulQWEoZ9Bw%3D"}]}
    Vary: Accept-Encoding
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b902e3c6a76f5f4-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Drift.com.br - O Maior Portal de Drift no Brasil
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- SEO Meta Tags -->
        <title>Drift.com.br - O Maior Portal de Drift no Brasil</title>
        <meta name="description" content="Drift.com.br é o epicentro do Drift no Brasil. Encontre eventos, conecte-se com a comunidade e explore o universo do drifting brasileiro. Domínio à venda!">
        <meta name="keywords" content="Drift, drifting, carros de drift, drift Brasil, eventos de drift, comunidade drift, drifting brasileiro">
        <meta name="robots" content="index, follow">
        <meta name="author" content="Drift.com.br">
        <meta property="og:title" content="Drift.com.br - O Coração do Drift Brasileiro">
        <meta property="og:description" content="Descubra o mundo do Drift no Brasil com drift.com.br – eventos, comunidade e mais. Domínio premium à venda!">
        <meta property="og:image" content="https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80">
        <meta property="og:url" content="https://drift.com.br">
        <meta property="og:type" content="website">
        <link rel="canonical" href="https://drift.com.br">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Montserrat', sans-serif;
            }
    
            body {
                background: linear-gradient(135deg, #1a1a1a, #ff00cc, #00ffcc);
                color: #fff;
                line-height: 1.6;
                overflow-x: hidden;
            }
    
            /* Header */
            header {
                height: 100vh;
                background: url('https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center/cover;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                position: relative;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
            }
    
            .hero-text {
                position: relative;
                z-index: 1;
                padding: 20px;
            }
    
            .hero-text h1 {
                font-size: 4rem;
                text-transform: uppercase;
                letter-spacing: 4px;
                text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc;
                animation: neon 1.5s ease-in-out infinite alternate;
            }
    
            .hero-text p {
                font-size: 1.2rem;
                margin-top: 15px;
                text-shadow: 0 0 10px #fff;
            }
    
            @keyframes neon {
                from { text-shadow: 0 0 10px #ff00cc, 0 0 20px #00ffcc; }
                to { text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc; }
            }
    
            /* Seção Principal */
            .main-content {
                padding: 40px 15px;
                text-align: center;
                background: #1a1a1a;
            }
    
            .main-content h2 {
                font-size: 2.5rem;
                color: #ff00cc;
                margin-bottom: 30px;
            }
    
            .features {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
    
            .feature-box {
                background: rgba(255, 255, 255, 0.1);
                padding: 20px;
                border-radius: 10px;
                width: 100%;
                max-width: 350px;
                transition: transform 0.3s ease;
            }
    
            .feature-box:hover {
                transform: scale(1.05);
                box-shadow: 0 0 20px #00ffcc;
            }
    
            .feature-box h3 {
                color: #00ffcc;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
    
            .feature-box p {
                color: #ccc;
                font-size: 1rem;
            }
    
            /* Seção de Venda */
            .sale-section {
                background: linear-gradient(45deg, #ff00cc, #00ffcc);
                padding: 40px 15px;
           
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:cec4:8443 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 523 <none>
    Date: Mon, 05 Jan 2026 04:20:00 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: 9b902e3cbc334f95-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:cec4:80 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 04:20:00 GMT
    Content-Length: 0
    Connection: close
    Location: https://drift.com.br/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wtApfpQRi3HBkPncdPFruubSXgay2Efz%2F5hHs4K5EImssV15WhNVSnGyInjlAvdn%2BFTGQvyTNrsZd1Cu%2FYc04CRN8OrYtufUAJdLtSzGfa%2BtSk%2BomCRt4g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b902e3bfbf439ce-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.206.196:443 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 04:20:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Tue, 25 Mar 2025 03:07:23 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eBPi8bsQiFLwIT5Rf5%2B7vcbFVAIxI8xrqtqDQPClMnxYkgyUeoBIV%2FnsfUHkg6%2Bb5vHUNsVgqHpB%2BpbGpfz74nEWZvvbzNeuZm7YvA%3D%3D"}]}
    Vary: Accept-Encoding
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b902e3c8f3d43d2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Drift.com.br - O Maior Portal de Drift no Brasil
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- SEO Meta Tags -->
        <title>Drift.com.br - O Maior Portal de Drift no Brasil</title>
        <meta name="description" content="Drift.com.br é o epicentro do Drift no Brasil. Encontre eventos, conecte-se com a comunidade e explore o universo do drifting brasileiro. Domínio à venda!">
        <meta name="keywords" content="Drift, drifting, carros de drift, drift Brasil, eventos de drift, comunidade drift, drifting brasileiro">
        <meta name="robots" content="index, follow">
        <meta name="author" content="Drift.com.br">
        <meta property="og:title" content="Drift.com.br - O Coração do Drift Brasileiro">
        <meta property="og:description" content="Descubra o mundo do Drift no Brasil com drift.com.br – eventos, comunidade e mais. Domínio premium à venda!">
        <meta property="og:image" content="https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80">
        <meta property="og:url" content="https://drift.com.br">
        <meta property="og:type" content="website">
        <link rel="canonical" href="https://drift.com.br">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Montserrat', sans-serif;
            }
    
            body {
                background: linear-gradient(135deg, #1a1a1a, #ff00cc, #00ffcc);
                color: #fff;
                line-height: 1.6;
                overflow-x: hidden;
            }
    
            /* Header */
            header {
                height: 100vh;
                background: url('https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center/cover;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                position: relative;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
            }
    
            .hero-text {
                position: relative;
                z-index: 1;
                padding: 20px;
            }
    
            .hero-text h1 {
                font-size: 4rem;
                text-transform: uppercase;
                letter-spacing: 4px;
                text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc;
                animation: neon 1.5s ease-in-out infinite alternate;
            }
    
            .hero-text p {
                font-size: 1.2rem;
                margin-top: 15px;
                text-shadow: 0 0 10px #fff;
            }
    
            @keyframes neon {
                from { text-shadow: 0 0 10px #ff00cc, 0 0 20px #00ffcc; }
                to { text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc; }
            }
    
            /* Seção Principal */
            .main-content {
                padding: 40px 15px;
                text-align: center;
                background: #1a1a1a;
            }
    
            .main-content h2 {
                font-size: 2.5rem;
                color: #ff00cc;
                margin-bottom: 30px;
            }
    
            .features {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
    
            .feature-box {
                background: rgba(255, 255, 255, 0.1);
                padding: 20px;
                border-radius: 10px;
                width: 100%;
                max-width: 350px;
                transition: transform 0.3s ease;
            }
    
            .feature-box:hover {
                transform: scale(1.05);
                box-shadow: 0 0 20px #00ffcc;
            }
    
            .feature-box h3 {
                color: #00ffcc;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
    
            .feature-box p {
                color: #ccc;
                font-size: 1rem;
            }
    
            /* Seção de Venda */
            .sale-section {
                background: linear-gradient(45deg, #ff00cc, #00ffcc);
                padding: 40px 15px;
           
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:42b8:8443 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 523 <none>
    Date: Mon, 05 Jan 2026 04:20:00 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=48,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b902e3c0acea21d-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.66.184:8443 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 523 <none>
    Date: Mon, 05 Jan 2026 04:20:00 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: 9b902e3c8c13d266-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.206.196:8443 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 523 <none>
    Date: Mon, 05 Jan 2026 04:20:00 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: 9b902e3c4d2def4d-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.66.184:443 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 04:20:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Tue, 25 Mar 2025 03:07:23 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5rgv60%2F7StZ4lXW9EBSqMtIqPvIwXpUf%2BqMSqXcrOc9VP4VWtzgx54k%2Fp79%2BCB0PL%2FeRNb5OK%2BlsEDBmgHZ8WwExjU9POrSxd7FGKA%3D%3D"}]}
    Vary: Accept-Encoding
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b902e3c4f8fb8a0-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Drift.com.br - O Maior Portal de Drift no Brasil
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- SEO Meta Tags -->
        <title>Drift.com.br - O Maior Portal de Drift no Brasil</title>
        <meta name="description" content="Drift.com.br é o epicentro do Drift no Brasil. Encontre eventos, conecte-se com a comunidade e explore o universo do drifting brasileiro. Domínio à venda!">
        <meta name="keywords" content="Drift, drifting, carros de drift, drift Brasil, eventos de drift, comunidade drift, drifting brasileiro">
        <meta name="robots" content="index, follow">
        <meta name="author" content="Drift.com.br">
        <meta property="og:title" content="Drift.com.br - O Coração do Drift Brasileiro">
        <meta property="og:description" content="Descubra o mundo do Drift no Brasil com drift.com.br – eventos, comunidade e mais. Domínio premium à venda!">
        <meta property="og:image" content="https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80">
        <meta property="og:url" content="https://drift.com.br">
        <meta property="og:type" content="website">
        <link rel="canonical" href="https://drift.com.br">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Montserrat', sans-serif;
            }
    
            body {
                background: linear-gradient(135deg, #1a1a1a, #ff00cc, #00ffcc);
                color: #fff;
                line-height: 1.6;
                overflow-x: hidden;
            }
    
            /* Header */
            header {
                height: 100vh;
                background: url('https://images.unsplash.com/photo-1592800808860-86e425b5d86c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center/cover;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                position: relative;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
            }
    
            .hero-text {
                position: relative;
                z-index: 1;
                padding: 20px;
            }
    
            .hero-text h1 {
                font-size: 4rem;
                text-transform: uppercase;
                letter-spacing: 4px;
                text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc;
                animation: neon 1.5s ease-in-out infinite alternate;
            }
    
            .hero-text p {
                font-size: 1.2rem;
                margin-top: 15px;
                text-shadow: 0 0 10px #fff;
            }
    
            @keyframes neon {
                from { text-shadow: 0 0 10px #ff00cc, 0 0 20px #00ffcc; }
                to { text-shadow: 0 0 20px #ff00cc, 0 0 40px #00ffcc; }
            }
    
            /* Seção Principal */
            .main-content {
                padding: 40px 15px;
                text-align: center;
                background: #1a1a1a;
            }
    
            .main-content h2 {
                font-size: 2.5rem;
                color: #ff00cc;
                margin-bottom: 30px;
            }
    
            .features {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
    
            .feature-box {
                background: rgba(255, 255, 255, 0.1);
                padding: 20px;
                border-radius: 10px;
                width: 100%;
                max-width: 350px;
                transition: transform 0.3s ease;
            }
    
            .feature-box:hover {
                transform: scale(1.05);
                box-shadow: 0 0 20px #00ffcc;
            }
    
            .feature-box h3 {
                color: #00ffcc;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
    
            .feature-box p {
                color: #ccc;
                font-size: 1rem;
            }
    
            /* Seção de Venda */
            .sale-section {
                background: linear-gradient(45deg, #ff00cc, #00ffcc);
                padding: 40px 15px;
           
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.206.196:80 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 04:19:59 GMT
    Content-Length: 0
    Connection: close
    Location: https://drift.com.br/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Eofr95Oo3lgYBxWRuOHvcVMqIBlzWl%2FW9xjOG0pB8x%2FqdFMwpmDA4IwPHB%2B7AcYYH2Kf%2BgBjGQVUiJFFjXVW3n4pgYEEc74NRYVUBw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b902e3bb96b696e-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.66.184:80 · drift.com.br

    2026-01-05 04:19

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 04:19:59 GMT
    Content-Length: 0
    Connection: close
    Location: https://drift.com.br/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9ybu0VLpZXxAVF%2FZ5xp5q3%2FcJU%2Fqx24WNW9mH8h6lesi1ZoEKPVs0wnkyu6NvpsghvIaJHDnI0m54nryFps%2Ff6zf9IZXJus03AGvLQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b902e3b6c281341-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
drift.com.br*.drift.com.br
CN:
drift.com.br
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-05 03:19
Not after:
2026-04-05 04:18
drift.com.br*.drift.com.br
CN:
drift.com.br
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-07 02:36
Not after:
2026-02-05 03:33