/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styling */
body {
    background-color: #000000; /* Black background */
    color: #ffffff; /* White text */
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Container for Centering Content */
.container {
    max-width: 500px;
    width: 100%;
    text-align: center;
}

/* Main Title */
h1 {
    color: #ff3333; /* Red color for title */
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Circular Image Section */
.profile-section {
    margin-bottom: 30px;
}

.circular-image {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #ff3333; /* Red border around image */
    overflow: hidden;
    margin: 0 auto;
}

.circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    font-size: 0.9rem;
}

/* Telegram Buttons */
.telegram-btn {
    display: block;
    background-color: #22c55e; /* Green button */
    color: #ffffff;
    padding: 15px 25px;
    margin: 20px auto;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.telegram-btn:hover {
    background-color: #16a34a; /* Darker green on hover */
}

.telegram-btn i {
    margin-right: 10px;
    font-size: 1.3rem;
}

/* Benefits Section */
.benefits {
    margin: 30px 0;
}

.check-item {
    font-size: 1.1rem;
    margin: 15px 0;
    position: relative;
}

.check-icon {
    color: #22c55e; /* Green checkmark */
    font-size: 1.3rem;
    vertical-align: middle;
}

.crown-icon {
    color: #ffd700; /* Gold crown */
    font-size: 1.2rem;
    vertical-align: middle;
}

.bullet-list {
    list-style-type: none;
    margin-top: 20px;
}

.bullet-list li {
    font-size: 1.1rem;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.lightning-icon {
    color: #ffd700; /* Yellow lightning */
    font-size: 1.3rem;
    margin-right: 10px;
}

/* Call to Action */
.cta {
    color: #22c55e; /* Green text */
    font-size: 1.8rem;
    margin: 20px 0;
}

/* Footer */
footer {
    margin-top: 30px;
    font-size: 1rem;
}

footer a {
    color: #ff3333; /* Red link */
    text-decoration: none;
}/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styling */
body {
    background-color: #000000; /* Black background */
    color: #ffffff; /* White text */
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Container for Centering Content */
.container {
    max-width: 500px;
    width: 100%;
    text-align: center;
}

/* Main Title */
h1 {
    color: #ff3333; /* Red color for title */
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Circular Image Section */
.profile-section {
    margin-bottom: 30px;
}

.circular-image {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #ff3333; /* Red border around image */
    overflow: hidden;
    margin: 0 auto;
}

.circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    font-size: 0.9rem;
}

/* Telegram Buttons */
.telegram-btn {
    display: block;
    background-color: #22c55e; /* Green button */
    color: #ffffff;
    padding: 15px 25px;
    margin: 20px auto;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.telegram-btn:hover {
    background-color: #16a34a; /* Darker green on hover */
}

.telegram-btn i {
    margin-right: 10px;
    font-size: 1.3rem;
}

/* Benefits Section */
.benefits {
    margin: 30px 0;
}

.check-item {
    font-size: 1.1rem;
    margin: 15px 0;
    position: relative;
}

.check-icon {
    color: #22c55e; /* Green checkmark */
    font-size: 1.3rem;
    vertical-align: middle;
}

.crown-icon {
    color: #ffd700; /* Gold crown */
    font-size: 1.2rem;
    vertical-align: middle;
}

.bullet-list {
    list-style-type: none;
    margin-top: 20px;
}

.bullet-list li {
    font-size: 1.1rem;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.lightning-icon {
    color: #ffd700; /* Yellow lightning */
    font-size: 1.3rem;
    margin-right: 10px;
}

/* Call to Action */
.cta {
    color: #22c55e; /* Green text */
    font-size: 1.8rem;
    margin: 20px 0;
}

/* Footer */
footer {
    margin-top: 30px;
    font-size: 1rem;
}

footer a {
    color: #ff3333; /* Red link */
    text-decoration: none;
}