USER
based on this info (Advanced Health Solutions
We Care For You, One Cell at A Time
LUXURY CONCIERGE MEDICINE.
Discover personalized solutions to reverse chronic conditions and break free from disease and aging with Longeva.
discover now
The Longeva Concept
Longeva offers an alternative approach to healthcare through its integrated suite of cellular technologies.
Cellular Medicine
Cellular medicine focuses on enhancing health by optimizing cell function
View Details
Integrated Approach
An integrated approach combines diverse methods to achieve comprehensive solutions
View Details
Personalized Medicine
Personalized medicine tailors treatments to individual genetic and molecular profiles
View Details
Longeva: Precision Cellular Medicine for Optimal Health
Play Video
What We Do
Unmatched Excellence: Our superior medical protocols set us apart.
The Longeva Technologies
At Longeva, we provide precision testing to determine the most suitable treatments for you.
Learn More
The Longeva Programs
Based on your results, we start by optimizing cellular health with essential micronutrients and removing harmful substances. We protect DNA integrity and address underlying issues such as inflammation and insulin resistance, targeting the root causes of diseases for genuine reversal.
Learn More
The Longeva Packages
We promote comprehensive anti-aging processes, ensuring true youthfulness and improving skin health from within, rather than merely achieving a “youthful-looking” appearance.
Learn More
Your Journey at Longeva
Experience a personalized health journey with our diagnostic age reversal program, including in-home consultations, telomere testing, and targeted interventions to enhance your vitality and well-being.
1. Personalized Consultation and Diagnostic Testing
Your journey begins with a personalized consultation. We visit you to explain our program, gather medical history, and discuss your health goals. We conduct a telomere test to assess cellular age. Our aim is to lengthen your telomeres to reflect a younger age.
2. Targeted Interventions and Outcome Monitoring
We present recommendations to optimize your health through targeted interventions. Our program is delivered at home by a skilled medical team licensed by DHA (Dubai Health Authority).
3. Feel Healthy and Track Your Progress
Upon completing our program, you'll enjoy enhanced vitality and a more youthful appearance. We'll repeat tests, including the telomere test, to show improvements in your health metrics. This approach ensures tangible outcomes in your journey toward better health.
Begin Your Journey
Background ImageAbout
Longeva innovates
Mission
At Longeva, our mission is to empower individuals to live healthier, longer lives by delivering cutting-edge medical homecare services that focus on reversing the effects of aging and chronic diseases. We are committed to providing personalized, evidence-based care that enhances vitality and well-being, allowing our clients to thrive at any stage of life.
Vision
Our vision is to be the leading innovator in home-based healthcare, transforming the way people age and manage chronic conditions. We aim to redefine longevity and healthspan by offering advanced therapies that not only slow the aging process but also reverse disease, helping individuals achieve optimal health and enjoy an enhanced quality of life for decades toWhat we do > Packages
The Longeva Packages
Package 1
Open New Page Icon
The Diagnostics
Package 2
Open New Page Icon
Age Reversal & Skin Enhancement
Package 3
Open New Page Icon
Non-Surgical Lifting & Feature Enhancement
Package 4
Open New Page Icon
Neuropsychiatry
Package 5
Open New Page Icon
Disease De-conditioning: Reversal of Autoimmune Diseases
Package 6
Open New Page Icon
Disease De-conditioning: Reversal of Fibromyalgia
Package 7
Open New Page Icon
Disease De-conditioning: Reversal of Diabetes
Package 8
Open New Page Icon
Disease De-conditioning: Reversal of Obesity
Package 9
Open New Page Icon
Disease De-conditioning: Reversal of Hypertension
Package 10
Open New Page Icon
Disease De-conditioning: Reversal of Parkinson’s
Package 11
Open New Page Icon
Disease De-conditioning: Reversal of Alzheimer’s
Package12
Open New Page Icon
Disease De-conditioning: Menopause Reversal) I want to create Privacy Policy and this contact info (Contact Us
Email: info@longevacare.com
Phone: +971 528 863 600
WhatsApp: +1 (702) 526-2050
Location: HDS Tower, Cluster M, JLT, Dubai
) create it as codes inline codes and don't add html and head tags, but make it repsosinves design and maketh background color (#2b2b2b2) and use this styles (/* assets/css/styles.css */
/* Importing the Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
/* Root variables */
:root {
--primary-color: #4F3F02;
--secondary-color: #D1C287;
--background-color: #ffffff; /* Changed to white */
--text-color: #333333; /* Dark text for better contrast */
--button-hover-color: #c9b458;
--dark-bg: #f9f9f9; /* Updated for light theme */
--light-gold: #FFD700;
--error-color: #f8d7da;
--success-color: #d4edda;
--border-radius: 8px;
--transition-speed: 0.3s;
--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
0 1px 3px rgba(0, 0, 0, 0.08);
--animation-duration: 0.5s;
--animation-ease: ease-in-out;
}
/* Global Box Sizing */
* {
box-sizing: border-box;
}
/* Body Styling */
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
background-color: var(--background-color);
color: var(--text-color);
margin: 0;
padding: 0;
transition: background-color var(--transition-speed) ease, color var(--transition-speed) ease;
}
/* Container Styling */
.container {
max-width: 800px;
margin: 50px auto;
padding: 30px;
background-color: var(--background-color); /* White background */
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
overflow: hidden;
transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
animation: fadeInScale 0.6s var(--animation-ease) forwards;
}
/* Container Hover Effect */
.container:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2),
0 4px 6px rgba(0, 0, 0, 0.15);
}
/* Header Styling */
.header {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
color: white;
padding: 20px;
text-align: center;
border-radius: calc(var(--border-radius) - 5px) calc(var(--border-radius) - 5px) 0 0;
position: relative;
overflow: hidden;
animation: fadeInDown 0.6s var(--animation-ease) forwards;
}
/* Header Title */
.header h2 {
margin: 0;
font-size: 26px;
font-weight: 700;
padding-top: 10px;
opacity: 1; /* Ensure visibility */
}
/* Section Styling */
.section {
margin-top: 20px;
padding: 25px 20px;
background-color: var(--dark-bg); /* Light themed background */
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
animation: fadeInUp 0.6s var(--animation-ease) forwards;
}
/* Section Heading */
.section h3 {
font-size: 22px;
margin-top: 0;
color: var(--primary-color);
border-bottom: 2px solid var(--secondary-color);
padding-bottom: 5px;
}
/* Form Group Styling */
.form-group {
margin-bottom: 20px;
}
label {
display: block;
margin-bottom: 8px;
font-weight: 600;
font-size: 16px;
}
/* Input and Select Styling */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
textarea {
width: 100%;
padding: 12px 15px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: var(--border-radius);
box-sizing: border-box;
font-size: 16px;
background-color: #fff;
color: #333;
transition: border-color var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
outline: none;
border-color: var(--primary-color);
box-shadow: 0 0 5px rgba(79, 63, 2, 0.5);
}
/* Checkbox and Radio Styling */
input[type="checkbox"],
input[type="radio"] {
margin-right: 8px;
}
/* Button and Link Styling */
input[type="submit"],
button.btn,
a.btn,
a.btn-gold {
background-color: var(--primary-color);
color: white;
border: none;
padding: 14px 30px;
cursor: pointer;
font-size: 16px;
border-radius: 50px;
transition: background-color var(--transition-speed) ease, transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
text-decoration: none;
display: inline-block;
text-align: center;
font-weight: 600;
/* Removed opacity: 0 to ensure visibility */
/* Applied subtle animation without hiding */
animation: none;
}
/* Enhanced Button Hover Effect */
input[type="submit"]:hover,
button.btn:hover,
a.btn:hover,
a.btn-gold:hover {
background-color: var(--button-hover-color);
transform: translateY(-2px) scale(1.05);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* Back Link Styling */
a.back-link {
display: inline-block;
margin-top: 15px;
text-decoration: none;
background-color: var(--primary-color);
color: white;
padding: 10px 25px;
border-radius: var(--border-radius);
font-weight: 600;
transition: background-color var(--transition-speed) ease, transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}
/* Back Link Hover Effect */
a.back-link:hover {
background-color: var(--button-hover-color);
transform: translateY(-2px) scale(1.05);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* Alert Messages */
.error {
background-color: var(--error-color);
color: #721c24;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #f5c6cb;
border-radius: var(--border-radius);
font-size: 15px;
animation: slideInLeft 0.6s var(--animation-ease) forwards;
opacity: 1; /* Ensure visibility */
}
.success {
background-color: var(--success-color);
color: #155724;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #c3e6cb;
border-radius: var(--border-radius);
font-size: 15px;
animation: slideInRight 0.6s var(--animation-ease) forwards;
opacity: 1; /* Ensure visibility */
}
/* Keyframe Animations */
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInScale {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideInRight {
from {
opacity: 0;
transform: translateX(20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
/* Additional Styles for Appointments and Analysis Pages */
.analysis {
background-color: var(--dark-bg);
padding: 25px;
border-radius: var(--border-radius);
margin-top: 30px;
text-align: center;
box-shadow: var(--box-shadow);
animation: fadeInScale 0.6s var(--animation-ease) forwards;
}
.analysis h4 {
color: var(--primary-color);
margin-bottom: 15px;
font-size: 24px;
}
.health-metrics {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 30px;
}
.metric-card {
background: linear-gradient(135deg, rgba(79, 63, 2, 0.1), rgba(209, 194, 135, 0.1));
padding: 20px 15px;
border-radius: var(--border-radius);
width: 48%;
margin-bottom: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease, background-color var(--transition-speed) ease;
animation: fadeInScale 0.6s var(--animation-ease) forwards;
opacity: 1; /* Ensure visibility */
}
.metric-card:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.metric-card h4 {
margin-bottom: 10px;
color: var(--primary-color);
font-size: 20px;
}
.bmi-value {
font-size: 52px;
font-weight: bold;
color: var(--primary-color);
margin-bottom: 10px;
}
.bmi-category {
font-size: 24px;
margin-top: 10px;
color: #333333;
}
.bmi-advice {
margin-top: 20px;
font-size: 18px;
color: #333333;
}
.encouraging-message {
margin-top: 35px;
font-size: 22px;
color: #4caf50;
}
.progress {
width: 100%;
background-color: #ddd;
border-radius: 5px;
height: 25px;
margin-top: 15px;
}
.progress div {
height: 100%;
background-color: var(--primary-color);
border-radius: 5px;
transition: width var(--transition-speed) ease;
}
/* Make selects look consistent across browsers */
select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23333333" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.584l3.71-4.356a.75.75 0 111.14.976l-4.25 5a.75.75 0 01-1.14 0l-4.25-5a.75.75 0 01.02-1.06z" clip-rule="evenodd"/></svg>');
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 12px 12px;
background-color: #fff;
color: #333;
padding-right: 40px; /* Space for the arrow */
}
select:focus {
outline: none;
border-color: var(--primary-color);
box-shadow: 0 0 5px rgba(79, 63, 2, 0.5);
}
/* Textarea Styling */
textarea {
resize: vertical;
min-height: 100px;
}
/* Responsive Media Queries */
@media (max-width: 768px) {
.container {
margin: 20px;
padding: 25px;
}
.header h2 {
font-size: 22px;
}
.section h3 {
font-size: 20px;
}
input[type="submit"],
button.btn,
a.btn,
a.btn-gold {
width: 100%;
margin-bottom: 15px;
}
.btn-gold {
padding: 12px 20px;
}
}
/* Responsive Adjustments for Very Small Screens */
@media (max-width: 480px) {
.metric-card {
width: 100%;
}
.bmi-value {
font-size: 38px;
}
.bmi-category {
font-size: 20px;
}
.bmi-advice {
font-size: 16px;
}
.encouraging-message {
font-size: 18px;
}
}) don't just htlm and css and type full codes and make it for privacy-policyASSISTANT
```html
<style>
/* Importing the Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
/* Root variables */
:root {
--primary-color: #4F3F02;
--secondary-color: #D1C287;
--background-color: #2b2b2b; /* Changed to dark background */
--text-color: #ffffff; /* Light text for dark background */
--button-hover-color: #c9b458;
--dark-bg: #1a1a1a; /* Darker background for sections */
--light-gold: #FFD700;
--error-color: #f8d7da;
--success-color: #d4edda;
--border-radius: 8px;
--transition-speed: 0.3s;
--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
0 1px 3px rgba(0, 0, 0, 0.08);
--animation-duration: 0.5s;
--animation-ease: ease-in-out;
}
/* Global Box Sizing */
* {
box-sizing: border-box;
}
/* Body Styling */
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
background-color: var(--background-color);
color: var(--text-color);
margin: 0;
padding: 0;
transition: background-color var(--transition-speed) ease, color var(--transition-speed) ease;
}
/* Container Styling */
.container {
max-width: 800px;
margin: 50px auto;
padding: 30px;
background-color: var(--dark-bg); /* Dark background for container */
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
overflow: hidden;
transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
animation: fadeInScale 0.6s var(--animation-ease) forwards;
}
/* Container Hover Effect */
.container:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2),
0 4px 6px rgba(0, 0, 0, 0.15);
}
/* Header Styling */
.header {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
color: white;
padding: 20px;
text-align: center;
border-radius: calc(var(--border-radius) - 5px) calc(var(--border-radius) - 5px) 0 0;
position: relative;
overflow: hidden;
animation: fadeInDown 0.6s var(--animation-ease) forwards;
}
/* Header Title */
.header h2 {
margin: 0;
font-size: 26px;
font-weight: 700;
padding-top: 10px;
opacity: 1; /* Ensure visibility */
}
/* Section Styling */
.section {
margin-top: 20px;
padding: 25px 20px;
background-color: var(--dark-bg); /* Consistent dark background */
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
animation: fadeInUp 0.6s var(--animation-ease) forwards;
}
/* Section Heading */
.section h3 {
font-size: 22px;
margin-top: 0;
color: var(--primary-color);
border-bottom: 2px solid var(--secondary-color);
padding-bottom: 5px;
}
/* Contact Information Styling */
.contact-info {
margin-top: 20px;
}
.contact-info p {
margin: 10px 0;
font-size: 16px;
}
.contact-info a {
color: var(--light-gold);
text-decoration: none;
}
.contact-info a:hover {
text-decoration: underline;
}
/* Responsive Media Queries */
@media (max-width: 768px) {
.container {
margin: 20px;
padding: 25px;
}
.header h2 {
font-size: 22px;
}
.section h3 {
font-size: 20px;
}
}
/* Responsive Adjustments for Very Small Screens */
@media (max-width: 480px) {
.container {
padding: 20px;
}
.header h2 {
font-size: 20px;
}
.section h3 {
font-size: 18px;
}
.contact-info p {
font-size: 14px;
}
}
/* Keyframe Animations */
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInScale {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
</style>
<div class="container">
<div class="header">
<h2>Privacy Policy</h2>
</div>
<div class="section">
<h3>Introduction</h3>
<p>Welcome to Longeva by Advanced Health Solutions. We are committed to protecting your personal information and your right to privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website and use our services.</p>
</div>
<div class="section">
<h3>Information We Collect</h3>
<p>We may collect personal information that you provide to us directly, such as your name, email address, phone number, and other contact details. Additionally, we collect information automatically when you visit our website, including your IP address, browser type, and browsing behavior.</p>
</div>
<div class="section">
<h3>How We Use Your Information</h3>
<p>We use the information we collect to provide, maintain, and improve our services, communicate with you, and comply with legal obligations. Specifically, we may use your information to:</p>
<ul>
<li>Provide personalized healthcare solutions tailored to your needs.</li>
<li>Respond to your inquiries and provide customer support.</li>
<li>Send you updates, newsletters, and promotional materials.</li>
<li>Analyze usage patterns to enhance our website and services.</li>
</ul>
</div>
<div class="section">
<h3>Sharing Your Information</h3>
<p>We do not sell, trade, or otherwise transfer your personal information to outside parties except as described in this Privacy Policy. We may share your information with trusted third-party service providers who assist us in operating our website and providing our services, as long as those parties agree to keep this information confidential.</p>
</div>
<div class="section">
<h3>Security</h3>
<p>We implement a variety of security measures to maintain the safety of your personal information. Your data is stored in secure environments and accessed only by authorized personnel. While we strive to protect your information, we cannot guarantee its absolute security.</p>
</div>
<div class="section">
<h3>Your Choices</h3>
<p>You have the right to access, update, or delete the personal information we hold about you. You can also opt out of receiving promotional communications from us at any time by following the unsubscribe instructions included in our emails.</p>
</div>
<div class="section">
<h3>Children's Privacy</h3>
<p>Our services are not intended for individuals under the age of 18. We do not knowingly collect personal information from children. If we become aware that a child has provided us with personal information, we will take steps to delete such information.</p>
</div>
<div class="section">
<h3>Changes to This Privacy Policy</h3>
<p>We may update our Privacy Policy from time to time. Any changes will be posted on this page with an updated revision date. We encourage you to review this Privacy Policy periodically to stay informed about how we are protecting your information.</p>
</div>
<div class="section">
<h3>Contact Us</h3>
<div class="contact-info">
<p><strong>Email:</strong> <a href="mailto:info@longevacare.com">info@longevacare.com</a></p>
<p><strong>Phone:</strong> <a href="tel:<PRESIDIO_ANONYMIZED_PHONE_NUMBER>">+971 528 863 600</a></p>
<p><strong>WhatsApp:</strong> <a href="https://wa.me/17025262050">+1 (702) 526-2050</a></p>
<p><strong>Location:</strong> HDS Tower, Cluster M, JLT, Dubai</p>
</div>
</div>
<div class="section">
<h3>Consent</h3>
<p>By using our website and services, you hereby consent to our Privacy Policy and agree to its terms.</p>
</div>
</div>
```