/* 2026 Public Creator Profile Theme (ff90.top) - Pitch Black + Gold Yellow Aesthetics */

body.public-bio-body {
    background-color: #000000 !important;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    font-family: var(--font-poppins);
}

.public-bio-container {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #000000 !important;
    width: 100%;
    overflow-x: hidden;
    padding: 0.25rem 0.25rem !important;
}

.bio-profile-wrapper, .download-page-wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0.25rem auto !important;
    padding: 0 !important;
}

/* Golden Yellow Frame Outer Container Card */
.bio-profile-card, .bio-download-card {
    background: #000000 !important;
    border: 2px solid #ffd700 !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.25) !important;
    width: 100%;
    overflow: hidden;
    padding: 1.25rem 0.85rem !important;
}

/* Avatar Image Reduced by 30% (76px width & height) with Ring Glow */
.bio-avatar-wrapper {
    position: relative;
    display: inline-block;
}

.bio-avatar-img, .bio-avatar-placeholder {
    width: 76px !important;
    height: 76px !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: 2.5px solid #ffd700 !important;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8) !important;
}

.bio-avatar-placeholder {
    background: linear-gradient(135deg, #111111, #222222);
    color: #ffd700 !important;
    font-family: var(--font-oswald);
}

/* Typography */
.bio-title {
    font-family: var(--font-oswald) !important;
    color: #ffffff !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
}

.bio-subtitle {
    font-family: var(--font-oswald) !important;
    color: #ffffff !important;
    font-size: 1.05rem !important;
    margin-bottom: 1rem !important;
}

/* Bio Description Text (Centered, Scaled Down Font Size) */
.bio-about {
    font-family: var(--font-oswald) !important;
    color: #ffffff !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    margin-bottom: 1.25rem !important;
    padding: 0 0.5rem;
    text-align: center !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Section Headings (MY ALL FILES DOWNLOAD BUTTON & FOLLOW MY OTHER SOCIAL MEDIA) */
.bio-section-heading {
    font-family: var(--font-oswald) !important;
    color: #ffd700 !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem !important;
}

/* Single-Line Golden Yellow Download Buttons with Oswald Font */
.bio-download-btn {
    background: #ffcc00 !important;
    border: none !important;
    color: #000000 !important;
    font-family: var(--font-oswald) !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 12px !important;
    padding: 0.85rem 1rem !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4) !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: transform 0.15s ease, background 0.15s ease !important;
}

.bio-download-btn:hover, .bio-download-btn:active {
    background: #e6b800 !important;
    color: #000000 !important;
    transform: scale(1.01);
}

.bio-download-btn .btn-text {
    font-family: var(--font-oswald) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
    min-width: 0;
    flex: 0 1 auto;
}

/* Social Buttons Stacked Full Width Pill Buttons */
.bio-socials-stacked {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
}

.bio-social-btn-stacked {
    width: 100% !important;
    border-radius: 12px !important;
    font-family: var(--font-oswald) !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    padding: 0.8rem 1rem !important;
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: transform 0.15s ease !important;
}

.bio-social-btn-stacked:hover {
    transform: scale(1.01);
    color: #ffffff !important;
}

.social-bg-telegram { background-color: #0088cc !important; }
.social-bg-youtube { background-color: #ff0000 !important; }
.social-bg-facebook { background-color: #1877f2 !important; }
.social-bg-whatsapp { background-color: #25D366 !important; }
.social-bg-instagram { background-color: #E4405F !important; }
.social-bg-tiktok { background-color: #111111 !important; border: 1px solid #333333 !important; }
.social-bg-twitter { background-color: #1DA1F2 !important; }
.social-bg-discord { background-color: #5865F2 !important; }
.social-bg-default { background-color: #0066ff !important; }

/* Download Page Styles - Single Line Nowrap Title with Ellipsis */
.second-page-title {
    font-family: var(--font-oswald) !important;
    color: #ffd700 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.password-box-text {
    font-family: var(--font-oswald) !important;
    color: #ff3333 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.password-value {
    color: #ffffff !important;
}

/* Setup Video Red Button with Solid Play Icon */
.btn-watch-video {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    font-family: var(--font-oswald) !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    border-radius: 12px !important;
    padding: 0.85rem 1rem !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: transform 0.15s ease !important;
}

.btn-watch-video:hover {
    background-color: #e60000 !important;
    color: #ffffff !important;
    transform: scale(1.01);
}

/* Contact Promo Box at Bottom of Download Page */
.contact-promo-box {
    background-color: #111111 !important;
    border: 1px solid #222222 !important;
    border-radius: 16px !important;
    padding: 1.5rem 1.25rem !important;
    margin-top: 1.5rem !important;
    text-align: center;
}

.contact-promo-text {
    color: #ffffff !important;
    font-family: var(--font-poppins) !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.25rem !important;
}

.btn-contact-now {
    background-color: #ffffff !important;
    color: #0077cc !important;
    font-family: var(--font-poppins) !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    border-radius: 25px !important;
    padding: 0.65rem 2.2rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2) !important;
    transition: transform 0.15s ease !important;
}

.btn-contact-now:hover {
    background-color: #f0f0f0 !important;
    color: #0055aa !important;
    transform: scale(1.03);
}

/* Footer Branding Styles */
.bio-footer-branding {
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.03em;
}

.bio-footer-branding a {
    color: #ffd700 !important;
}

.bio-footer-branding span {
    color: #ffffff !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .public-bio-container {
        padding: 0.15rem 0.15rem !important;
    }
    .bio-profile-wrapper, .download-page-wrapper {
        margin: 0.15rem auto !important;
    }
    .bio-profile-card, .bio-download-card {
        padding: 1rem 0.65rem !important;
    }
    .bio-title {
        font-size: 1.65rem !important;
    }
    .second-page-title {
        font-size: 1.1rem !important;
    }
    .bio-about {
        font-size: 0.82rem !important;
    }
    .bio-section-heading {
        font-size: 0.85rem !important;
    }
    .bio-download-btn, .bio-social-btn-stacked, .btn-watch-video {
        font-size: 0.95rem !important;
        padding: 0.75rem 0.75rem !important;
    }
}
