body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #8B4513; margin-top: 1.5em; }
        h1 { font-size: 2.2em; border-bottom: 2px solid #8B4513; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.5em; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF6600; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav { background: #FFEBCD; padding: 15px; margin-bottom: 20px; border-radius: 8px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
        nav li { margin: 0 15px; }
        nav a { text-decoration: none; color: #8B4513; font-weight: bold; }
        .mobile-menu { display: none; text-align: center; padding: 10px; background: #8B4513; color: white; cursor: pointer; }
        .cta-button { display: inline-block; padding: 12px 25px; background: #FF6600; color: white; text-decoration: none; border-radius: 5px; margin: 15px 0; font-weight: bold; }
        .image-container { text-align: center; margin: 30px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        footer { margin-top: 50px; padding: 20px; background: #FFEBCD; border-radius: 8px; }
        @media (max-width: 768px) {
            nav ul { display: none; }
            .mobile-menu { display: block; }
            .active { display: block !important; }
            body { padding: 10px; }
        }
