cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.162.28:8443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3037::ac43:a21c:8443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3033::6815:a10:8443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.162.28:80 · britsalt.com
2026-01-10 17:05
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 17:05:06 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}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wgd%2BD%2F5UuL0X2Po1QVd1B4ZTarlZqh25zRvbnsC0AMA18pLV1tTeyeWiu5pKvNIxvG4jorxKuj%2B3gkdz2WKz59K1ENJIePsZnZ%2Bstw%3D%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=14,cfOrigin;dur=103
CF-RAY: 9bbdc1dbcdc1aaa1-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Joints Restoration Solution
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Joints Restoration Solution</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #ffffff;
color: #333333;
text-align: center;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 24px 16px;
}
.header {
margin-bottom: 16px;
color: #666666;
}
.header p {
font-size: 14px;
line-height: 1.5;
}
.header .title {
display: block;
font-weight: 600;
color: #1f2937;
margin-bottom: 4px;
}
.header .meta {
font-size: 12px;
color: #6b7280;
}
.divider {
border-top: 1px solid #e5e7eb;
margin: 24px auto;
width: 75%;
}
.main-title {
font-size: 32px;
font-weight: normal;
line-height: 1.3;
margin: 24px 0;
color: #475569;
padding: 0 8px;
}
.highlight {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 4px 8px;
border-radius: 6px;
display: inline-block;
margin-top: 4px;
}
.emphasis {
font-weight: bold;
color: #1f2937;
}
.video-container {
margin: 32px auto;
width: 100%;
max-width: 640px;
padding: 0 8px;
}
.video-wrapper {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.video-image {
width: 100%;
height: 100%;
cursor: pointer;
}
.play-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.play-button {
width: 64px;
height: 64px;
background-color: #ef4444;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.play-icon {
width: 24px;
height: 24px;
fill: white;
margin-left: 4px;
}
.cta-button {
display: block;
width: 100%;
max-width: 640px;
margin: 24px auto;
background-color: #ef4444;
color: white;
font-size: 18px;
font-weight: bold;
padding: 16px 24px;
border-radius: 12px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
transition: all 0.3s ease;
border: 2px solid #ef4444;
}
.cta-button:hover {
background-color: #dc2626;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
}
.description {
max-width: 800px;
margin: 32px auto;
text-align: left;
padding: 0 16px;
color: #374151;
}
.description p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}
.description .highlight-text {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 2px 6px;
border-radius: 4px;
}
.description .success-number {
font-weight: bold;
color: #059669;
}
.description .warning {
font-weight: bold;
color: #dc2626;
}
.call-to-action-text {
text-align: center;
padding: 16px 24px;
border-radius: 8px;
}
.call-to-action-text p {
font-size: 16px;
font-weight: 500;
color: #1f2937;
}
.footer {
font-size: 14px;
color: #6b7280;
margin-top: 48px;
padding: 16px 24px;
border-top: 1px solid #e5e7eb;
background-color: #f9fafb;
border-radius: 12px 12px 0 0;
}
.footer p {
margin-bottom: 16px;
font-weight: 500;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px 16px;
margin-bottom: 24px;
font-size: 12px;
}
.footer-links a {
color: #3b82f6;
text-decoration: none;
padding: 4px 8px;
}
.footer-links a:hover {
text-decoration: underline;
color: #1d4ed8;
}
.footer-links .separator {
color: #d1d5db;
}
.disclaimer {
font-size: 12px;
color: #9ca3af;
line-height: 1.5;
text-align: left;
Open service 2606:4700:3037::ac43:a21c:443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3033::6815:a10:443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3037::ac43:a21c:80 · britsalt.com
2026-01-10 17:05
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 17:05:06 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}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DUfEfxVvhsAKq3Ix1TWD%2BXfh1sHOkIkMktRMwbyoY1xAFXMJAO6syTFnEP%2F26l8%2BiEEc2HVn%2FlbEFqyznRLFVMXZaQta7t9BkOS6viR%2FyicEhjWboXVU9Q%3D%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=27,cfOrigin;dur=315
CF-RAY: 9bbdc1dbdddcfa3e-SJC
alt-svc: h3=":443"; ma=86400
Page title: Joints Restoration Solution
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Joints Restoration Solution</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #ffffff;
color: #333333;
text-align: center;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 24px 16px;
}
.header {
margin-bottom: 16px;
color: #666666;
}
.header p {
font-size: 14px;
line-height: 1.5;
}
.header .title {
display: block;
font-weight: 600;
color: #1f2937;
margin-bottom: 4px;
}
.header .meta {
font-size: 12px;
color: #6b7280;
}
.divider {
border-top: 1px solid #e5e7eb;
margin: 24px auto;
width: 75%;
}
.main-title {
font-size: 32px;
font-weight: normal;
line-height: 1.3;
margin: 24px 0;
color: #475569;
padding: 0 8px;
}
.highlight {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 4px 8px;
border-radius: 6px;
display: inline-block;
margin-top: 4px;
}
.emphasis {
font-weight: bold;
color: #1f2937;
}
.video-container {
margin: 32px auto;
width: 100%;
max-width: 640px;
padding: 0 8px;
}
.video-wrapper {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.video-image {
width: 100%;
height: 100%;
cursor: pointer;
}
.play-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.play-button {
width: 64px;
height: 64px;
background-color: #ef4444;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.play-icon {
width: 24px;
height: 24px;
fill: white;
margin-left: 4px;
}
.cta-button {
display: block;
width: 100%;
max-width: 640px;
margin: 24px auto;
background-color: #ef4444;
color: white;
font-size: 18px;
font-weight: bold;
padding: 16px 24px;
border-radius: 12px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
transition: all 0.3s ease;
border: 2px solid #ef4444;
}
.cta-button:hover {
background-color: #dc2626;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
}
.description {
max-width: 800px;
margin: 32px auto;
text-align: left;
padding: 0 16px;
color: #374151;
}
.description p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}
.description .highlight-text {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 2px 6px;
border-radius: 4px;
}
.description .success-number {
font-weight: bold;
color: #059669;
}
.description .warning {
font-weight: bold;
color: #dc2626;
}
.call-to-action-text {
text-align: center;
padding: 16px 24px;
border-radius: 8px;
}
.call-to-action-text p {
font-size: 16px;
font-weight: 500;
color: #1f2937;
}
.footer {
font-size: 14px;
color: #6b7280;
margin-top: 48px;
padding: 16px 24px;
border-top: 1px solid #e5e7eb;
background-color: #f9fafb;
border-radius: 12px 12px 0 0;
}
.footer p {
margin-bottom: 16px;
font-weight: 500;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px 16px;
margin-bottom: 24px;
font-size: 12px;
}
.footer-links a {
color: #3b82f6;
text-decoration: none;
padding: 4px 8px;
}
.footer-links a:hover {
text-decoration: underline;
color: #1d4ed8;
}
.footer-links .separator {
color: #d1d5db;
}
.disclaimer {
font-size: 12px;
color: #9ca3af;
line-height: 1.5;
text-align: left;
Open service 104.21.10.16:443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.10.16:8443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.10.16:80 · britsalt.com
2026-01-10 17:05
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 17:05:05 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}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RKqqj30Rjufx7gPxC%2Fw2jKG0h7qM6z5fkhIqpWjDaseIBm%2BmefXGG5dm%2BBzzFRVbzWpSlbkeNLeavuBXMuNzjnmZHkKUAenK54SJ1w%3D%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bbdc1d9b9f5e5e3-FRA
alt-svc: h3=":443"; ma=86400
Page title: Joints Restoration Solution
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Joints Restoration Solution</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #ffffff;
color: #333333;
text-align: center;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 24px 16px;
}
.header {
margin-bottom: 16px;
color: #666666;
}
.header p {
font-size: 14px;
line-height: 1.5;
}
.header .title {
display: block;
font-weight: 600;
color: #1f2937;
margin-bottom: 4px;
}
.header .meta {
font-size: 12px;
color: #6b7280;
}
.divider {
border-top: 1px solid #e5e7eb;
margin: 24px auto;
width: 75%;
}
.main-title {
font-size: 32px;
font-weight: normal;
line-height: 1.3;
margin: 24px 0;
color: #475569;
padding: 0 8px;
}
.highlight {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 4px 8px;
border-radius: 6px;
display: inline-block;
margin-top: 4px;
}
.emphasis {
font-weight: bold;
color: #1f2937;
}
.video-container {
margin: 32px auto;
width: 100%;
max-width: 640px;
padding: 0 8px;
}
.video-wrapper {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.video-image {
width: 100%;
height: 100%;
cursor: pointer;
}
.play-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.play-button {
width: 64px;
height: 64px;
background-color: #ef4444;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.play-icon {
width: 24px;
height: 24px;
fill: white;
margin-left: 4px;
}
.cta-button {
display: block;
width: 100%;
max-width: 640px;
margin: 24px auto;
background-color: #ef4444;
color: white;
font-size: 18px;
font-weight: bold;
padding: 16px 24px;
border-radius: 12px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
transition: all 0.3s ease;
border: 2px solid #ef4444;
}
.cta-button:hover {
background-color: #dc2626;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
}
.description {
max-width: 800px;
margin: 32px auto;
text-align: left;
padding: 0 16px;
color: #374151;
}
.description p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}
.description .highlight-text {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 2px 6px;
border-radius: 4px;
}
.description .success-number {
font-weight: bold;
color: #059669;
}
.description .warning {
font-weight: bold;
color: #dc2626;
}
.call-to-action-text {
text-align: center;
padding: 16px 24px;
border-radius: 8px;
}
.call-to-action-text p {
font-size: 16px;
font-weight: 500;
color: #1f2937;
}
.footer {
font-size: 14px;
color: #6b7280;
margin-top: 48px;
padding: 16px 24px;
border-top: 1px solid #e5e7eb;
background-color: #f9fafb;
border-radius: 12px 12px 0 0;
}
.footer p {
margin-bottom: 16px;
font-weight: 500;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px 16px;
margin-bottom: 24px;
font-size: 12px;
}
.footer-links a {
color: #3b82f6;
text-decoration: none;
padding: 4px 8px;
}
.footer-links a:hover {
text-decoration: underline;
color: #1d4ed8;
}
.footer-links .separator {
color: #d1d5db;
}
.disclaimer {
font-size: 12px;
color: #9ca3af;
line-height: 1.5;
text-align: left;
Open service 172.67.162.28:443 · britsalt.com
2026-01-10 17:05
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sat, 10 Jan 2026 17:05:05 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3033::6815:a10:80 · britsalt.com
2026-01-10 17:05
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 17:05:05 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}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0Pv4UH%2FgJEoyDu0wbZFHC969KE8I0nncjad4elAVo9qDZasDbqN1pbKPkvwTE%2FlFWoWNkqlZeAvXB64Di6i7ctq6iuW1mV85jbTKQwJHySJX%2BDgZlbU46A%3D%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bbdc1d98de037c8-FRA
alt-svc: h3=":443"; ma=86400
Page title: Joints Restoration Solution
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Joints Restoration Solution</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #ffffff;
color: #333333;
text-align: center;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 24px 16px;
}
.header {
margin-bottom: 16px;
color: #666666;
}
.header p {
font-size: 14px;
line-height: 1.5;
}
.header .title {
display: block;
font-weight: 600;
color: #1f2937;
margin-bottom: 4px;
}
.header .meta {
font-size: 12px;
color: #6b7280;
}
.divider {
border-top: 1px solid #e5e7eb;
margin: 24px auto;
width: 75%;
}
.main-title {
font-size: 32px;
font-weight: normal;
line-height: 1.3;
margin: 24px 0;
color: #475569;
padding: 0 8px;
}
.highlight {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 4px 8px;
border-radius: 6px;
display: inline-block;
margin-top: 4px;
}
.emphasis {
font-weight: bold;
color: #1f2937;
}
.video-container {
margin: 32px auto;
width: 100%;
max-width: 640px;
padding: 0 8px;
}
.video-wrapper {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.video-image {
width: 100%;
height: 100%;
cursor: pointer;
}
.play-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.play-button {
width: 64px;
height: 64px;
background-color: #ef4444;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.play-icon {
width: 24px;
height: 24px;
fill: white;
margin-left: 4px;
}
.cta-button {
display: block;
width: 100%;
max-width: 640px;
margin: 24px auto;
background-color: #ef4444;
color: white;
font-size: 18px;
font-weight: bold;
padding: 16px 24px;
border-radius: 12px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
transition: all 0.3s ease;
border: 2px solid #ef4444;
}
.cta-button:hover {
background-color: #dc2626;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
}
.description {
max-width: 800px;
margin: 32px auto;
text-align: left;
padding: 0 16px;
color: #374151;
}
.description p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}
.description .highlight-text {
color: #ef4444;
font-weight: bold;
background-color: #fef2f2;
padding: 2px 6px;
border-radius: 4px;
}
.description .success-number {
font-weight: bold;
color: #059669;
}
.description .warning {
font-weight: bold;
color: #dc2626;
}
.call-to-action-text {
text-align: center;
padding: 16px 24px;
border-radius: 8px;
}
.call-to-action-text p {
font-size: 16px;
font-weight: 500;
color: #1f2937;
}
.footer {
font-size: 14px;
color: #6b7280;
margin-top: 48px;
padding: 16px 24px;
border-top: 1px solid #e5e7eb;
background-color: #f9fafb;
border-radius: 12px 12px 0 0;
}
.footer p {
margin-bottom: 16px;
font-weight: 500;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px 16px;
margin-bottom: 24px;
font-size: 12px;
}
.footer-links a {
color: #3b82f6;
text-decoration: none;
padding: 4px 8px;
}
.footer-links a:hover {
text-decoration: underline;
color: #1d4ed8;
}
.footer-links .separator {
color: #d1d5db;
}
.disclaimer {
font-size: 12px;
color: #9ca3af;
line-height: 1.5;
text-align: left;