layouts-20251118234919{
		   background-color: #F5F1EA;
		}
		.senior-section  {
           
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .senior-section .hero-section {
            padding: 60px 0;
        }
        
        .senior-section  .main-title {
            color: #8B7355;
            font-weight: 700;
            font-size: 4rem;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }
        
        .senior-section .subtitle {
            color: #8B7355;
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 50px;
        }
        

        
        .senior-section .book-wrapper {
            perspective: 1000px;
            max-width: 450px;
            margin: 0 auto;
        }
        
        .senior-section .book-image {
            transition: transform 0.3s ease;
            border-radius: 10px;
        }
        
        .senior-section .book-wrapper:hover .book-image {
            transform: rotateY(-20deg) translateX(-10px);
        }
        
        .senior-section .download-btn {
            background-color: #8B7355;
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(139, 115, 85, 0.3);
            margin-bottom: 40px;
        }
        
        .senior-section .download-btn:hover {
            background-color: #6B5644;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(139, 115, 85, 0.4);
        }
        
        .senior-section .guide-content h2 {
            color: #8B7355;
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 30px;
        }
        
        .senior-section .guide-list {
            list-style: none;
            padding: 0;
        }
        
        .senior-section .guide-list li {
            color: #8B7355;
            font-size: 1.2rem;
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
        }
        
        .senior-section .guide-list li:before {
            content: "-";
            position: absolute;
            left: 0;
            font-weight: 700;
        }
        
        @media (max-width: 768px) {
            .senior-section .main-title {
                font-size: 2.5rem;
            }
            
            .senior-section .subtitle {
                font-size: 1.2rem;
            }

            
            .senior-section .guide-content h2 {
                font-size: 2rem;
            }
        }