/* ============================================
   ZANAT — Homepage — Clean & Professional
   ============================================ */

/* Full override of dark theme */
body.home-clean,
body.home-clean::before,
body.home-clean::after {
    background: none !important;
    display: block !important;
}

body.home-clean {
    background: #f8f8f8 url('bg-texture.jpg') center center / cover no-repeat fixed !important;
    color: #1a1a1a;
    font-family: 'Rajdhani', sans-serif;
}

body.home-clean::before,
body.home-clean::after {
    display: none !important;
}

body.home-clean .neon-frame,
body.home-clean .scanlines,
body.home-clean .particles,
body.home-clean .skyline,
body.home-clean #maskIntro,
body.home-clean > img:first-of-type {
    display: none !important;
}

/* ==========================================
   CONTAINER
   ========================================== */
body.home-clean .container {
    opacity: 1;
    animation: none;
    padding: 80px 24px 120px;
    justify-content: flex-start;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
}

/* ==========================================
   LOGO
   ========================================== */
body.home-clean .logo-wrapper {
    margin-bottom: 40px;
    animation: homeIn 0.6s ease-out;
    text-align: center;
}

body.home-clean .logo {
    font-family: 'Passion One', cursive;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 6px;
    background: linear-gradient(135deg, #FF9500, #E65100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: none;
    animation: none;
    line-height: 1;
}

body.home-clean .logo::after {
    display: none;
}

body.home-clean .tagline {
    font-size: 16px;
    color: #999;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: 4px;
    text-transform: uppercase;
}

/* ==========================================
   OWNER BANNER
   ========================================== */
body.home-clean .owner-banner {
    text-align: center;
    margin-bottom: 40px;
    animation: homeIn 0.6s ease-out 0.05s both;
    background: linear-gradient(145deg, #0a0a1a, #1a1a3e, #0d0d2b);
    padding: 40px 36px;
    border-radius: 22px;
    max-width: 440px;
    width: 100%;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 30px rgba(255, 165, 0, 0.15), 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,215,0,0.1);
    position: relative;
    overflow: hidden;
}

body.home-clean .owner-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(255,215,0,0.06) 0%, transparent 50%);
    pointer-events: none;
}

body.home-clean .owner-name {
    font-family: 'Passion One', cursive;
    font-size: clamp(52px, 14vw, 90px);
    font-weight: 900;
    letter-spacing: 6px;
    background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1.1;
    filter: drop-shadow(0 0 25px rgba(255, 165, 0, 0.35));
    position: relative;
}

body.home-clean .owner-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(18px, 5vw, 26px);
    font-weight: 700;
    color: #e0e0e0;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 14px 0 0;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

body.home-clean .owner-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
}

body.home-clean .owner-link:hover {
    color: #FFA500;
    text-decoration: underline;
}

/* ==========================================
   BUTTONS — bold, colored, clear
   ========================================== */
body.home-clean .choices {
    gap: 14px;
    margin-bottom: 36px;
    animation: homeIn 0.6s ease-out 0.1s both;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

body.home-clean .choice-btn {
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 18px 20px;
    border-radius: 16px;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    gap: 14px;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}

body.home-clean .choice-btn::before {
    display: none;
}

body.home-clean .choice-btn.kam {
    background: linear-gradient(135deg, #FF9500, #E67E00);
    box-shadow: 0 4px 16px rgba(255, 149, 0, 0.35);
    color: white;
}

body.home-clean .choice-btn.dua {
    background: linear-gradient(135deg, #007AFF, #0055D4);
    box-shadow: 0 4px 16px rgba(0, 122, 255, 0.3);
    color: white;
}

body.home-clean .choice-btn:hover {
    transform: translateY(-2px);
}

body.home-clean .choice-btn.kam:hover {
    box-shadow: 0 6px 24px rgba(255, 149, 0, 0.45);
}

body.home-clean .choice-btn.dua:hover {
    box-shadow: 0 6px 24px rgba(0, 122, 255, 0.4);
}

body.home-clean .choice-btn:active {
    transform: scale(0.97);
}

/* Icon box */
body.home-clean .btn-icon {
    font-size: 32px;
    margin-bottom: 0;
    filter: none;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
}

/* Text */
body.home-clean .btn-text-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1;
}

body.home-clean .btn-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    -webkit-text-fill-color: white;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    line-height: 1.2;
}

body.home-clean .btn-sublabel {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.85);
    -webkit-text-fill-color: rgba(255,255,255,0.85);
    opacity: 1;
    line-height: 1;
    display: inline;
}

body.home-clean .btn-desc {
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
    color: rgba(255,255,255,0.75);
    margin-top: 2px;
    letter-spacing: 0.3px;
}

body.home-clean .btn-arrow {
    color: rgba(255,255,255,0.6);
    font-size: 24px;
    opacity: 1;
    animation: none;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
}

/* ==========================================
   CATEGORIES — clean pills
   ========================================== */
body.home-clean .categories {
    max-width: 100%;
    margin-bottom: 28px;
    gap: 8px;
    animation: homeIn 0.6s ease-out 0.2s both;
    justify-content: center;
}

body.home-clean .cat-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: transform 0.15s, color 0.15s;
}

body.home-clean .cat-item:hover {
    border-color: #FF8C00;
    color: #FF8C00;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255,140,0,0.12);
}

/* ==========================================
   STATS
   ========================================== */
body.home-clean .stats-bar {
    gap: 28px;
    margin-bottom: 24px;
    animation: homeIn 0.6s ease-out 0.3s both;
    background: rgba(255, 255, 255, 0.85);
    padding: 18px 28px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

body.home-clean .stat {
    color: #999;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

body.home-clean .stat-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF9500, #E65100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================
   FOOTER
   ========================================== */
body.home-clean .footer {
    animation: homeIn 0.6s ease-out 0.4s both;
}

body.home-clean .footer p {
    color: #aaa;
    font-size: 13px;
    letter-spacing: 1px;
}

body.home-clean .manage-link {
    color: #FF8C00;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
}

/* ==========================================
   GOOGLE TRANSLATE — small, clean
   ========================================== */
body.home-clean #google_translate_element {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    padding: 4px 8px;
    transform: scale(0.8);
    transform-origin: top right;
}

body.home-clean #google_translate_element select {
    background: transparent !important;
    color: #666 !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    padding: 2px 4px !important;
}

/* ==========================================
   TELEGRAM — clean
   ========================================== */
body.home-clean .telegram-float {
    box-shadow: 0 4px 16px rgba(0, 136, 204, 0.3);
    animation: none;
}

/* ==========================================
   ANIMATION
   ========================================== */
@keyframes homeIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   MOBILE
   ========================================== */
@media (max-width: 520px) {
    body.home-clean .container {
        padding: 70px 20px 120px;
    }
    
    body.home-clean .logo {
        font-size: 60px;
    }
    
    body.home-clean .choices {
        gap: 12px;
    }
    
    body.home-clean .choice-btn {
        padding: 16px 18px;
    }
    
    body.home-clean .btn-icon {
        width: 44px;
        height: 44px;
        font-size: 28px;
        border-radius: 12px;
    }
    
    body.home-clean .btn-label,
    body.home-clean .btn-sublabel {
        font-size: 18px;
    }
    
    body.home-clean .stats-bar {
        gap: 20px;
        padding: 16px 20px;
    }
    
    body.home-clean .stat-num {
        font-size: 22px;
    }
}
