body {
    font-family: 'JetBrains Mono', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
    /* Create a smooth gradient background */
    background: linear-gradient(135deg, #1c1c1c, #2b2b2b, #3a3a3a, #1a1a1a);
    background-size: 400% 400%;

    /* Enable smooth gradient animation */
    animation: gradientShift 12s ease infinite;

    /* Scrollable body */
    color: #e0e0e0;
    margin: 0;
    padding: 20px; /* Padding to avoid text touching edges */
    min-height: 100vh; /* Ensure full viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.page {
    padding-top: 28px;
    padding-bottom: 28px;
}

.site-header {
    padding-bottom: 18px;
}

.hero {
    margin-top: 6px;
}

.brand-logo {
    margin-bottom: 24px;
    max-width: 340px;
    width: 100%;
    height: auto;
}

.accent-green {
    color: #00ff00;
}

.title-sub {
    color: #f5f5f5;
    font-size: 24px;
    margin-top: 6px;
}

.platform-logo {
    object-fit: contain;
}

.platform-logo--android {
    width: 130px;
    height: 130px;
}

.platform-logo--apple {
    width: 105px;
    height: 105px;
    margin-bottom: 5px;
}

.typing-line {
    min-height: 40px;
    text-align: center;
}

.cta-row {
    margin-top: 28px;
    margin-bottom: 28px;
}

.cta-btn {
    position: relative;
    isolation: isolate;
    border-radius: 16px;
    border: 0;
    padding: 14px 28px;
    font-size: 18px;
    min-width: 220px;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
    background: linear-gradient(135deg, #00e5ff 0%, #7d5cff 55%, #ff4fd8 100%);
    background-size: 200% 200%;
    animation: ctaGradient 6s ease infinite;
    box-shadow:
        0 16px 36px rgba(0, 229, 255, 0.18),
        0 10px 24px rgba(125, 92, 255, 0.18);
    transform: translateZ(0);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cta-btn:hover {
    transform: scale(1.02);
    filter: saturate(1.12) brightness(1.03);
    box-shadow:
        0 22px 50px rgba(0, 229, 255, 0.22),
        0 14px 30px rgba(255, 79, 216, 0.16);
}

.cta-btn:active {
    transform: translateY(0px) scale(0.99);
}

.cta-btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.12),
        0 0 0 8px rgba(0, 229, 255, 0.22),
        0 16px 36px rgba(0, 229, 255, 0.18),
        0 10px 24px rgba(125, 92, 255, 0.18);
}

.cta-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: radial-gradient(120px 80px at 20% 20%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 45%);
    opacity: 0.6;
    mix-blend-mode: overlay;
    z-index: -1;
    transition: opacity 180ms ease;
}

.cta-btn:hover::before {
    opacity: 0.8;
}

@keyframes ctaGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.section-divider {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-divider img {
    max-height: 44px;
    margin-top: 44px;
}

.bio {
    font-size: 22px;
    line-height: 1.55;
    max-width: 980px;
}

.footer {
    width: 100%;
    text-align: center;
    margin-top: 22px;
    opacity: 0.9;
}

.footer-text {
    letter-spacing: 0.08em;
    font-size: 14px;
    color: rgba(245, 245, 245, 0.85);
}

/* Keyframes for smooth gradient animation */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.container {
    color: white !important;
    padding: 32px;
}

.title { 
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.title-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iphone-frame {
    width: 300px;
    height: 600px;
    border: 10px solid black;
    border-radius: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.notch {
    width: 100px;
    height: 30px;
    background-color: black;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.logos {
    margin-top: 24px;
    margin-bottom: 24px;
}
.screen {
    width: 100%;
    height: calc(100% );
    border-radius: 20px;
    overflow: hidden;
}

.home-button {
    visibility: hidden;
    width: 50px;
    height: 50px;
    background-color: #585858;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* CSS to style the Telegram link */
.telegram-link {
    color: #00e5ff; /* Bright cyan for visibility on dark background */
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for extra contrast */
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s; /* Smooth hover effect */
    margin-bottom: 20px;
}

/* Hover effect for added interactivity */
.telegram-link:hover {
    background-color: #00e5ff;
    color: #1a1a1a; /* Dark color for contrast against bright hover background */
}

#typing { 
    font-size: 16px;
    color: #e0e0e0;
}

.companies { 
    background-color: #daf4e7; 
    padding: 16px; 
    text-align: center;
    border-radius: 15px; /* Adjust the value to change the roundness */
}

.companies img {
    margin: 16px;
}


.laptop {
    width: 80%;
    max-width: 800px;
    border: 10px solid black;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.laptop-screen {
    width: 100%;
    height: 40vh;
    background-color: white;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}